Luke Hedger
banner
lukehedger.dev
Luke Hedger
@lukehedger.dev
Software engineer. Building things for lego.com. Distributed systems, serverless, event saucing.

Wrote Serverless Development on AWS (O’Reilly)
https://lukehedger.dev/

📍 London
Reposted by Luke Hedger
You guys the talk i did last week was kinda fire. Here’s a clip
November 4, 2025 at 11:43 PM
Reposted by Luke Hedger
Introducing Serverless @resonatehqio.bsky.social

Build distributed, durable applications with Resonate's dead simple programming model, Distributed Asynchronous Await

Now on serverless
October 20, 2025 at 10:45 AM
Really interesting writeup from @unkey.com on their serverless exit.

Let’s dig into the detail…

www.unkey.com/blog/serverl...
www.unkey.com
October 16, 2025 at 8:30 AM
Reposted by Luke Hedger
I am kinda feeling like durable execution is going to be a very boring thing that's tablestakes at some point in the next N years (where N < 5).
October 6, 2025 at 9:12 PM
hey @schickling.dev if I use @livestore.dev as an event-sourcing framework, am I locked into using SQLite as the event store or is this swappable?

docs.livestore.dev/evaluation/e...
Event Sourcing
Why and how LiveStore uses event sourcing for data flow, syncing and migrations.
docs.livestore.dev
October 2, 2025 at 2:01 PM
Need to take a closer look but @livestore.dev can be used as an “event-sourcing framework”

docs.livestore.dev/evaluation/e...
October 1, 2025 at 6:32 PM
Seen this in a few places now… is single node the future of (most) backend software engineering?

topicpartition.io/definitions/...
Small Data
Small Data Small data appears to be a very exciting movement that is moving the overton window away from Big Data onto much simpler and cheaper solutions ...
topicpartition.io
October 1, 2025 at 2:03 PM
If you’re not familiar with @tigerbeetle.com (and TigerStyle) this is a great introduction! And even if you are it’s a good read

www.amplifypartners.com/blog-posts/w...
Why TigerBeetle is the most interesting database in the world | Amplify Partners
This read goes behind the scenes of how TigerBeetle came to be, the incredibly novel software they’ve built, and all of the wacky, wonderful things that make them so special.
www.amplifypartners.com
October 1, 2025 at 2:01 PM
AWS Lambda is making a comeback
October 1, 2025 at 1:57 PM
Is anyone implementing the OCI runtime spec in Zig?
September 26, 2025 at 7:37 AM
Reposted by Luke Hedger
Serverless ... can go fuck itself.
September 11, 2025 at 7:34 PM
Reposted by Luke Hedger
New blog post, reflecting on nearly seven years since the Firecracker launch, and how we're using Firecracker to power serverless databases (in Aurora DSQL) and infrastructure for AI agents (in Bedrock AgentCore).

Here's the post: brooker.co.za/blog/2025/09...
Seven Years of Firecracker - Marc's Blog
brooker.co.za
September 23, 2025 at 4:46 PM
Cool to see @cedardb.com will offer S3 object storage as an option for persistence

cedardb.com/docs/get_sta...
September 15, 2025 at 6:36 AM
Some starter SQL queries I put together for trying out Iceberg tables on S3 with Athena

github.com/lukehedger/i...
GitHub - lukehedger/iceberg: Iceberg on S3 and Athena
Iceberg on S3 and Athena. Contribute to lukehedger/iceberg development by creating an account on GitHub.
github.com
September 14, 2025 at 9:52 AM
Just ran `bun index.ts` without installing node_modules first and amazed that it *just worked*. Then found out about auto-install. Nice feature @bun.sh!

"Under Bun-style module resolution, packages are auto-installed on the fly into a global module cache during execution"

bun.com/docs/runtime...
Auto-install – Runtime | Bun Docs
Never use node_modules again. Bun can optionally auto-install your dependencies on the fly.
bun.com
September 3, 2025 at 1:40 PM
Are you using ULID or UUID v7?
September 3, 2025 at 1:25 PM
What do teams actually do about code freezes around the high shopping season? The research and armchair advice says “absolutely not”. But on the ground I see lots of nervousness about releasing code for days, weeks and even months around key dates
September 3, 2025 at 8:14 AM
Always wondered what a MFA token generator does when I’m not looking at it
September 3, 2025 at 8:07 AM
Paxos-as-a-service would be handy!

“very few customers… are going to ask Amazon for Paxos-as-a-service... AWS should return to its roots and release important building blocks — the things customers will need, not necessarily what they're asking for”
September 1, 2025 at 6:23 PM
Reposted by Luke Hedger
Bemused by the enthusiastic embrace of JSON-RPC by the LLM tools ecosystem.
August 28, 2025 at 3:41 AM
Reposted by Luke Hedger
The biggest lie in Software Engineering

Undo

There’s no undo
Only a new Do that resembles the old state

The past is immutable
We just pile on a new present
August 27, 2025 at 12:50 PM
Apache Iggy looks super promising. Following the trend of building streaming around an append-only log

iggy.apache.org/docs/introdu...
Architecture | Hyper-Efficient Message Streaming at Laser Speed.
Iggy is the persistent message streaming, which means, that the messages are being stored in a form of an append-only log. You can create multiple streams, consisting of topics, which might have one o...
iggy.apache.org
August 25, 2025 at 1:49 PM
Oldie but a goodie
📰 Valve Software handbook for new employees [pdf] (2012)

🔗 https://cdn.akamai.steamstatic.com/apps/valve/Valve_NewEmployeeHandbook.pdf

💬 Discuss on HN
August 24, 2025 at 6:52 PM