Themes for Facebook

There are certain skins that you can install in the browser which would change the original look and feel of Facebook. You can find some dozens of them available in UserStyles. They are developed to be used with the Stylish addon for Firefox, however even if you’re using Chrome you can still install them as separate extensions by clicking on the “Install as User Script” button to the right of the pages.

Here’s a screenshot of the theme I use:

Moving back to Google Reader

I was having a bad time with Google Reader and moved to Good Noows as I mentioned previously. Good Noows is really good except for it being exceptionally slow. I tried to bear it like a husband with a mentally ill wife, but I have my limits.

So from now on I’m moving to Google Reader. Too bad Good Noows was not quite happy with the idea of a divorce. It doesn’t allow exporting feeds, so had to manually add many feeds to Reader.

But being the self-centred boy I am, I didn’t like to go to Google Reader’s feet and apologize. Instead I made Google Reader a different person by applying the Helvetica Reader theme, renamed all folders as I had them in Good Noows and hid the Unread Posts counts which were giving me headache.

So that’s it. I’m now trying to come to good terms with my previous wife.

To the girl who was staring at me today

So it was you who stared at me from the kandy train today at the Fort railway station?

Yeah, I’m that boy who was wearing earphones and looked like an alien. I was standing in the platform while you were continuously staring at me from the train. You certainly couldn’t forget that, right?

Well, yeah, what I wanted to say is that you were really beautiful and looked like that certain actress in TV whose name I cannot remember. She was the girl in that ad “Thei hadanawa, thei bedanawa rosa … rosa.. “. Yeah, that girl. Though you may not have noticed I was looking at you all the time too!

Soooo, I guess you take that train often and I’ll be there next week same time same place. And if you’re on that train don’t forget to sit in the same side as today.

Kthxbai! :)

ezLinkPreview makes browsing in Google Chrome damn easy

This wonderful Chrome extension has made my life quite easy, especially because I browse a lot of news sites. Hover on a link while pressing Alt and the link’s target page opens up in a popup. No more messing with the tabs. The popups are easily expandable and movable.

This comes especially handy when you’re in  a news site and have to open new tabs for each news item you want to read.

Download link

Here’s a screenshot to give you an idea:

Solving the music library not refreshing problem in Nokia E63

I recently bought this new Micro SD card for my Nokia E63 and added some dozens of songs into it. Unfortunately the in-built music library won’t recognize the new music. A message appears saying it’s refreshing the library but it doesn’t refresh even after hours.

Later found that this had to do with some compatibility problem in the IDs of the MP3s. After a lot of searching I stumbled upon this post, however the command in there did not work so came up with the following after a bit of modification.

Get the terminal and enter the following command: (Yes, you need a linux system like Ubuntu. Which sane person uses Windows these days?)

find /path/to/music/collection/ -name '*.mp3' -exec mid3v2 
--delete-frames=POPM '{}' ;

(The above command should be a single line)

Copy the  music files to the phone. Also delete the following two files which holds the details of the music library:

  • Private/101FFC31/mpxv1.mpd
  • Private/101ffca9/harvesterdb.dat

That’s it. When you start the music player it should automatically add the new music to the library without any problem. Currently I have more than 700 songs with no issue.

50 books in a year

Perhaps I’ve never finished anything I determined to do. But then, a successful man has more beginnings than endings, right?

So I joined the 50 Books a Year group in goodreads today and made a resolution to finish 50 books within a year, that is, by 13th August, 2011. That means about four books a month.

And brave thameera is going to face that challenge! Wish me good luck! :)

Swapping the memory card

Bought a new 4GB microSD card to replace the 1GB card that originally came with my phone (Nokia E63). I was scared at the thought of reinstalling everything in the new card from the beginning. However I copied everything in my old card to the new one (via my PC) just to check. And you know what! It worked! Each and every app and setting remains as they were in the old card!

Syncing files with Unison in Ubuntu

I have this music collection in my local hard drive which I wanted to sync with a folder in my portable HDD. What I wanted was to sync any changes done in any of them to the other with just one click. And came across Unison.

It’s available in the repositories and once installed all you have to do is to give the two folders for it to start syncing. However it seemed that most of my folders won’t sync. An error appears saying “Failed to set permissions blah blah”

Then came up with a simple solution in the Ubuntu forums. All you have to do is to add an entry called ‘perms=0′ in the Unison’s profile preferences file. It’ll bypass the frustrating permissions. This file can be found under ~/.unison directory. For my case it was ~/.unison/default. prf

Simply open up that file, enter a new line saying “perms=0″ (w/o quotes) and save the file.  Works like magic :)

Hambantota harbor: an essay

Today I went to see the hambantota harbor with my mommy, daddy and sister.

There were lot of people. Everybody had come to see the harbor.

The harbor was big. It was beautiful. It was very very nice place. There were lot of people working. They said they’ll put water in the harbor soon.

Then ships will come. There’ll be lots of brave sailors. And pirates too! Isn’t that cool? I’ll get into a ship and sail to some far away island!

I love the harbor. Harbor loves me too.

Cool improvement for Nautilus thumbnails

Saw this trick in OMG! Ubuntu today. You can check out the original article here.

All you have to do is enter the following three commands in a terminal.

  • wget http://a.imageshack.us/img135/8666/thumbnailframe.png
  • sudo mv thumbnailframe.png /usr/share/pixmaps/nautilus/thumbnail_frame.png
  • killall nautilus

And check out the improved look in nautilus thumbnails. What this actually does is changing the default border in the thumbnails to a more 3D looking one.