We all have days like this
Posts by JP
After a great response from Chris Giles, one of the authors of the AVBD paper, a new +>100% performance boost for the #WebGPU physics engine just landed on github.com/jure/webphys... Thanks Chris!
`android docs` is the superpower we need for everything.
NPM / pnpm should have similar `npm docs` that would allow humans and agents to search for type-signatures and JSDocs.
#NPM #NPMX #Node
android-developers.googleblog.com/2026/04/buil...
Yeah it is almost like there would be better words for this!
I don't know though why Huang seems a bit agitated. He seems to misunderstand the questions as Dwarkesh's own views on things. It could be way he delivers the questions, he could frame them "Many in politics ask..."
Oh boy, when Nvidia's CEO Jensen Huang starts to talk like @robertwrighter.bsky.social you wonder what is up.
He is advocating solving the "China problem" with AI chips by negotiations and agreements instead of shutting China out 1:18:00...
www.dwarkesh.com/p/jensen-huang
What I don't like TUIs is the exciting new ways they all handle keyboard input in text fields. Every app has own ideas what home, end, ctrl+left, ctrl+shift+left etc. means. I would much prefer normal GUIs because of that.
meshoptimizer 1.1 is out!
github.com/zeux/meshopt...
Featuring two new major features, meshlet topology compression and opacity micromaps, as well as a few smaller features and improvements! More information in the infographic and release above :)
Boosts and repository stars are welcome!
Bevy 0.19 is releasing soon, which means it's time for a blog post! jms55.github.io/posts/2026-0...
Just got back from Revision demoparty—my 64KB intro took 1st place. Huge thanks to @alkama.bsky.social for the audio work that made this possible. It’s a fully procedural 3:40 animation packed into a 58KB executable. I had a blast building it, and the audience reaction was incredible.
The #WebGPU AVBD-based physics engine is now live!
Webphysics Live Demo: jure.github.io/webphysics/
Code: github.com/jure/webphys...
I have it too as my wallpaper, also the eclipse on second screen. However, as they day progresses, I seem to be switching to another and another, just because there is now too many to choose from!
the past decade has been all about figuring out how shitty software can be without drastically impacting revenue
LLMs are mostly accelerating this search
If one were to replace frameworks, then app code would be just one huge functions. AI is good at making spaghetti sized functions, that then break after a while.
AI is also good at following patterns of well made frameworks.
I know what I choose!
pglite competitor! I like pglite but they've taken a long time to make native library for it. For one I would like to use pgmicro/pglite in Rust apps or C# apps etc. as postgres replacement.
pgmicro - in-process reimplementation of PostgreSQL, backed by SQLite
Postgres compatibility remains the USP for any database tool. And sqlite remains the USP for anything database in the agentic era[tm]. Just a PoC at the moment though.
github.com/glommer/pgmi...
AWS API Gateway caching doesn't seem to have collapsed forwarding / request collapsing. What a crappy product it is. Cloudfront has it though.
AWS API Gateway caching defaults to caching only by URL and not by query string. What sort of default is that? Then if you want to have full URL and query string included as caching key, it is not possible, you have to whitelist every query string parameter you want to include. Insane!
This would be life-hack for traveling. Pack Limx Ollie with your stuff and you never loose your belongings, as Ollie just unpacks itself and delivers rest of your belongings to you.
I finally published Toasty (async Rust ORM) crates! I’ll be writing about it soon (and why it took so long). github.com/tokio-rs/toa...
Like case in point, axios, probably one of the most used fetch wrappers (though it was done before fetch was feasible).
www.stepsecurity.io/blog/axios-c...
They did solve something meaningful, Knuth-Plass justification is usable with browsers.
That alone makes this useful, since CSS justification is so terrible especially with e-book readers.
somnai-dreams.github.io/pretext-demo...
My erosion filter is out! Video, blog post, and shader source.
It emulates erosion without simulation, so it's fast, GPU friendly, and trivial to generate in chunks.
Explainer video:
www.youtube.com/watch?v=r4V2...
Companion blog post:
blog.runevision.com/2026/03/fast...
#ProcGen #vfx #GameDev
...it could stop publish vulnerabilities, zero days would still exist in different form.
And I know pnpm's cooldown setting, it is not the same thing.
Would NPM and other package repositories benefit from similar practices as Linux package repositories? First the update goes to testing, then to the stable, and some has few weeks between etc. Presumably with NPM being so important it could stop zero days.
#NPM #NodeJS #Security
Ivan 'Ironman' Stewart's Super Off Road
Leland Corporation 1989
MS-DOS port by Graftgold Ltd. 1990
I found AWS dependency from PI Coding agent, since I don't use AWS' bedrock, I found out I can just skip it like this:
"pnpm": {
"overrides": {
"@aws-sdk/client-bedrock-runtime": "npm:null-package@1.0.0"
}
},
Null package to the rescue!
www.npmjs.com/package/null...