Viewing profile — eriangazag
eriangazag
HN member- Joined
- Mon, Jul 21, 2014, 1:41 PM UTC
- HN karma
- 85
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About eriangazag
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
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…
-
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…
-
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.
- story
- story
- story
-
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…
-
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…