Luke Edwards
banner
lukeed.bsky.social
Luke Edwards
@lukeed.bsky.social
Dogs & Developer tools
Published empathic@1.1 🎉 (benchmarks below)

Many packages are eagerly joining the @e18e.dev effort but (understandably) have existing support restrictions to maintain & so can't make as much progress as they'd like.

This release helps with that~!

(cont.)
April 29, 2025 at 6:50 PM
Released `hrana` -- a 1kB libsql/hrana client

🔸runtime agnostic, works anywhere
🔹transaction and batch stmt support
🔸CI includes a cron check for Hrana spec updates
🔹dual JSR and npm publish, with provenance
🔸strictly typed

👉 github.com/lukeed/hrana
/cc @tur.so
March 20, 2025 at 8:46 PM
It doesn't get faster if/when receives a `URL` instance.

-> `exec :: new URL` creates the `URL` instance in the bench, expectedly much slower
-> `exec :: URL{}` receives a ready-made URL instance, which is still slower than `exec :: https`

This should 100% be a shortcut / speed boost.
December 6, 2024 at 11:01 PM
here's updated benchmark

realistically, an app/router would *not* be doing `new URL` every time it's testing a match, but I added it here as regexparam's worst-case and to be apples-to-apples for full URL normalization.

(same esbench link)
December 6, 2024 at 10:51 PM
Not strictly a 1:1 comparison... but still, I wish natives were optimized a bit more 😞

This spread is the same anywhere URLPattern is supported; eg esbench.com/bench/67537b...
December 6, 2024 at 10:35 PM
Has anyone had recent success with Paddle? They've been giving me this crap CSP error & docs say "localhost should be fine" but it isnt

I'm using sandbox & checkout URL has been changed to any/all variations I can imagine

Looks like bad HTTP header on their end.. deadend?
December 1, 2024 at 6:46 AM
To help dev-twitter settle in, I made a quick little thing to
help find your people here 🤓

It includes scripts to export your GitHub and/or Twitter follows to a file. And then in a localhost app, it allows you to automate searching & following of your social rolodex

github.com/lukeed/blues...
November 8, 2024 at 6:14 PM