• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: August 3rd, 2023

help-circle


  • I can’t speak for the desktop side, but for my server it’s been running without interruption for years. About once per week I do something stupid and use all available memory, but it hasn’t crashed once. It just runs a bit slow until I free up some RAM, then Docker comes back to life once I free up some disk space. I definitely recommend it for anyone who wants a server OS that just works.



  • I got one of these recently and it works well. Much smoother than whatever my Smart TV is natively running and it doesn’t crash constantly.

    If it were just me I’d have set up a small HTPC with Kodi, but my family needs something that works without ever needing my intervention, and it needs to run the 100 streaming services we hemorrhage money to. These boxes are super cheap and let me run Jellyfin too.











  • I used to write extensively with C++, but it has been a long time since speed mattered that much to one of my applications. I still marvel at the cache-level optimizations some people come up with, but I’m in the same mindset as you now.

    My workload split of Data Movement vs Data Transformation is like 95:5 these days, which means almost all the optimizations I do are changing batch/cache/page/filter settings. I can do that in any language with http bindings, so I choose those that are faster to write.



  • Very interesting. It would certainly make doom scrolling harder. Email always feels more personal, like each message was sent specifically to me for a reason. As opposed to feeds, which feels like looking at cars as they drive by.

    I think this system pushes against those boundaries. This sort of concrete brainstorming at the edges is such a crucial part of software evolution, so thank you.