Max
maxwellcohen.bsky.social
Max
@maxwellcohen.bsky.social
200 followers 1.2K following 210 posts
Everything will be great!
Posts Media Videos Starter Packs
This is why I had to give up my dictionary-collecting hobby
This is the best argument for string directives I have seen.

I still wish we had a better way to tell developers and computers that this code runs differently than "normal" JavaScript. String directives seem like the best way we have.

Great work @danabra.mov
aargh someone kill me. literally THE WHOLE POINT of directives is that they’re not just strings!

they’re syntactically attached to the scope (function or module) in a way that’s reflected in AST.

and both RSC and Next.js ones act at module boundary which is kinda gross for decorators or API calls
Reposted by Max
Happy 34th Birthday HTML tags!

On October 29, 1991, the internet pioneer, Tim Berners-Lee, published a document entitled HTML Tags.

#WebDesignHistory
This is amazing!
In the latest version of @rolldown.rs, JSON imports are tree-shaken!

No more superfluous JSON values in your bundle, only these that you actually access. Without any change of code or config ✨

Interested in the code? Then check out the PR! github.com/rolldown/rol...
Help!!! I'm stuck in the microtask queue ... I was promised it would be a short wait, but things did not resolve
Congratulations!!!

Keep on the fight for signals!
I am surprised this is now baseline it felt like something that should be here for a long time
When are we going to have a "use ai” directive in JavaScript world?
I can be aspect-ratio 16 / 9 by watching it on YouTube?
Now that nextjs is 16, it can now drive with turbo
Great article!

Is step 5 hire @danabra.mov?
I need a tier list of programming languages based on the epicness of the creator's beard
Scroll-driven animations in css are magical!!!
Sorry, we forgot...please accept this apology...we might do better
@voidzero.dev is being really smart, releasing ViteConf conference talk videos every 12 hours or so, so I can watch them all.
Thank you very much!!!
Great talk are the slides source code available? I would love to see how to get away from using an intersection observer
I need to protect my son from this
⚠️ Parents, be careful out there! ⚠️

The “AI-enabled” candy everyone’s handing out this year?
Inside they're just calling the OpenAI API.
Off to React conf...looking forward to seeing how React is innovating with the boring stuff like scheduling, compilers, performance, caching, and cross compatibility.
I am glad to see Adam Argyle (@nerdy.dev) making the podcast rounds again
"Programming then is fun because it gratifies creative longings built deep within us and delights sensibilities we have in common with all men."-The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition (2nd Edition) by Fred Brooks
Pro tip: Don't take minutes, take seconds it's less likely for people to notice so you can profit more
React is getting signals (cacheSignal)!
React 19.2 is now available!

This release includes Activity, useEffectEvent, React Performance Tracks, partial pre-rendering, and more:

react.dev/blog/2025/10...
React 19.2 – React
The library for web and native user interfaces
react.dev
My first reaction is that I like this, and it solves my main annoyances with JSX being a "weird" subset of JS while not having loops,if statements, function calls, and variables.

It looks similar to Angular's new control flow syntax, so I wonder if there are some good learning from Angular.