this post was submitted on 14 Nov 2025
351 points (98.3% liked)

Mildly Infuriating

42839 readers
964 users here now

Home to all things "Mildly Infuriating" Not infuriating, not enraging. Mildly Infuriating. All posts should reflect that.

I want my day mildly ruined, not completely ruined. Please remember to refrain from reposting old content. If you post a post from reddit it is good practice to include a link and credit the OP. I'm not about stealing content!

It's just good to get something in this website for casual viewing whilst refreshing original content is added overtime.


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means: -No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...


7. Content should match the theme of this community.


-Content should be Mildly infuriating.

-The Community !actuallyinfuriating has been born so that's where you should post the big stuff.

...


8. Reposting of Reddit content is permitted, try to credit the OC.


-Please consider crediting the OC when reposting content. A name of the user or a link to the original post is sufficient.

...

...


Also check out:

Partnered Communities:

1.Lemmy Review

2.Lemmy Be Wholesome

3.Lemmy Shitpost

4.No Stupid Questions

5.You Should Know

6.Credible Defense


Reach out to LillianVS for inclusion on the sidebar.

All communities included on the sidebar are to be made in compliance with the instance rules.

founded 2 years ago
MODERATORS
 

Plot twist: Theres still hackers in multiplayer even with all that crap plus rootkit they bundle with.

you are viewing a single comment's thread
view the rest of the comments
[–] WhyJiffie@sh.itjust.works 10 points 2 days ago (2 children)

the tpm does not add any security whatsoever for windows 11, and secure boot is being used to lock your control out of your own system. secure boot enabled with machine owner keys wouldn't be enough either for these games

[–] pivot_root@lemmy.world 1 points 2 days ago (1 children)

secure boot enabled with machine owner keys wouldn't be enough either for these games

They should be able to check which signing keys were used for every part of the boot process. Unless they want to be colossal assholes and check the MOK as well, they could still verify what they need without flagging Linux Secure Boot dual-booters as cheaters.

[–] WhyJiffie@sh.itjust.works 1 points 2 days ago

Microsoft provides SB shims for some linux distributions, so it wouldn't mean locking out all linux players.

[–] Romkslrqusz@lemmy.zip 1 points 2 days ago (1 children)

secure boot is being used to lock your control out of your own system

Care to elaborate?

[–] WhyJiffie@sh.itjust.works 6 points 2 days ago (1 children)

these games only accept the secure boot setup where the root key is that of microsoft's. that means that you either need windows with a pre-approved configuration in some regards (notable difference: any foss kernel drivers are nono because they won't ever be signed) or a linux system for which microsoft gives a secureboot shim with whatever further restrictions.

the consequences are more obvious if you look at android as an example. It's not called secure boot there, but android verified boot, and the turning off of it is called "bootloader unlocking". very few phones support installing your own signing keys so you can't take advantage of it with a bloatless android distribution. but even on phones that do, there are many apps that require a locked bootloader with the factory keys, including banking apps, nfc payment apps, government apps (including those that are required to access the online government account), entertainment apps with strict DRM, ...

[–] pivot_root@lemmy.world 2 points 2 days ago* (last edited 2 days ago) (2 children)

these games only accept the secure boot setup where the root key is that of microsoft's.

I have a PC where I could actually test this. Custom MOK but with all the MS signatures in the database. I can boot into Windows through the BIOS using only the MS-signed bootloader instead of GRUB or any chain loader, and Windows itself considers Secure Boot to be enabled successfully.

Do you know if it would immediately reject the game from launching, or would I be flagged and banned later as some kind of ban wave?

The latter is something I would prefer to avoid.

[–] WhyJiffie@sh.itjust.works 3 points 2 days ago (1 children)

I can boot into Windows through the BIOS using only the MS-signed bootloader instead of GRUB or any chain loader, and Windows itself considers Secure Boot to be enabled successfully.

I assume that's because your motherboard still has the microsoft keys installed besides the MOK keys, and it verified the bootloader with that. thats why it accepts the ms signed bootloader. as I know not all motherboards allow removing it, and there are a few buggy ones that get hard bricked if you do that.

[–] pivot_root@lemmy.world 1 points 2 days ago

Yeah, they're are. I used sbctl to enroll and manage my own keys, and I chose to include the MS ones to ensure dual booting still worked properly.

Because of that hard-bricking motherboard problem, choosing to not include the MS keys is actually more effort due it being gated behind a flag and a mountain of warnings.

[–] WhyJiffie@sh.itjust.works 2 points 2 days ago

I think there's some linux command to query the installed keys, but here I have only found the command for listing all the installed mok keys: https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface/Secure_Boot