home.social

Search

5 results for “_json420”

  1. I've reached 420 commits in ZebraChain. All 69 unit tests are passing.

    github.com/zebrafactory/zebrac

    Not joking, `cargo test` for yourself 😏

  2. Let us all spend a contemplative moment together and watch this 🚀 take off:

    youtube.com/watch?v=ixZpBOxMopc

    Let us all appreciate how amazing it is that humans can build things like this. That's all. 💖

  3. Let us all spend a contemplative moment together and watch this #BFR 🚀 take off:

    youtube.com/watch?v=ixZpBOxMop

    Let us all appreciate how amazing it is that humans can build things like this. That's all. 💖

    #Space #IFT3

  4. Content addressable storage is simple and elegant right up to the point when you need to support multiple hash functions and/or digest sizes. After that, it becomes a much more difficult beast to tame.

    But tame that fucking beast I will, goddamnit!

    I'm really trying to learn from Git's difficulty in migrating to something other than sha1:
    git-scm.com/docs/hash-function

    One thing I'm doing differently is supporting multiple hash functions and digest sizes from the Git-go (hehe).