Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CS
csh83669 @programming.dev
Posts 0
Comments 7
Age Verification is Incompatible with the Internet
  • I think this article makes a pretty big leap in the middle. There's really no reason that the operating system needs to be involved in the "Private" solution. It could just as easily be a website or a browser plugin. All you need is your government of choice to have some way to provide a token with whatever important bits necessary in it ("Yes this person is over 18 and a resident of WA"). You could even have third party sites/libraries that could read that token and verify what it contains.

    The last third of the article is all based on that giant leap.

  • "Democracy needs its gatekeepers": The Republican Party is too corrupt to care about the country
  • That sounds like indifference to me. They are “fine” with wrecking stuff, but that’s not their goal. Their goal is more power, more money, more… whatever. They are 100% indifferent to the countries welfare. At least that’s what it feels like to me. It’s definitely still bad, as indifference to other peoples suffering is a pretty crappy way to be.

  • Solution for weirdly long asp.net API startup
  • It always seemed like something that could be handled by a unit test. Assuming your registration code is able to be called independently, validating it once with a test at build time seems much more useful than wasting time at every startup for something that will be more or less static.