I wrote a few words last night. nvie.com/posts/15-yea...
18.02.2026 05:55 β π 148 π 49 π¬ 4 π 10@nstadigs.bsky.social
I wrote a few words last night. nvie.com/posts/15-yea...
18.02.2026 05:55 β π 148 π 49 π¬ 4 π 10Maybe it's just too hard until we have an official integration layer from React. I think @christoph.nkzw.tech has got a head start because of his work on relay.
16.02.2026 09:00 β π 0 π 0 π¬ 0 π 0I thought there would have been a lot more new concurrent-safe #react stores popping up by now, but it's way too quite around this.
fate.technology by @christoph.nkzw.tech is really interesting though.
interface TabsProps { /** @renders* {Tab} */ children: React.ReactNode; } <Tabs> <Tab /> // β Valid! <Button /> // π« Error! </Tabs>
I built an ESLint plugin that enforces which components can be passed as children/props in React.
Annotate with a @βrenders annotation, get errors when the wrong component is passed.
GitHub: github.com/HorusGoul/es...
npm -> jsr -> npmx?
05.02.2026 13:47 β π 0 π 0 π¬ 0 π 0"Share this page" screenshot, with BlueSky, Facebook, LinkedIn, E-mail and "more options".
The www.era.europa.eu (EU agency for railways) has a "share on Bluesky" button and no "share on Twitter" button! (well done @erarailways.bsky.social π)
31.01.2026 14:07 β π 42 π 2 π¬ 1 π 0TIL there's ongoing work to add a native virtual file system (VFS) to Node.js!! Yes please!!! π±π€©
github.com/nodejs/node/...
@nodeland.dev you are a hero!
Man Unrecognizable After Full 8 Hours Of Sleep
Man Unrecognizable After Full 8 Hours Of Sleep https://theonion.com/man-unrecognizable-after-full-8-hours-of-sleep/
28.01.2026 19:00 β π 1441 π 139 π¬ 8 π 30Like everyone else, I had to build something over the end-of-year break.
Mine was GitHuman: a tool to review AI-generated code before you commit.
It was built entirely by Claude Code. I reviewed every commit from my phone.
Tumblr post by stimmyabby Sometimes people use "respect" to mean "treating someone like a person" and sometimes they use "respect" to mean "treating someone like an authority" and sometimes people who are used to being treated like an authority say "if you won't respect me I won't respect you" and they mean "if you won't treat me like an authority I won't treat you like a person" and they think they're being fair but they aren't, and it's not okay. 642,270 notes
I think about this post a lot
25.01.2026 20:55 β π 3054 π 998 π¬ 15 π 11I think the convention is there to clarify that you do not need to wrap the action in a transition (unless you need to know the status on the consumer side) because the component will do that internally.
21.01.2026 19:20 β π 0 π 0 π¬ 0 π 0Frodo: I wish so much unbelievably stupid shit had not happened in my time Gandalf: So do all who live to see such times. This is all exceptionally stupid, though
19.01.2026 19:54 β π 15591 π 5665 π¬ 26 π 55View Transition Types are newly baseline! These make it easier to build transitions that are specific to particular situations.
Also, we have some new View Transition DevTools in Firefox 147β¦
Regulations play a big part in modern democracy
18.01.2026 07:45 β π 0 π 0 π¬ 0 π 0π¨ I'm Open to Hire!
As a frontend/fullstack engineer who is focused on community and the state of open source and the web, I can help drive your UI/UX product for your users with my years of experience.
Learn more about me at zeu.dev and email me at zeucapua @ gmail for inquiries!
Bun is fast, until latency matters for Next.js.
We benchmarked the same Next.js app across Node.js, Deno, Bun, and Watt (our multi-threaded Node-based runtime) under identical load on AWS EKS.
Throughput looked fine across the board. Latency told a very different story. π§΅
anthonymoser.github.io/writing/ai/h...
30.12.2025 03:40 β π 9 π 3 π¬ 1 π 0yeah yeah, but given the topic I still found it quite funny
29.12.2025 09:03 β π 2 π 0 π¬ 0 π 0A thread π§΅ of _terrible_ design decisions for the internal APIs of the two Italian high speed train operators, Italo and Trenitalia.
Hardcoded passwords, terrible translations, spelling mistakes, xml in json (but utf8 encoded and transmitted as an array of numbers), it's all here. Enjoy!
And the value is "2" π
29.12.2025 07:46 β π 0 π 0 π¬ 1 π 0We are all lab rats π
29.12.2025 07:31 β π 2 π 0 π¬ 0 π 0Waku v1 Alpha Is Finally Released
Nearly Three Years in the Making
newsletter.daishikato.com/p/waku-v1-al...
- It's a React framework developed for React Server Components from day one.
- It's based on Vite and Hono.
- Its API is small and easy to learn.
π waku.gg β©οΈ
Tesla's robotaxis crash at 10x the rate of human drivers.
Last month, Tesla confirmed the fleet had traveled roughly 250K miles. With 7 reported crashes at the time, Teslaβs Robotaxi was crashing roughly once every 40K miles.
The average human driver in the US crashes about once every 500K miles.
I guess the meta is that the reputation of AI has gotten so bad that their recommendation is to differentiate themself from llms by not using the term they use.
18.12.2025 06:24 β π 2 π 0 π¬ 0 π 0I like solid, but personally i prefer the api of modern react
17.12.2025 22:08 β π 0 π 0 π¬ 0 π 0I think people just like the api. Everything about react is what it is to enable that type of api and programming model. Solid is similar in that way. But it's sliced the other way to enable another type of api. In the end it comes down to taste.
17.12.2025 22:07 β π 0 π 0 π¬ 1 π 0All devs need to hear that this matters. Not just react devs. I think blaming just one group of devs (the largest one) only creates backlash. I know this rubs ME the wrong way, even though i largely agree with you.
16.12.2025 21:32 β π 0 π 0 π¬ 1 π 0I don't agree that this is a react problem. I think this is a SPA problem. But most big SPAs are built with react so it correlates. I've worked with many different frameworks at many different companies and I'm pretty sure this mentality has nothing to do with react.
16.12.2025 21:29 β π 1 π 0 π¬ 1 π 0RSC Explorer is now open source! tangled.org/danabra.mov/...
16.12.2025 10:00 β π 96 π 12 π¬ 3 π 1