No biggie. I got ready for this in minutes after hearing about it.
#!/usr/bin/env fish read -P "Are you old enough? (yes/no) " input if test "$input" = "yes" -o "$input" = "Yes" echo "Proceeding..." else echo "You are not old enough. Exiting." exit 1 end
… What? … Why are you all looking at me like that?
Fokeu@lemmy.zip 1 month ago
Luckily this dogshit is completely unenforceable. Doesn’t excuse the people who introduced this law, of course.
Rivalarrival@lemmy.today 1 month ago
It’s hard enough trying to get Linux adoption in schools and businesses. This law makes it an additional liability.
Administrators of FOSS systems will be considered OS Providers under this law, and will be liable at $2000 to $7500 for every child they expose to a non-compliant OS.
Those few schools that have adopted Linux will be forced to switch to M$ and Google products.
Crozekiel@lemmy.zip 1 month ago
You keep saying that, but nothing about it is carved out specifically one way or the other for FOSS. As it is worded, any network sysadmin is considered the “OS Provider” exactly the same under Windows or Linux as they “control the operating system software on a computer”. They don’t “develop” or “license” the software in either case, windows or Linux. They control the OS the same amount under either windows or Linux.
Maybe it could be argued they are more likely to choose windows since the people developing and licensing the software are a big corporation and is therefore more likely to be compliant? But it isn’t like Canonical and RedHat are just some guy in a basement - these are commercial entities developing and licensing software just like Microsoft.
I agree the definitions in this bill are absolutely insane - the idea that the developer, licensor, and administrator of a computer’s OS would ever be the same person is astronomically unlikely. Maybe they mean something different by “control”, but it isn’t defined so that makes it up to the courts to decide with no direction.
Eezyville@sh.itjust.works 1 month ago
This is just another charge to add when someone is accused of a crime involving computers. It doesn’t have to be a computer related crime but just be part of their property.
Crozekiel@lemmy.zip 1 month ago
I love the definitions section… So, first it defines the 4 age brackets a user can be: Under 13, 13-16, 16-18, or over 18. Then they define “Child” as anyone under 18. Then, and this is where it gets good, they define a “User” as a “Child”. So by these definitions, no one can be considered a user if they are over 18. (which, then, why is there an “over 18” age bracket defined earlier??)
Not only do these people not seem to understand technology, they also don’t understand that people over 18 use technology, or maybe exist?