Advertisement · 728 × 90

Posts by Luke Edwards

AI isn't "increasing efficiency" if other people end up having to parse, fact check and correct your work.

8 months ago 82 17 3 0

Oh no

9 months ago 3 0 0 0

new framework :)

10 months ago 1 0 1 0

Ah gotcha. The latter. I’m looking to make a new builder/renderer. Basically a stand-in for storybook/html or storybook/preact

10 months ago 0 0 2 0

To a working end? Wdym

10 months ago 0 0 1 0

Trying to write a custom Storybook renderer.
Anyone have any starters/pointers?

10 months ago 2 0 1 0

Equal parts Bond and Bond villain 👤

11 months ago 3 0 0 0
Preview
Deno 2.3: Improved deno compile, local npm packages, and more Deno 2.3 adds new features for deno compile and deno fmt, support for using local npm packages, several performance improvements, and more. Here are the biggest highlights.

Deno 2.3 is here:
🌱 deno compile with FFI & Node native add-ons
📦 Local npm packages
⭐ deno fmt CSS/HTML/SQL in tagged templates
🔭 OTel event recording & tracing in distributed services
and more —

deno.com/blog/v2.3

11 months ago 74 9 0 1
Advertisement

empathic@1.1
🔸Adds CommonJS support
🔹Allows Node 14 engines

No code changes or bloating were needed on my end 💪
**The entire package is still less than 2kB and still fast.**

The benchmarks compare `empathic/` submodules to their counterparts across the ecosystem.

More: github.com/lukeed/empat...

11 months ago 5 0 0 0
Post image

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.)

11 months ago 30 6 1 1
Post image Post image

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

1 year ago 7 0 0 0

Monomorphism and variable reuse were the keys. Once that happens then a recursive function helps a bit too

1 year ago 1 0 1 0

Going straight to top of the current leaderboard is a good move 👍

1 year ago 1 0 0 0

It’s v cool but also well known that anything would be a massive performance improvement over the existing/angular signals

1 year ago 1 0 1 0

Thanks ☺️ I have an argv parser that probably ~700b and 10m op/s but purposefully doesn’t support all the normal features… ~1.5ops is good enough 😅

1 year ago 2 0 0 0

Then perhaps bun for you? Not sure as this isn’t an issue for me. I run into fetch failed every time I try to use Node since 18

1 year ago 0 0 0 0
Advertisement

At that point it’s easier to use something else.

undici was perhaps the final dagger that had me leave Node (where I can help it)

Deno ftw

1 year ago 1 0 1 0

I wish Node didn’t embed a pure JS polyfill and call it a day

1 year ago 1 0 1 0

error: TypeError: fetch failed
at node:internal/deps/undici/undici:13178:13
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at runNextTicks (node:internal/process/task_queues:64:3)
at process.processImmediate (node:internal/timers:454:9)

1 year ago 7 0 1 0

Writing a new database client was easier than (still) trying to get its transitive `require` and `module` usage to transpile and/or polyfill correctly

If anyone knows this fix I'd be happy to delete my client:

ReferenceError: module is not defined

1 year ago 4 0 0 0

clsx baked directly into svelte 🎄

1 year ago 34 1 0 1

😂😂😂

1 year ago 1 0 0 0
StackBlitz

As a result, Rolldown is now the fastest possible bundler you can run in the browser. Here are the numbers when bundling a benchmark app with 2.5k modules:

- esbuild: 22.19s
- Vite (via Rollup): 4.52s
- Rolldown: ⚡️613.43 ms

Try it out yourself on StackBlitz:
stackblitz.com/~/github.com...

1 year ago 177 18 1 2

is GCP Postgres (Cloud SQL) supported? I'm guessing it would be since RDS is

1 year ago 0 0 1 0

Not sure that I caused much of anything 😅 to be clear the benchmarking didn’t include Node cuz it’s still WIP there

1 year ago 0 0 0 0
Advertisement

Plus HMR Engineering is its own role

1 year ago 3 0 0 0

I’ll wait for it to stabilize a bit but it’s worth the effort. Current project isn’t using any js runtime & don’t wanna add

1 year ago 0 0 0 0

Thanks, figured :) thought id ask since it took a while to get set up last night haha

Was looking to embed rolldown into a rust app directly

1 year ago 0 0 1 0

/cc @boshen.github.io

1 year ago 0 0 1 0

are @rolldown.rs crates purposefully not published?

1 year ago 4 0 1 0