• 0 Posts
  • 29 Comments
Joined 5 months ago
cake
Cake day: July 5th, 2024

help-circle


  • Both sentences are true. And based on vocabulary of both, the model can output the following sentences:

    1. Cats have feathers.
    2. Birds have fur

    This is not how the models are trained or work.

    Both are false but the model doesn’t “know” it. All that it knows is that “have” is allowed to go after both “cats” and “birds”, and that both “feathers” and “fur” are allowed to go after “have”.

    Demonstrably false. This isn’t how LLMs are trained or built.

    Just considering the contextual relationships between word embeddings that are created during training is evidence enough. Those relationships from the multi-vector fields are an emergent property that doesn’t exist in the dataset.

    If you want a better understanding of what I just said, take a look at this Computerphile video from four years ago. And this came out before the LLM hype and before ChatGPT 3, which was the big leap in LLMs.





  • Sure, for a personal PC I would not necessarily want a BSOD, I’d prefer if it just booted and alerted the user. But for enterprise servers? Best not.

    You have that backwards. I work as a dev and system admin for a medium sized company. You absolutely do not want any server to ever not boot. You absolutely want to know immediately that there’s an issue that needs to be addressed ASAP, but a loss of service generally means loss of revenue and, even worse, a loss of reputation. If you server is briefly at a lower protection level that’s not an issue unless you’re actively being targeted and attacked. But if that’s the case then getting notified of an issue can get some people to deal with it immediately.


  • CeeBee_Eh@lemmy.worldtolinuxmemes@lemmy.worldLOL
    link
    fedilink
    arrow-up
    2
    ·
    4 months ago

    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.