
Reginaldo
501 posts

Reginaldo
@RegiByte
systems engineering wizard 🧙🧑🏽💻☕️


wise words from the best systems engineer I've worked with: "two things that make code actually maintainable: 1. reduce the layers a reader has to trace 2. reduce the state a reader has to hold in their head" applies to every codebase. always.





Opus 4.5 + three.js + mediapipe = Absolute Cinema






A weird thing happened when Redux took off: everybody started freaking out about "re-renders" and haven't stopped since: now we've got signals, FGR, React compiler, React Scan, etc. I think VDOM is enough - Clean up network waterfalls - Render less w/ better design K.I.S.S.






The year is 2006. You are Mike Pall, author of LuaJIT Everyone tells you compilers are so good that a human can rarely beat one Despite this, you rewrite LuaJIT's interpreter in assembly and it's *faster* than the compiler's version How? Lets talk about interpreters and JITs:




