Live data from Hacker News

Ask HN: What did you learn the hard way?

news.ycombinator.com

1–10 of 322 posts

Re: Ask HN: What did you learn the hard way?

#7
Make things pretty.

No amount of hard work and usefulness can amount to a beautiful product.

I have strong feelings about Lean Startup who told me to create a MVP, which made me look like an amateur.

So, listen to the marketing people and wait to release a beautiful finished product.

Re: Ask HN: What did you learn the hard way?

#8
That mysqldump adds "DROP TABLE IF EXISTS" by default. So if you want to backup and restore several rows, you are in trouble.

Not really the hard way because DROP TABLE isn't instantaneous on big tables. So I managed to kill the query before the table was gone.

Post reply on HN