be careful with what package you want to replace by writing it from scratch specially with AI… less packages is a good thing but generating code from scratch replacing battle-tested libraries has its risks, like missing important security fixes, and other vulnerabilities that we might not know.
Posts by Javi Aguilar
Google Stitch design prototype
-> Export as React + PNGs + DESIGN .md
-> Codex with a minimal Vite/Tailwind/BaseUI boilerplate
-> a good prompt to break down into components
-> a rapid Design System
thanks! I will give it a try :)
what CLI is it? I cannot find a good one for local models
It won't be the only one. Thanks to the automated coding agents that are specifically targeting bounty programs.
they seem very focused on Remix 3. React Router is still a good framework and my fav, but I feel there's no clear vision now since there's an open governance
I've released a Vite plugin to support .md files as #ReactRouter pages github.com/itsjavi/reac...
Making markdown a first-class citizen of your React Router projects.
Claude Code source was just leaked 🫢
not really, it was bundled as JS in the npm registry. What happened is that they published the .js.map file by accident, which includes the original TS code
This is why I use @pnpm.io with the minimumReleaseAge option
Axios compromised on NPM – Malicious versions drop remote access trojan
View Article | Join the HN Conversation
Summary of HN discussion 🧵👇
We are about to enter the "AI agents bringing the internet down" era, at the same time burning more credits in one month than the salary of a single dev for the whole year. 🍿🍿
Said that, I believe many cool ideas will be inspired by that, and RSC will evolve into something else.
The same way SSR stopped being popular for some years and then came back in other forms.
amazing! great work
Number of interviews where I have seen they are using #React Server Components as part of their stack: 0
It hasn't become a thing in 2022 with #Next.js 13, and it won't become a thing in the next years.
They have been around for 4 years. Even coding agents struggle to get it right. Time to move on
Lettermatic ✕ GitHub Next: the inside story of Monaspace, a truly groundbreaking advancement for how we display code. We knew that Lettermatic would go deep, but we were still amazed by their level of knowledge and craft.
See their case study below, and get the fonts at monaspace.githubnext.com
It's mindblowing that for the @remix.run framework v3 they are building everything from scratch including an Auth lib, an ORM, a UI library probably as well. I wonder what's the plan for essentials like FE state management, markdown, caching, a vite plugin to glue everything together, etc.
#Remix3
I see more and more open positions asking for Vue.js experience. It seems there was a shift not so long time ago.
Today on the pod: Vite 8 drops, Vite+ goes open source, and VoidZero launches Vite apps into the void. Plus: Vitest 4.1 test tags, Effect v4 (71% smaller!), Video.js v10 (88% smaller!), and AI agents playing RuneScape.
share.transistor.fm/s/9e12b228
#typescript
it's good to know Vite+ is open source now, a very good decision
Modern CSS is just so awesome...all of this with view transitions!
svelte.dev/playground/e...
#Vercel just changed their Terms of Service so now all code you host on their platform are opted-in by default for AI training.
And wait, you only have until the end of this month to turn it off to prevent your code to be used
This raises serious concerns in many aspects, like intelectual property
@import "styles.css" layer(css_is_awesome); @import "styles.css" layer (css_tooling_sucks);
what's the difference between these two lines of code?
the first one imports the styles into a layer named css_is_awesome.
the second one imports the styles into an anonymous layer if `@media (css_tooling_sucks)` matches.
i've lost so many hours to this over the years.
I would say stay at v4, but the problem is that it also carries a lot of other dependencies that will stay outdated
The good thing is that today we have tools to write just what we need from those huge frameworks, e.g. in a form of Vite plugin. I have many static sites powered by MD using just that
Solid 2.0 is so powerful even I don't know the limits of its capability. Join me Friday when I try to break it:
www.youtube.com/watch?v=-VzC...
I have the feeling AI coding agents will only get more and more expensive. Our bills will eventually be similar to paying the salary of a real engineer.
The future is local LLMs. So make sure to choose your next dev computer wisely, specially RAM.
Totally agree. Agents should change the paradigm from "I will think for you" to "let's think together".
I'm so tired of automated thinking machines.
Make my thinking *better* or it's worthless.
AI gets better if it makes humans better
La Judith nunca defrauda 😂 #som3cat www.youtube.com/watch?v=fKM2...
It seems that the newest Pokémon website is using Astro instead of Next.js #PokemonWindsWaves
www.pokemon.co.jp/ex/winds_wav...