Advertisement · 728 × 90

Posts by Benja Vicente

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

3 months ago 0 0 0 0

For those who don't know, this is in fact, Chile 2

5 months ago 0 0 0 0

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.

6 months ago 0 0 0 0
Man breaking his chains under a sunset

Man breaking his chains under a sunset

Just realizing that I don't need to have Microsoft 365 installed on my PC

7 months ago 0 0 0 0
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

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 😵‍💫

8 months ago 0 0 0 0

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

9 months ago 1 0 0 0

Reading flow also solves a layout accessibility problem that I have on an app that I'm making 🚀

10 months ago 2 0 0 0

🔥

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...

10 months ago 4 0 1 0

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.

10 months ago 1 0 0 0
Preview
HTTP Cache: Finding a performance improvement on frameworks on Cloudflare Workers How a hackathon project led me to find a simple way to speed up startup times of web apps on Cloudflare Workers

New post
benjavicente.dev/blog/http-ca...

11 months ago 0 0 0 0
Advertisement
a group of soldiers are standing in a row wearing helmets and armor . Alt: A group of soldiers are standing in a row wearing helmets and armor, text says "I am doing my part"

Feels good to contribute on small opportunities of improvement and in documentation of libraries, even though I don't understand any of the internals 🫡

11 months ago 0 0 0 0

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).

11 months ago 1 0 1 0

And if the lib has a low bus factor!

11 months ago 0 0 1 0

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!

1 year ago 2 0 0 0

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 ✨

1 year ago 1 0 0 0

Most of Chile without electricity right now 🫠

1 year ago 1 0 0 0

👀

1 year ago 0 0 0 0
Advertisement

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.

1 year ago 1 0 1 0

I desperately want to have time to build a mini framework to learn Vite APIs.

1 year ago 1 0 0 0
Preview
Web stuff that got my interest Patterns, tools and emerging web technologies that I believe will be important in the future of the JS ecosystem

First post of the year:

1 year ago 1 0 2 0

I'm finding out that YouTube shorts has a better recommendation algorithm to find new series and movies than most of streaming services

1 year ago 0 0 0 0

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.

1 year ago 1 0 0 0

Have you tried the Popular With Friends feed?

When I started following >50 people, it became more useful than the Discover feed.

1 year ago 1 0 0 0

@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.

1 year ago 7 1 0 0

En Chile almenos hay demasiados talento, creo que se visibiliza poco y no se arman los espacios para potenciarlo.

1 year ago 1 0 0 0
Advertisement

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.

1 year ago 0 0 1 0

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.

1 year ago 0 0 1 0

And that it is preferable that loading is spread in the component (router) tree.

1 year ago 1 0 0 0
Preview
Sibling Routes (aka Parallel Routes or Aggregated Routes) · remix-run remix · Discussion #5431 Proposal Add sibling routes support to Remix and React Router to allow matching multiple routes in the same segment but being independent chunks and with a different data URL. Background The propos...

+ 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...

1 year ago 1 0 2 0

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.

1 year ago 1 0 1 0