• 1 Post
  • 6 Comments
Joined 2 years ago
cake
Cake day: June 28th, 2023

help-circle
  • I feel similar. 5km to work for me and I ride it every day. Probably twice a week I have a bad encounter with a car. Usually just them not noticing me on a crosswalk (which is why I always pretend I’m invisible). And in my city, we have far above the national average of bike deaths from cars.

    But I still enjoy biking, and don’t enjoy driving. And think cars ruin cities. And want change. I guess that’s enough for me to ignore the serious risks.



  • I was gonna buy one of those Lite phones, but it was expensive so I just deleted time-wasting apps and now my smartphone respects my time. Hardest part was getting people to just text me instead of various social media messenger apps. In the end, I deleted my accounts and now everyone from school thinks I’m dead, but those close to me can reach me easily. Sometimes I still binge YouTube via Firefox on my phone though, so I installed “Unhook” which blocks recommended videos, so I can only see what I search for.

    I guess just remember that your smartphone can be dumb too. And still a lot more convenient than a flip phone.


  • I agree 100%! Butt I’m joking about a façade of optimization. Making code confusing and hard to interface with by making up custom data types. And for more context, their main project is a UI that takes >10 seconds to load and uses 2+GB of RAM. But at least the UUIDs in the SQLite DB are stored as hex instead of strings 😅 (even though I think everything in SQLite is actually stored as a string under the hood?)

    I do still admire the desire for optimization - but it might be some sort of coping mechanism to ignore the insanely unoptimized bits of the project