Ask HN: What was your “why didn't I start doing this sooner” moment?
1–10 of 138 posts
Re: Ask HN: What was your “why didn't I start doing this sooner” moment?
#2Re: Ask HN: What was your “why didn't I start doing this sooner” moment?
#3Re: Ask HN: What was your “why didn't I start doing this sooner” moment?
#4For example: getting a mortgage or paying taxes are relatively complex processes with alot of moving parts: tasks, documents, deadlines, etc.
You make a Kanban and divide it up into tasks and a pipeline and notes for each tasks status.
Trello is what I use but there's other tools as well.
Holy crap it makes your life easier.
Re: Ask HN: What was your “why didn't I start doing this sooner” moment?
#5Re: Ask HN: What was your “why didn't I start doing this sooner” moment?
#6I was up late finishing a large programming assignment for class, when inexplicably at 3 am, my code stopped compiling with a super generic error message.
Turns out I had somehow added a random character at the top line, but it took me the next 1-2 hours being dumbfounded, confused, over-tired and frustrated before I found the problem.
It would have been a 60 second fix with a simple diff against the repo version.
After that day, I learned how to use svn and always start every project (no matter how small) inside some type of version control system.
Re: Ask HN: What was your “why didn't I start doing this sooner” moment?
#7Re: Ask HN: What was your “why didn't I start doing this sooner” moment?
#8Self acceptance of that was a big change for me.
Re: Ask HN: What was your “why didn't I start doing this sooner” moment?
#9EDIT:
It would be nice to look back at a decade of blogging, but I only started like ~3 years ago. It has many, many benefits: Practicing written communication, organizing one's thoughts, build up credibility, learn things in-depth by teaching etc.
Now that I think about it, actually, publishing anything in general. Working out in the open. I often kept side project to myself. I should have just open sourced that (did that for some projects after the fact).