

There’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.


There’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.


Ah, 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.


Out of curiosity, how?
< urls.txt while read -r url; ...
Is a syntax error.
while read -r url < urls.txt; ...
Result in an infinite loop.


I’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.


You 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


Ironically, 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
Yeah, not sure how much he’s distancing himself from FUTO related things though. He brought up grayjay recently, but only specifically to talk about the devs comments on recent Texas app store legislation. Kind of a wash.
Given he is playing politician now, I don’t think he’s going to make a public statement about it. Not only would it hurt his influence but it would probably stall out any ongoing negotiations regarding right to repair. Shit sucks in general.


And what do you think that polling rate was to fill up a 512 GB SD card? It’s all speculation but this isn’t a super collider, we shouldn’t need sub second polling of a vehicle that can only move 5.6 km/h.


This is so dumb, how could anyone at the FCC even humor such a request?
“Please help us, we overcomplicated billing and don’t want to explain it to anyone”


Honestly surprised nobody has tried to sell some bolt on diffusing/screen mask for this reason


I’m pretty sure the mirror was setup before that was an option. No reason to turn it off now that it’s a source of entertainment.


Honestly, I was running into the limits of stow. Want to unstow some configs on a bare machine? I hope you wanted that entire directory to be a symlink. Then I saw that someone had actually fixed that many years ago but the maintainer at the time was caught up in some personal crypto related projects and did not appear to be looking at the mailing list.
Chezmoi fixed that, applied a templating engine and added a data mechanism. In moving my stow configs I realized that application specific config file deployments are nice but shouldn’t be necessary. Templates fill that gap, and meshing them with scripts allows you to do some cool things only when variables change.
Plus I was beginning to play around with go at the time, so it just seemed like a good idea to use something I could contribute to if I needed.
I still don’t think I’m using chezmoi to it’s full potential, but I am fairly proud of the script I use to determine data sources for my waybar config on all of my machines.


All public and I regularly link people to my bash functions. Started with git bare repos, moved to stow, now on chezmoi. If I need anything more complex than chezmoi for these I’ll probably give up syncing them altogether.


The problem here being these payment processors are global and none of this is illegal in the jurisdictions affected. This regional blocking, while nice, shouldn’t even need to be a “solution” to this. It’s a sledgehammer “solution” to something that was never enough of an issue for actual legislation.
Edit: clarify point


I’ll keep saying it, this is called a Word Processor. They were cool when they were simple microcontrollers and LCD displays, not so much now.
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.