this post was submitted on 15 Apr 2026
202 points (99.0% liked)

Gaming

4746 readers
149 users here now

The Lemmy.zip Gaming Community

For news, discussions and memes!


Community Rules

This community follows the Lemmy.zip Instance rules, with the inclusion of the following rule:

You can see Lemmy.zip's rules by going to our Code of Conduct.

What to Expect in Our Code of Conduct:


If you enjoy reading legal stuff, you can check it all out at legal.lemmy.zip.


founded 2 years ago
MODERATORS
top 33 comments
sorted by: hot top controversial new old
[–] stoy@lemmy.zip 97 points 4 days ago (3 children)

It is insane how quickly this shit has appeared around the world.

[–] Assassassin@lemmy.dbzer0.com 32 points 4 days ago (1 children)
[–] Chronographs@lemmy.zip 13 points 4 days ago

https://tboteproject.com/ Can thank the usual suspects

[–] AntiBullyRanger@ani.social 17 points 4 days ago

Not insane. Coordinated. Organized. Elected.

Folks don't want to hold Nazis accountable for their Nazi laws.

[–] rozodru@piefed.world 3 points 4 days ago (1 children)

not really. it was a natural progression. with any online movement it always goes undergound > cool > profitable > user blocked > forced. we're at the forced stage of social media. What I mean by this is at one point we found social media and even LLMs cool. companies decided they needed to capitalize on this cool new tech and make a buck out of so they in turn hammered ads and tracking into everything. the user eventually gets wise and blocks all of this while still consuming the product. So said companies now demand that world governments prevent people from out right blocking them so they can continue marketing to them and selling their data for a profit. They then mask this as "protecting the children". All you have to do is look at whose financially backing these movements. Surprise, Surprise one of the top backers/lobbyists is Meta.

It moved quickly because it needed to move quickly otherwise the potential for lost profit was massive. LLMs are getting on board with this too because they're not making any money and their best bet is to "age restrict" their bots so they an sell the users data. and user data from an LLM is INSANELY more valuable than say Facebook user data. Users are more likely to tell a bot things that they wouldn't admit on social media...and there's money to be made off that.

[–] chunes@lemmy.world 4 points 4 days ago (1 children)

This isn't just social media. It's the OS. It's all of normal computing. Next it will progress to hardware and then we are truly fucked

[–] tmyakal 3 points 4 days ago

Can't make a gun registry, but you'll get put on a list for buying a GPU.

[–] muffedtrims@lemmy.world 53 points 4 days ago
[–] Goldholz@lemmy.blahaj.zone 50 points 4 days ago (1 children)

Can someone Luigi Zuck, Musk, Besos and the whole gang?

[–] 13igTyme@piefed.social 16 points 4 days ago (1 children)

I prefer kirked. It was great to watch it, would enjoy watching others that deserve it.

[–] DarkFuture@lemmy.world 4 points 3 days ago

I have the video saved on my phone so I can watch it whenever I'm feeling down.

[–] ramble81@lemmy.zip 36 points 4 days ago (3 children)

Many people will switch to Linux (people will still work around SystemD, so don’t bring that up).

The part that will be the killer move is when they enact a law requiring all US hosted websites to enact age verification via attestation from the operating system. Some savvy people will get around that while they still have root, but then you’re gonna see a Google Play Services style ramp up where the attestation will only pass if Secure Boot is enabled, and eventually root is restricted.

[–] U7826391786239@piefed.zip 38 points 4 days ago (1 children)

the masses will never comprehend that this is just the early stages of having every device tied to a name, address, and photo. until that's exactly what happens, and then it'll be the same "ohwellwhaddayagonnado. imma check my insta"

[–] RamenJunkie@midwest.social 18 points 4 days ago (2 children)

It'll be the same until "We noticed you follow an LGBTQ influencer on that Insta, please comply with the reeducation ICE crew who will arrive shortly."

[–] U7826391786239@piefed.zip 9 points 4 days ago* (last edited 4 days ago) (1 children)

