(no title)
lambda | 11 days ago
The very first question is full of obvious bugs.
You have 'find . -name "notes.txt"' selected, it then says 'You submitted: ls -R | grep notes.txt: find . -name "notes.txt"', then it responds:
'Thanks — your answer looks like it was partially entered.
'You picked find . -name "notes.txt" (good choice). The submission shows an escaped/unfinished string: find . -name \. The correct full command is find . -name "notes.txt", which searches recursively from the current directory for files or directories named exactly notes.txt.'
There seems to be some weird kind of quoting issue going on there. I would fix obvious issues like that before sharing this with the world.
n2d4|11 days ago
You'll never make every single person on HN happy. But if you share your stuff early and make one person happy at the very least that means you should keep working on it!
Don't let perfectionism get in the way of good enough :]
zamadatix|11 days ago
Show HNs never pleased everyone, and it'd be silly to try, but until recently there was a bit of a "it's not perfect... but the person has spent more time working on this than I have even spent thinking on the problem" kind of expectation whereas now many of them feel like the comments section ends up doing more thought about the submission than was put into refining it.
It'll be really interesting to see where this settles. In the meantime, erring on the side of kindness tends to work best!
indra_varta|11 days ago
lambda|11 days ago
Anyhow, I'm just a bit bitter about the onslaught of obviously vibe coded projects that very little effort has been put into. And OP did ask for feedback. But I shouldn't have been so mean about it. I know it can be fun to be able to whip up something quicker than you could before, but I really wish people would spend a tiny bit more effort on it before asking for feedback.