Live data from Hacker News

Viewing profile — prydt

prydt

HN member
Joined
Wed, Nov 15, 2017, 7:59 PM UTC
HN karma
170
Public activity
42 items

About prydt

long time hn lurker

Hyperdrive @ Cloudflare

interested in distributed systems and programming language theory.

Recent public activity

  1. story
  2. comment
    Comment #47379306

    +1 These are incredible lectures and there's another series from Rick Roderick on the history of western philosophy that I also love: https://youtube.com/playlist?list=PLxPmwaGMOAv…

  3. comment
    Comment #47265507

    I no longer want to support OpenAI at all. Regardless of benchmarks or real world performance.

  4. comment
    Comment #47108091

    I think this is because the prevailing narrative around this bubble is: A) AI gets very good and you'll lose your job. OR B) This whole thing is a bubble and because of how many eg…

  5. comment
    Comment #47008583

    I think the implicit assumption here is that you are using a terminal-based code editor like neovim... which is not necessarily true.

  6. comment
    Comment #46930207

    I would highly recommend Wirth's Compiler Construction. Great, short book with a lot to say.

  7. comment
    Comment #46621492

    https://prydt.xyz I've been really inspired to blog more thanks to HN. -- not much, but it's a start.

  8. comment
    Comment #46550076

    Came here to say this. Using opencode with the API works fine.

  9. story
  10. story
  11. story
  12. story
  13. comment
    Comment #44402119

    My interest in Rust comes from getting frustrated with C's type system. Rust has such a nice type system and I really enjoy the ownership semantics around concurrency. I think that…

  14. story
  15. comment
    Comment #44156372

    Have you seen libkj [1]? I've used it and really enjoy working with it. It has a rust-like owned pointer and the whole library uses these smart pointers. It has proper container cl…

  16. story
  17. comment
    Comment #42825752

    One of my favorite papers! This reminds me of Martin Kleppmann's work on Apache Samza and the idea of "turning the database inside out" by hosting the write-ahead log on something …

  18. comment
    Comment #42511297

    Merry Christmas!

  19. story
  20. comment
    Comment #41675631

    Ah thank you. That is a good list although I personally dislike the "Paxos Made Moderately Complex" paper... I think it adds too many different roles for very little benefit. When …

  21. comment
    Comment #41673533

    I think the CALM theorem and this whole line of research is so interesting and it is still carried on by the CRDT people. But I would love to see more of this. I feel like it doesn…

  22. comment
    Comment #41673500

    I've run a reading group for distributed systems for the last 2 years now and I do think that Raft is a better introduction to Consensus than any Paxos paper I have seen (I mean th…

  23. comment
    Comment #40768566

    [flagged]

  24. comment
    Comment #39866144

    I'm curious now. What is ifunc? (Had difficulty finding it through a search)

  25. comment
    Comment #39804747

    Love the list and the eBPF tools look super helpful.