Ah, but raft wars
- 1 Post
- 326 Comments
Static_Rocket@lemmy.worldto
Technology@lemmy.world•System76 tries to talk Colorado down over OS age checksEnglish
69·15 days agoThere’s still valid concern about this being a foot in the door tactic. Once an OS complies with this request what will the next one be? Why should this even be allowed?
Either way though, the reddit citation is a bit unnerving.
Static_Rocket@lemmy.worldto
Technology@lemmy.ml•If you had any doubts that Know-Your-Customer laws were evil, here is one very good reason: personal data of 1 BILLION people just leaked.English
1·29 days agoAh, makes sense it would be targeted twards banking and financial businesses specifically. Better pinch point than some random commerce. In that case audits would be less problematic, though I’m not sure why outsourcing this data is even an option with the current rules. It’s not like a business can be completely hands off in the acquisition or processing of that info.
Static_Rocket@lemmy.worldto
Linux@lemmy.ml•foreach - Bash alias to execute command on each lineEnglish
1·30 days agoOut of curiosity, how?
< urls.txt while read -r url; ...Is a syntax error.
while read -r url < urls.txt; ...Result in an infinite loop.
Static_Rocket@lemmy.worldto
Technology@lemmy.ml•If you had any doubts that Know-Your-Customer laws were evil, here is one very good reason: personal data of 1 BILLION people just leaked.English
2·1 month agoI’m uninformed about this, but do KYC laws come into effect at some profit point or are they globally enforced. I don’t see how any small businesses could possibly afford a 3rd party audit, or how that would even scale. I agree it’s necessary, but logistically it seems problematic.
Static_Rocket@lemmy.worldto
Linux@lemmy.ml•foreach - Bash alias to execute command on each lineEnglish
11·1 month agoYou can also avoid cat since you aren’t actually concatenating files (depending on file size this can be much faster):
while read -r url; do echo "download $url"; done < urls.txt
Birds of Prey definitely started some shit online, but it was primarily the already vocal assholes of reddit and x flinging shit at each other. I heard a lot from both sides and ended up avoiding the movie completely.
Static_Rocket@lemmy.worldto
Programmer Humor@programming.dev•Don't be a fool, use the proper tool.English
3·3 months agoLegit thought it was just going to be a wall of text editors and nothing else
Static_Rocket@lemmy.worldtoFunhole@lemmy.sdf.org•40 days in the Japanese desert: the second OniEnglish
7·3 months agoLeaving out Artix? Foreshame.
Static_Rocket@lemmy.worldto
Steam Hardware@sopuli.xyz•Witchfire director says “everybody should attempt to support” Steam Deck as it just makes games better for everyoneEnglish
9·3 months agoWell, that’s the last excuse I needed. Time to finally buy Witchfire.
Static_Rocket@lemmy.worldto
Linux Gaming@lemmy.world•am i doing something wrong or is the baldur's gate 3 linux build a bit buggy?English
3·3 months agoGlances at the one occasionally unclimbable ladder
Static_Rocket@lemmy.worldto
Jellyfin: The Free Software Media System@lemmy.ml•Jellyfin 10.11.5 MinorEnglish
11·3 months agoI will say, if anyone is waiting for things to settle down since 10.11.0, I recently did a migration from 10.10.7 to 10.11.4. That direct upgrade didn’t result in nearly as much of a headache as the initial 10.11.y upgrade. You still need to coax the upgrade with a library scan and missing metadata scan, but it’s actually fine now.
Static_Rocket@lemmy.worldto
Technology@lemmy.world•sacrificing accessibility for not getting web-scrapedEnglish
27·3 months agoIronically, my first instinct to opening that page and seeing it’s unusual layout and density on mobile was to switch to the reader view. Immediately getting hit with the cyphertext output. Cool, I guess.
I suppose I could have phrased that better. The registers themselves correspond to particular applications/stages, but the values store in those registers should change based on how the application/stage was loaded. Switch the order or inject a new binary and the hash from that stage on should change.
Any changes in the boot process should change various PCR registers. https://wiki.archlinux.org/title/Trusted_Platform_Module#Accessing_PCR_registers
Static_Rocket@lemmy.worldto
Hardware@lemmy.world•Intel says it will keep networking and communications unitEnglish
3·4 months agoGood. Best NICs around as far as I’m concerned. (Excusing the completely goofy approach to wireless regulatory region setting. That was stupid.)
Yeah, that’s it. I normally recommended going through the main readme https://github.com/SteamDeckHomebrew/decky-loader?tab=readme-ov-file#-installation
If I resort to using a Mac I want someone to put me out of my misery.


I’m going to guess it’s because of some linux native things. I remember source engine games used to have issues with non-ext4 filesystems (or maybe it was just workshop stuff as I still have left 4 dead 2 on a separate disk), but I’m pretty sure that’s been fixed.
Been running BTRFS and XFS partitions for years, so it’s certainly a rare issue.