Top
Best
New

Posted by terminalbraid 1 hour ago

Illinois Introducing Operating System Account Age Bill(www.ilga.gov)
156 points | 183 comments
Slow_Hand 1 hour ago|
If I’m not mistaken, Meta has been lobbying heavily for all of these age-verification bills lately.

It seems their strategy is to externalize their responsibility to verify age themselves, and thus reduce their exposure to liabilities when child protection acts like COPPA are violated.

mgfist 1 hour ago||
It should be externalized to a degree. Facebook shouldn't be the ones verifying age, but there should be a trusted 3rd party service that does that, which just tells facebook "yes this user is old enough to use your service" or "no they're not old enough".

It abso-fucking-lutely should not be at the OS level though, for so many reasons. Even the implementation alone would be a nightmare. Do I need to input my ID to use a fridge or toaster oven? Ridiculous.

pianoben 1 hour ago|||
Or, and hear me out, _maybe our computers shouldn't spy on us in the first place_?
jachee 1 hour ago|||
“Impossible to get a man to understand a thing, when his paycheck depends on his not understanding it.”
ToucanLoucan 34 minutes ago|||
I'm reminded of a video essay I watched about AI once, which took a side tangent into surveillance capitalism:

"Google's data harvesting operation became a load bearing piece of the Internet before the public understood digital privacy. And now we can't get rid of it."

The public has been conditioned to expect web services free at point of use. Legitimately it's hard to monetize things like YouTube without ads, and I get that. But turning our entire ecosystem of tech into a massive surveillance mini-state seems like an astonishingly shitty idea compared to just... finding a way to do advertising that DOESN'T involve 30 shadowy ad companies knowing your resting blood pressure. My otherwise creative and amazing industry seems utterly unwilling to confront this.

inetknght 39 minutes ago||||
> It should be externalized to a degree.

Why?

We don't externalize age verification when buying alcohol or visiting the strip club. It's on the responsibility of those establishments to verify age.

sjsdaiuasgdia 31 minutes ago||||
In those in-person contexts, the identification document is still externalized - they're checking a government-issued photo ID in the vast majority of situations.

It works for the in-person context because it's a physical object, making it easier to control access to it. A high resolution picture of the same ID is a privacy problem as it can be copied, shared, transferred, etc without the knowledge of the ID holder.

pstuart 35 minutes ago|||
Do we make contractors do age verification on their supplies when building a liquor store or strip club? The OS is a tool used by Meta, just like the utilities and the compute itself.

Meta Apps can have age verification but it should be at the point of service, not the supply chain.

And even if we were to agree to this, uploading your IDs to an untrusted third party is asking too much.

alistairSH 32 minutes ago||
uploading your IDs to an untrusted third party is asking too much.

So have the government do it? They already know who we are and when we were born.

inkysigma 1 hour ago||||
Except none of these bills (California or the one in question) as currently written require an ID to actually be verified, merely that the user provide an age. This seems intentional as it's seems to solve the user journey where a parent is able to set a reasonable default by simply setting up an associated account age at account creation. It's effectively just standardizing parental controls.

I think this is a reasonable balance without being invasive as there's now a defined path to do reasonable parenting without being a sysadmin and operators cannot claim ignorance because the user input a random birthday. The information leaked is also fairly minimal so even assuming ads are using that as signal, it doesn't add too many bits to tracking compared to everything else. I think the California bill needs a bit of work to clarify what exactly this applies to (e.g. exclude servers) but I also think this is a reasonable framework to satisfy this debate.

I've seen the argument that this could lead to actual age verification but I think that's a line that's clearly definable and could be fought separately.

bink 1 hour ago|||
Kids aren't stupid. They'll just create another account when they're old enough to figure it out. They'll tell their friends how to do it and the rest of us will be stuck with these stupid prompts forever like it's a cookie banner.
inkysigma 58 minutes ago|||
Actually given boot chain protection, this will probably get harder as time goes on but even assuming some kids are able to, this is clearly definable as a user error: the fault lies with the kid and as a parent you need to think about your threat model.

Right now, it's not even clear how to create parental controls at a reasonable level so there's no clear path for what to do or how to respond.

somethoughts 20 minutes ago||||
From a parent's perspective, that's the great part about bubbling it up to the OS user account level.

Its trivially easy to see if the user (child) has indeed created multiple OS level user accounts with different permission levels if you want to spot check the computer.

You'll see it on first startup and then you can have "a chat". With Guest account access disabled, spawning a new account on a computer takes 2-3 minutes, will send emails and dashboard notices to the parent.

Its very much near impossible to verify that the child is not just going to Facebook etc. and using separate accounts and just logging out religiously.

That said I wish Apple/Microsoft/Google had more aggressively advertised their Parental Control features for Mac/Windows/ChromeOS as a key differentiator to avoid Ubuntu/Open Source distros from having to implement them.

nemomarx 19 minutes ago||||
I don't think "real" age verification with ids is immune to this either. (kids paying an adult to get an id for it or fooling an ai classifier, whatever).

Basically unsolveable, so why worry about that edge case? Kids will always get through to some adult content somewhere. A token system will make parents feel better in the meantime.

