Live data from Hacker News

Viewing profile — gawry

gawry

HN member
Joined
Thu, May 15, 2014, 1:17 AM UTC
HN karma
16
Public activity
12 items

About gawry

No profile information was provided.

Recent public activity

  1. comment
    Comment #46086810

    Yes! RocksDB is incredibly powerful with proper setup and key schemas. Following on that project I might build other things like a stream/queue broker, which will probably fit dece…

  2. comment
    Comment #46082639

    Part 3 of my distributed database series. This one covers the storage engine decision - the foundation everything else sits on. Main topics: how key encoding lets a single ordered …

  3. story
  4. comment
    Comment #46004419

    Part 2 of documenting my distributed database project. This post covers why Elixir's BEAM VM is well-suited for building distributed databases: OTP supervision trees, native cluste…

  5. story
  6. comment
    Comment #45891360

    It is getting types but as an after thought, so i still don't like that much how that's done. Better than not having though I used to build webapps, and currently working on buildi…

  7. comment
    Comment #45889313

    I would like to see that too. I have been using Elixir for projects with good results. But I like Gleam's syntax and the idea of having compile time type checks.

  8. comment
    Comment #45880159

    I'm documenting my journey building a distributed database using Elixir/OTP and RocksDB. Not trying to replace Postgres, but exploring whether Elixir's concurrency primitives and s…

  9. story
  10. comment
    Comment #12561867

    A nice place to start might be the CFA study guide https://www.cfainstitute.org/programs/cfaprogram/courseofstu...

  11. comment
    Comment #10159224

    They make a comparison in their Docs. http://docs.telepat.io/#comparison

  12. comment
    Comment #9371297

    Doesn't unix socket commands work without dropping connections? http://cbonte.github.io/haproxy-dconv/configuration-1.5.html...