Author: leononame
-
After reading a bit about jj, I gave it a spin a week ago and it’s becoming already my daily driver. To me, the main benefits are:
-
I’ve recently been diagnosed with a neurodiversity, I believe the English term is “giftedness” or “high capacities”. I’ve been told this about a weeks ago, so please don’t judge me for any errors I make – I haven’t delved into the specifics of it yet. As far as I understand it, giftedness does not necessarily…
-
¡Ey Trisha! ¿Qué estabas haciendo ahí, escondiéndote detrś de los abuelos? Encontrada
-
Hoy encontré a Trisha en la bolsa de polvo de Maxi (nuestro robot aspiradora). Qué sitio más triste y oscure, ¿cómo se habrá quedado perdida ahí? La pobre estuvo un poco asustada, pero al siguiente día ya volvió a desaparecer.
-
Pobre Trisha, aguantó unos cuantos días pegada en el armario esperando a ser encontrada. Ya la salvamos, ¿dónde estará ahora?
-
Trisha se escondió en un paquete de tiritas y estuvo mucho tiempo ahí. La hemos encontrado después de muchos meses de búsqueda, pero ya volvió a esconderse ese mismo día. ¿Dónde estará?
-
I am building a small double-entry accounting app that serves my specific needs. One key thing is multi-currency support done right. I know that “done right” can mean whatever you want it to mean, but for my use case it means inventory tracking. All multi-currency operations should be associated with a cost, and a collection…
-
Today, I had to pivot (pun intended) from my usual tasks to help a colleague with a query. The task is deceptively simple: Collect metadata about all columns of a table in a single query. This was to be a function in PostgreSQL that would return a table with the following columns: You can imagine…
-
I learned React by looking at it. Yes, really. I inherited some React codebase since I was the only dev with JS knowledge on my team, and I had to figure out how to make it work. Since most change requests were small there was no need to reach out to the docs, and after…
-
I always assumed that the COPY command in PostgreSQL bypassed triggers. I didn’t know that, I just assumed it. It felt correct. My experience with copy is bulk importing data and that usually meant creating either temporary tables as staging area or importing into new tables. In any case, it seems I’ve never copied data…