▲ 223 ▼ An upcoming California law requires operating system providers to enforce basic mandatory age verification (www.pcgamer.com) submitted 6 months ago by cm0002@infosec.pub to c/linux@programming.dev 56 comments fedilink hide all child comments Apparently this will include Linux...
[–] macewan@infosec.exchange 1 point 6 months ago (1 child) @Digit @cm0002 Starts in 2027. permalink fedilink source parent hideshow 1 child comment replies: [–] Digit@lemmy.wtf 2 points 6 months ago 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 ;) permalink fedilink source parent
[–] Digit@lemmy.wtf 2 points 6 months ago 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 ;) permalink fedilink source parent