home.social

Jason πŸ¦“ Gerard πŸ¦€ DeRose

View on fosstodon.org
  1. Do you like and ? Are you looking for an open source project to hack on? Well, I happily invite you to work on ZebraChain with me!

    github.com/zebrafactory/zebrac

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

    github.com/zebrafactory/zebrac

    Not joking, `cargo test` for yourself 😏

  3. 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. πŸ’–

  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).