Jeroka – יואל The Fire
3.1K posts

Jeroka – יואל The Fire
@_jeroka
Code Hechicero & Master Builder. Senior ranter, strong opinions. —C◇PHP◇TypeScript◇CSS— 'Other than death, all failure is psychological.'



if macbook is so powerful. why do most developers still use windows?








using css pow() you can create runtime-configurable fluid typography that responds to viewport or container size 😉 for example, "minimum of 14px at 375px and scale to maximum 24px at 1500px" all powered by pow() and custom properties



One line of CSS. Perfectly responsive typography on every screen. font-size: clamp(1rem, 1vw, 1.75rem); 🪄 1rem minimum keeps text readable on phones 🪄 1vw makes it scale fluidly with the viewport 🪄 1.75rem caps it elegantly on large displays No media queries or breakpoints. Try it!




We’ve adopted our first PET .. 2001 .. Commodore. Wasn’t this inspired by the set of STAR TREK TOS? Word on the street is if the SPACE and R E T U R N keys are not worn it wasn’t used much, but the dymo and paper labels are curious. #retrocomputing #vintagecomputing



A lot of people are arguing that HTML burns more tokens than markdown. It's true but you can save at least 40% by externalizing the CSS to a template with . This style.css is your formatting so the LLM will never output CSS again. I tested on a 12116 token HTML article and it dropped to 6,723 tokens so -44%! You'll have this:
Hello, world.
...


Hello, world.
...





