Vicho Reyes's Website

Blog

Prosa o viñetas con LLMs

Published 2025-08-23

Los LLMs son fanáticos de escribir cosas con viñetas (puntos)

O al menos eso diría un LLM. Pero yo diría que sí alargamos cada punto a un párrafo quedamos en:

Read more


It's fine if the Gemini protocol doesn't make sense

Published 2025-05-04

It is common for programmers to think that everything can be transmitted via text. It's also Obviously False, just watch a 3blue1brown video and you'll realize the incredible value that visuals can have for understanding concepts. Yet us programmers keep making that mistake:

Gemini protocol definition

Read more


Yet another "computers are fast" post

Published 2024-04-05

I've seen many of these posts, so reading this one probably doesn't help anyone learn anything new. But sometimes you get used to slow things, and remembering that it doesn't have to be this way comes as a surprise.

So I took an optional course on compact data structures in my last year of university, where we learned different representations of common CS data structures, like trees, arrays or text indexes, that were designed to use less bits than the traditional representations. For example, ordinal tree structures can be represented as simple parentheses, like this

Read more


I made an online "Tipover" game

Published 2024-02-07

When I was a kid, I had a puzzle game/toy about figuring out the way to get to a red box, on a grid with stacked boxes. A while ago, I decided to make a web version of that, to learn React and Tailwind.

Try the Tipover game

Why make this post now? Because I wanted to have more posts here, I guess.

Read more


Utilidades de construcción

Published 2023-12-22

La idea de este post es que sea una referencia de las cosas cuyos nombres siempre olvido cuando necesito.

Cáncamo

Cáncamo

Un tornillo que termina en gancho. Puede ser abierto o cerrado.

Read more


View all posts