HN user

felixandersen

1 karma
Posts1
Comments4
View on HN

I'm sorry it didn't resonate with you. The accusation of vibe coding is a bit discouraging, but I don't feel the need to prove anything. I built this in my spare time and shared it in case it's useful to others.

Some of the most helpful code I've used in my career started out as quick scripts or pastebin snippets.

Yes, I used AI to help with the documentation, but I also put in time to edit it and make sure it clearly explains the concept.

Reminds me of us tuning mopeds back in the day.

The Aprilia SR50 Ditech with direct injection had an ECU that was limitied to make it's power output street legal. Our finest moment was when we got our hands on a debug cable for that ECU. You connected it to an outlet on the moped. The other end had a GameBoy cartridge that went into your GameBoy.

Removing the limit on the ECU would of course have been illegal. Let's just say that we could have done that if we wanted to...

Idiomatic-css 14 years ago

I agree. If a selector has enough rulesets to justify a wrap I usually let the first line be positioning rules, second box-model rules and third color rules and so on. I find that I am much more productive this way VS following the guidelines that idiomatic CSS proposes.