Landrun as well, takes the restrictions on the command line. Can look messy, but does make it entirely standalone, so you can e.g. drop it into a service file as the readme shows easily enough.
The_Decryptor
spoiler
made you look
- 0 Posts
- 61 Comments
The_Decryptor@aussie.zoneto
Linux@programming.dev•Someone ran a modern Linux OS on a 30-year-old CPU, and it's surprisingly usableEnglish
1·16 days agoYeah, but that’s still not a lot of data, like LTR/RTL shouldn’t be varying within a given script so the values will be shared over an entire range of characters.
The_Decryptor@aussie.zoneto
Steam Hardware@sopuli.xyz•With just a microSD card, you’ll be able to easily bring your games across the Steam Deck, Steam Machine, and Steam Frame.English
4·16 days agoGoing by the store page, the frame is using UFS, aka a hardwired SSD.
The_Decryptor@aussie.zoneto
Steam Hardware@sopuli.xyz•With just a microSD card, you’ll be able to easily bring your games across the Steam Deck, Steam Machine, and Steam Frame.English
21·16 days agoYeah, it’s got 256GB or 1TB of internal storage, so you can just use the microSD card to move the game from i.e. the deck to the frame.
The_Decryptor@aussie.zoneto
Linux@programming.dev•Valve Already Upstreams Support For The New Steam Controller To SDL3English
7·20 days agoValve uses SDL for their own games, so this stuff would have been worked on internally and developed alongside the hardware itself.
But that’s the benefit of open source in the end, when done well everybody wins. Valve gets to ensure that any game using SDL can function perfectly with their hardware (Deck, Controller and Frame), any devs using SDL in their games knows they get first-party hardware support, and gamers get the benefit of both.
The_Decryptor@aussie.zoneto
Steam Hardware@sopuli.xyz•The Steam Controller 2 Got A New Icon And It Further Confirms The LayoutEnglish
1·20 days agoThese days a steam console would be much more attractive.
And you’re right, I want one.
The_Decryptor@aussie.zoneto
Steam Hardware@sopuli.xyz•The Steam Controller 2 Got A New Icon And It Further Confirms The LayoutEnglish
6·1 month agoThey had the “Steam Machine”, but effectively nobody bought it. Maybe now with the Deck people would be more open to it, who knows.
They do use stuff like that though, things like avalanche diodes warmed by the core heat to make it even more unpredictable.
But sometimes things don’t work the way they’re supposed to.
Þere must be a half dozen cheap ways to generate true random numbers.
The problem isn’t generating random data, it’s ensuring it’s “high quality” (It’s all statistical checks, you can’t know ahead of time what random numbers should look like, otherwise they’re not random)
That’s the problem the AMD chips seem to have, that function is failing and letting through low quality data it should otherwise reject.
The_Decryptor@aussie.zoneto
Linux@programming.dev•Linux Gains Tool For Defragmenting exFAT FilesystemsEnglish
6·2 months agoBecause it’s not about the files anymore, it’s the free space on the disk you care about (Or rather, the filesystem metadata describing it, the free-space bitmap in the case of exFAT)
If the files are highly fragmented and spread out, then the empty space around the files is also broken up and spread around, which makes it harder for a filesystem to efficiently store new stuff as it now has to break up and pack new file data into the gaps.
better compression (btrfs compression doesn’t work on extents smaller than 128KiB, which excludes the majority of potentially-compressible data on MANY systems)
Well straight away that’s wrong.
I also don’t get the complaint that if you create a confusing subvolume layout, it results in a confusing subvolume layout. Don’t do that then.
The_Decryptor@aussie.zoneto
Linux@programming.dev•sudo-rs Is Now The Default sudo Of Ubuntu 25.10English
18·3 months agoSudo is worth redoing regardless of language.
Or move away from it entirely, e.g. to something like
doaswhich OpenBSD migrated to a decade ago.
The_Decryptor@aussie.zoneto
Linux@programming.dev•Finding a successor to the FHSEnglish
61·3 months agoAnd unsurprisingly, a majority of the comments on that post are complaining about systemd.
The_Decryptor@aussie.zoneto
Linux@lemmy.ml•Linux and Secure Boot certificate expirationEnglish
6·3 months agoIt’s real, but probably not an issue in practise.
If it does actually turn out to pose a problem, then just disable secure boot on those systems, not like it’s really securing anything at that point.
Edit: I did learn from this thread today though that ZSH has it set to where you can just type part of what you’re looking for then hit up to do the same thing. Neat!
Fish too, it’s fantastic.
The_Decryptor@aussie.zoneto
Linux@lemmy.ml•I have an Nvidia GPU, can I game on Linux?English
7·3 months agoAMD has its own mix of issues with Vulkan between RADV (mesa), AMDVLK, and AMD’s proprietary driver on a per-game basis at times.
Good news, they’re going away. AMD is focusing entirely on Mesa now.
The_Decryptor@aussie.zoneto
Steam Hardware@sopuli.xyz•Valve 'Fremont' APU breaks cover on Geekbench, most likely for a future consoleEnglish
7·3 months ago1 of the main things i think is how memory is laid out is different somehow? so every memory access needs extra clock cycles to accomplish in standard arm64
It’s down to “memory ordering”, as different cores interact with RAM there’s rules that govern how those cores see changes made by other cores. ARM systems are “weak”, so rely on developers to be explicit about the sharing, while x86’s “Total Store Order” is considered “strong” and relies on the hardware to disentangle it all so software can make assumptions and play fast and loose.
You can do software emulation of strong memory ordering on a weak system, but it’s slow. What Apple did was provide a hardware implementation of strong ordering in their ARM chips, and Rosetta enables that when running x86 code, so users don’t encounter that slowdown.
It’s a peaceful life.
The_Decryptor@aussie.zoneto
Linux@programming.dev•Phoronix: Additional Intel Linux Drivers Left Orphaned & Maintainers Let GoEnglish
1·4 months agoWell that’s disappointing.

Windows Terminal is the terminal emulator that hosts the shell (cmd or PowerShell, or anything else really). It’s the modern replacement for “conhost”.
It’s also a fantastic app, some of the devs are on Mastodon too.