I think for me it’s the scale of my work projects and lack of deep interest in the projects themselves. Hobby projects get started because I have some kind of interest that I want to expand on by writing some code. For instance, RF and aviation are two interests and I recently wrote an ADSB message decoder with a map kind of like flightradar24 does. That’s super interesting to me, so writing that code is fun. It’s also way smaller of a project than my work projects.
- 0 Posts
- 7 Comments
grudan@programming.devto Programming.dev Meta@programming.dev•[Announcement] New set of communities made hidden2·9 months agoYeah that is neat and a huge improvement over having Reddit as a dictator over content. At the moment, I think it’s a barrier of entry though. Maybe that’s a good thing too. I actually like Lemmy more because my feed is slower due to having less people posting on the communities I follow than the subreddits I follow.
grudan@programming.devto Programming.dev Meta@programming.dev•[Announcement] New set of communities made hidden3·9 months agoThanks for the explanation, I think I’m understanding better now. Part of my confusion is just me still not fully understanding the structure of these federating platforms. It makes a lot more sense now.
grudan@programming.devto Programming.dev Meta@programming.dev•[Announcement] New set of communities made hidden3·9 months agoYeah, this is what I meant. I think it’s kind of odd for an instance to be moderating other instances for its users, if that makes it clearer.
grudan@programming.devto Programming@programming.dev•Stack Overflow Survey: 80% of developers are unhappy4·9 months agoYep, the ones who are doing some kind of input on stack overflow (even just a survey) are way beyond the “let’s keep everything the same because to get rid of tech debt sounds like a bunch of work” camp.
grudan@programming.devto Programming.dev Meta@programming.dev•[Announcement] New set of communities made hidden6·9 months agoSo I’m confused by the whole community hiding thing. Since I’m local to programming.dev, the owner of programming.dev can hide communities from other instances for me? I get that these communities aren’t moderated well, but it seems like the instance owner that those communities are in should be the one on top of that or risk defederation. I don’t really love that my local instance can just hide things from other instances.
I spent such a long time the other day trying to figure out why I couldn’t access an application I wrote and served on a home server from my reverse proxy. Next day I take a look at the DNS record I setup again, CNAMEd to the host server instead of the reverse proxy server. Felt dumb.