02-Feb-2005

On 1st February I joined a new company, Data Armor. With the new job, I also became one of the many Delhi commuters (someone who travels regularly from home in a suburb to work) . At my first job, I was lucky enough to have my office located at a fifteen minutes drive from my home. The traffic on that part was pretty light. However, the new office is at least forty five minutes drive, and that too through the very heavy traffic. I start out early in the morning and thus (have been able to escape) traffic snarls in the morning. However, the journey back is quite another story. I have to snake my way through bicycles, scooters, bikes and fast moving buses. :-(

On the positive side, I am working as a programmer right now, which is a very important change from my previous job as a programmer/sysadmin/team leader/support guy. I have always liked programming and got sucked into sysadmin-ing since I worked on Linux and knew a bit about networking. However, I do not really grudge being a sysadmin. It provided a bit of extra butter on my bread (through freelancing jobs) and bought me in tune with quite a few interesting people.

I think the problem right now is to chalk up a routine which balances my job+commute time+reading and learning time+ time for my efforts in the linux and php community.

Defined tags for this entry:

Open source or Free software

In his essay describing why people should use the term "open source" instead of "free software", ESR says that the term "free software" is ambiguous. Specifically, the term Free Software can be interpreted as "Software you can get for zero price". Unluckily, this is a bug in the English language itself. In Hindi, we have the words "Mukt" or "azad" which accurately describes the spirit of the Free Software.

At first glance, "Open Source" seems to have overcome this problem. However, this term too is open to being misinterpreted. Most people believe that "Open source" means that you have access to the source code. For example, Sun has made the source code Java available for download. Does it make it Open Source ? No, it does not. To be identified as Free or Open source, a software should grant its users the freedom to can read, redistribute, and modify the source code without any discrimination against persons or groups. The type of license that Sun provides is "look but don't touch".

Robert Scoble shows another mis-interpretation of the term "open source". In his blog post he says:

Open source has become a metaphor for things done in public view with public input. Actually, [Microsoft is] a leader here. Check out Channel 9. It's the first step along the road to open source marketing.

What he describes will make the project transparent, but not open source.

Though the term "Free Software" is ambiguous, it is still better than Open Source. At least

I can say "free software", and by free I mean Mukt
I prefer the term Free Software over Open source

Defined tags for this entry: ,

strange coding practises

Fair warning to all, heavy geek joke ahead. While reading the comp.lang.php Usenet group, I came across this exchange

ctrl+alt+delete writes: I am interested in learning PHP programming and am wondering what IDE people use to work on their projects.

Chung Leong replies to ctrl+alt+delete: I don't use an IDE at all. For my PHP projects, I get assistance from my teacher, Ms Anne Sullivan. All my coding is done by rubbing her palm and touching her elbow.

R. Rajesh Jeba Anbiah clarifies Chung Leong's answer : Chung's doctrines are sometimes too global and sometimes too local to grasp.

Defined tags for this entry:

Small courtesies

Small courtesies shown to others do add to to make big positive karma for you. And by small courtesies, I really mean the small things - like a thank you note sent to the developer who worked till midnight on debugging your site to make the Java script work on the fucked up Internet Explorer on Mac. Note to self - send thank you notes to people whose articles I find useful.
Defined tags for this entry:


Presentation for developers

Yesterday, I had to give an introduction to the LAMP stack to a group of trainees. My energy was mostly focused on the MySQL and PHP part. I had gone to the workshop with some source code examples and no slides. I am convinced that this is the best way to present talks to a group of developers i.e. using a white board and source code. Though I will not say that the trainees were hanging on to my every word, they asked question and I did not see anyone fall off to sleep :-) . I introduced them to DBDesigener, phpmyadmin, and Adodb.

It also helped that I used these tools in most of the work I do and knew them quite well. I was able to show them how they will be using them in Real Life.

Defined tags for this entry: , ,

Advanced PHP Programming impressions

Got myself "Advanced PHP Programming" by Schlossnagle. I started reading it last night, (currently on chapter 3 - "Error Handling"). Excellent book, with clear and good examples. The examples are culled from real life. In chapter 2 (Object Oriented Programming through Design Patterns), he explains how Design Patterns can be applied when making websites. It was one of those "aha!" moments. This is a book I have been looking forward to lay my hands on for a long time.

One complaint though (with the Pearsons's Low Price Edition of this book) is the pathetic quality of figures. It looks like the pages have been photocopied from their original color print.

Defined tags for this entry:

Page 55 of 62, totaling 430 entries