Live data from Hacker News

Ask HN: What was your “why didn't I start doing this sooner” moment?

news.ycombinator.com

1–10 of 138 posts

Re: Ask HN: What was your “why didn't I start doing this sooner” moment?

#4
Applying project management tools to manage everything in my life.

For 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?

#6
For me, it was using version control on my code.

I 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?

#8
Accepting that I was an introvert. I remember the exact moment: I was traveling, had just settled down with a good book at a hostel, and then heard some folks heading to the bar. I remember thinking "gosh, I should be social," and then "nah, I'd rather be here."

Self acceptance of that was a big change for me.

Re: Ask HN: What was your “why didn't I start doing this sooner” moment?

#9
Blogging.

EDIT:

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).

Post reply on HN