3/19/2026 at 8:05:19 PM
Dupe ofhttps://news.ycombinator.com/item?id=47434047
which has 335 comments and counting.
by mitchbob
3/18/2026 at 9:39:55 AM
by dokdev
3/19/2026 at 8:05:19 PM
Dupe ofhttps://news.ycombinator.com/item?id=47434047
which has 335 comments and counting.
by mitchbob
3/18/2026 at 10:14:46 AM
Well done for actually trying and failing to reproduce their results.But the point from the original comic version kind of makes it seem like specs are useless, which I don't believe is true. Just like reimplementations can be useful (directly so for property testing or golden testing, but also for learning what things worked and what didn't), a specification can be useful even though it is informal or incomplete in that it guides the real implementation. (Like "plan mode", for you vibers.)
by internet_points
3/18/2026 at 10:47:09 AM
It's so easy to make a specification which can't be implemented (or shouldn't be). Very often, I go back and tweak the specification, after I start the implementation and figure out which assumptions are wrong ...by GeoSys