HN user

percentcer

595 karma
Posts2
Comments124
View on HN

I think the alternative should be "this is not blue". I was served what I would call a "teal" or "turquoise" but the alternative button shows "this is green", which it was not.

I like programming. It's fun, and sometimes it even requires creativity. There are plenty of times when it's not that fun, and doesn't require any creativity (because whatever it is has been done by someone else a thousand times over), and you just want a result. Vibecoding is great for _that_ stuff (think little throw-away scripts, shell one liners, tool plugins, etc)

I generally don't get great results from LLM code because most of my work is in C++ (which I'm guessing is underrepresented in the training data?), but when I point it towards some well-worn javascript thing I've had real successes! Most recent example is this little chrome plugin I had it whip up in one shot (https://chromewebstore.google.com/detail/favicon-tab-grouper...) because I couldn't find the exact functionality I needed in other plugins.

Works perfectly for my needs, took less than five minutes to spin up, and I use it all the time. If you're looking to get started with vibecoding stuff, try making plugins that provide niche functionality for your hyper-specific workflows.

AI 2027 1 year ago

Isn't this just a form of next token prediction? i.e. you'll keep your options open for a potential rhyme if you select words that have many associated rhyming pairs, and you'll further keep your options open if you focus on broad topics over niche

I dunno, I disagree, this kicked off my understanding of shaders and gave me enough of a foundation to explore the unfinished topics on my own. I think it's a fantastic resource and, sure, could benefit from having its unfinished chapters rewritten as a "further explorations for curious readers" section.