This is all just unenforceable theater. Are they going to jail or fine open source developers if they create an OS that doesn't support the requirements? Are they going to do customs checks for OSs? Firewalls? These kinds of laws just seem like unworkable messes to fool the tech ignorant into thinking they care about kids. Application side I get, there is an entity there running the application, that can be fined or…
Nanny state discovers Linux, demands it check kids' IDs before booting
161–170 of 227 posts
Re: Nanny state discovers Linux, demands it check kids' IDs before booting
#162Earlier quoted context omitted.
The California law only stipulates that there's an "accessible interface at account setup" to set the birthday or age at account setup, and an interface to query the age bracket. Plus the crap for "application stores" I don't think it's a very well thought-out law. But realistically this will end up as setting some env variable for your docker containers to assure them that you are 99 years old. And yes, maybe transm…
Gavin said he's open to amending the law. I hope someone's taking him up on that..
Most of the issues only arise because in the bill "operating system", "covered application store" and "application"/"developer" have very loose definitions that match lots of things where the law doesn't make sense.
Re: Nanny state discovers Linux, demands it check kids' IDs before booting
#163Earlier quoted context omitted.
Not necessarily, depending on how the application is logging it just means the resolution to which you know a birth date is limited by how often the application is run. If i check my email every morning at 8am, and my email app logs my "age bucket", then it can know to a resolution of one day. If i only check my email on Monday mornings, it knows to a resolution of one week, etc...
The size of the age bracket also puts practical limitations on it. There is only one mandated bracket for everyone who's at least 18, preventing that attack on anyone who starts using your software after their 18th birthday. And if a 13 year old signs up it takes three years for you to observe the switch to the >=16,<18 bucket
We could have a discussion about whether or not it would be fine for services to know every user’s DOB, but it is clearly giving away more information than the law intended.
> There is only one mandated bracket for everyone who's at least 18, preventing that attack on anyone who starts using your software after their 18th birthday.
I don’t think that fully recognizes the size of the problem, “using your software” is fuzzy. Companies get bought, identities get correlated, ad services collect and log more information than needed. I think it is better to assume the attacker will have logs of these queries from the start date of a person’s first account.
Re: Nanny state discovers Linux, demands it check kids' IDs before booting
#164I guess going forward if you are under 18 and want to learn programming and not be harassed by the government you have to go back to having and offline only computer and stack of o'reilly books?
Re: Nanny state discovers Linux, demands it check kids' IDs before booting
#165Earlier quoted context omitted.
I am intrigued by this. I have long thought that exposing children to optimism and "what could be" allows them to envision a world different from our own. Kind of like how once you're in capitalism it's hard to think of alternatives.
I've always found it strange how Americans like to validate their ideals using their kids as vehicles. Instead of teaching kids how to be successful in a less than ideal world, we teach them our ideal view of the world. Like teaching kids violence is never the answer, instead of sometimes a situation does call for violence. We raise kids for a world that doesn't exist. It's up to the kid/adult to unlearn those obviou…
Re: Nanny state discovers Linux, demands it check kids' IDs before booting
#166Earlier quoted context omitted.
>Who is paying FOSS devs who will be implementing this? honestly if they let it be known they'd do it for payment the same person who's paying off the politicians to push this through would probably pay them too.
A large number of maintainers for larger OSS projects are employed by tech companies directly.
Re: Nanny state discovers Linux, demands it check kids' IDs before booting
#167Earlier quoted context omitted.
You’re arguing against freedom of computing, itself an extension of freedom of thought and freedom of speech. These laws are an attempt to regulate not just what you do with your computer, but how it operates . This is fundamentally an attack on rights and freedoms, and if it goes unchallenged then it will expand into other areas. Maybe that doesn’t move you; it seems like you don’t care much for personal liberties.…
You have made some fascinating assumptions about the person you are addressing. I recommend refraining from that in the future and instead asking why a fellow American takes a position other than the one you hold. Two guys built a website to try and help people curb their undesired sexual proclivities and because they were bad at security, their users' personal information (including their own logs of their sexual pr…
No, we shouldn't. There is no inherent need for government regulations in every part of our lives, let alone a computer. Sorry to be flippant, but this idea that everyone needs to have a "serious conversation" about something is laughable and inevitably leads to mountains of government legislation with unintended consequences.
Thanks, but no thanks. We should resist all of this bullshit and try not to become Europe 2.0 where it's illegal to offend people with your speech because some idiot thought that'd be "reasonable" regulation.
Re: Nanny state discovers Linux, demands it check kids' IDs before booting
#168Code is speech, so how on Earth isn't this a First Amendment violation?
Re: Nanny state discovers Linux, demands it check kids' IDs before booting
#169Re: Nanny state discovers Linux, demands it check kids' IDs before booting
#170The overwhelming majority of programmers likely cut their teeth on computers as kids. Any attempt to restrict computer access to 18+ will only handicap American programmers in the job market.
Or lots of parents will put their ID into their kid's computer so that they have full access.
They require that when the administrator of the computer sets up an account for a user the admin can enter an age or birthdate for the user, and that the OS provides an interface so that apps that user runs can ask based on that admin provided information what age bracket the user is in ([0,13), [13,16), [16,18), [18,∞)).
Apps that need to make age based decisions can use that information.