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

help-circle

  • 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.


  • At the moment Assetto Corsa and Wreckfest.

    Assetto Corsa because it’s a simracing sandbox. I’ve modded it to hell with Content Manager and CSP. I also have a lot of paid mods for mainly formula cars like the RSS Formula 1/2/3/4 cars and the VRC Formula E cars. The AI is the perfect level of silly to cause absolute mayhem with the right settings, but also pretty interesting races when you want them to behave.

    Wreckfest is a joy on the Steam deck and for casual mayhem. It still has a nice driving model imo, while remaining casual. The maps are optimized for crashing into others which means you’re never safe.






  • I was just about to post the same thing. I’ve been using Linux for almost 10 years. I never really understood the folder layout anyway into this detail. My reasoning always was that /lib was more system-wide and /usr/lib was for stuff installed for me only. That never made sense though, since there is only one /usr and not one for every user. But I never really thought further, I just let it be.



  • I try to steer as many people as I know to Signal, but I don’t want to be the type of person who accepts no compromise so I also use a bunch of others. Whatsapp is the most common, as pretty much everyone here in the Netherlands uses it. I used to use Telegram, but nowadays I trust it less than Whatsapp and all my Telegram chats have moved to Signal. SMS is only there for backup and older people who don’t use other apps. And Discord is there for people who want their messages to never be read, because that app is a dumpster fire that constantly makes me miss messages.







  • Sometimes I look at the memes around here and wonder wtf y’all are doing. Like, neither my code nor the code at the place I work at are perfect. But I don’t think I’ve ever seen a merge do this. Maybe some of the most diverged merges temporarily had a lot of errors because of some refactoring, but then it was just a few find + replaces away from being fixed again. But those were merges where multiple teams had been working on both the original and the fork for years and even then it was usually pretty okay.