"A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects." (Robert A. Heinlein)

Friday, 26 March 2010

Test drive: Ubuntu 10.4 (Beta) Netbook Live on EEEPC 900

After so much earing about the latest Ubuntu release I decided to give it at least a quick look. I don't like installing beta versions, if I can avoid it, fortunately now-days live versions and USB disks give us the capability to operate a extensive test on a new operating system without the need of a full installation.

Disk preparation

Preparing the boot disk disk couldn't be simpler: I downloaded Ubuntu ISO image from here (I used Bittorrent as usual). Then Ubuntu's startup disk creator made a bootable SD card in matter of minutes.

Tuesday, 23 March 2010

10 000 Thanks

I just realized that my counter reached 10000 hits. Not a lot to say about it but thanks to everyone!

Thursday, 18 March 2010

Again mobile development: Python S60

Java ME is not the only language available for S60 Symbian phone developing. I never tried Python development before because I've never seen advantages in learning a new language when I could do almost anything with the ones I already knew. Things are quite different in mobile development since Python makes, at least initially, to start developing simpler than Java ME.

Friday, 19 February 2010

Mobile development with the EEEPC: J2ME

If you wonder why I've been recently dusting off Netbeans on the EEEPC it's mainly because I decided to start experimenting a little with mobile programming on the Nokia 5800 XM. I've had experimented before with mobile programming but this is my first tentative with an “all Linux” solution.

Installation

To enable Netbeans to J2ME mobile development I had, at first, to download and install the mobility plug-in. From the plug-in management window …

Tuesday, 16 February 2010

Netbeans 6.8 on the EEEPC

I recently updated Netbeans, installed on the EEEPC 900, to the latest released version. I first downloaded it from Netbeans download page. I usually prefer to download the base version, since I don't know preventively what I'm going to experiment and which plug-ins I'm going to need.
Installing Netbeans has been so only matter of executing the downloaded file


chmod +x netbeans-6.8-ml-javase-linux.sh
sudo ./netbeans-6.8-ml-javase-linux.sh
the installation then started and, after agreeing with the usual license, I selected the installation path and the SDK to be used.