Collections of Programmable Web APIs

ProgrammableWeb, this website features a very long list of Web APIs that you can use for your applications. I personally was impress by the compiled list. Ranging from popular names like paypal, amazon and blogger to lesser known names like (at least to me!) voo2do, wsrelator, findory and JotSpot, totalling 125 Web Services listed there.

The list can be useful for those out there who are building web services or planning to use one, as it can provide you with resources and references on implementing your own services.

Setting up KDE 3.5 for Yast in SUSE 10.0

To complement my previous post about configuring Ubuntu Breezy for KDE 3.5, now I present a way to configure SUSE’s YaST repository for KDE 3.5.

From the SUSE desktop, open YaST. In KDE, it is located under K Menu -> System -> YaST. Select Installation Source.

Add
Protocol: HTTP
Server: ftp.gwdg.de
Repo:
pub/linux/suse/ftp.suse.com/suse/i386/supplementary/KDE/
update_for_10.0/yast-source/

And, you are done, you can upgrade to KDE 3.5 after that. Please refer to Adding Package Repositories to YaST, if you still don’t know how to add them.

Watch DVDs in Ubuntu Breezy

If you had difficulty playing DVDs, then you might need libdvdcss2, a library that enable you to watch DVDs in your Ubuntu GNU/Linux box.

Just download libdvdcss2_1.2.8-1unofficialubuntu3_i386.deb from
ftp://cipherfunk.org/pub/packages/ubuntu/pool/main/libd/libdvdcss/

and then execute this command in console :

$ sudo dpkg -i libdvdcss2_1.2.8-1unofficialubuntu3_i386.deb

You should be able to playback your DVD after that.

Warning : It might be illegal in some country to download and use this library, proceed with caution as you might break international law.

Begining Ubuntu Linux
This is the first book of its kind to cover the hottest new Linux distribution, and will teach you how to make the most of your Ubuntu desktop.

I’m here for Langkawi, not Kuala Lumpur!! Get your geography right!

While I’m on holiday in Pulau Langkawi, I’ve decided to take a cable car ride in gunung Mat Cincang, since I missed it the last time I went to Pulau Langkawi. They said that you can get a fine view of Langkawi from up there.

As I entered the Oriental Village, I was suprised by what I saw. What the heck with that signboard?

(Please scroll below for the picture)

I mean what the heck with Jalan Dang Wangi signboard (complete with postcode) doing in the middle of Pulau Langkawi? Am I in federal territory now? Is Malaysian govt is too ashamed to admit this tourist attraction is in Langkawi?

Who’s the wise guy that came out with this idea of putting misleading signboard anyway? For starters, this place doesn’t look like Jalan Dang Wangi in Kuala Lumpur at all! I don’t know about you, but if I’m a Langkawi resident, I’d surely be deeply insulted by now.

(The entrance that magically transports you to Jalan Dang Wangi, KL)

Before you argue with me that the signboard is cool, save it. It isn’t cool to a tourist. I know that first hand because I’m a tourist myself, it’s misleading and it shows that Langkawi does not deserve such place so that the management had to put a fake signboard to make people felt they are someplace else. What’s wrong by putting the right signboard? At least people will remember it in their *cough* *cough* photographs.

Langkawi is a nice place, shame that some people doesn’t want to label themselves as being Langkawians.

Holiday and Limited Updates

Sorry for the limited updates on my blog, actually I went for a holiday in Pulau Langkawi a couple of days ago, and I wasnt connected to the internet (that’s my idea of holiday). So there was no new post during that period.

The good news is, the weblog is back in pace now. Bet that you have already know about the blog’s new theme, I changed it because the previous one is too buggy to be usable. Ah yes, I’ve also changed the syndication feeds back to full now, to ensure the widest coverage of my updates.

p/s : I might post pics from my holiday at my website, so stay tune.

Installing KDE 3.5 on Ubuntu Breezy 5.10

KDE logoKDE 3.5 has been released on November 29, 2005. I bet that some people are trying to get their hands on the new desktop environment.

I’ve found a nice tutorial that helps Ubuntu Breezy 5.10 user install KDE 3.5 painlessly

OK, here it goes :

Login as root and run the following commands from the console

wget http://people.ubuntu.com/~jriddell/kubuntu-packages-jriddell-key.gpg
apt-key add kubuntu-packages-jriddell-key.gpg

Add the following lines to /etc/apt/sources.list

# Ubuntu 5.10 KDE 3.5 Repository
deb http://kubuntu.org/packages/kde35 breezy main

Run the following commands

apt-get update
apt-get dist-upgrade

I’ve copied this guide directly from : Madpenguin.org

Begining Ubuntu Linux
This is the first book of its kind to cover the hottest new Linux distribution, and will teach you how to make the most of your Ubuntu desktop.