Advertisement · 728 × 90

Posts by JP

Video

We all have days like this

3 days ago 7750 2087 342 1062
Video

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!

4 days ago 14 4 1 0
Preview
Android CLI: Build Android apps 3x faster using any agent News and insights on the Android platform, developer tools, and events.

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

3 days ago 2 1 0 0

Yeah it is almost like there would be better words for this!

3 days ago 3 0 0 0

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

4 days ago 0 0 0 0
Preview
Jensen Huang – TPU competition, why we should sell chips to China, & Nvidia’s supply chain moat “If our next several years are a trillion dollars in scale, we have the supply chain to do it"

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

4 days ago 0 0 1 0
Servo is now available on crates.io - Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications. Initial crates.io release and LTS version of Servo

Yay! Servo is now a library.

#Rust #Servo #Firefox

servo.org/blog/2026/04...

1 week ago 0 0 0 0

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.

1 week ago 0 0 0 0
Post image

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!

2 weeks ago 103 35 5 0
Post image

Bevy 0.19 is releasing soon, which means it's time for a blog post! jms55.github.io/posts/2026-0...

1 week ago 50 7 0 0
Advertisement
Video

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.

1 week ago 97 21 13 1
Lunar Flyby - NASA NASA explores the unknown in air and space, innovates for the benefit of humanity, and inspires the world through discovery.

There is a gallery page /lunar-flyby/

www.nasa.gov/gallery/luna...

1 week ago 0 0 0 0
Video

The #WebGPU AVBD-based physics engine is now live!

Webphysics Live Demo: jure.github.io/webphysics/
Code: github.com/jure/webphys...

1 week ago 13 4 0 0

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!

1 week ago 0 0 0 0

the past decade has been all about figuring out how shitty software can be without drastically impacting revenue

LLMs are mostly accelerating this search

1 week ago 56 5 0 1

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!

1 week ago 3 0 0 0

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.

1 week ago 0 0 0 0
Preview
GitHub - glommer/pgmicro: An in-process reimplementation of PostgreSQL, backed by a SQLite-compatible storage engine An in-process reimplementation of PostgreSQL, backed by a SQLite-compatible storage engine - glommer/pgmicro

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

1 week ago 8 2 1 0

AWS API Gateway caching doesn't seem to have collapsed forwarding / request collapsing. What a crappy product it is. Cloudfront has it though.

2 weeks ago 0 0 0 0

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!

2 weeks ago 0 0 1 0
Advertisement
Preview
npm’s Defaults Are Bad The npm client’s default settings are a root cause of JavaScript’s recurring supply chain security problems.

npm's Defaults Are Bad: nesbitt.io/2026/03/31/n...

2 weeks ago 8 2 1 0

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.

2 weeks ago 0 0 0 0
Preview
GitHub - tokio-rs/toasty: An async ORM for Rust (incubating) An async ORM for Rust (incubating). Contribute to tokio-rs/toasty development by creating an account on GitHub.

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

2 weeks ago 59 8 2 1
Preview
axios Compromised on npm - Malicious Versions Drop Remote Access Trojan - StepSecurity Hijacked maintainer account used to publish poisoned axios releases including 1.14.1 and 0.30.4. The attacker injected a hidden dependency that drops a cross platform RAT. We are actively investigatin...

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

2 weeks ago 0 0 0 0
Justification Algorithms Compared — Pretext Demo Side-by-side comparison of CSS/greedy, hyphenated, and optimal (Knuth-Plass) justification algorithms — powered by Pretext.

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

3 weeks ago 1 0 1 0
Video

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

3 weeks ago 545 170 16 5

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

3 weeks ago 0 0 0 0

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

3 weeks ago 1 0 2 0
Video

Ivan 'Ironman' Stewart's Super Off Road

Leland Corporation 1989
MS-DOS port by Graftgold Ltd. 1990

3 weeks ago 76 13 6 2
Advertisement

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

3 weeks ago 4 0 0 0