• 0 Posts
  • 133 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle

  • Are people really this dramatic? There are plenty of conventions at work that we don’t like but just accept. We’ll moan about it every now and then (looking at you “only one return statement per method”), but in the end we’ll just accept that any standard is better than total mayhem and anarchy. Usually I write the code in a way that makes sense to me and then just tidy it up to satisfy the angry rule machine. Having moet of the code in the same format makes it easier to follow, and the code that was written before these rules has me convinced that this whole thing is am improvement.



  • I was born in the mid-90’s and I was also more or less raised that way (until a certain age). I remember being able to get home in time for dinner after a whole day of playing outside just because it “felt” like it was almost dinner time. We would go to the nearby “forest” where we built huts, climbed into trees, made wooden swords out of sticks, and sometimes had “battles” with rivaling groups about certain areas in the forest. We’d be there for hours even in the pouring rain. There was a whole economy around these wooden swords and other services like building a hut. It was better than any video game ever could be




  • Honestly, however much I want to pretend to be better than that, I think it does work on me. Obviously not on a conscious level, I know how numbers work, but some part of my monkey brain sees the 1 instead of the 2 and therefore concludes that it must be way cheaper. It’s a feeling that no amount of facts is going to disable. And in the end many purchasing decisions aren’t based on a full analysis but on feelings.











  • Lemmy generally attracts the same kind of person that would also use Linux. Both of them are open source and community driven alternatives to software otherwise provided by large corporations and milked for every last cent. Both of them require just a bit more knowledge in order to comfortably use them. Linux with all the distro’s and desktop environments, Lemmy with all the instances and apps/front-ends. We’re very much a bubble here.



  • Good meme. However I do think that most people starting out will not really have to deal with any of those issues in the first few years apart from maybe the pip/venv/poetry/etc choice. But whatever they’ll pick it’ll probably work well enough for whatever they’re doing. When I started out I didn’t use any external libraries apart from pygame (which probably came pre-installed). I programmed in the IDLE editor that came with Python. I have no idea how I functioned that way, but I learnt a lot and hat plenty of fun.