{ Category Archives }
Productivity
Set Your Alarm for Bedtime
8 Tips for Making a Family Holiday Video that Doesn’t Suck
Save Driving Time - Avoid Left Turns
Interested in cutting down on your driving time? It’s easy. Avoid left turns. At least that’s what UPS is doing.

according to Heather Robinson, a U.P.S. spokeswoman, the software helped the company shave 28.5 million miles off its delivery routes, which has resulted in savings of roughly three million gallons of gas and has reduced CO2 emissions by 31,000 metric tons. So what can Brown do for you? We can’t speak to how good or bad they are in the parcel-delivery world, but they won’t be clogging up the left-hand lane while they do their business.
Technorati Tags: economics, environment, software development
Boost Your Willpower by Exercising your Mental Muscle
All of us have struggled to maintain self-control. Whether it is to have that last drink at a party, or a a cookie before dinner. An interesting article today in the New York times seems to suggest that self-control is a form of mental muscle that can improve with training.
Studies now show that self-control is a limited resource that may be strengthened by the foods we eat. Laughter and conjuring up powerful memories may also help boost a person’s self-control. And, some research suggests, we can improve self-control through practice, testing ourselves on small tasks in order to strengthen our willpower for bigger challenges.
In order to improve our self-control, the authors suggest working on smaller easily attainable goals. Obtaining small success will help improve your will-power making more difficult goals easier.
Technorati Tags: Lifehack, psychology, self-help, productivity
Easily Import Song Ratings to iTunes
Updated
A few years ago I was given an iPod. Like many, I loaded all of my songs into iTunes and used it as my primary music player. At some point iTunes stopped working and nothing I did would get it working again.
At that point, I switched to an alternate music player, JRiver’s MediaCenter. While this software served my purpose, I recently had a need to move back to iTunes. The only challenge for me was how to move my song ratings into iTunes. No big deal you say? Well, for me, song ratings are the key to all of my playlists (a subject of another post). If I had to start from scratch, rating my 5000+ song library, I would be working straight through the new year.
My initial thought was to do it with some software. However, thinking about it some more, I came away with a better solution - playlists.
The idea I have is to create playlists based on song ratings inside of MediaCenter. These are “Smart Lists”
that automatically update as songs are rated. MediaCenter allows you to export these playlists into various formats. One of them M3U is supported by iTunes. Here is what I did:
- Imported all of my songs into iTunes. This took some time.
- Created the following playlists in JRiver MediaCenter
- 1 Star
- 2 Star
- 3 Star
- 4 Star
- Exported each playlists as an M3U file
- Start iTunes
- Select File->Import and open the playlists you just saved. When you do, iTunes will
import the playlist and display it under the iTunes playlists. - Click the newly created playlist
- Highlight all of the songs in the playlist
- Right mouse click over the songs and rate them
- Repeat the import process for each of your playlists
Since iTunes can import M3U files, migrating your song ratings will work with any other player that also support M3U playlists. Most do.
There are a couple of caveats to this tutorial which are rooted in the M3U file format. The M3U file stores both the filename and the path to the file. There are two (at least) potential problems.
- If you want to move from Windows to OSX
- If your music file locations have changed
If you have either of these problems then a little Script-Fu should do the trick. It wouldn’t be too hard to write a quick parser in Perl/Python/Ruby which changes the path and filename to the new locations.
Technorati Tags: iTunes, iPod, Productivity, Tips
Easy way to track time spent on projects
I’ve used a few different project management programs, my current favorite is Basecamp. However, Basecamp wants to treat everything as a project and gets in your way if you want to track time spent on tasks that are not bound to a specific project. 
Today, for example, I need to track some time spent on a one-off task for a client. It’s pretty close-ended, I’ll do the work, send the hours spent to accounting and I’m done. Creating a Basecamp project for this would be overkill.
As a software nerd, the thought of just using a stop watch seems sacrilegious so I opted to search for an appropriate piece of software that would allow me to time unbounded tasks.
Enter SlimTimer. SlimTimer is a web application which allows you to quickly create time bounded tasks. Sign-up is quick and (as near as I can tell) free.
Once you create an account, you can begin creating tasks in a tiny (think Slim) pop-up window. When tasks are activated, a timer starts. Close the window, the timer stops. So far this seems to do exactly what I need.
If that was all the application could do then all I did was find a web 2.0 stop watch. The really cool thing is the reporting. SlimTimer allows you to generate invoices, timesheets or more generic reports showing the time spent on a series of tasks.
You can then take these reports, and print them or export them to CSV, handy if you need to send this to someone else.
If you need a quick way to time tasks, give SlimTimer a test drive.
Technorati Tags: productivity, project management, web2.0
Organize your bookmarks efficiently with tags
In the stone age of PCs (circa. 2001), files were organized by filename and a hierarchy of file folders. If you wanted to retrieve a file, you needed to remember the filename and where you placed it. If you’ve ever tried to find something over a month old you quickly came to realize what an inefficient method of storage this is. In this post, I’ll discuss tagging, a fairly new method of organizing your data, and explore how to use your tags in an effective manner.
Continue Reading »
Simple command checks for secret Internet connections.
Has you PC been turned into a zombie? One way to find out is to log your internet connections to see what activity has occurred.
There are a number of tools available to do this, however, Windows comes with a free command line utility which is described here. The program, netstat, displays active network connections into and out of your box. To turn it into a network logger, follow the steps below.
Make sure, if you are running this that you close any known network applications like Firefox or your favorite web browser. Otherwise your log could fill with unwanted information.
- Open a command prompt, click Start->Run and type
cmd.exe
- type
netstat -b 2 > netlog.txt - Let this run overnight then open the log file in notepad.
The command line option -b tells netstat to display the name of the programs initiating the network connection. The number tells netstat to dump to the log every 2 seconds.
What you will see in the netlog.txt is a list of all network connections with the name of the program making those connections in brackets []. If you see something you don’t recognize, you can use a website like File.net to identify it and see if it is a virus or malware program.
Technorati Tags: windows, productivity, tips
Google Tip - A dictionary as close as your browser search bar
While writing, I am often looking for the best word to use. Rather than checking dictionary websites or dare I say, break out a paper dictionary, I turn to Google.
The define keyword allows you to check Google for the definition of a word. To use it, simply type define:wordname and click Google Search. You are then presented with definitions from various internet sources.

So, the next time you are at a loss for words, fire up Google. It’s better than your English teacher.
Technorati Tags: Google, Search, Productivity, Tips
