• 0 Posts
  • 44 Comments
Joined 1 year ago
cake
Cake day: June 3rd, 2023

help-circle








  • Transhumanist, non-practicing Antitheist

    Raised Roman Catholic, broke with that after a classmate died out of the blue of an aneurysm (how could God let shit like that happen?), after looking through Buddhism and some Occultist stuff, realized that the main function of “God” is to be used as a prop to scam people. I’ve considered the Satanist Left Hand path, but I don’t care about rituals. I’d rather follow the scientific method as applied to everything, and use it to extend and expand human nature. While theists still kind of nauseate me with a dash of pity, like seeing a dead kitten in the gutter, I’m up for positive interactions with anyone capable of maintaining one.











  • “do one thing well”

    Arguably, Systemd does exactly that: orchestrate the parallel starting of services, and do it well.

    The problem with init.d and sys.v is they were not designed for multi-core systems where multiple services can start at once, and had no concept of which service depended on which, other than a lineal “this before that”. Over the years, they got extended with very dirty hacks and tons of support functions that were not consistent between distributions, and still barely functional.

    Systemd cleaned all of that up, added parallel starting taking into account service dependencies, which meant adding an enhanced journaling system to pull status responses from multiple services at once, same for pulling device updates, and security and isolation configs.

    It’s really the minimum that can be done (well) for a parallel start system.


  • App developers have already agreed to some Reddit ToS in order to get an API key, so one of Reddit’s powers is to sue them. Developers don’t want to risk that, so they just follow the agreement and whatever Reddit tells them.

    Individual users would still need to request becoming a developer, a process which Reddit has recently changed, and agree to the same ToS to get an API key, but the risk of getting sued instead of just banned, would be much lower. The ban could include both the API key, and any users using it, so still risky other than for throwaway accounts.

    Reusing the official app’s API key though, could be interesting. Still risk getting banned, but interesting.