AI isn't "increasing efficiency" if other people end up having to parse, fact check and correct your work.
28.07.2025 16:38 โ ๐ 76 ๐ 15 ๐ฌ 2 ๐ 0@lukeed.bsky.social
Dogs & Developer tools
AI isn't "increasing efficiency" if other people end up having to parse, fact check and correct your work.
28.07.2025 16:38 โ ๐ 76 ๐ 15 ๐ฌ 2 ๐ 0Oh no
23.06.2025 13:55 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0new framework :)
10.06.2025 04:17 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Ah gotcha. The latter. Iโm looking to make a new builder/renderer. Basically a stand-in for storybook/html or storybook/preact
10.06.2025 04:12 โ ๐ 0 ๐ 0 ๐ฌ 2 ๐ 0To a working end? Wdym
10.06.2025 04:06 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Trying to write a custom Storybook renderer.
Anyone have any starters/pointers?
Equal parts Bond and Bond villain ๐ค
18.05.2025 23:05 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Deno 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
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...
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.)
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
Monomorphism and variable reuse were the keys. Once that happens then a recursive function helps a bit too
23.01.2025 15:43 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Going straight to top of the current leaderboard is a good move ๐
14.01.2025 21:50 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Itโs v cool but also well known that anything would be a massive performance improvement over the existing/angular signals
14.01.2025 21:49 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Thanks โบ๏ธ 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 ๐
13.01.2025 16:54 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Then 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
07.01.2025 23:47 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0At 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
I wish Node didnโt embed a pure JS polyfill and call it a day
07.01.2025 23:33 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0error: 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)
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
clsx baked directly into svelte ๐
24.12.2024 17:13 โ ๐ 35 ๐ 1 ๐ฌ 0 ๐ 1๐๐๐
19.12.2024 23:51 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0As 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...
is GCP Postgres (Cloud SQL) supported? I'm guessing it would be since RDS is
18.12.2024 20:17 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Not sure that I caused much of anything ๐ to be clear the benchmarking didnโt include Node cuz itโs still WIP there
14.12.2024 17:32 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Plus HMR Engineering is its own role
11.12.2024 19:32 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Iโ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
11.12.2024 03:04 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Thanks, 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
/cc @boshen.github.io
10.12.2024 20:17 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0are @rolldown.rs crates purposefully not published?
10.12.2024 19:51 โ ๐ 4 ๐ 0 ๐ฌ 1 ๐ 0