Andrés

@andresgutgon.bsky.social

#elixirlang #typescript #react #gleam #tailwindcss

No poner límite a los centros de datos lleva precisamente al acaparamiento de la capacidad de conexión y a la imposibilidad de construir viviendas e instalar industrias. El decreto necesita retoques técnicos, pero la idea que subyace es correcta.

Guillermo Zapata@gzapata.bsky.social · 2d ago

Esta bien que se vayan delimitando los campos también en este tema. El PP quiere para los Centros de Datos la misma legislación que para la vivienda: ninguna.

COMO LOS GRIEGOS / Limón en salmuera El producto que les vendo es, literalmente, un condimento, formulado en África y con el que cocinar a) platos africanos, destinados ya a ser locales, y b) platos europeos ✍️ @guillemmartinez.bsky.social ctxt.es/es/20260801/...

Limón en salmuera

El producto que les vendo es, literalmente, un condimento, formulado en África y con el que cocinar a) platos africanos, destinados ya a ser locales, y b) platos europeos. Hoy, de hecho, les chutaré…

ctxt.es

“Last year, Microsoft made $101 billion in profits, got a $12.5 billion tax break from Trump & paid its CEO $96 million. This year, it’s raising the price of an Xbox by $150 & eliminating 3,200 jobs. Please don’t tell me corporate tax breaks create jobs. It never trickles down.” - Bernie Sanders

Honestly I never had a real use case for nested menus but always found fancy to implement it. This one is done #gleamlang for Lustre following shadcn implementation using new browser command invoker and popover api. Works in my mac in Firefox, Safari and Chrome without any issues.

Developing a shadcn-like in #gleamlang and using modern CSS you get for free things like prefer reduce motion with just a sprinkle of CSS Here first shadcn tooltip does not honor prefer-reduce-motion on user's preference. Easy enough to achieve

Exactly shadcn in Gleam/Lustre. I really love the way they manage to do the shapes + themes combination. And how it produces code that then we can use with consistent styles in our apps. I want the exact same experience for Gleam/Lustre. As always say probably get tired before shiping anything

The future is bright, this is already possible in Chromium browsers. Safari and Firefox are not as well supported for now. I'm working on a design system and I want to model components around web standard APIs. Later if necessary add JS compatibility.

I want to build a design system for the future in Gleam and Lustre. Probably work on it and ends abandoned as all my weekend projects but today I'm very bumped by the idea. I want it to be in the line of shad/cn in React world I find the best experience for having super well done components

I upgraded my nvim+lazygit game with these changes. LazyGit has custom commands. So you can override what you can do. In this case I changed how to 1. Create a worktree + new branch 2. Do some work there 3. `p` Promote to main worktree and delete the other workree

TIL that you can build a custom status line for Claude CLI Mine shows 1. Who am I 2. My current Claude subscription 3. Current modal 4. Usage stats This avoids `/usage` completely and makes it easier to see which sub you're using in case you have a personal and company-paid sub

Bild

Hi @hayleigh.dev, one question. I'm playing with Lustre and using default dev tools. I'm asking Claude, and it tells me that default dev tools do not handle code splitting. Is that the case? And if it is, what's the correct approach?

I implemented `react-query` but for Gleam. So the SPA can cache request. Literally 3 min ago so full of improvement but with AI was simple as hell. And code is super simple

I have to say that I have been a long-time user of Nvim. But never tried code actions. Gleam LSP is super nice; it lets you convert a callback-hell function into a function that uses `use` back and forth.