lich_king 55 minutes ago||||
So you're advocating for stronger and more invasive controls?...

I think this is a sensible compromise. It gives parents more control than before without relying on shady third-party software or without turning every platform into a cop. Yeah, it also aligns with Meta's interests, but so what?

The age attestation solutions pursued by the EU are far more invasive in this respect, even though they notionally protect identity. They mean that the "default" internet experience is going to be nerfed until you can present a cryptographic proof that you're worthy.

1718627440 50 minutes ago|||
I mean on a UNIX OS you could make it yet another group the user needs to be part of. Like the group for access to optical media or for changing network credentials. Whether the child gets root access is on the parent, but that is like with anything else. A child can get around this, but it means finding and exploiting a 0-day on the OS. If they are able to pull this of I would congratulate them.
phicoh 9 minutes ago||
There is a huge attack surface for this. For example, kid manages to buy an old phone. Resets the phone and creates an account. Kid buys something like a Pi 3 manages to get a regular phone to become an access point. Etc. If a laptop is not completely locked down, a kid might boot a live USB stick.
enoint 32 minutes ago||||
I don’t care if it’s part of the user setup, but make it an App Store dotfile. Don’t issue fines to Debian for offering a Docker image without a user setup script.
secabeen 5 minutes ago|||
I agree. There is a real drive to catastrophize here but so far, none of the bills actually take any steps to prevent users from lying about their age.
eecc 52 minutes ago||||
I guess the point is: delegate to kernel, then “oh, people with root can bypass with modules? Secure Boot!”
FuckButtons 54 minutes ago||||
And just which third party do you trust with your identity?
mindslight 8 minutes ago||||
The implementation that would keep incentives properly aligned is for Facebook (et al) to publish labels in website headers asserting the age (and other) suitability of content on each page. It would then be up to client software (eg a browser) to refuse to display pages that are unsuitable for kids on devices that have been configured for kid use.

It would be reasonable to give this a legislative nudge - spelling out the specific labels, requiring large websites to publish the appropriate labels, and requiring large device manufacturers to include parental controls functionality. The labels would be defined such that a website not declaring labels (small, foreign, configuration mistake, etc) would not be shown by software configured with parental controls, preserving the basic permissionless nature of the Internet we take for granted.

But as it stands, the setup is horribly broken - both for subjecting all users to the age verification regime, and also for being highly inflexible for parents who have opinions about what their kids should be seeing that differ from corporate attorneys!

pear01 1 hour ago|||
He doesn't want to have to stand up, turn around and apologize to parents on behalf of an asleep at the wheel Congress again.

At some level I don't blame him. It is also a bit strange how in that act alone he showed more accountability than most of the politicians that were questioning him, never mind most executives. I suppose Josh Hawley wants to be liable for personal lawsuits for his acts of Congress too... people cringe at his "robotic" demeanor but I can't remember the last time someone turned and faced people and apologized like this. Most people asked to do the same (even in front of the same body) never do.

https://youtu.be/yUAfRod2xgI

SoftTalker 1 hour ago|||
Don't kid yourself, Meta already knows the age of all its users, at least within the broad categories that this bill defines.
maxrmk 40 minutes ago|||
If a company relies on self reported ages, they don't "know" it well enough to satisfy COPPA. Probably. I'm not a lawyer but I do keep up with the latest in privacy enforcement and I think this is the way things are headed.

For the record, I'm against age verification laws. But I think companies are pushing for them because of liabilities they face under other laws, not because they would actually like to have the data.

onlyrealcuzzo 41 minutes ago||||
Legally, there's a difference between "knowing" and "accurate enough for loose cannon advertisers".
thesuitonym 40 minutes ago|||
Yes, but they want to show children content that is not appropriate, then claim ignorance.
Lerc 1 hour ago|||
How should they do it? Surely they don't have a responsibility to do something that nobody knows how to do?

There have been numerous cases in history where governments have attempted to legislate the outcome they want without regard to how that might be done or if it was possible in the first place. Obviously it can never deliver the results they want.

It would be like passing a law to say every company must operate an office on the moon, and then saying that companies lobbying for an advanced NASA space program is them externalising their responsibility.

tyre 1 hour ago|||
They could require government ID to sign up and an adult sponsor to certify accounts for kids. Plus a limit on how many accounts an adult can sponsor.

It would be a mess, but solve the problem. It’s not that we don’t have the technology, we just don’t want to because the friction would decimate user numbers and engagement; it would be much simpler to regulate (e.g. usage limits on minors); and minors are less monetizable, which would lead to lower CPM on ads.

Then there’s the legal liability if you know someone is a minor and they’re sending nudes, for example. And the privacy concerns of tying that back to de-anonymized individuals.

But obviously I wouldn’t believe that social media companies care about user privacy on behalf of people.

gruez 1 hour ago|||
>They could require government ID to sign up and an adult sponsor to certify accounts for kids. Plus a limit on how many accounts an adult can sponsor.

Requiring all online account creation to go through some government vouching system sounds far worse for privacy than OS doing age verification.

intrasight 53 minutes ago||
OS-based age verification would also have to use a government ID. There is no alternatives to a government ID for such verification.
gruez 51 minutes ago||
>OS-based age verification would also have to use a government ID.

