« May 2004 | Main | November 2004 »
June 15, 2004
The Objectivism Research CD-ROM
I recieved today my copy of The Objectivism Research CD-ROM!! Finally I get to read the remaining works of Ayn Rand, those which I could never before get my hands on. Especially looking forward to read "Capitalism: The Unknown Ideal" and "Introduction to Objectivist Epistemology". I'm going to truly enjoy the rest of my vacations!!
Here's to Ayn Rand, for the person she was and for the invaluable gift she left behind for all of us, Objectivism!
"I swear by my life and my love of it that I will never live for the sake of another man, nor ask another man to live for mine." - Ayn Rand
Posted by dpillay at 10:20 PM | Comments (4)
June 09, 2004
N-queens Solution
Heard about the 8-queens problem? I think most CS guys are familiar with it. I was generally trying to brush up with my C++, so I thought I'd try to generate the solutions to the 8-queens problem (there are 92 of them). Then I thought if I'm going for a solver might as well make it a generic one and so I wrote the following code to solve n-queens for any given n.
The source code can be found here : Windows & Linux
If you want some R&D, that is the ones in which I tried to find all possible permutations (which resulted in duplicates), then those can be found here: Windows & Linux. These programs are much slower than the previous one's.
Have fun with the code!!!
Posted by dpillay at 11:46 PM | Comments (0)
June 05, 2004
Gentoo Linux
Just installed Gentoo Linux on my machine a few days back. So now, I have a dual boot of Windows XP Professional and Gentoo. I was earlier using Red Hat 9.0, but I got really bored of it and hence decided to go for Gentoo.
Their installation uses the Knoppix concept of LiveCD and is pretty cool. I wrote a script which can help newbie users install Gentoo using the Stage 3 tarball. The script can be found here. This particular version of the script is not tested, I used a more machine specific script for myself. Once I installed Gentoo and updated the system, I converted the script to it's present form, hence it may contain errors. If you find any, please inform me about it.
Gentoo's package management system "Portage" simply rocks!! All in all, since I'm still in a R&D sort of a phase with GNU/Linux, I have to say that Gentoo has been a lot of fun to work with and learn.
Posted by dpillay at 04:45 PM | Comments (0)
June 01, 2004
Off to Bangalore!!
Well, today turned out to be a very good day indeed. I was greeted early in the morning with the news that I had got into the Centre for Development of Advanced Computing (C-DAC), Bangalore. It's a one year Full-Time Post Graduation Diploma in Software Technology (FPGDST). The course starts in the second week of August!!
Here's to Bangalore and a challenging year ahead!
Posted by dpillay at 09:27 PM | Comments (1)