Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tonyhb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
tonyhb
6d ago
Sam is not an asshole. His twitter is great, he's definitely opinionated, and if you haven't had the luck of meeting him you might misread his tone as grumpy. It's not. It's sarcastic/dry humour and honest. They
2.
▲
by
tonyhb
23d ago
Iroh seems more comparable to an L7 scoped Tailscale than it does IPFS. It's good, but pretty unrelated.
3.
▲
by
tonyhb
2mo ago
indeed, every ~week with essentially the same thing: skip locked.
4.
▲
by
tonyhb
6mo ago
Vitess was made by a... US tech company?
5.
▲
by
tonyhb
6mo ago
Inngest's Durable Endpoints aim to solve the durable API problem without messy DB txns, all within some tolerance: https://www.inngest.com/docs/learn/durable-endpoints . Other than that, yes, durable execution
6.
▲
by
tonyhb
7mo ago
AWS is down and so being a reseller ofc Vercel is down too.
7.
▲
Show HN: Durable Endpoints – make any API endpoint unbreakable
(inngest.com)
8 points
by
tonyhb
7mo ago
|
0 comments
8.
▲
by
tonyhb
7mo ago
IDK, it looks like servers were up, connectivity worked well, and some builds were failing. Wouldn't call that a big issue, and the same thing was happening with Vercel due to their git clones etc. yesterday too. IOW, doesnt look as
9.
▲
by
tonyhb
8mo ago
> And people die all the time. Yes... but people can only focus on one thing at a time. We don't have 360 vision. We have blind spots! We don't even know the exact speed of our car without looking away from the road momentar
10.
▲
by
tonyhb
9mo ago
If you're testing the interface, changing the implementation internals won't create any churn (as the mocks and tests don't change). If you are changing the interface, though, that would mean a contract change. And if you&#x
11.
▲
by
tonyhb
10mo ago
Cloudbleed. It’s been a fun time.
12.
▲
Show HN: StepKit, an open and cross-platform durable execution standard
36 points
by
tonyhb
10mo ago
|
16 comments
13.
▲
by
tonyhb
10mo ago
I really, really want this updated too and saw it in my bookmarks. Figured the historic data was interesting, and that someone might want to give this another go.
14.
▲
GitHut – Programming Languages and GitHub (2014)
(githut.info)
88 points
by
tonyhb
10mo ago
|
33 comments
15.
▲
Explicit APIs vs. Magic Directives
(inngest.com)
3 points
by
tonyhb
11mo ago
|
0 comments
16.
▲
by
tonyhb
11mo ago
Actually, both Vercel and Cloudflare are based off of the API that we built at https://inngest.com (disclaimer, I'm a founder). I strongly believe that being obvious about steps with `step.run` is important: it improves o1
17.
▲
Context engineering is just software engineering for LLMs
(inngest.com)
7 points
by
tonyhb
1y ago
|
3 comments
18.
▲
by
tonyhb
1y ago
Yeah, just... like, don't use ctx from WithContext after the errgroup. WithContext is an API that specifically and explicitly cancels the context on error. It's absolutely optional. It's not a bug at all. It's using
19.
▲
by
tonyhb
1y ago
You can totally leverage postgres transactions to give someone... postgres transactions! I just figured that the exactly once semantics were so worth discussing that any external side effects (which is what orchestration is for) aren't
20.
▲
by
tonyhb
1y ago
Anything that guarantees exactly once is selling snake oil. Side effects happen inside any transaction, and only when it commits (checkpoints) are the side effects safe. Want to send an email, but the app crashes before committing? Now yo
21.
▲
by
tonyhb
1y ago
if they’re not funded by adverts then you don’t need an ad blocker, right?
22.
▲
by
tonyhb
1y ago
Inngest ( https://www.inngest.com ) | Engineers, Marketing+GTM | Remote (US, San Francisco) | Full-time | $130-245k + equity Inngest is a developer platform that enables developers to build amazing, complex, and reliable products
23.
▲
by
tonyhb
1y ago
It’s not just the credit score - the APR offered is also chosen by the retailer. 0% financing costs the retailer 8%(ish) of the total amount, which is how the lender makes their money. So in your case, the retailer didn’t want to lose that
24.
▲
by
tonyhb
1y ago
In the partnership model Waymo charges uber for the ride and Uber charges the customer. The interesting thing is that uber loses money on every ride. Waymo charges Uber more than Uber charges the customer. On Uber’s side, though, this is p
25.
▲
by
tonyhb
1y ago
Was going to post about your company compliance space (which we use and love). That naming conflict is rough and it's the first thing I had in mind.
26.
▲
by
tonyhb
1y ago
AFAIK, it's due to things like single frame construction and expensive + backlogged parts which you order directly from Tesla (as opposed to, eg, a drivetrain that may be made for 3 separate manufacturers). Or, when you do have an ac
27.
▲
by
tonyhb
1y ago
https://inngest.com and agentkit. disclaimer is I work on it. Does all of the event stuff and state stuff for you. Plus the orchestration.
28.
▲
by
tonyhb
1y ago
There are only a few popular, promoted alternatives to NextJS right now (that I know of): Remix and TanStack. That is, if you're fully React focused, ofc. I dont see promoting Remix as a red flag.
29.
▲
by
tonyhb
1y ago
The framework itself is super low overhead. You can deploy this anywhere, and if you deploy to inngest.com the P99 latency of starting agents is sub-50ms (and you can also realtime stream steps, tools, or model responses to the browser). O
30.
▲
by
tonyhb
1y ago
The main one is deterministic routing ( https://agentkit.inngest.com/advanced-patterns/routing ). Here's what that means: Each agent builds up state via tool use. On each loop of the network, you inspect this stat
More ›