Wait you are enjoying NixOS? I though we were all in for the suffering?
- 1 Post
- 739 Comments
Probably not, they likely mean the alcoholic drink
InnerScientist@lemmy.worldto
Technology@lemmy.world•Black prisoners are assigned harsher living conditions in Ontario jails—thanks to AI ⋆ The BreachEnglish
7·16 days agoIt’s a *feature*
InnerScientist@lemmy.worldto
Technology@lemmy.world•Microsoft’s Secure Boot has been broken for a decade and no one noticed until nowEnglish
22·19 days agoThere exists shims that are signed by Microsoft and were not revoked. Normally this would be fine but these shims had weaknesses that allowes hackers to load any code using them. Normally the shims should only run other signed/trusted code. These vulnerable shims can be used to bypass secure boot by replacing your existing bootloader with the shim and then running rootkits/hackerOS/whatever and bypass bitlocker using TPM or just running a level 0 virus that can’t be detected by the OS on any PC which trusts Microsoft’s keys (99% of all PCs)
To prevent this you’d have to not trust the vulnerable shims by either adding them manually to the exclusions list or using your own secure boot keys which would only trust the few bootloader files your pc uses and no other files.
Worst case: it behaves as if secure boot wasn’t on. Without secure boot you wouldn’t need this exploit cause then you can replace the bootloader with whatever you want anyways. With or without secure boot you need administrative permission to replace the bootloader so this is only an issue after your PC is already compromised or if someone had physical access to your PC.
InnerScientist@lemmy.worldto
Technology@lemmy.world•Microsoft’s Secure Boot has been broken for a decade and no one noticed until nowEnglish
771·19 days agotldr: Either use your own keys or don’t trust secure boot.
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•Managing podman quadlets, users subids and suchEnglish
2·22 days agoI have a Server with ~16 podman services, each their own user, network namespace and uids. This is managed using NixOS and Home manager (which supports quadlets) but I am changing my setup to a single node k3s cluster with user namespaces because that seems simpler to manage. Here a snippet for how the subuids/subuids are defined:
users.users.<username> = { subUidRanges = [{ startUid = 100000+65536*( config.users.users.<username>.uid - 999); count = 65536; }]; subGidRanges = [{ startGid = 100000+65536*( config.users.users.<username>.uid - 999); count = 65536; }]; home = "[...]"; isNormalUser = true; linger = true; group = "users"; openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys; };
InnerScientist@lemmy.worldto
Technology@lemmy.world•OpenAI could reportedly run out of cash by mid-2027 — analyst paints grim picture after examining the company's financesEnglish
3·25 days agoThis is the year of the OpenAI bankruptcy.
InnerScientist@lemmy.worldto
Linux@lemmy.world•GhostLock: 15-Year-Old Linux Kernel Flaw Gives Any Local User Root in 5 SecondsEnglish
3·27 days agoThe fix is upstream commit 3bfdc63936dd, landed in April, and distributions are rolling it out now.
Just found a recording of the last meeting he attended: https://youtu.be/I08EpZU8z8M
InnerScientist@lemmy.worldto
Brand New Sentence@lemmy.today•I've boarded flights on percents you wouldn't go to the bathroom withEnglish
0·29 days agoYou have GPS, it literally only receives so it can’t affect flight instruments.
InnerScientist@lemmy.worldto
Technology@piefed.social•A leaked Microsoft experiment reveals a new OS built entirely around Copilot and AI agentsEnglish
2·1 month agoNow is the time to move fast and break things, do it!
InnerScientist@lemmy.worldto
Technology@lemmy.world•RAM prices expected to rise another 40-50% in Q3 2026English
5·1 month agoFair enough, I meant consumer demand as in not ai and data centers
InnerScientist@lemmy.worldto
Technology@lemmy.world•RAM prices expected to rise another 40-50% in Q3 2026English
421·1 month agoRam demand expected to drop another 40-50% in Q3?
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•Question WRT secure networking with Podman/Docker stack and a reverse proxy in a VM "DMZ"English
2·1 month agoHow are you running podman? As a rootful systemd service or as a rootless user systemd services?
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•Anyone use Clevis + Tang to protect data on their home server?English
4·1 month agoIf you have an openwrt compatible router then you can use that as the tang server.
Also you can tell clevis to use both tpm and tang and require both to work.
InnerScientist@lemmy.worldto
Fuck AI@lemmy.world•Micron locks in historically high memory prices for five years. Nice work AI bros.
9·1 month agoSo when the bubble pops they’ll just stop selling while the other sellers continue?
Yeah I don’t think so, unless all sellers “lock in” their prices for 5 years it isn’t happening and they’re just saying this to get more companies to buy at high prices. If all of them do “lock in” their prices then this will probably be the second time the memory cartel is fined.







Huh? You don’t like strong copyleft licences?