Flávio Almeida retweetledi
Flávio Almeida
5.8K posts

Flávio Almeida
@flaviohalmeida
Software Engineer Manager, Father, speaker, published author https://t.co/zDs3GuC8Jf. Degree in Computer Science and Psychology. Front-end, Agile, Architecture, AI
Katılım Aralık 2011
21 Takip Edilen6.7K Takipçiler

Agora anunciando em português! Tornei RAGfios opensource. IA local voltada para RAG totalmente feita em Nodejs. Dependendo do barulho faço um treinamento para fortalecer a comunidade! Roda até no Pc da sua avó!
shorturl.at/cjXHy
Português

Announcing RAGFios: Local AI Research, Native in Node.js. I’ve believed that to truly master AI, we need to understand the "plumbing" behind the prompts. That’s why I’m excited to open-source RAGFios, a laboratory for local Retrieval-Augmented Generation.shorturl.at/cjXHy
English

@alexanlp02 Clássico não 🤭? Testar em múltiplo OS e hardware que não seja Mac.
Português
Flávio Almeida retweetledi

New @openclaw beta is up: it comes with the new live browser control that Google added in latest Chrome! enable via chrome://inspect#remote-debugging
Your clanker will know when to use what, or you can ast it. new "user" profile session is there!
developer.chrome.com/blog/chrome-de…
English
Flávio Almeida retweetledi

I always *love* @emilkowalski's UI tips! Here's the native browser way to achieve this effect:
View transitions do this "fade-out-while-rearranging" behavior by default. You can also customize the transition with CSS (see demo)
::view-transition-old(*):only-child { ... }
codepen.io/una/pen/VYjKoae
@
Notice how in the correct example chips move instantly to their new position when a chip is removed. That’s because of the `popLayout` mode on AnimatePresence in motion/react which creates a smoother, faster transition when removing an element.
English
Flávio Almeida retweetledi

more CSS <table> tricks 👇
stick the first row using <thead> so you don't lose context, and give it a margin so you don't lose the last row on scroll
thead {
position: sticky;
top: var(--header-height);
margin-bottom: 1lh; /* or whatever row height */
}
jhey ʕ•ᴥ•ʔ@jh3yy













