Live data from Hacker News

Viewing profile — eriangazag

eriangazag

HN member
Joined
Mon, Jul 21, 2014, 1:41 PM UTC
HN karma
85
Public activity
10 items

About eriangazag

No profile information was provided.

Recent public activity

  1. comment
    Comment #48150671

    (author of the post here) Hey dsab! I agree, but CCSDS is what we have today. We need to support it properly first if we ever want to extend or transition away. It also doesn't hel…

  2. comment
    Comment #48150572

    (author of the post here) Hey Maksadbek! Great question. It's a trade-off between speed of writing and trust in what you wrote, and OCaml (especially OxCaml) sits at a really good …

  3. comment
    Comment #48150354

    (author of the post here) Hey Berké! I remember your talk very well (I was in the room), super interesting and it really got me thinking about this area! Since then, the more I loo…

  4. comment
    Comment #38402484

    Absolutely, MirageOS is indeed pivotal in the development of unikernels. MirageOS not only developed the unikernel concept but also coined the term 'unikernel'. MirageOS represents…

  5. comment
    Comment #36849479

    Wasm_of_ocaml is a fork of Js_of_ocaml which compiles OCaml bytecode to WebAssembly. The generated code works with Chrome beta and node V8 canary.

  6. story
  7. story
  8. story
  9. comment
    Comment #10505335

    As for the rest of MirageOS, Irmin is a "library" database, means that you have a bunch of components than you can re-use in different contexts. Two interesting contexts are: - the…

  10. comment
    Comment #10505309

    Yes, you can easily add thing into a "staging area" of your database (which is hold in-memory), and then "commit" your changes to update multiple keys in one go. You can also use t…