this post was submitted on 04 Apr 2026
14 points (100.0% liked)

technology

24317 readers
384 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] BabyTurtles@hexbear.net 4 points 1 day ago (4 children)

It's reasonable to assume the next legal step is to outlaw lying about your age. IP logs associated with an age of 126 would be easy targets. You could lie about your age with something more realistic, but then it's another avenue of device fingerprinting.

A better thing to do would run a script that edits your age every boot, randomly between 25 and 65, along with an always-on vpn that keeps switching locations.

Or just switch to a distro without systemd, like KaOS. That's probably the direction I'll head next.

[–] milk@discuss.tchncs.de 2 points 17 hours ago (2 children)

If lying about your age is illegal then not verifying your age at all is probably also illegal. You probably wouldn't be able to access any commercial, online software or websites using an unverified distro

[–] BabyTurtles@hexbear.net 3 points 16 hours ago

You probably wouldn't be able to access any commercial, online software or websites using an unverified distro

This would be a significantly better problem to deal with than having the OS compromised in the first place.

[–] invalidusernamelol@hexbear.net 2 points 15 hours ago

Again, that's outside the control of systemd. If they need to provide an interface, they need to provide an interface. If you don't want to use that interface you don't have to, but I'd rather have that commercial stuff pinging a known open API than doing something sketchy internally.

[–] chgxvjh@hexbear.net 5 points 22 hours ago* (last edited 22 hours ago) (1 children)

The push is towards identity attestation with digital signatures issued by authorities. Of course that's still quite the technological leap from having an dob field in a user database, but that's just a part of what's required by the Californian legislation. The NY legislation already tried to include identity providers. And EU countries already have the IDs, the EU is just not in a strong position to require OSes to implement uniform support.

EU has been trying to push for government identities on social media for like 15 years.

[–] TheTaglineToldMeTo@hexbear.net 2 points 14 hours ago* (last edited 14 hours ago)

Of course that's still quite the technological leap

Yeah I highly doubt this specifically will be any meaningful change or particularly the coming avenue for change, but I don't necessarily think that's fully it, because it has always been just as technologically feasible DRM currently is ("Secure"/"Trusted^(treacherous)^" Computing, TrustZone, TEE(s), Secure Element(s), ME, TPM, SGX, TDX et al..) all designed trusting the manufacturer first then the user second if even at all, all widely used(or capable) almost without exception today. I just don't think the appetite or need has gotten truly there yet. but with with how suffocatingly American core internet infrastructure and historicaly entrenched design elements are, when truly threatened i can see the dropping of the "open" internet facade becoming much much much worse that won't be as solvable as just some configs or applying some patches. ignoring the liberal dogs with unimaginable cognitive dissonance and white hubris that somehow imagine building around the exact same panopticon but painted blue with stars, and "European"^(whatever\ this\ is)^ will somehow be spectacularly different. i can't tell if my thinking is just borderline conspiratorial, but there is wayyy to much undeserved trust in this stuff that just because it hasn't been weaponized more overtly yet doesn't mean in more desperate scenarios/stronger positions it wont or cant be.

  • (I agree with you I'm just talking into the aether getting carried away typing saying the same thing but worse and convoluted. I need some sleep :( )

  • (removed my doomer disjointed rambling about actually important and real security being wrapped into "trusted" computing. truly free computing died soon after it was born; it is possible, but only in a better world. the last time I smiled was on August 19th, 1991. etc...)-

[–] reader@hexbear.net 3 points 23 hours ago (1 children)

It's reasonable to assume the next legal step is to outlaw lying about your age. IP logs associated with an age of 126 would be easy targets.

Its really not reasonable to assume either of those things. If shit like this really takes off it'll be less like the linked discussions and more like DRM, with proprietary software (and hardware, if they want it to stick), linked to an online service that "verifies" your age externally.

[–] BabyTurtles@hexbear.net 3 points 19 hours ago

I think you're offering way too much good faith to a government that believes in prisonlabormaxxing and genocidemaxxing.

[–] invalidusernamelol@hexbear.net 1 points 1 day ago (1 children)

Avoiding systemd is getting harder and harder though. Some sort of script or plugin would probably be best.

[–] BabyTurtles@hexbear.net 2 points 19 hours ago (1 children)

Avoiding systemd is getting harder and harder though.

That's exactly why it should be avoided. The vision of the FOSS operating system was that parts were interchangeable, and you aren't locked into any one thing.

People raised the alarm bells on systemd years ago and unfortunately it seems they were correct all along.

[–] invalidusernamelol@hexbear.net 1 points 18 hours ago* (last edited 18 hours ago)

Eh. I'm not really on the systemd hate train that a lot of people are. I think having a unified interface is good actually. Plus it's modular enough that you can absolutely add/remove components in your distro.

I also really don't think that this is a sign that they were correct, the whole point of my comment was to point out how ridiculously small this change is and it has no visible path towards becoming anything more.

systemd's whole thing is being the glue, so it makes sense for them to expand their API when changes are being proposed. Doing that ahead of time saves them headache later since people will splinter into other workarounds.

If the "age verification" stuff ends up centralizing on a systemd module, that's good actually since it means you're less likely to see people implementing it themselves in ways that are harder to see or disable.

If all of that flows through systemd, you can just turn it off on the API layer and anyone who uses it (which at this point, will probably be a lot of people since they're ahead of the game) hands off that control to a thing you as a sysadmin have easy control over.