• 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle
  • https://en.wikipedia.org/wiki/Fast_inverse_square_root

    even if you can figure out specifically WHAT a function does, it’s not always clear WHY a function does, and honestly, if this function wasnt labeled in the code, no way in hell would I know what it does.

    It has an entire wiki page dedicated to explaining it, and it involves enough math that most people wouldn’t be able to follow along.

    Nothing this atrocious lives in any current codebases I work on… but if you work at an old enough company, some of the load-bearing code will be tricky to figure out what is calling it, but also it was written in a time where little hacks were needed to eke out performance.

    You only have to experience it once for it to be a memorable enough thing that you will cite it for the rest of your days.

    Or more realistically, it IS comprehensible, but the level of effort necessary to comprehend it is not worth it. So you leave it as “undecipherable” and move on.


  • The first few years of self hosting tend to have a lot of experimentation, so the overlap is natural.

    I’m hitting my grumpy old man phase of self-hosting where I want my Minecraft server and Jellyfin to to be stable so I don’t have to hear about it from my family. So ironically, my setup is starting to look more like an overkill setup because I want to self host with stability instead of tinkering around to see if I can run a different server distro, etc. My home lab years got me to find a real nice base, but now I just add things to that base and I don’t mess with the formula I have.

    IMO the distinction is that if you are doing it for fun (or education) and could afford to lose any service you run for an extended period, you’re home labbing. If you are doing it for cost savings, privacy, anti-capitalist, or control reasons and the services are critical and need to stay up, you’re self-hosting.

    tl;dr - experimentation vs utility