Source? Another commenter claims the opposite: https://news.ycombinator.com/item?id=47416653

intrasight 3 minutes ago||
I see no such claim that comment said that the parent verifies the child. That that means that the parent must be verified. I don't see that approach having any chance of succeeding. It would be a much more invasive process to both verify the parent and the relationship with the child.
Aunche 1 hour ago||||
> They could require government ID to sign up and an adult sponsor to certify accounts for kids.

Even if they used an open source zero knowledge proof, HN will still immediately dismiss it as an attempt to steal your data. The proposal here and the similar bill that passed in California doesn't require any validation that you enter you age correctly.

Lerc 1 hour ago|||
I think the public in general woul be happier with the office on the moon idea than compulsory Government ID requirements to use services.
intrasight 52 minutes ago||
It's only required for services that require it. The states are also regulating which services those are.
observationist 1 hour ago||||
It's up to parents to parent. It's not up to the government, and Facebook pushing this shit is evil.

It's not about protecting children. It's about increasing adtech intrusion, protecting revenue from liability, pushing against anonymity, and for all the various apparatus of power, it's about increasing leverage and control over speech.

ehl0 1 hour ago|||
bad take man. these companies don't care about kids; they just want to take the responsivity off of themselves. they don't actually put any money towards child safety.
saltyoldman 19 minutes ago|||
That's the correct strategy, if anyone sues meta, meta can bring their age verifier into the lawsuit and blame them. It makes sense from a business perspective, insurance perspective. etc...
ezfe 48 minutes ago|||
Is there a problem with this? Most users are using an iPhone and most iPhones already know the accurate age of their user
enoint 26 minutes ago||
I’ve heard Android is a more common OS. In any case, if your OS fails to ask a user their age, it’s banned.
NotGMan 1 hour ago|||
Yes

https://www.reddit.com/r/LinusTechTips/comments/1rsn1tm/it_a...

Slow_Hand 1 hour ago|||
Really, I’m surprised that for all of the discussions on HN around these individual statewide acts that I see so little discussion of Meta as a primary force pushing them.
pesus 1 hour ago|||
There are probably many more people that would profit of it on HN.
hypeatei 1 hour ago||||
Why does it matter specifically that Meta is doing it? This has long been a goal for intelligence apparatus and big tech: get rid of anonymity online to "fight terrorism" and sell ads respectively.

Don't get me wrong, it's good to know but it's not earth shattering information.

gruez 1 hour ago|||
>Why does it matter specifically that Meta is doing it? This has long been a goal for intelligence apparatus and big tech: get rid of anonymity online to "fight terrorism" and sell ads respectively.