not only that, but since they'll have hundreds (thousands?) of unique data points tied to everything you've ever posted, DM'd, emailed, photographed, they'll also know all your friends, enemies, family, coworkers, former coworkers, etc. do you use a "rewards" card issued by your grocery store? now they'll know every item you've bought for the last however long the grocery corporation (who very likely donated millions to trump's campaign) keeps their records. this is all ignoring any meds, procedures, medical history you may have. HIPAA? LOL GFYS

yes, they could always get this information, but it took time and effort, not to mention a warrant. now it'll all be instant, ready to be spreadsheeted and cross-referenced. yea, they're looking for people to arrest/murder, because that's what fascists do

[–] RamenJunkie@midwest.social 3 points 4 days ago (1 children)

Not only will it be instant and ready, but some shitty AI can make incorrect conclusions based on that data!

[–] U7826391786239@piefed.zip 6 points 4 days ago

just like a real cop, except no donuts required!

[–] edgemaster72@lemmy.world 2 points 3 days ago

ICE crew who will arrive shortly.

They'd be there already but, despite having all this data, they still went to the wrong house, broke the door down and shot the dog. Once they've finished rounding up all the schoolchildren there, they'll be on their way over to you!

[–] chunes@lemmy.world 11 points 4 days ago

if that happens, techies will flee the web to something else. Gopher, Gemini, who knows. And then adapt it to their needs.

[–] wrinkle2409@lemmy.cafe 2 points 4 days ago (1 children)

What happens if secure boot is enabled privacy wise?

[–] ramble81@lemmy.zip 2 points 4 days ago* (last edited 4 days ago) (1 children)

Secure boot by itself isn’t a bad thing. It basically just says the OS you boot from has to have a signed and approved bootloader/drivers. The problem is, the approval list is handled by the board manufacturer and not every version of Linux supports it since it has to be signed and approved. Also, if you have unsigned kernel level modules (such as an open source video driver) that can cause the process the break as the driver isn’t signed. I believe user space is much more accepting.

From a privacy aspect, it isn’t directly impacting, except it limits which distros you use, and may prevent you from doing other privacy related changes as a low level or forcing you to use signed binaries that you may not be able to audit.

Edit: a few notes as I went diving further. So Microsoft actually controls the root CA that SecureBoot is based on and signs other apps, including Linux and then they add their own shims in. So sadly MS still has control out of the box.

However, it is possible on most (not all) systems to add in your own signing keys to the secureboot enclave. So with enough work you can do it yourself, but you basically have to make sure everything is signed with your key when you compile the kernel and associated drivers.

[–] wrinkle2409@lemmy.cafe 2 points 4 days ago (1 children)

Oh I see, so it is basically a corporate controlled allow list that could be used for forcing you to have a specific system. Absolutely disgusting that this is hidden under the guise of security

[–] ramble81@lemmy.zip 2 points 4 days ago

That’s…. a stretch. The issue is that the default CA that manufacturers include is Microsoft, so Debian developed a shim, signed by Microsoft, so that they could sign their own distros ans modules.

Since a lot of boards allow you to inject your own key into the MOK for UEFI, you can basically roll your own with a little work. It’s just not “out of the box” since they’d have to validate multiple different distros.

It’s more a matter of sheer size of Microsoft vs Linux rather than locking. I’ve said “a lot” and “most” around boards given that I’m not sure what the breakdown is, but I haven’t seen a board that doesn’t do that.

[–] muxika@piefed.muxika.org 30 points 4 days ago (2 children)

Next thing you know, you turn 18, you get a notification on your laptop saying you've been enrolled in the Selective Service, you get a knock on your door, a military officer greets you, and says, "Good morning! We've taken notice of your academics and your Steam library...have you thought about your future, son?"

[–] mindbleach@sh.itjust.works 3 points 4 days ago

"But I'm a League player!"

"We take those."

[–] SpaceNoodle@lemmy.world 1 points 4 days ago

Not just black bagged and kidnapped to the nearest reeducation center?

[–] Saprophyte@lemmy.world 12 points 3 days ago (1 children)

My watch has an operating system. So does my car.

It's this level of dumb that makes me wonder when boomers are ever going to get term limits so someone who can open outlook without asking a staffer can make a decision on tech.

[–] dansemacabreingalone@lemmy.dbzer0.com 2 points 3 days ago* (last edited 3 days ago) (1 children)

open outlook

Which one? Do you see how unreasonable a standard that is?

Im not saying there shouldnt be a standard, im saying thats an unreasonable one at any age. What about saving a word doc as a pdf then opening it?

[–] resipsaloquitur@lemmy.cafe 11 points 4 days ago

Papers, please, comrade.

[–] BigTrout75@lemmy.world 2 points 3 days ago

Does it work in command line?

[–] flactwin@lemmy.zip 1 points 3 days ago

so speculate about it is not a solution, idk what they want to build except their cashes)

[–] workerONE@lemmy.world 1 points 4 days ago

So they're going to need to start using identity certificates?