Remix.run Logo
Grombobulous a day ago

The age verification API in operating systems is a really good idea for privacy and parental control, so long as it doesn’t require literally collecting your ID (it doesn’t).

Look at it from the perspective of a parent giving a device to a kid. Before, you’d have to deal with a maze of blocking content. You’d have to allow/blocklist a huge number of apps and services manually. If your kid discovers some new one you or your blocking service has never heard of, they’ve gotten around your parental control wishes.

With the age verification API, you just set the age in the OS (and lock it down with MDM or whatever) and now all the apps and websites have to respect it and act accordingly.

Your kid can’t just make a new account or download another browser or do some other crazy workaround to get around your restrictions. That setting is there at the OS level.

Scaled a day ago | parent | next [-]

A child mode flag is fine. But a birthdate is a recipe for data collection and fingerprinting. And with Google, we're seeing a full verification requirement flag that means people have to scan identity documents or face pictures. It's a slippery slope.

Grombobulous a day ago | parent [-]

The OS (I'll use systemd as an example) knows the birth date to determine whether or not you fall within an age range, but the applications are not offered the exact birth date by the API.

Fingerprinting, perhaps it is a higher risk, the age range is being more directly provided. However, once a user is under 18 they're already triggering more stringent privacy laws and rules, an inability to enter into contracts, etc, and then when you get to the "over 18" age range it all becomes rather vague.

Also, I highly doubt existing social media and Internet applications haven't already figured out most of their users' ages rather trivially using other means. Discord implicitly admits to this by saying that 90% of their users will not even be asked to verify their age. Discord already knows how old 90% of their users are with high confidence.

Of course when we talk about someone like Google or Discord we are talking about a privately operated service provider and business, which is a separate issue than the OS-level privacy flag and is worth separating as a distinctly different concept. Private businesses were always able to scan your identity documents or face pictures if they wanted to do that as a prerequisite to using their products or services regardless of the law. In almost all states, this practice was never banned, and even in states with more stringent biometrics collection requirements like Illinois you can still do this as long as it's implemented in a legally compliant way.

noosphr a day ago | parent | prev [-]

That's great. Now that you have all the infrastructure in place the next request by the government will be a felon flag. You already have everything there, what's the big deal?

Grombobulous a day ago | parent | next [-]

Certainly we can take almost any topic through to the most extreme possible next steps and arrive at a draconian place, but I don't find that exercise realistic or productive.

noosphr a day ago | parent [-]

>but I don't find that realistic or productive.

Go back to 1996 and tell someone that in 30 years the government will be legally able to look at everything they have written, taken pictures of, or recorded in the last 5 years in private and it use to retroactively punish them for any crime.

This is the law for cellphones and computers for anyone who lives within 100 miles of an ocean, border or airport.

The most draconian possible next steps we can imagine are far too Utopian for the world we live in.

Grombobulous a day ago | parent [-]

This "100 miles from the border" issue is really commonly misinterpreted. This does not mean that privacy laws and the 4th amendment aren't in place within 100 miles of an ocean, border, or airport. This exception is only in the scope of border activities like entering or leaving the country.

As soon as it is established that you are not in the process of entering or leaving the country, what you are saying is not true.

E.g., A police officer in your city can't look through the contents of your phone without a warrant at a DUI stop just because you are within 100 miles of a border. The local police or TSA can't stop everyone in the airport and sift through their phones and documents on their person just because they are inside an airport. It must be in the context of a border crossing activity.

What you are saying about the government being legally able to look at everything you have written, taken pictures of, or recorded in the last 5 years in private to retroactively punish you for a crime is also broadly not true. The only thing that has truly changed is that it is far more difficult for average people to avoid leaking information through third parties.

If I take photos in private and keep them on my computer in my house, the government still needs a warrant to access those photos. The difference here is that entities like Meta could voluntarily give the government access to their data without a warrant if they chose to, and they may be more willing to divulge information via subpoenas. Also, a lot of people tend to just post information publicly that's easily accessed.

"Retroactively" punishing you for a crime is also a gross mischaracterization. For one thing, every crime you get punished for is "retroactive" in the sense of the crime having taken place in the past, so your use of the word is meaningless alarmism.

nvme0n1p1 a day ago | parent | prev [-]

Here's the PR https://github.com/systemd/systemd/pull/40954/changes

It was like 100 lines, a third of it is tests, and another third is a parse_calendar_date function.

What are you talking about, "infrastructure"? How complicated do you think storing a date is?