• 1 Post
  • 358 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle





  • 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.




  • This has been a common sentiment, enough that I’ve thought of making a video about it.

    Running a desktop OS, catering to everything people need from their PC, from printing to fringe drivers to VPNs to package management, is a big task. I have long doubted that Valve is personally interested in taking on that task. They write SteamOS for the deck and machine, since their only real responsibility is playing games. People who try to install that OS for other things will see some Flatpak friction - but that’s fine, it wasn’t built for that.

    I’d strongly recommend looking at some other distributions with broader group support. My recommendation is CachyOS. Bazzite has worked great for others, but as a general desktop user I sort of bounced off of it - installing some unusual apps ended up getting a lot of friction against its emulation layers. I believe both are based off the same sort of origins as SteamOS, so that may be the safest thing.