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/)D
Posts
4
Comments
238
Joined
5 yr. ago

  • I think you've misunderstood what AGI means.

  • If AGI is made of components, you could argue that it isn’t “general”.

    Can you elaborate? I don't get what you mean by this.

  • It depends on the provenance of the code and who (if anyone) is downstream.

    A project that's packaged in multiple distros is more likely to be reliable than a project that only exists on github and provides its own binary builds.

  • I think we can make an exception for soup and ice-cream, no?

  • bash scripting is not intended to perform all of your logic in the scripting language, it's intended to call out to other programs which perform specific tasks. The entire POSIX command set is your bash scripting language.

    Your script is a simple one-liner if you know some simple commands:

     
        
    $ head -n 1 /usr/share/dict/words | tee /dev/stderr | tr -d '\n' | wc -c
    A
    1
    
    
      
  • 💩

  • This article isn't about open source, it's about iOS and Airdrop.

    The website that it's on is way more interesting though. I hadn't heard of Kiwix before, but it seems like a very cool project: https://kiwix.org/en/about-us/

  • The irony of it is that calling something a though-terminating cliche has itself become a thought-terminating cliche.

  • If your work doesn't care about your productivity then give them what they deserve for the tools they provide.

  • Yes, that’s the same thing. Removing it from one place, and just adding it to another.

    Adding it where?

  • This is why ad-blockers are an essential security tool for everyone, whether they care about ads or not.

  • How do you get malware from downloading a media file?

  • but maybe I’m missing something.

    Yes, FTA:

    May 13, 2026: the tlsclient ACME profile will no longer be available and no further certificates with the Client Authentication EKU will be issued....Once this is completed, Let’s Encrypt will switch to issuing with new intermediate Certificate Authorities which also do not contain the TLS Client Authentication EKU....After this change is complete, only TLS Server Authentication will be available from Let’s Encrypt.

  • What is the public key infrastructure for obtaining client authentication certificates that have a path of trust back to a root CA? You said separate PKI for every use case, so what is the intended PKI for this use case, if not CAs like LetsEncrypt?

  • This honestly is basic security in a number of ways. Separate PKI for every use-case is the standard.

    So what is the PKI for client certificate authentication?

  • Not a trap, it's just that "slop" is an english word that has a relevant meaning in this context. It's not like it's just made up slang for describing AI stuff.

  • Is this dull? My interest is way too piqued right now. I wonder where my ~Y2K MP3 player is.

  • Are you a native english speaker? Just curious.

  • That’s not supporting your point, it’s showing that hg is literally the only other VCS other than git and svn that anyone uses.