• 0 Posts
  • 676 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle



  • I think there’s some confusion over the intent here.

    Lawmakers in state capitals across the country […]

    So based on this, Google is using “state” here to mean a US state and not the more general meaning of government.

    For large corporations like Google, each state having its own local regulations (e.g. privacy regulations such as CCPA) is expensive because they have to account for different rules in different places, which means whole teams of legal experts just to be familiar with each state’s regulations and interpret what they mean for operating the business.

    It’s also problematic in a technical sense, because on the internet how do you know if a particular user is a legal resident of Texas or Colorado or New Hampshire, and would even knowing that be a violation of their privacy rights?

    So the intent here is to push federal regulation over state regulation, because it makes the legal and technical problems simpler.

    Ultimately this is an argument against the way the Republican party does things, where they reject federal regulations saying that the states should be allowed to regulate themselves and that federal regulation is an overreach. This leads to weaker protections for citizens and weaker enforcement, which is the Republican party’s real intent. Every US citizen should have privacy protections, not just residents of California.





  • Musk & Trump have been talking about defunding CISA, FTC and SEC - that is, removing information security oversight, consumer protection oversight and financial oversight.

    Musk is financially linked to China through EV battery production. It’s no stretch of the imagination to think the PRC has some influence over him, which they’ve been building for more than a decade. So, Musk buys TikTok and expands his reach over social media (public influence), the PRC continues to have access for surveillance and influence campaigns, and Trump also benefits from the surveillance and influence. Everybody gets a piece of the action, and the federal agencies which would investigate, expose and attempt to block these relationships are disabled.


  • Better method is to set up a server w/ Syncthing and use that to just sync your Home directory remotely.

    Sure, just set up a server, very convenient. Dude, this advice is for people who have never installed an operating system before.

    Like, yeah, if you’re talking about keeping a living backup that is up to date within 30 seconds because you’re doing accounting as a home business and you can’t afford to lose the last 5 minutes of work, then yeah self-hosted file syncing is great. It’s absolutely a better long-term solution for personal data management. But for most people this level of backup fidelity is unnecessary, and a USB drive is a thing you can just buy and start using with no setup effort.


  • Some things that may help you get started:

    1. All of the risk in changing your computer operating system comes from the potential loss of data. Everything else is replaceable/recoverable, including your original Windows install if needed. You can avoid this risk by backing up your personal data to an external drive, which frankly everyone should be doing anyway because hard drives are consumables.

    2. You can try Linux with no risk by running it as a live OS. This loads the operating system files into RAM from an external device (typically a USB drive) and makes no changes to the system hard drive. This lets you test your computer’s functionality in Linux without making permanent changes (does my graphics card work? wifi? audio? etc). The mainstream Linux installers do this already for the installation process, but you can just load one up to try things out without running the installation process.

    3. You don’t have to completely switch off of Windows. It’s fairly easy to install Linux as a dual-boot on an existing Windows system. As long as you have some free space on your hard drive to dedicate to Linux, you can just keep your Windows install and have Linux too. You can even access your files in Windows from the Linux install. All of the mainstream Linux installers have the option for setting up dual-boot during the installation.

    4. I think one of the biggest hurdles for switching over is knowing what software to use in Linux (how do I edit a document? watch a movie? read a pdf? etc). There are options for basically anything you might want to do, but if you don’t know what you’re looking for you might feel a bit lost. I recommend alternativeto.net for this. You can search for software like Microsoft Office and filter for Linux to get a list of compatible software options that do the same job.

    I’m probably one of the dumbest motherfuckers here when it comes to not setting my devices on fire.

    I know exactly how you feel. I have wrecked so many OS installs I’ve lost track. I have friends who tell me I have tech problems like no one else. I seem to stumble into edge cases on a higher-than-average basis.

    My point is, when I say that everything is recoverable, that’s from experience. I’ve done it enough times to know there’s very little chance of actually making a computer unusable, though it’s relatively easy to lose your data if you’re not paying attention to what you doing - so backups. Always backups.

    If you try this a couple times you’ll start to see your computer as something that you have control over, something that you can completely wipe and bring back or rebuild into a different system as you please. Feel free to reach out if you’ve got questions.







  • What I haven’t seen in the discussions here so far is that Chromium is the web engine that most mobile apps are built on (you don’t build your own special web client to access the server for your app, you just use an existing system for that). Also it’s the engine used for most web apps for embedded/standalone/IoT devices. The Electron application framework has Chromium embedded in it for web access - every Electron app uses Chromium. If your climate control device has a little touchscreen and smart features it’s probably using a web app that runs in an embedded instance of Chromium. Basically any device that has a GUI and links to cloud services is probably doing the same thing.

    Bluntly, when it comes to client-side access to web services, Chromium matters more than Firefox, and anything that happens with it is far more impactful because it applies to a broader context than just people using Chrome for regular web browsing.