Very likely. Or, at least what the thread commenter meant. There’s other programs vulnerable to …/, but it’s mostly some kind of Application Firewall, one that inspects the message itself.
libewa
Mit Nix wäre das nicht passiert!
- 3 Posts
- 49 Comments
All hail the third temple OS!
libewa@feddit.orgto
Linux@lemmy.ml•Wayland Found To Be "Intrinsically Faster Than X11, But Not Necessarily More Efficient"
38·5 days agoMutter is made by GNOME, what do you expect?
libewa@feddit.orgto
linuxmemes@lemmy.world•~~Non-DE WM OSGUIs~~ Standalone WMs are basically Gnome3 for neckbeards
4·6 days agoClient-side decorations. In most DEs and WMs, the compositor or the shell is responsible for the window border, Close button etc. On GNOME, the client (application) is expected to do all of that. There is a mechanism for a WM to request an app whether to draw CSD, and for the app to request SSD, but they don’t need to be implemented.
libewa@feddit.orgto
Linux@lemmy.ml•Canadians have a historic opportunity to punch Microsoft in the face
2·6 days agoThen the deal needs to be changed. Contracts are not above the law 🤷
libewa@feddit.orgto
Open Source@lemmy.ml•A website for debloated open source alternatives
11·6 days agoAs a member of Hack Club, I can’t really believe that Hackatime is really slop-free…
libewa@feddit.orgto
Linux@lemmy.ml•What are the worst distro-specific problems you have faced?
1·7 days agoThe
nixos-unstablechannel actually does ensure a minimum set of required packages work: Those that would prevent you from booting. The compiling-from-source is because Hydra (the binary cache) only starts building once a package appears innixpkgs-unstable, and if it immediately proceeds intonixos-unstable, or one of its dependencies is different there, that build won’t be finished yet.release-and versionednixos-don’t have that problem, as they have a merge freeze, and are mostly fast-forwarded along unstable.What would be good is a mechanism for Hydra to tell you “I tried to build this derivation, and it failed.” For this, Nix first needs to store build failure, and since store paths are input-addressed by default, you can also skip builds that will certainly still fail.
libewa@feddit.orgto
Memes@sopuli.xyz•Philips shouldn't exist anymore. Torx plus is the champ
1·7 days agoI have this iFixit guide as my source: https://www.ifixit.com/Guide/Choosing+the+Right+Screwdriver+Bit/93991#s176809 According to that, the JIS screws have orthogonal inner angles, while the Phillips’ are rounded, resulting in the slipping bits. However, some Phillips screwdrivers fill out that space, and thus won’t fully go into a JIS screw, and effectively be too small, stripping it.
libewa@feddit.orgto
Memes@sopuli.xyz•Philips shouldn't exist anymore. Torx plus is the champ
4·7 days agoJIS is only good for being cheap, and only works if you’re a precision robot. You lose the autocentering and overtorque protection of Phillips, without gaining any of the advantages of Torx. (Phillips has overtorque protection in the sense that your tool doesn’t break, the screw does; which doesn’t matter if you don’t need to unscrew it.)
libewa@feddit.orgto
Debian operating system@lemmy.ml•UEFI Secure Boot Forbidden Signature Boot dbx
2·8 days agoIt should be fine, as long as you’re not using one of these ancient bootloaders.
libewa@feddit.orgto
Debian operating system@lemmy.ml•UEFI Secure Boot Forbidden Signature Boot dbx
3·8 days agoThe volume recovery key for Linux is the LUKS key, yes. You should have that stored somewhere, you can’t view it iirc. The volume key for Windows is the BitLocker Recovery Key. If you’ve signed in with a Microsoft account, it’s stored in the cloud, otherwise you should have that printed out, too.
libewa@feddit.orgto
Android@lemmy.world•Tap to pay with Google Pay is coming to Walmart.- Google blog.English
1·9 days agoI know, that was a rhetorical question.
libewa@feddit.orgto
Android@lemmy.world•Tap to pay with Google Pay is coming to Walmart.- Google blog.English
5·9 days agoDid Walmart block mobile payment, and is now selling it as an advantage???
I used to use an old consumer Yoga, and now a new ThinkPad. Some say it’s the wrong way around, I say I want more than 2 cores and 8GiB of RAM. (Un-)Fortunately, I got hooked on the Nix and Tiling-WM drugs quite soon, and so there wasn’t a lot of distrohopping.
Not Linux, and of course the perfect OS.
You should try it, to get a taste of what is possible, then learn what to do, and maybe even stay. But it’s not for beginners, the terminal-phobic, or people that rarely use their PC.


Linus has already chimed in, and wants Zstd to just use the standard way of checking for CPU features instead of rolling their own. Apparently, that would be even faster, compiling to a single jump instruction.