Jonathan Fontes 🟢⚡️
3K posts

Jonathan Fontes 🟢⚡️
@gravataLonga
Random thought about Programming & Money & Life in General
Espinho, Portugal Katılım Mart 2011
488 Takip Edilen540 Takipçiler

@thrutheframe @BambulabGlobal Hi, how efficient is the VentoBox?
English

The new @BambulabGlobal P2S firmware (v1.02.00.00) introduces native touchscreen control for my VentoBox air filter system. No custom profiles needed, and it activates automatically when printing via the Handy app (need update). Super happy to see it finally happen 🎉
English

I’m been vibe coding some personal project, I can prove this is truth. You have to go to the code an maintain and improve code quality if not, you will be in bad position. Also, you will consume more and more tokens
Jeffrey Way@jeffrey_way
I think it's probably undeniable that RIGHT NOW, if you effectively vibe code your projects, the codebase will become increasingly worse with each passing day. Not sure that any combo of tests + formatters + skills can prevent that.
English
Jonathan Fontes 🟢⚡️ retweetledi

Vue just made the virtual DOM optional. And the benchmarks are wild. ⚡
Vue 3.6 ships Vapor Mode — a new compilation strategy that eliminates VDOM overhead entirely for components that opt in.
The numbers:
→ 100,000 components mounted in 100ms
→ First-load JS drops by two-thirds
→ Runtime memory nearly halved
→ Performance on par with Solid.js and Svelte 5
Here's the best part: you don't rewrite a thing.
Add one word to your script tag: