Viewing profile — p10jkle
p10jkle
HN member- Joined
- Mon, Oct 23, 2017, 8:19 AM UTC
- HN karma
- 393
- Public activity
- 129 items
- HN profile
- View on Hacker News ↗
About p10jkle
No profile information was provided.
Recent public activity
-
comment
Comment #46665985
There already is signal on many underground lines, and it’s pretty rare that people are playing things out loud in my experience?
-
comment
Comment #46478556
https://en.wikipedia.org/wiki/Sovereign > The roles of a sovereign vary from monarch, ruler or head of state to head of municipal government or head of a chivalric order. As a resu…
-
comment
Comment #45570809
London is the third most visited city and Heathrow is the second most popular airport by international visitors. The prospect of being arrested upon arrival there might be a little…
-
comment
Comment #43497286
Hey, I work on Restate. There are lots of differences throughout the architecture and the developer experience, but the one most relevant to this article is that Restate is itself …
-
comment
Comment #43331679
Wow, fascinating. I wonder if in a few years every in-game opponent will just be an LLM with access to a game-controlling API like the one you've created. Did you find there are pa…
-
comment
Comment #43115397
As discussed in the article, we have built our own storage engine from the ground up, which we did because we believe it will achieve better performance by taking advantage of the …
-
comment
Comment #42813645
I feel this happening to me too... depressing
-
comment
Comment #42192239
The twitter office is on Market Street, so this is totally plausible
- story
-
comment
Comment #41764828
I saw this going under Tower Bridge last week! Made me late for the dentist... :)
-
comment
Comment #41756000
This is also a good use case for durable execution, see eg https://restate.dev
- story
-
comment
Comment #40824924
Full source here: https://github.com/jackkleeman/restate-checkbox/tree/main But the fun bit is the virtual object: https://github.com/jackkleeman/restate-checkbox/blob/main/ob...
- story
-
comment
Comment #40813750
Maybe let them have their launch? Mitchell said it best: https://x.com/mitchellh/status/1759626842817069290?s=46&t=57...
-
comment
Comment #40663475
We haven’t built any client side encryption tools yet. I don’t think it would be particularly difficult to do an MVP. If it’s very important to your use case, come chat to us in Di…
-
comment
Comment #40662416
Ah I see what you mean. In this case the handler should complete with a terminal error - we weren't able to finish the task in time. Of course, many types of errors and timeouts ar…
-
comment
Comment #40662290
Thanks! I'm not familiar with Jobrunr, but we can definitely help with orchestrating async tasks (as well as sync rpc calls), especially if its important that they run to completio…
-
comment
Comment #40661601
Hey! I managed to get a POC running on Cloudflare workers, I had to make some small changes to the SDK eg to remove the http2 import, convert the Cloudflare request type into the L…
-
comment
Comment #40661239
Yeah, this is pretty much exactly how we propose its done (restate services are inherently versioned, you can register new code as a new version and old invocations will go to the …
-
comment
Comment #40660368
Yeah, definitely. We would like to have modes of operation where Restate puts its state only in S3. In that world, it could potentially run for short periods, and sleep when there'…
-
comment
Comment #40660289
Super interesting question! If we were inventing modern tech from scratch, I think there's space for this, definitely. Our goal though is that people can use their primitives in th…
-
comment
Comment #40660271
It's always been a lively topic within Restate. The conversation goes a bit like this > Let users write code how they want, its our job to make it work! > Yes, but it's simply not …
-
comment
Comment #40660096
A visualisation/dashboard is a top priority! Distributed architecture (to support multiple nodes for HA and horizontal scaling) is being actively worked on and will land in the com…
-
comment
Comment #40660049
I think its a cognito default - will take a look!