Vite is a unified CLI for JS for workflows like build, test, lint, format, deploy, etc.
The news today is that (unlike previous plans) it's MIT and free 🎉
So how can it be sustainable?
void.cloud will be a revenue-generating hosting service built on Cloudflare.
This is my .codex/AGENTS.md it’s pretty ocd and pedantic but that should not be a shocker
Tell me shit you do that you can’t live without and I missed
github.com/jessfraz/dotfiles…
ECMAScript excitement 😉
Congrats to @guybedford on advancing Import Sync to Stage 2 at @TC39 today 🎉
const mod = import.sync(<specifier>);
Like Node's require(<specifier>), it synchronously loads a module. It throws if sync loading is not possible.
ALT let fs;
try {
fs = import.sync('node:fs');
} catch {}
if (fs) {
// Use node:fs, only if it is available
}
ECMAScript excitement 😉
🚨🚨🚨 IT'S ABOUT TIME! 🚨🚨🚨
Congrats to @ManishEarth on shipping the Temporal API in Chrome 144 Stable today 🎉
developer.chrome.com/blog/ne…
Temporal is the replacement for the Date API.
I love that Google is helping save Tailwind.
LLMs are trained on open-source projects. OSS gave the world so much.
Hope more big tech companies do this.
I wonder if there’s a fun API for computation in adding ArrayBufferView-like Matrix and Vector types to JS that support mathematical operators. I’m 90% sure this wouldn’t fly in committee though. ^^
Thank you @discord for supporting open source! Discord amazingly donated boosts and verified status to @nodejs@webpack and @electronjs. Super grateful for the Discord team for supporting us at @openjsf!
It’s happening! It’s not shiny but Trusted Types have a very real potential to be a game changer for the security of the web. Hopefully the beginning of a smoother story around actually using them. 🤞
PSA: There is a flag to disable the Function constructor vector entirely (`--disallow-code-generation-from-strings`). If you’re running nodejs in prod against untrusted inputs, it’s not a bad idea to set it. You can absolutely run real apps with that flag. #React2Shell
Node.js added support for path rewrites for #/ wildcard.
This means you don't need typescript voodoo to use project relative imports.
Thanks to @hybristdevgithub.com/nodejs/node/pull/…
The 20 different ways you can be maybe kinda but not fully logged into a matrix client are kind of ridiculous. Especially when trying to use it as “just” a casual group chat. May never use Element X just because I now have to remember what exactly a “recovery key” was again.
I wonder if Starlark would make a decent intermediate language for LLM generation. Mostly Python but can’t run unbounded and properly isolated by default. Just needs a runtime that doesn’t require go/JVM around it.
The @angular V21 release video is insane. You've never seen a release video like this. Seriously, you should check it out. youtube.com/watch?v=DDAHORVz…
Awesome to see @marktechson taking such a big swing and landing it.
I've tried a handful "UI mock/prototype" tools today and even among the ones powered by Gemini 3, @Replit did stand out as creating some really, genuinely, 1:1 usable UIs with _almost_ zero noise. Still has the annoying habit of wasting space on low signal score cards though.
ALT Screenshot of an AI-generated UI design for a bundle analysis tool, showing an overview of bundle statistics and a mocked chart breaking down dependency sizes.