Live data from Hacker News

Ask HN: The “I want to do everything but end up doing nothing” dilemma

news.ycombinator.com

141–150 of 224 posts

Re: Ask HN: The “I want to do everything but end up doing nothing” dilemma

#141

I think we all suffer from this dilemma to varying degrees. Side note: I just read an interesting article on addictive behavior. It suggests that absolute addiction is not really as hard to overcome as we previously thought. The problem with addiction is it's a way to bond with something. Bonding is the actual addiction. You can bond with people, drugs, things, behaviors. If you want to overcome a particular addictiv…

Link for the article?

I think it could be this one: http://www.huffingtonpost.com/johann-hari/the-real-cause-of-...

Re: Ask HN: The “I want to do everything but end up doing nothing” dilemma

#142
I recently got out of this rut (somewhat. do you ever escape completely?) by starting a side project with some (light) responsibility. It's a reasonably complex mobile app, for a company I like, with guaranteed users and a time-table for delivery.

It has been wonderful. I'm a lot more focused in my research, because I'm hitting problems I haven't hit yet at work. I'm learning stuff that comes in handy elsewhere, and learning it quite a bit better than "read it somewhere" because I've had to use it non-trivially.

--

Not that I'm suggesting you start contracting. That's unrelated. But having some kind of social responsibility can help a lot - talk about it, blog about the progress, and try to do something on it every day or so. Finishing things can be almost as addictive as wanting to start things, and it's way more useful.

edit: I'm seeing lots of "don't break the chain" mentions. In isolation, that hasn't worked for me :| Having some kind of external expectation that you don't break it / continue to make progress anyway is what pushed me over the edge.

Re: Ask HN: The “I want to do everything but end up doing nothing” dilemma

#143
Mostly what others said but put in a different way.

One of the most important thing I learnt in my 5 years of development experience is to think learning as a marathon and not a sprint. In my personal projects, I would keep experimenting with different languages, frameworks , libraries, patterns etc. and they would all end as an unfinised github project waiting to be deleted. Whereas in projects done at workplace or as freelancer, the technology stack is fixed and you limit yourself experimenting with too many libraries. At the end of the project there is learning and a finised product to be proud of. Not impliying here that personal projects should not be done, but too much experimenting increases the chances that the project wont go to production. Therefore along with speed, have a direction to reach the goal.

Tip: Unsubscribe from forms on technologies you do not use to avoid distraction.

Re: Ask HN: The “I want to do everything but end up doing nothing” dilemma

#145

Earlier quoted context omitted.

just replying to this to bookmark for myself to read later. sry

Your upvoted stories are available under "Saved Stories" here: https://news.ycombinator.com/user?id=busterarm (Users can only see their own Saved Stories page)

It'd be great if HN added a way to view comments I've upvoted.

Re: Ask HN: The “I want to do everything but end up doing nothing” dilemma

#146
You have great advice here. This is how I do it. Create todo.txt and put everything you need to do in there. Make sure it's reasonably comprehensive and then start crossing things off. A productivity book will tell you the same thing in 200+ pages. If you save the finished items, you may be amazed by what you have accomplished. I had an app for this but I found editing todo.txt is faster. Apps like Trello don't have plaintext export. So let's say you finish to-do work for a client, with a text file you can just cut-paste the completed work into Square, Paypal, spreadsheet, whatever the client prefers. I've tried dozens of applications, but none of them will do the work for you ;-) Todo.txt seems antiquated but I found it's easier to make many edits quickly. I indent everything, similar to writing software. This helps me to see the big picture. I have todo.txt on a remote server so all my devices have access to it (no need to "sync") also automated backups that I control.

Re: Ask HN: The “I want to do everything but end up doing nothing” dilemma

#148

You have great advice here. This is how I do it. Create todo.txt and put everything you need to do in there. Make sure it's reasonably comprehensive and then start crossing things off. A productivity book will tell you the same thing in 200+ pages. If you save the finished items, you may be amazed by what you have accomplished. I had an app for this but I found editing todo.txt is faster. Apps like Trello don't have…

also, encrypt it and push it to Github.

Re: Ask HN: The “I want to do everything but end up doing nothing” dilemma

#149
post #86

Start spending some time reading Cal Newport's blog. You still have the problem of deciding which things are important to you, but just immersing yourself in how he approaches focus and deep habits, about how he prioritizes his work, will send you in the right direction. If you time block your available time as he does, you're forced to make choices--there is only so much time available, obviously--and the discipline…

I use the iOS app Kan-Do to budget my time to different projects/activities and work on them pomodoro-style (i.e. in timed chunks). Lets me set goals of time spent for the week and track where I've spent my time and how much.

(You don't have to do everything in 30 min chunks as you go, you can also manually record other blocks of time spent.)

Re: Ask HN: The “I want to do everything but end up doing nothing” dilemma

#150

I think we all suffer from this dilemma to varying degrees. Side note: I just read an interesting article on addictive behavior. It suggests that absolute addiction is not really as hard to overcome as we previously thought. The problem with addiction is it's a way to bond with something. Bonding is the actual addiction. You can bond with people, drugs, things, behaviors. If you want to overcome a particular addictiv…

"I just read an interesting article on addictive behavior."

My take on this is that the OP is simplistically addicted to learning because it's easy and requires little effort and prolongs not having to actually do something.

Back in the day of buying books at Barnes and Noble, I found myself doing something similar where I would continue to buy books to learn but never took any action or put off taking action on doing because it was much more comfortable to justify the time spent learning as "being good for something". Even if learning just meant leafing though the books. Similar to a graduate student getting degrees to avoid real life (in some not all cases I mean) and the real world.

I broke the habit by deciding that I didn't need another book and I should spend the time actually using the knowledge that I had acquired. Not that these were all computer books (they weren't) but an example would be to actually sit down with that book on PHP or Mysql and actually start to do something (was a LAMP book iirc). I did that one day and built a tool that I could use that was really valuable. I forced myself to read from the start. Now I question each thing I think about learning in terms of the actual value and whether I should concentrate on things that I have already acquired knowledge wise.

Post reply on HN