Category Archives: tech
[tech] Setting Up a Ubuntu Development Machine
Now that you have that shiny Ubuntu Linux machine… turn that into a development workstation!
[tech] Lessons from building a client-server iphone app
update : Feb 2010 : V3 of this talk at SF Ruby Meetup
Update : Update : Sept 2009 : V2 of the talk
This is a similar to the above talk, but oriented towards rails programmers; Given at Silicon Valley Ruby Meetup.
This is a talk I have gave at IphoneDevCamp2009 in Aug 1, 2009.
[tech] MYSQL master/slave support in QCodo
[tech] Ubuntu 8.10 on Lenovo T61 laptop – Almost!
[tech] GPS co-ordinate resolutions
Here is a typical GPS co-ordinate
san francisco,ca (lat : 37.775196, long : -122.419204)
Ever wonder how much distance each digit represents? Here is a breakdown.
[tech] Geocode data for US Zips and Cities
I have someĀ geocode data (GPS co-ordinates) for US Zips or Cities.
[tech] Setting default browser for Thunderbird in Kubuntu
Thunderbird is a great mail application, but this problem nagged me enough to warrant a post!
I run Kubuntu – KDE based flavor of Ubuntu. Thunderbird is a GNOME application and doesn’t seem to take the default BROWSER values set in KDE control panel or in my BASH profile (BROWSER=/usr/bin/firefox). I tried this – http://www.knoppix.net/forum/viewtopic.php?t=20315 – but no luck
Here is one way of fixing it:
1) Install gnome-control-center
sudo apt-get install gnome-control-center
or do it through Adept Manager UI.
this will install a bunch of Gnome libraries, that is okay
2) Once the install is done, launch ‘gnome-control-center‘ and goto Preferred Applications. Select FIREFOX as browser and choose ‘Open in Tab’
[tech] Sansa Playlist Creator for Linux
Here is a bash script I came up with to create playlists on Sansa music player, on Linux
[tech] Using Xmlbeans to process Epcis events
This article walks through examples of processing Epcis XML events in Java, using Xmlbeans library.
