Live data from Hacker News

Viewing profile — kuujo

kuujo

HN member
Joined
Thu, Aug 14, 2014, 11:23 PM UTC
HN karma
57
Public activity
12 items

About kuujo

No profile information was provided.

Recent public activity

  1. comment
    Comment #37759713

    I was cleaning out my GitHub repos the other day when I stumbled across this old gem I’d long forgotten, and I thought I’d share it. When I was at the Open Networking Foundation, I…

  2. story
  3. comment
    Comment #35664917

    We’re not attempting to replace any of the existing Go logging frameworks. Dazl is an abstraction layer above structured loggers like slog. We could add a slog plugin (we have zap …

  4. story
    Show HN: dazl – the Go logging framework of frameworks

    A few years ago, my team moved from Java to Go. Working on Go projects, we came across a variety of logging frameworks with different APIs outputting messages in different formats.…

  5. comment
    Comment #18262133

    “Consisteny without clocks” seems like a misnomer considering Raft indexes are tantamount to a logical clock. Perhaps it should be “consistency without wall clocks.” But that’s not…

  6. comment
    Comment #11676907

    Copycat is a complete extensible implementation of the Raft consensus algorithm that was heavily influence by some of ZooKeeper's algorithms. You can read extensively about the Raf…

  7. comment
    Comment #10974909

    This is not totally true. There are ways to ensure a read from a follower sees the latest writes from the same client. You do this by sending the index of a client's write back to …

  8. comment
    Comment #9283112

    I totally agree. I recently moved to LA for a job. A couple of months before moving I had bought a nice road bike. Even though I live 2.5 miles from work now, that road bike still …

  9. comment
    Comment #9048554

    I think the two business arguments for open source are: Open sourcing software assists in its stability by creating a larger user base (users who report bugs) and attracting contri…

  10. comment
    Comment #9020654

    I have to say, as a young engineer working at a startup full of cutting-edge technologies, this seems to be the best advice I've seen yet (if that type of environment is what you'r…

  11. comment
    Comment #9016617

    The proposed optimizations are pretty interesting, but I think my favorite such optimization has been proposed by Ayende Rahien. As with the optimizations outlined in this paper, h…

  12. story