See also https://github.com/AntiSurv/oss-anti-surveillance for a project to patch out any future age verification code.
I prefer a satirical 'ShouldItAgeVerify' page that points the ridiculousness of shoving verification at unexpected places.
I love omarchy, but manchild/edgelord behaviour from the lead doesn’t exactly instill confidence.
That said, every time I peek under the hood (or into the omarchy git repo) i get pretty worried the whole thing seems glued together with a bunch of vibe-coded scripts
In some jurisdictions it's illegal to target kids with advertisement, and I believe also to track them? Reporting your age as 8-12 is gonna be the new, but actually functional "no tracking" header.
That last part activwly pre-empts apps from any of the ID collection/biometrics stuff like Discord's been trying to pull, though don't ask me how that's supposed to work when it conflicts with other state laws that want to mandate collecting ID info.
Law doesn't work like this.
This is not law, this is impersonating God, or a bad prompt to LLM I guess.
Surprised G. Orwell or A. Huxley didn't think of it first.
twiclo•1h ago
pgn674•1h ago
drfloyd51•1h ago
iamnothere•1h ago
In all cases, at least in the US, these laws violate the first amendment (as code is a form of speech), and freedom respecting users and devs need to resist them until they can be defeated in court.
CamJN•1h ago
object-a•1h ago
It does not require the OS to actually verify the age, collect government IDs, or any other data.
The intention, I think, is to put the responsibility for communicating the users age on the OS, instead of having each application or service do their own age verification (by scanning IDs, requesting user data, etc). Since it’s set on the machine, a parent can set it once for their kid when setting up the device.
thbb123•1h ago
object-a•1h ago
If you want to give a young child a laptop or computer though, it maybe helps keep them away from objectionable content.
somat•53m ago
object-a•47m ago
gorgoiler•14m ago
Onavo•1h ago
somat•1h ago
https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml...
What I got out of it was that an os has to provide an interface to applications so that if they make an age request(note that the law says nothing about when or what applications will make a age request) the os can provide something. and it has to provide an interface for the user to enter the information.
So when we map this requirement onto the mechanism of how the os provides information to applications. and how users set up the system. I have come to the conclusion that compliance on a unix-like platforms is as simple as
echo ${AGE_CATEGORY} > ~/.config/ca_ab_1043
Then the program can get the age category anytime it wants to. the user is able to put this information in at account setup just like the law asks using an accessible interface, the same interface everything else on a unix-like platform uses, the shell.
object-a•1h ago
Retr0id•1h ago
object-a•1h ago
I guess you could also make the bracket selectable instead of requiring the age
akersten•21m ago
There are millions of people moving between the proposed age brackets every day. This is a DoB-gifting firehose to ad tech.
object-a•5m ago
somat•1h ago
object-a•1h ago