this post was submitted on 26 Jul 2023
1093 points (91.4% liked)

Programmer Humor

31251 readers
955 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 152 points 11 months ago (2 children)

You forgot "Only uses 10+ year old librebooted Thinkpad" on tech paranoid

[–] [email protected] 33 points 11 months ago (1 children)
[–] [email protected] 19 points 11 months ago (1 children)

I forget there are linux-friendly laptops nowadays.

[–] [email protected] 4 points 11 months ago

I find most laptops are well supported about a year after their release.

[–] [email protected] 19 points 11 months ago (1 children)
[–] [email protected] 44 points 11 months ago (2 children)

Replacing the bootloader with a FOSS bootloader called LibreBoot

[–] [email protected] 45 points 11 months ago

It's an open source bios. There are only builds for a certain few laptops and it involves opening it up and flashing the bios chip

[–] [email protected] 9 points 11 months ago (2 children)

why would you even do that, forgive my ignorance

[–] [email protected] 31 points 11 months ago

Attempting to closing NSA backdoors

[–] [email protected] 26 points 11 months ago (1 children)

If you want to disable Intel Management Engine, the always-on backdoor built into every Intel CPU and/or want as much software as possible on your machine to be FOSS

Also it boots much faster than most stock bios.

[–] [email protected] 5 points 11 months ago (2 children)

Is there a similar issue with AMD?

[–] [email protected] 5 points 11 months ago (1 children)
[–] [email protected] 1 points 10 months ago

What's the deal with Play Station Portable?

[–] [email protected] 4 points 11 months ago (1 children)

Not that I know of, AMD is also soon going to make their own FOSS bios with OpenSIL so they're generally the better option if you're a privacy/libre software junkie.

[–] [email protected] 2 points 11 months ago (1 children)

As far as I know, OpenSIL stands for Open Silicon Initialization Library, and handles only the hardware initialisation part of the boot process. It may still require loading binary blobs like the Platform Security Processor (PSP), which is AMD's version of Intel Management Engine

[–] [email protected] 4 points 11 months ago (1 children)

PSP is not the same thing as IME. Not even close. PSP doesn't even have network access, much less remote computer control like the IME. Still proprietary, but if OpenSIL allows you to turn it off then we might actually be able to run a fully 100% libre modern desktop computer which is honestly pretty awesome.

[–] [email protected] 2 points 11 months ago (1 children)

Things like these and the overall general improvements to linux on a daily basis get me excited for a time when I could buy a Framework laptop with coreboot running linux without issues. Also no backdoors for big brother.

[–] [email protected] 1 points 11 months ago (1 children)

Coreboot doesn't disable the IME by the way. It just gets rid of some of it's functionality blobs and sends a signal to it telling it to please disable itself. No one knows if that signal actually works. Only Intel themselves can actually fully remove it from a processor, like they did with the processors they sold to the NSA.

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago) (1 children)

Only Intel themselves can actually fully remove it from a processor, like they did with the processors they sold to the NSA.

Looks interesting, source please.

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago)

Okay I did some research and I was wrong. There is no confirmation Intel specifically removed the IME from NSA's PCs. It's just that some reverse engineers found a flag that supposedly disables it, and their theory is that it was meant for the NSA.

https://www.notebookcheck.net/Eureka-The-Intel-Management-Engine-can-finally-be-disabled-thanks-to-the-NSA.245922.0.html

I believe this is the switch System76 and Purism turn off, but as I said, since the blob is still there, we can't be sure that switch actually works or if it's just a trap.