"A bad idea with good presentation is doomed eventually. A good idea with bad presentation is doomed immediately."
miniblog.
Related Posts
After further playing with my LLM project, I'm surprised how hard it is to tune with system prompts.
My agent kept saying "obviously" even though my prompt said "helpful, professional". Eventually I found that a "courteous" prompt gets "of course" which is better but not ideal.
I suspect every programming language eventually becomes dated.
As soon as you commit to 1.0, you will have design decisions that (with hindsight) are mistakes, and you can't fix them.
Design best practices change over time too. Immutability is a more common default now.
Choosing the right amount of content to put on each docs page is surprisingly hard.
I've seen info/man pages as a single large HTML page and it eventually slows down the browser. A short page with a short scrollbar is less intimidating and you're more likely to read to the end.