• 0 Posts
  • 28 Comments
Joined 18 days ago
cake
Cake day: July 5th, 2024

help-circle
  • The distro part is actually kinda easy. In my mind there’s only a few distros that should ever be considered by a new user. Fedora, or Ubuntu/Mint/Pop!_OS. The last three are effectively the same thing under the hood and all of them will do the job.

    The real hard question is which desktop environment. Plasma is generally my go to suggestion. I feel it follows a tried and true paradigm for UI and UX. It’s incredibly polished, fast, and very full featured. The one that really sticks out as odd to me is gnome and is the one that I would never recommend. I wouldn’t discourage, just not recommend.



  • For hundreds of years women couldn’t vote and minorities were categorically segregated.

    That’s a strawman analogy. We’re not talking about privacy as a whole. The discussion here is about the supposed right to privacy at, what amounts to, a government controlled entrance point into the country. You have to identify yourself no matter which technology is being used. There’s no anonymity at an airport (from the government). Whether it’s technology or a piece of paper, you are legally required to identify yourself.

    I keep saying this over and over, but if you want to talk about digital privacy, focus your energy on smartphones and the internet. The impact for privacy violation and the impact for regaining privacy rights is the most effective there.

    Only a subset of any population has any interaction with an airport and the privacy implications there are next to nothing (because there is no right to anonymity there).


  • The reality is that the ship for that kind of privacy has shipped a long time ago. Like a hundred years ago. The reality is that the authorities know details about every single person that passes through an airport. You can’t get in or out without a passport/identification.

    There is virtually no expectation to privacy at an airport. It’s a public place that is heavily monitored for good reason. And that fact isn’t hidden in the slightest. You are legally required to freely and honestly identify yourself to the authorities.

    If this was at your local bus stop, then you’d have a point. But not at airports.

    Also, the serious discussion about privacy should have started with the introduction of the smartphone. That’s when the conversation would have mattered and made a difference. But that ship has sailed.




  • That’s a bad analogy. CrowdStrike’s driver encountering an error isn’t the same as not having disk IO or a memory corruption. If CrowdStrike’s driver didn’t load at all wasn’t installed the system could still boot.

    It should absolutely be expected that if the CrowdStrike driver itself encounters an error, there should be a process that allows the system to gracefully recover. The issue is that CrowdStrike likely thought of their code as not being able to crash as they likely only ever tested with good configs, and thus never considered a graceful failure of their driver.


  • The following:

    • An internal backup of previous configs
    • Encrypted copies
    • Massive warnings in the system that current loaded config has failed integrity check

    There’s a load of other checks that could be employed. This is literally no different than securing the OS itself.

    This is essentially a solved problem, but even then it’s impossible to make any system 100% secure. As the person you replied to said: “this is poor code”

    Edit: just to add, failure for the system to boot should NEVER be the desired outcome. Especially when the party implementing that is a 3rd party service. The people who setup these servers are expecting them to operate for things to work. Nothing is gained from a non-booting critical system and literally EVERYTHING to lose. If it’s critical then it must be operational.






  • This continues to highlight the dangers of having all your eggs in one companies basket, by choosing comfort and convenience you’ve given your entire digital life over to a company that has no compunctions against metaphorically guillotining it for any reason they want.

    I agree. Which is why I don’t use anything Microsoft. Even in software projects I go out of my way to not use a single Microsoft dependency or library.

    I self-host my own photo auto-upload with Nextcloud. I don’t use Windows. I’m forced to use MS stuff at my work but I managed to get the company-wide policy changed to allow anyone to use Linux or Mac, so I’m running Ubuntu.

    I’ve also been working up the effort to ditch stock Android and go with GrapheneOS.



  • However, now and I run across a windows issue. It’s a nightmare. I can put hours of work into trying to fix a driver issue or an issue with updates and get nowhere. Then go to reinstall the operating system and have to spend more hours just to get it installed.

    Now in Linux, not only do I rarely have issues but also fixing those issues are pretty straightforward. And if I can’t fix it a reinstall takes minutes and I’m back up and running in no time.

    THANK YOU. I’m sick of this rhetoric about Linux being hard and user-unfriendly because of the command-line.

    Windows is such a pain to use for a while now. You need a ton of post install scripts and hacks to make it even remotely usable and when something goes wrong good luck figuring out what. The event viewer is usually just a bunch of vague COM errors with an ID. Then when you look up that ID it’s barely more useful than “something went wrong”.



  • Needing to use command line for some things that should be a right click, not supporting right click

    You can do nearly everything you need to via the GUI on the major distros (the ones that most people would use). There’s plenty of things on Windows you must use the command-line for.

    And anytime you need to use the Run dialogue it’s the same argument. It’s the same “issue” of having to type instead of using your mouse.

    And if you don’t need to use the command-line on Windows, it’s the registry. The awful, terrible, horrible, disgusting registry.

    I’m not actually sure what on earth you mean with “not supporting right click”. Maybe you’re thinking of older Mac versions?

    it’s just not a great general purpose desktop for the average user,

    It has been for a while now.




  • Before there were scripted alternatives large scale Windows deployments were all imaged because of the hours it took to set up a single machine swapping floppies and writing to spinning rust.

    With Windows 7 I was making golden images to simplify deployments.

    Even now for the one Windows 10 VM I need for a very specific thing, I couldn’t use it without installing AtlasOS (an extensive powershell script to cut out as much of the bloat as possible). Otherwise the system would consistently slow down and stop responding. It was basically unusable (it’s running on Proxmox on a considerably old server).