But jacob, it is now part of the new agent skill standard¹! It standardizes them with this _complex_ specification:
agentskills.io/integrate-sk...
¹standardizing folders not included
Posts by Benja Vicente
For those who don't know, this is in fact, Chile 2
I'm starting to replace "developer {something}" with "development {something}".
Development is production, just like computing. Nobody is calling _people_ "computers" right now.
What you want is architects/engineers. Developer is a temporary role like it was with computer.
Man breaking his chains under a sunset
Just realizing that I don't need to have Microsoft 365 installed on my PC
Twitter/X on the left: Instead of showing posts, a new user is prompted to create an account. Bluesky on the right: The Discover feed, showing really suggestive and NSFW content
What welcomes new users on Twitter vs Bluesky
Both are terrible, but @bsky.app is waaaay worse. It has been similar (or worse) from when I started using bsky 😵💫
na, lo primero que sale en el discover feed, no sigo a ningún furro, full tec 🙃
bsky dot app/profile/lucyfercomic.bsky.social/post/3lsk6qe36dc27
tom que hiciste a mi cuenta
Reading flow also solves a layout accessibility problem that I have on an app that I'm making 🚀
🔥
The if function solves a problem that I recently had and thought to be impossible to solve with plain CSS: styling a child element differently depending on the parent flex direction, where it can't be inferred by the parent class.
Here is a demo of it:
play.tailwindcss.com/4LGHtkxuPt?f...
The MCP “disruption” will be when OpenAI lands support on ChatGPT.
MCP (over HTTP) is perfect for non-tech people.
ChatGPT is where non-tech people are.
Feels good to contribute on small opportunities of improvement and in documentation of libraries, even though I don't understand any of the internals 🫡
If the "ideal app" should be less "use client" or more!
A lot of hype that I have seen around RSC is towards avoiding "use client", but I think there's an unspoken beauty in having granular control on what is a cacheable and conditional <script> vs dynamic JSON (for request-rendered components).
And if the lib has a low bus factor!
NextJS is good if "use client" is used a lot, not otherwise.
The trend of going *all in* on RSC is like buying a car and using it to every journey, including 2 minute drives. Having a new car doesn't force you to leave behind walking or biking, it allows you to reach new frontiers when you have to!
I'm starting to use JSX for a big prompt with xml, and it's stupid how nice it is:
- Formating, max line lenght
- White space removal
- Composition with functions
And all it takes is a couple of TS to change the JSX available elements, and a render function from react-dom ✨
Most of Chile without electricity right now 🫠
👀
Asi funciona el software 😉
Al final del dia siempre se van a construir capas. Casi nadie debería escribir assembly hoy, y antes era fundamental.
Lo importante es que estas entreguen los primitivos para construir lo que uno busca fácilmente, y que uno sepa que implica esas capas.
I desperately want to have time to build a mini framework to learn Vite APIs.
I'm finding out that YouTube shorts has a better recommendation algorithm to find new series and movies than most of streaming services
It's clear that the ones that pushed Google Gemini on Workspace aren't great at building products.
GMail and Drive have a system for selecting multiple items, and an integrated AI should know that if one has selected items, one would probably want information about those items.
Have you tried the Popular With Friends feed?
When I started following >50 people, it became more useful than the Discover feed.
@convex.dev
The only BaaS that really clicked for me. Everything makes sense, looks scalable both in code and performance, and is fun to work with.
En Chile almenos hay demasiados talento, creo que se visibiliza poco y no se arman los espacios para potenciarlo.
No se si en SF por ejemplo, habrá más foco en espacios orientados a personas vs empresas que permita a gente más X integrarse.
O como se arma estos circulos en RRSS, canales de slack, o similar donde la gente comparte cosas choras.
Encuentro bien complicado seguir gente y comunidades cracks en Chile (y me imagino que a nivel latam).
Las instancias que hay, están casi todas orientadas al dev (no ing de software) promedio, y si no eres parte del círculo de pocas empresas cracks que arman comunidad entre si, difícil.
And that it is preferable that loading is spread in the component (router) tree.
+ lose easy SSR.
I do that with useSuspenseQuery.
My point is that, router loaders should compose and not be one-per-page. Like this remix js proposal (paralel-routes like):
github.com/remix-run/re...
But having single loaders (per route node) isn't the goal right?
I find it hard to scale (code-wise and not performance-wise) when loaders are in the page loader and not close to the components.