Live data from Hacker News

Viewing profile — pryz

pryz

HN member
Joined
Fri, Mar 17, 2017, 3:37 PM UTC
HN karma
25
Public activity
27 items

About pryz

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #46267619

    Jared: "We are sending out a proposal for Stacked Diffs on @GitHub to trusted design partners to gather initial feedback over the next few days. From there we’ll iterate and share …

  4. story
  5. story
  6. comment
    Comment #44182550

    https://github.com/cloud-hypervisor/cloud-hypervisor or something else?

  7. comment
    Comment #43921482

    Love Zed! Would love it even more with Helix/Kakoune style binding :)

  8. comment
    Comment #40501810

    This is great! Are you considering opening a proposal for GORANDSEED? Could be really useful to generalize the approach!

  9. comment
    Comment #40447525

    > By embracing DynamoDB as your metadata layer, systems stand to gain a lot. Yes yes yes. However, DynamoDB can be expensive very quickly :]

  10. comment
  11. story
  12. comment
    Comment #39830700

    Like many developers, we've built our fair share of workflows that export data to 3rd-party services. They always start simple: pull data, hit an API, job done! Then the problems s…

  13. story
  14. comment
    Comment #39755722

    Distributed coroutines are a perfect fit for Python! We're excited to explain how they work and what you can do with them! Also happy to answer any questions :)

  15. comment
    Comment #39696519

    Hi HN, We've had enough of traditional orchestration frameworks. That's why we created dispatch.run, aiming to streamline coding by integrating resilience more naturally. The core …

  16. comment
    Comment #39237013

    Except that way many many AWS services can't do ipv6.

  17. story
  18. comment
    Comment #38630277

    The post from Polar Signal blog https://www.polarsignals.com/blog/posts/2023/12/13/embracing... Exciting!

  19. comment
    Comment #37962569

    Forking Go means that you have to maintain a copy. That's a lot of work. Instead, the idea is to implement coroutine as a library and work toward an integration with the Go stblib.…

  20. comment
    Comment #37961824

    https://research.swtch.com/coro might be an interesting read.

  21. comment
    Comment #37833292

    Congrats on the launch! Continuous profiling is a game changer and once you use it on your production systems you can't do without it.

  22. comment
    Comment #37767937

    This is cool! Profiling interpreted languages is no easy task and it's nice to see eBPF leveraged for it.

  23. comment
    Comment #37514852

    The answer is: it's complicated. Which is most of the time the answer in the WASI world. For this case it's complicated because some runtime supports https://github.com/WebAssembly…

  24. comment
    Comment #24954862

    The idea is that we are running few multi-tenant Kafka clusters to amortize the operation cost. These clusters host many topics with different topology depending on different requi…

  25. comment
    Comment #24283435

    I guess we just haven't got the need to use ACL yet. This may be something we will look later on. We have been started to implement what's needed to leverage things like SASL in ou…