Most likely than by spending half my day on Youtube? Not sure about that :).
Productivity is not about doing more, it's about doing the same, with the same quality but in less time.
The main issue I have is in fact that I commute 3 hours a day; which reduces the time I can spend at home relaxing without eating up on my sleep time.
Nice post!
I have been thinking about Pomodoro as well, but i always refrain myself from ordering it, as i want to learn to control myself without a device. (It works great in theory!)
And another problem is, the repetitive music makes me wanna play games, as i have spent years farming with trance and dnb, still getting used to it with programming :D
Will try the RescueTime, just so i can see in numbers, how much i am really slacking off.
I really liked your comments. Im going to check out rescuetime it seems really interesting, but rather than use it to actually tell me my efficiency I am just going to view my usage. I like to think I can get more work done than the average person given the time, so time is not the critical factor it's results.
What's interesting to me is actually my work paterns and if I can enhance my enjoyment by restricting or encouraging certain actions.
Hi - re: getting enough sleep, i have struggled with this for years. The only thing which consistetly works for me is to have ~25min nap around mid-day. I find that any less than 25min doesn't help, and any more makes me sleep for a few hours (which then disrupts the night time "proper" sleep). it might seem like you're losing those 25min out of your busy day but i find it really does make you more productive. Hope that helps!
Just try to use those numbers as a positive evaluation more than some kind of punition.
I think it is always more beneficial to use joy more than frustration as a motivator :)
Time is nothing more than a unit. It doesn't even really exist if you thik about it :).
I understand what you mean, and definitely think this is the right way to go ;)
I think you're definitely right.
I used to live in south america, where the 1pm nap was the norm, mainly as a way to fight against heat.
It is a bit more difficult to do in a work environment without looking like a weirdo :s. Especially in Europe.
But I'll think about it, simply because going to bed earlier is not really an option for me.
Quite simple in fact.
Git uses only one folder on top of your repository, called .git.
It makes it really non-intrusive.
Work using git, and add the .git folder to the ignore list of subversion so that it won't be versioned.
Basically, I use git for commiting small tasks, like several times an hour. I use svn as checkpoints.
The cool thing is that using git, you don't have to be connected on the network to commit for example.
But there are much more powerful tools out there :)
https://viget.com/extend/effectively-using-git-with-subversion
Hope this helped ;)
id
author
author_email
author_url
date
date_gmt
content
2469
My (Almost) Perfect Setup To Stay Focused « Polarbear
Here is a pattern I recognized for some time now, and that I'd like to share.
I keep trying to be as efficient as possible in my daily working environment. Productivity is really important for me, as it is the root which allows you to acquire you tiny slice of knowledge of the day.
I use several tools to help be stay productive, among which :
A technique that consists in using a timer to switch between work and breaks. As it is really difficult (yeah, impossible) to stay focused for hours; Pomodoro trains you to work in bursts of 25 minutes.
I use a light, personal version of it but the idea stays the same. The first thing I do at work is to set up a list of 3 things to do for the day. On Mondays I set 3 bigger objectives for the week. I never spend much time doing that, as I had loads of time to thing about it since the last time.
When working, I also usually always spend some time setting up a set of simple objectives in order to avoid diverging from my final aim.
The drawback of this method is that you have to set objectives that are precise enough to be doable in a week/day, but complex enough so that you don't have only a few hours of work. Coupled with Pomodoro, this technique is highly powerful as you can make you tasks fit into 25 minutes time frames.
A piece of software that you install on your computer and keeps track of the application you have in foreground. Applications are divided into categories, depending on how effective they are for your productivity. As an example, I am (assumed to be) really efficient where I use Eclipse, but really distracted when I am on youtube.
At the end of the day (month, year, . . .) you get statistics; and a percentage of global productivity.
You can set objectives, compare yourself with the best or the average of people using RescueTime, . . . I love this tool because it shows you how much time you can lose if you are not careful about what you do. And when you end up you day with a global productivity of ~30% you know you screwed up somewhere !
Whenever I want to be 100% into a task, I put my headset on. This has become some sort of habit, and cuts me from the outside world. This effect is some kind of a pavlovian conditioning. Listening to repetitive music (trance, drums and bass, . . .) helps me stay into the flow.
Versioning : daily branches
I usually use as much branches as I can in my daily developments. Those branches are fully temporary, and it happens that a branch stays alive for only one commit. :)
The thing I like is that I can make my branches and commits match the objectives I set in my Pomodoro bursts. And this synchronization is just awesome; as any commit is just like a crossed line in my TODO list.
In order to keep this as light as possible, I use git on top of SVN (the version control we use in Spacemetric.).
In my last post, I explained why I hate Stack Overflow, so I won't explain it again. Let's just say that I try to avoid searching for answers in there.
The best way I found to avoid Stack Overflow posts is to use DuckDuckGo. The reason is that SO posts are usually less present than in Google.
In addition, DuckDuckGo is literally a command line for the web, and I can usually access the documentation search for using shortcuts and without even having to touch my mouse :). How efficient is that !
Lastly, the best way I found to stay focused is usually to stay away from my browser. Any web search can turn into a 5 minutes break in my mailbox, or worst. . .
A way I found to reduce the number of searches I perform is to log them. Let's say I want to find a way to serialize an Object in Java. The first time I perform this search, I put a new entry in my FreeMind map. Next time I have to do it, I'll look at my map first before opening my browser.
The nice thing is that FreeMind is designed to help you save time.
In summary, this set of tools highly help my mind stay focused. By setting a list of objectives in advance, and having a timer to refer to I relieve my brain from having to think about anything else but the task I intend to do.And each of those tools tackles of different issue from fine to low granularity :
Pomodoro, versioning and GTD help me to always know what I am doing.
stayfocusd prevents me from switching to youtube of blogs during breaks (especially after lunch).
The music offers an environment to my brain that. Now whenever I hear this kind of songs, I feel like putting my hands on the keyboard !
Finally, RescueTime is sort of an evaluation. A good way to know how well I performed the last week (and optionally to feel bad about it). Each week becomes a new challenge where I want to do better than the week before.
I usually finish the week with an average 70% productivity, which I am moderately happy about. The major issue I have is that trying to stay as focused as possible is really exhausting. When coming back home, I feel psychologically tired of the day and I want to breathe out; usually by watching a movie or gaming an hour or two. I feel like I need those hours ; but as a consequence I end up not sleeping enough and it is harder and harder to stay focused the day after.So, problem not fully solved yet!
I'd love to hear about the tools you use to stay focused. Especially how you force yourself into having enough sleep. I must say this is the part is still struggle with :).