• 0 Posts
  • 497 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 think autism falls onto this category for me. I wasn’t diagnosed until my early 20s. It did hold me back and probably made some things way harder than they should be. But likewise it also fuelled my desire to constantly learn new stuff. Especially when I was younger my interests would constantly switch around. My mind was constantly hyper-focused on the few topics that I was interested in at that moment. Anything else was deemed irrelevant.

    This made me struggle with anything that didn’t interest me, but I managed to just about get by in those subjects. But more “logic driven” subjects like math, chemistry, physics, and biology would constantly feed me with new interesting information to dive into. Throughout highschool and especially throughout university (Computer Science) this effectively became a way for me to learn without much effort. Whenever something is interesting to me, the information is just absorbed and I’d spend my free time still thinking about it. Many lectures in uni just led to an overwhelming stream of new ideas and as a result to me playing around with the concepts explained to me

    Autism definitely isn’t a “super weapon” like some people seem to claim, but certain parts of it can be very useful traits in the education system and beyond.






  • Had a nice run past Friday. I was off from work, so I planned to run in the morning before the 28C temps would ruin my day. However my run was plagued by other weather. Just before I planned to go there was a sudden nearby lightning strike, followed by a few more in the coming minutes. Kinda spooked me.

    After that was over though, I decided to go for it. Pushed a bit harder than normal and managed to get a nice below 55 min 10K. Pushing just on the edge of comfort in the humid 24C, so it was actually still relaxing. Can’t wait for the lower temps now that the autumn is about to begin. Running in the warm conditions of summer is a fun challenge, but it definitely limits the peak performance…





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







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