cm0002@infosec.pub to Linux@programming.dev · 23日前An upcoming California law requires operating system providers to enforce basic mandatory age verificationwww.pcgamer.comexternal-linkmessage-square56fedilinkarrow-up1227file-textcross-posted to: california@lemmy.worldstallmanwasright@programming.devprivacy@programming.devpcgaming@lemmy.caprivacy@lemmy.mltechnology@lemmy.worldlinux@lemmy.ml
arrow-up1227external-linkAn upcoming California law requires operating system providers to enforce basic mandatory age verificationwww.pcgamer.comcm0002@infosec.pub to Linux@programming.dev · 23日前message-square56fedilinkfile-textcross-posted to: california@lemmy.worldstallmanwasright@programming.devprivacy@programming.devpcgaming@lemmy.caprivacy@lemmy.mltechnology@lemmy.worldlinux@lemmy.ml
minus-squareDigit@lemmy.wtflinkfedilinkEnglisharrow-up17·23日前Cannot legally use BSD in Berkeley? Wait. What?
minus-squareDigit@lemmy.wtflinkfedilinkEnglisharrow-up3·22日前Thanks. I know. Just amusing irony worth pointing out. Pedantically, I should have used “wont be able” to future-tense it. Anyway, I’m ready already, with a script to add to any of my distro-respins: #!/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 ;)
Cannot legally use BSD in Berkeley?
Wait. What?
@Digit @cm0002
Starts in 2027.
Thanks. I know.
Just amusing irony worth pointing out.
Pedantically, I should have used “wont be able” to future-tense it.
Anyway, I’m ready already, with a script to add to any of my distro-respins:
#!/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;)