Viewing profile — pryz
pryz
HN member- Joined
- Fri, Mar 17, 2017, 3:37 PM UTC
- HN karma
- 25
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About pryz
No profile information was provided.
Recent public activity
- story
- story
-
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 …
- story
- story
-
comment
Comment #44182550
https://github.com/cloud-hypervisor/cloud-hypervisor or something else?
-
comment
Comment #43921482
Love Zed! Would love it even more with Helix/Kakoune style binding :)
-
comment
Comment #40501810
This is great! Are you considering opening a proposal for GORANDSEED? Could be really useful to generalize the approach!
-
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 :]
- comment
- story
-
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…
- story
-
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 :)
-
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 …
-
comment
Comment #39237013
Except that way many many AWS services can't do ipv6.
- story
-
comment
Comment #38630277
The post from Polar Signal blog https://www.polarsignals.com/blog/posts/2023/12/13/embracing... Exciting!
-
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.…
-
comment
Comment #37961824
https://research.swtch.com/coro might be an interesting read.
-
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.
-
comment
Comment #37767937
This is cool! Profiling interpreted languages is no easy task and it's nice to see eBPF leveraged for it.
-
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…
-
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…
-
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…