home.social

Search

7 results for “_json420”

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

  5. I like that CouchDB uses MapReduce to build its views. What I don't like is that its MapReduce functions are written in JavaScript and are slow.

    You do actually want good security isolation in the MapReduce functions. You want to be able to run untrusted views.

    So I want a fast and secure way of running MapReduce functions in the database thingy that I'm writing (in ).

    Correct me if I'm wrong, but is basically perfect for this use case, right? Should I start with ?

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