• 0 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle




  • I’ve never killed anyone, and I almost certainly never will. Should we make it law to say I can, just because we’re sure I won’t?

    You’re shitting on the very concept of a thought experiment and of a hypothetical. What you’re doing is like saying “The law should say you should be able to murder whoever you like so long as the sky is green, because the sky is never green”. This is a tactic to avoid addressing the issue. Namely, even if you don’t think something is going to happen, why would you allow it, if it absolutely musn’t?

    They say it is the mark of an educated mind to be able to entertain a thought without accepting it, but if you absolutely refuse to entertain it for strategic reasons, change the date. A healthy fetus, a few days passed due date, maybe no more than week from labour, could easily be induced, mother decides “Actually nah”, takes a bunch of pills to kill it - you good with that?













  • A private key to do what?

    I only have the most cursory understanding of what Widevine is, but a quick Google reveals github projects claiming to spoof it.

    Where I fail to understand is this. Whatever authentication the open source browser I modify needs to do, I can let it keep doing, because at some point it has to provide my browser C++ code with a clear text DOM before it renders it to an image to be displayed by my window manager. I can write that browser to simply remove DOM elements it deems to be ads - just like ublock does - before it renders it graphically.

    The only way around this would be to turn browsers in to a completely dumb terminal that accepts an octet stream of pixel data so it can display bitmaps, which is completely unfeasible (every webserver would become a graphics card for each of it’s users), and even if it did that, a simple neural net would identify the ads and remove them.

    What am I missing?