Goth, Dj, anarchist, artist

  • 0 Posts
  • 6 Comments
Joined 8 months ago
cake
Cake day: July 8th, 2025

help-circle

  • And even then. Mp3 first in this day and age?! As an individual or a company that’s just bananas. MP3 as a fallback or baseline sure. As a feature to advertise or sell your service on. Clown show. Sure it’s a 30ish year old codec who’s patents have expired. But it’s also a 30 year old codec using ancient expired patents.

    There’s much newer patented and libre codes that can provide similar quality at half the data rate. Allowing you to serve twice the listeners with the same resources.



  • Init scripts are just scripts. Technically, they don’t introduce any unique vulnerabilities of their own. Just the flaws in the shell itself or server binaries. A poorly written script absolutely can and will still fuck your day up.

    SystemD is a program. Which could introduce its own unique buffer overflows or use after free opportunities. I’ve not heard of any. But its possible. However, its standard set of interfaces and systems make the risks of writing your own bad scripts or just using other people’s random bad scripts like we used to much less an issue.


  • It doesn’t even need to be that luxury. Look at online mp. EBay even, for old business systems. You can often get a complete 2010s ewaste business tower for around 100 USD. Though spend a bit more for a solid i7 and avoid SFF. Spend a bit more and pick up a cheap RX 580. Can all be done for under 200.

    Then just use and learn the system. The other will still be there stable for games etc if you need it. Chances are, barring odd/exotic hardware. Most things will just work. And between that, new features, customizability, and less nagging. You might find it a more pleasant experience to gravitate to.

    No more nagging about installing or updating shit you don’t want, but are tricky to uninstall. (One Drive, Copilot, Teams) You can remove anything and everything you want (till enough vital bits are gone). Because the system is yours and yours alone. It will do what you want and only that.


  • Technically, sysv everything was just a file full of instructions for the shell to parse and initialize. Human readable “technically”. It was simple and light weight. SystemD is a bit heavier and more complex as a system service binary. But that load and complexity is generally offset by added features that are extremely nice to have. Providing much more standardized targets and configuration iirc.

    I had to search and dig trying to figure out how to set up services properly for my distro, back in the 90s. And when/how to start/restart them. There wasn’t one way to do it all. SysD made it all much more standard, simple, and clear. It’s biggest sin, is that it’s one more binary attack surface that might be exploited.