How does getting the OS to do age verification "get rid of anonymity online" or help "sell ads"? Assuming the verification is implemented in a competent way (ie. it's not just providing an id scan for any app to read), it's probably one of the more privacy friendly ways to implement age verification, that's also more secure than an "are you over 18" prompt on every website.

hypeatei 1 hour ago||
You've accepted the overton window shift that age verification is an inevitability and that we need to give up information to the operating system because any other way would violate our privacy! It's naive to see this internationally coordinated effort to "save the children" as anything other than the temperature in the pot being turned up.

> implemented in a competent way (ie. it's not just providing an id scan for any app to read)

What if there are vulnerabilities? You're inherently introducing more attack surface and providing more data than you would without these laws.

gruez 59 minutes ago|||
>You've accepted the overton window shift that age verification is an inevitability and that we need to give up information to the operating system because any other way would violate your privacy! It's naive to see this internationally coordinated effort to "save the children" as anything other than the temperature in the pot being turned up.

If you're trying to imply Meta is behind the "overton window shift", that's plainly not the case. The popular sentiment that smartphones and social networks are harming kids (thereby necessitating bans/verification) has been boiling over for a while now (eg. "The Anxious Generation, 2024", and the recent social media bans in Australia), and meta is just trying to get ahead of this with laws that favor them.

>What if there are vulnerabilities? You're inherently introducing more attack surface and providing more data than you would without these laws.

Probably less likely to cause vulnerabilities than web usb or web bluetooth , both of which gets some pushback here but nowhere as much an API that returns a number.

hypeatei 34 minutes ago||
> If you're trying to imply Meta is behind the "overton window shift", that's plainly not the case

No, I'm saying the exact opposite: Meta is just one player in a campaign from intelligence agencies and other tech companies who want to normalize mandated prompts in your OS that collect information. Right now it's "just a DOB field bro" turns into "well... people can lie with the DOB field, let's just add a ID check step in that dialog" and build on it from there. Of course the pot has been boiling for a while and it's not just Meta looking for regulatory capture.

> Probably less likely to cause vulnerabilities

I don't care about likelihoods, this "feature" inherently introduces more risk and for something I don't even want on my computer. Even a small chance that this can be abused is unacceptable.

edgyquant 35 minutes ago|||
I find it odd when people write off policies as using “save the children” or “protect women” as if this isn’t something people are really capable of thinking. You fail to understand why the Overton window has shifted because you fail to understand people really are worried about their children
JumpCrisscross 1 hour ago|||
> Why does it matter specifically that Meta is doing it?

Their entire top leadership has shown a multi-year tendency towards psychopathy and lying. Knowing Meta is pushing this bill makes me want to understand why my views and theirs randomly agree as well as carefully read the bill text for any signs Adam Mosseri was within 500 feet of it.

JCattheATM 1 hour ago||
> my views and theirs randomly agree

That's probably a sign that you should reevaluate your views.

iAMkenough 1 hour ago|||
I wonder if Meta monitors their employees comments on HN?
alephnerd 56 minutes ago||
They don't but frankly no one who matters actually gives a s#it about HN anyhow.

HN is also much less representative of the demographics within the American tech industry now as well - almost all the references I see on here are stuff only men in their late 30s to 50s would recognize, and an increasing amount of users appear to be based in Western and Central Europe.

Heck, I'm on the younger end by HN standards (early/mid 30s) and when I introduced HN to my peers over a decade ago (this is my throwaway) even back then they complained that it was "toxic", "snooty", and "unhelpful". And it's reputation amongst the younger generation has only gotten worse.

HN has "SlashDot"ified, because most people are either in private groupchats on signal/imessage/discord or meeting each other with Luma invites.

starkparker 1 hour ago|||
I think? the most recent version of that post is https://web.archive.org/web/20260314074025/https://www.reddi..., which is "awaiting moderator approval"
Springtime 1 hour ago||
I've seen skepticism about the veracity of the claims, in part as various sources cited in the git repo pointed to todo files not actual data[1] (in that example was only just hours ago a source file was added, when the project still claims part of the conclusions are based on data said to be contained there).

Which has led some to suspect much is LLM generated and not properly human-reviewed, in addition to the very short timeframe from initial self-disclosed start of the research to publishing it online (mere 2-3 days) despite the confident tone the author uses.

[1] https://web.archive.org/web/20260317184359/https://lobste.rs...

pembrook 8 minutes ago|||
Meta is definitely pushing this, but they aren't having to push very hard because its already in the zeitgeist. It's a classic moral panic. Millennials are raising kids and turning into their boomer parents at rapid clip.

Millennials had their hippie era in their 20s (same stuff their parents did rebranded as "hipster" instead of "hippie," where instead of building a lifestyle of sleeping around and bong hits in the Haight-Ashbury, they built a lifestyle of sleeping around and bong hits in Williamsburg Brooklyn).

Now in their 30s-40s they've moved to the suburbs, they're voting Reagan, and are falling for hysterical media-driven moral panics about "what kids these days are up to" just like their Boomer parents did in the 80s-90s.

What's even more funny about all these "social media is evil" legislative proposals, they're motivated by the idea of what social media used to be when millennials were in college...which doesn't even exist anymore.

The classic narrative that teens are depressed because they're seeing what parties they didn't get invited to is wildly outdated now. Social media isn't social anymore (see Tiktok), it's just algorithmic short form TV. Nobody is seeing content from their peers anymore.

In reality, most modern research on social media finds little to no affect on teen mental health. But of course, if you have ulterior motives to undermine privacy or shirk corporate responsibility under the cover of "saving the kids," this moral panic is an already burning flame waiting to be stoked.

autoexec 7 minutes ago||
It's amazing how many things We The People want our government to do that go ignored year after year, but the moment corporations want something laws get pushed through at lightning speeds. Bribing matters a lot more than voting.
ottah 1 hour ago||
This coordinated state level attack on the legislative process is crazy. These people can't seem to be bothered to do the basics of governing, but they always find time to do this cross-state nightmare fuel.
firtoz 1 hour ago||
It's kinda convenient because every service needs to ask you for the age now because they can't serve under 13s in a lot of cases. Having it be a simple API would be a decent convenience, no?

If you connect it with a permission system where you can choose whether to provide this information (e.g. >13 as a bool or age as an integer or the birthday as a date) that can't be too bad I guess?

I haven't read the whole thing of course.

pull_my_finger 1 hour ago||
It WOULD be nice if it only got used appropriately. But in 2026 its just one more metric to narrow down your profile for advertisers. Wouldn't it be convenient if you could just opt-out of tracking with a convenient API like the literal "do not track" header in browsers? It exists, but none of the people who SHOULD use it pay it any attention except as, ironically, another metric used to track people.

Not to mention that computing is a global thing, and in order for this to be useful it would definitely have to be providing more specific information than just a bool. Maybe chats require 13+, but pornography requires 18+. Maybe those ages are different based on location. All advertisers would need to do is ping the various different checks to get your actual or at least very approximate age.

This kind of thing is a slippery slope, and its ripe for abuse by doxxers, advertisers and big brother himself. Burn this with fire. I'm totally in agreement with the others that suggest stuff like this should b just get banned from getting introduced and reintroduced constantly trying to sneak it in as a rider or hidden provision. The people DON'T want it.

edgyquant 1 hour ago||
What if someone else is using the computer/phone/etc?
glitchc 1 hour ago||
The law as is written mainly targets social media platforms. For an OS to comply, all it needs to do is provide a field during account creation that records the user's date of birth as supplied by the user. There is no onus on the operator to confirm the veracity of this information, or even record it anywhere other than the local OS install itself. I think we're safe.
JCattheATM 1 hour ago||
It's the start of a very slippery slope.
TehCorwiz 17 minutes ago|||
https://theintercept.com/2026/03/17/government-surveillance-...
naikrovek 1 hour ago|||
Slippery slopes are a logical fallacy. Every single decision moving you down the slope is intentional. No sliding occurs if nothing actively pushes things down the slide.

Accordingly, it is never too late to lobby against these things.

areoform 59 minutes ago|||
Not if you're being pushed down the slope.

It's not an accident that this appeared within a month or two of the California one. I would bet good money that there's someone shopping this bill around.

If you do a frequency analysis of when these bills are being introduced, you'll notice an odd cluster internationally. Less charitably, they're coordinating / talking / being pushed by someone. More charitably, the "idea" is spreading.

It's a very odd idea to spread though. Age "verification" isn't something people are truly passionate about.

I suspect that, long-term, this is about surveillance. The powers that be would rather kill the golden genie that's general purpose compute than have teens and radical youth with compute.

This is going to get bad.

nlitened 58 minutes ago||||
> Slippery slopes are a logical fallacy

How is this a counter-argument? I often read this, as if there's some international trusted organization of logical thinkers that has approved inclusion of slippery slope to a list of logical fallacies that must never be invoked in a conversation.

Every single time five years later it turns out that the slope actually was slippery.

bombcar 45 minutes ago|||
Everyone who rants about slippery slopes being a fallacy also loves the boiling frog analogy (which technically might be a bit closer to what they're going for).
rkomorn 42 minutes ago|||
I don't think their comment was meant as a counter-argument.

I read it as a call to action: things only go down the slope if they're pushed that way, so now is the time to try and prevent said push.

1718627440 47 minutes ago||||
The problem with slippery slope is that every step can be defended as reasonable, but the overall result can't. Pointing out that something is means saying, I can't refute that single step and you know that, but I still am against it, because it is crucial to an harmful outcome that I really don't want. It argues against a policy by putting it into context.
mattnewton 59 minutes ago||||
Like gravity, there is some inexorably force drawing the state towards mass surveillance tools as it makes the job easier. Removing friction that fights against that force is real
bs7280 32 minutes ago||||
Calling everything a logical fallacy, is also a logical fallacy.

We have already seen the federal government use facial recognition data to create an app that tells ICE goons who's legal. We should not tolerate the government forcing more data tracking and privacy violations just because you are not "sliding" today.

1shooner 40 minutes ago||||
> it is never too late to lobby against these things.

Putting aside the real possibility that the ability to lobby against certain things is already actively under attack, it isn't speech alone that is being addressed, it's political and cultural momentum.

Would you call it a fallacy that making incremental rather than sudden movement in a specific direction makes it politically easier to accomplish?

BoredomIsFun 48 minutes ago|||
> Slippery slopes are a logical fallacy. Every single decision moving you down the slope is intentional.

    First they came for the Communists
    And I did not speak out
    Because I was not a Communist

    Then they came for the Socialists
    And I did not speak out
    Because I was not a Socialist

    Then they came for the trade unionists
    And I did not speak out
    Because I was not a trade unionist

    Then they came for the Jews
    And I did not speak out
    Because I was not a Jew

    Then they came for me
    And there was no one left
    To speak out for me
cheschire 45 minutes ago|||
And how will you use a library computer?
mattnewton 1 hour ago||
Seems like a slippery slope. Now the infrastructure is there to ask apple, Google and microsoft to confirm identity with selfies over the internet.
ezfe 48 minutes ago||
That infrastructure is literally already there. It's done and live in some areas.
spullara 1 hour ago||
this is completely insane. we need some kind of constitutional amendment to get rid of all this kind legislation forever.
Aunche 1 hour ago||
People are making way too big a deal of this IMO. This is basically the OS equivalent of that checkbox you click to enter a porn website that gets exposed to Meta, so they can claim that they did what they all the they could to protect children if they get sued by parents. Any determined kid would figure out a way around this, but I can see it stopping younger and less determined kids, and it's a useful tool for parents.
acuozzo 39 seconds ago|||
How would this work for e.g. RTOS?

Does the hidden Minix installation on every Intel CPU with the Intel Management Engine count?

0xbadcafebee 25 minutes ago||||
It does not stop at the check box. Someone is going to sue Google/Apple when a 13 year old gets on a porn site. Then Google/Apple will introduce "verification" that requires linking your identity to your device, and attesting this to the "operator" (porn site). Then every person using any OS is tracked, on every website and app, all the time, by law. And Linux becomes illegal without it.

This is not a theory. Laws requiring this are going through the state and federal level right now.

zardo 1 hour ago|||
Wouldn't a some kind of technical standard proposal be a more sensible way to do this than trying to pass OS laws state by state?
ezfe 47 minutes ago||
iOS (for example) already has that technical standard in place and usable.
jjtheblunt 1 hour ago|||
it's entirely possible such nonsense is all show, and wouldn't be passed, however.

i'm from illinois, worked in california, and no longer live in either. from afar, it seems that whatever california bureaucrats propose, after a short delay, gets proposed by their little sibling bureaucrats in illinois.

enoint 12 minutes ago|||
It has already passed the Colorado senate.
golbez9 1 hour ago||||
This is 100% true
dmitrygr 1 hour ago|||
This. IL and MA follow whatever CA does with a few year lag. Considerations of sanity never enter into the discussion.
varispeed 1 hour ago|||
constitutional amendment to criminalise corporate lobbying with severe penalties - including capital punishment and confiscation of entire corporation.
ActorNightly 1 hour ago|||
I actually see the golden lining here

>"Operating system provider" means a person or entity that develops, licenses, or controls the operating system software on a computer, mobile device, or any other general purpose computing device.

I.e Linux will most likely to be immune, since its not tied to a particular computer.

Which just means Linux stay winning. It already made big headway in the video game space, so its prime to take over personal computing too.

karmakaze 58 minutes ago|||
Wouldn't that include using it on any cloud service that let's you pick it?
jmye 58 minutes ago||||
> since its not tied to a particular computer.

That's a really weird and nonsensical reading of "operating system software on a computer".

tokai 1 hour ago|||
All the distros are the providers here. The Linux kernel is not an operating system.
1718627440 43 minutes ago||
Since GNU(or other)/Linux OSes allow the sysadmin to compose the OS out of parts and change them, the final OS is created by the sysadmin. That's what makes distributing binary software so annoying for maintainers, every installation can be it's own snowflake OS.
chronic20001 1 hour ago||
[flagged]
prophesi 1 hour ago||
> For the record, I don’t care enough about age verification. Whether the law passes or not, I don’t really care.

Sounds like there actually would be some benefit commenting about it on HN.

alephnerd 1 hour ago||
No one who matters uses HN or cares about HN. The handful of us on HN who are in or near a position to affect change are basically here due to habit or $#itposting until we get banned.

So they are right in that sense - commenting on HN is cathartic but ultimately useless.

And the people who matter and are against this also don't use HN because they view this platform as toxic and reactionary.

prophesi 1 hour ago||
There are software engineers who directly work for the platforms lobbying for this whom post here.
alephnerd 1 hour ago||
ICs don't matter. I can fire one and hire 5, and increasingly, the demographics on HN don't align with those who work in those organizations.

HN is basically slashdot now.

prophesi 1 hour ago||
> and increasingly, the demographics on HN don't align with those who work in those organizations.

People have been worried about that on HN for years, but I still see the same culture. There do seem to be more bots and astroturfing, but that's a systemic issue with all social media platforms today.

alephnerd 1 hour ago||
> People have been worried about that on HN for years, but I still see the same culture...

And that's the crux of the issue - the industry and people have changed, but HN hasn't changed discourse wise and is growing increasingly disconnected demographically speaking.

A large portion of HNers are men in their late 30s to 50s, and no longer located in the Bay Area or NYC.

No one's who matters is having these kinds of conversations on HN - they're meeting IRL with Luma invites or in signal/imessage/discord group chats.

strongpigeon 1 hour ago||
People here seem very against this, but I don't really see it. This only require to have a form asking about your age and provide an API to read it, right?

Surely I'm missing something? Is the backlash due to fear of a slippery slope?

bloppe 1 hour ago||
There are basically 2 possibilities with the outcome of this law: It's rather so full of holes as to be meaningless, or it's so invasive as to force open source projects to try to geofence Illinois (which wouldn't be effective either, but might be the kind of compliance theatre we'll see from maintainers worried about liability).

Linux distros always have a "root" user. Does that user have to be asked its age before being usable? What about docker containers, which often come with a non-root user? What about installation media, which is often a perfectly usable OS? It would either have to be so easy to get around this law that most kids could do it easily, or so overzealously enforced as to disrupt the entire cloud industry.

strongpigeon 1 hour ago||
> It's rather so full of holes as to be meaningless, or it's so invasive as to force open source projects to try to geofence Illinois.

My guess reading the law as linked is that it's much closer to the former than the latter. That being said, you're right that it does bring a bunch of headache alongside with it for little-to-no benefits.

al_borland 1 hour ago|||
People lie, so there would need to be some kind of proof provided, right? How much data will one need to give up to use a computer? Where/how is that data stored? What else will it be used for? What happens when it’s hacked? How will test systems or servers work? If I want a computer that isn’t linked to the rest of my ecosystem, can I still do that or will age verification require I login with a cloud account?

There are so many ways for this to go badly or simply be annoying.

I’m a guy in my 40s with no kids. I shouldn’t need to deal with all of this. Let the parents turn on parental controls for their kids; don’t force it on everyone.

If Meta needs to find a way to verify age, then that is also their problem. They are trying to make it the world’s problem. I don’t use any Meta products, so again I would question why I need to care about this… why will it become my problem?

The slippery slope then comes in addition to all of this.

It seems Apple already implemented their age verification API. I got prompted for it when opening the MyChart app a few weeks ago. The API used in that case only sends a Boolean if the user is over 18 or not, this is the best of the bad options. However, they have other APIs to get other data from a digital ID. The user is at the whim of the API the developer chooses to use. They can say no, but then they can’t use the app. I’m not sure how Apple validated my age, as I hadn’t loaded an ID into my wallet, but my Apple account is nearly 18 years old, so that might be good enough? If I were to get a Mac and just want to use a local account, then what happens? Can I not verify my age? Will I be able to use the computer or be locked out of the browser? These are some of the fears I have if they take this too far. Maybe some of them are unfounded, but I guess time will tell.

SoftTalker 1 hour ago||
It's not all about you.
jwitthuhn 1 hour ago|||
Why should an OS demand personal information from its users? It creates an unnecessary risk that the information will be leaked.
charcircuit 25 minutes ago||
Laws exist that dictate what apps are allowed to do depending on the user's age. This means that in order to follow the law they must collect the user's age. If collecting the user's age is a common requirement of apps it makes sense for the operating system to expose an easy way to do that to make app development easier on that platform.
nancyminusone 1 hour ago|||
I don't really see any good arguments in favor of it, so why do it? There's no reason my OS needs to know anything about me.
strongpigeon 1 hour ago||
I guess I'm more surprised by the intensity of the backlash this generates here. I agree with you that mandating (weak) OS APIs like this the right approach, but that alone wouldn't warrant the severe reaction this is getting right?
TrueDuality 52 minutes ago|||
A big chunk of the problem with this kind of legislation for me is that it inherently indicates a failure to govern to me. I disagree with the premise of the solution, but even more so this is trying to legislate a specific engineering solution for our current systems rather than any form of financial, objective guidance, or have reasonably actionable and enforceable consequences.

While laws that target engineering decisions are sometimes reasonable, they are always accompanied with specific guidance from a credible academic based institution (e.g. mechanical and civil engineering use private licensing bodies and develop specific curriculum and best practices).

The only time this law will ever be enforced is punitively for other crimes against major actors who are extremely limited in number. It is unenforceable for Linux, trivial for Apple, Microsoft, and Google to add to their OS. Presumably easy to spoof, the law describes it as minimal but once again, there isn't a specification so who knows. Websites won't be liable, they're getting a sweetheart deal here.

In practice what this law does is absolve abusive platforms an from any responsibility. It adds extra meaningless work and overhead for legitimate adult platforms while opening themselves up to new potential legal challenges, and ultimately doesn't replace the responsibility its removing.

This doesn't make children safer. This doesn't make the internet safer. This kind of legislation makes it easier to abuse children online by removing responsibility from platforms that are known to be dangerous to them yet profit from their presence the most.

bloppe 1 hour ago||||
It's considered offensive to the strongly freedom-loving FOSS community, and it's basically legally-required tech debt, which is annoying to all maintainers
akersten 54 minutes ago||||
Code is speech. Open source projects are an exercise in speaking publicly. This law mandates particular speech in your otherwise Free as in freedom code.

How are you not outraged? People are missing the above forest for the "oh but it's a tiny little easy API and I don't see any downsides" trees.

tokai 1 hour ago|||
Seems pretty reasonable to get annoyed at a law that at best will be useless and at worse dangerous, while it will directly dictate features into the tools we all use everyday. All for no gain for anyone but maybe Meta and some other big companies.
quincepie 20 minutes ago|||
to me, it's both the slippery slope argument and the lack of real reason other than "protecting minors". operating systems were designed to run the program/programs. You can make applications use this API to determine the user age, or you can just...ask the user in the application itself. I also don't see why this is a requirement rather than an option the same way I don't see why having a Microsoft account is required to install windows or access to internet (without the current workarounds) or even those password reset questions and to some extent asking for first and last name. If I want to add those information, let me do that myself or when i use said software, don't make it a hard requirement.

The bill itself sort of goes against its "purpose". If the purpose is to make a convenient API for stores to know their user, and avoid showing them certain content then why did the bill state: "If an operator has internal clear and convincing information that a user's age is different than the age indicated by a signal received in accordance with this Section, the operator shall use that information as the primary indicator of the user's age."

because many people lie in those forms. Many people on steam will select they were born in 1900, including myself. So how will this API help? the only way for it to be useful is if they later require full verification.

hypeatei 1 hour ago|||
What if I don't want my computer asking for my age and providing an API to give up that information? Why is the government mandating software devs to add bloat and privacy violating features to operating systems?

The slippery slope isn't a fallacy in this case as we've seen the pot slowly come to a boil after 9/11 with various laws like the Patriot Act, FISA, etc. and classified programs within the NSA (and I'm sure all the three letters) which violate the rights of Americans everyday. Now it's a coordinated effort across multiple western countries all of a sudden to introduce laws around verifying your age. It's clear where this is going.

anthk 50 minutes ago||
Meanwhile Epstein and the pedo elite are untouchable and with no surveillance of course.
tt24 18 minutes ago||
Why are we bringing up our pet issues in threads that have nothing to do with them

Signal your virtue in the threads that are dedicated to those issues please, we don’t need to bring this up in a thread dedicated to some dumb law

sneak 21 minutes ago|||
This is the framework for requiring government ID to use online services, which increasingly power even local computing (thanks to DRM and cloud services).

They want to abolish anonymous use of internet services, because anonymous publishing at scale is powerful and dangerous to incumbents when they can’t retaliate with malicious prosecution, police harassment, or assassination.

toomuchtodo 1 hour ago||
I am very pro social media regulation (with regards to age gating) due to the evidenced harm it causes, and which court cases have shown these companies are well aware of internally; with that said, this is an attempt by social media companies to shift liability to keep business as usual/status quo. This is no different than what oil companies have done, cigarette companies, chemical companies who have polluted at scale while knowing the harm, etc.

Meta and TikTok (and YouTube shorts to an extent) are the new Sackler family and Purdue pharma. They will hold on to these profit and power engines as long and hard as possible. They will not stop causing the harm unless forced to with regulation.

https://en.wikipedia.org/wiki/Sackler_family

https://en.wikipedia.org/wiki/Opioid_epidemic_in_the_United_...

https://www.profgalloway.com/addiction-economy/

strongpigeon 1 hour ago|||
> This is an attempt by social media companies to shift liability to keep business as usual/status quo.

Do you mind expanding on why that is? Is it because it allows them to say "well the API told us they're adults so we're all good"?

steviedotboston 1 hour ago||
and the verification that the OS has to provide is minimal. the OS doesn't need to verify and ID or anything. Probably just a checkbox when you create the account that you're an adult, or child, etc. and then that's provided to the browser. So it effectively becomes meaningless if the goal is to get children off social media.
richwater 1 hour ago||||
Purdue sold less than 4% of the prescription opioid pain pills in the U.S. from 2006 to 2012. They were a scapegoat for pill farm doctors and an incredible lack of personal responsibility from prescribers, pharmacists and patients.
toomuchtodo 1 hour ago||
Personal responsibility isn't a thing from a consumption perspective, it's primarily brain chemistry. See: GLP-1s [1] [2] (tldr they patch the brain's reward center against suboptimal reward chasing and demand)

Let us not blame humans for suboptimal brain chemistry taken advantage of by malicious torment nexus threat actors. Fix the policy, bug fix the human, disempower the threat actors. Defend and empower the human.

[1] Why Ozempic Beats Free Will - https://www.psychologytoday.com/us/blog/hot-thought/202410/w... - October 4th, 2024

[2] https://news.ycombinator.com/item?id=45907422 (additional citations)

(think in systems)

akdev1l 1 hour ago||||
>keep business as usual/status quo.

Umm isn’t that what we want? Or are you suggesting there should be some other legislation in place?

toomuchtodo 1 hour ago||
Age gating first [1] (no social for under X age), keep tightening the policy ratchet as data and evidence indicates. OODA loop applied to policy [2].

[1] Tracking Efforts To Restrict Or Ban Teens from Social Media Across the Globe - https://www.techpolicy.press/tracking-efforts-to-restrict-or... - February 23rd, 2026

[2] https://en.wikipedia.org/wiki/OODA_loop

2OEH8eoCRo0 1 hour ago|||
That's exactly how I see it. Verification should be on the social media platforms not your OS.
0xbadcafebee 42 minutes ago||

  > the Children's Social Media Safety Act
  > 
  > provide an accessible interface at account setup that requires an account holder to indicate the birth date, age, or both
Thank goodness kids can't lie about their age!

  > provide an operator who has requested a signal with respect to a particular user a signal that identifies the user's age by category
Wait - if this is just to pass a signal to an operator ("social media site"), why can't the "operator" just ask for the age themselves?

Answer: they don't want to be liable and get fined $400 Million, like Meta got fined, for letting kids on social media. (https://www.nytimes.com/2022/09/05/business/meta-children-da...)

This is why Meta is forcing this legislation through nation-wide. They are forcing Google/Apple to take the liability, despite it not actually being Google or Apple that's providing the "harmful" social media. Meta are doing this state-by-state so nobody can track that it's them. Easier than pushing at a federal level, and raises fewer red flags from news media.

Since Google and Apple won't want to accept this liability either, the next step is requiring digital IDs and third-party verification to prove the user is of age. This will enable tracking of all users, whatever app or website they go to. Bills requiring this are already being passed at state and federal level.

tracker1 1 hour ago||
I wonder how this will mix wit federal laws saying you aren't allowed to track users under the age of 13yo? Will this then be forced as a browser API/header passed to every server/request?
johnisgood 1 hour ago|
Yeah but if so, what does it have to do with the OS itself, i.e. outside the browser?
tracker1 1 hour ago||
From articles I've seen, it's mostly Facebook lobbying to "pass the buck" upstream to the OS level to actually inquire... this of course will blead into the OS provided "store" interfaces most likely. And while, likely mostly targeting Apple and Google, MS/Windows and Linux are definitely going to be catching stray bullets. In particular vendors with Linux pre-installed... hence System 76 adding the feature to PopOS. Who knows if/how this will come about in practice or how consistently.
balozi 53 minutes ago||
What recourse would Illinois have against open-source operating systems? Anyone can roll their own Linux distro and share it with whomever they want.
icwtyjj 32 minutes ago|
> What recourse would Illinois (!) have against open-source operating systems?

None but them corporations sure do. And with a little cash in the right place I'm sure they can push recourse onto people of power. We really need to end political lobbying one of these days

longislandguido 28 minutes ago|
The most progressive states doing exactly what their constituents elected them to do. I don't understand why everyone is so surprised.
More comments...