• 1 Post
  • 364 Comments
Joined 3 年前
cake
Cake day: 2023年6月9日

help-circle
  • This is pretty key. If they had added this field 8 years ago, absent any context of swarms of lawmakers salivating for personal info so they can find more children to fuck, or data to sell to their donors, then I wouldn’t have thought much of it. The timing is absolutely a critical element of the discussion. Heck, wait until CA has repealed its law, and admitted in embarrassment it was a terrible implementation of child protection, and maybe I’d even be okay with adding the field.

    Putting it in now is very much like the nazi standing at your door, holding a hand close to your knob, insisting “I’m not actually searching your house and breaking your 4th amendment rights! I’m just standing here, for no particular reason!”












  • If you don’t want your info (whether you are an adult a teen or a child) to be shared with “owners of apps that are on the Epstein list”, then don’t install those apps. There is nothing in this law requiring you to download any particular app.

    Linux, as well as any decent system of security, operates via varying levels of trust. If I install a game on Steam, that does not get root access with permission to rewrite my kernel. Similarly, if I have banking info on my device, it doesn’t get to view that, or anything with my face or name. You can install and even run something without trusting it with your life.

    If an app were sending this data to a third party, like palantir, then they would be in direct violation of this law.

    We have seen time and time again that courts do not provide adequate protections for these types of data breaches. The law does not matter. At the most, software companies get slapped on the wrist, but more likely they get away with it, as “programming is hard, and it’s easier to just send everything”. It is far, far easier to assert that a malicious app is not submitting marketing, or “fuckability” information on your child if that device does not denote itself as a child’s device in the first place. That’s only possible if the law isn’t hammering the OS into openly exposing its own user data to anyone that asks for it.

    Your last point about personal responsibility is an important one. It’s why, if you happen to be using an old insecure device running Windows XP, you can toy around on the web with it, but you should disconnect it from your personal network, and should not enter personal info on it. Any device software that is forced to keep an open “Would_President_47_Seek_To_Rape_This_User” flag, available to every application, is removing that option for personal responsibility.







  • For honesty, recent example from me:

    I bought about a dozen epub comics. They were formatted with a hardcoded 600x450 width or so, maybe expecting a particular device. Having recently worked with epubs to format my own (word) book, I knew the format, and basically wanted to use Python standard library tools to unzip them, rip out some useless sizing/styling code (from hundreds of XHTML files), and zip them back up.

    I hadn’t used Python professionally in a few years, so this was an annoying back and forth to work out the process and remind myself of syntax, especially considering this was something I was just doing for a few of my own books. Instead, taking every important piece of this puzzle/process I’d researched, I instead described the problem to ChatGPT, specifically pointing it to the Python standard libraries I wanted to use. It gave me a one-page program that was mostly complete and I only needed to change in a few areas.

    I don’t think I’d ever pay money to AIs for a variety of reasons. I take that assistance as it comes, and could live without it.