Virtually the best blog on the web!
Posts tagged Open Source
Is TLDP dying?
Aug 26th
TLDP, if you don’t know already is The Linux Documentation Project. It’s one of my favourite OpenSource projects, as I grew up with it. In the dark ages, when we had to muddle with XF86Config to get X working, TLDP had some cool HOWTOs to help newbies. I fondly remember the days when I scrolled through the HOWTOs in Lynx. I have learnt a lot by reading the HOWTO/Guides, and it compelled me to contribute a HOWTO for NCURSES.
Ok, back to the topic. Recently, there was a discussion about the lack of author response, and outdated HOWTOs on the TLDP discuss mailing list. As always, somebody proposed to setup a Wiki to correct all the problems, and had the audacity to say tldp might be dying. Natually, this started a flame war with others pointing out that this has been discussed at lenght many times, and it’s tough to find solutions. I have contributed my share of the flames
and posted a summary of the Wiki war. Stein Gjoen also did a review of Wiki, and concluded that Wiki is not yet ready for TLDP.
In my opinion, TLDP is a great resource, and even though some HOWTOs are painfully out-dated, there is still a lot of documentation that is of high-quality and well-maintained. Having a Wiki might help to bring a few HOWTOs back from dead as mentioned on the discussion list, but it won’t be a replacement for current state of affairs.
GPL vs CDDL – what’s the real story?
Jul 7th
There seems to be a lot of confusion and FUD surrounded around Sun’s CDDL. Ulrich Drepper of Redhat (glibc maintainer) equated Open Solaris to a trap. There are rebuttals and explanations.
There are two prevalent themes from these opposing camps. CDDL proponents say it’s not the CDDL that won’t play with GPL, it’s GPL that won’t play with CDDL and GPL proponents are saying it’s incompatible with GPL, end of story. So, what’s wrong with CDDL? or more importantly what can we gain from it? Here are my observations
- The CDDL, ofcourse, is incompatible with GPL. What that means is that you cannot rip-off Open Solaris code and put it in Linux kernel. This is due to GPL’s restriction (the infamous viral nature of GPL).
- On the other side, CDDL code can be combined with other non-GPL licenses (for example BSD license). This is because CDDL is file-based. So, you can have part of your code licensed under CDDL and have other files licensed under another license. You can even have the other files as proprietary. That’s exactly what Sun wanted as they want to keep some code (like zfs) proprietary. Note that the modifications you do to files licensed under CDDL have to be open sourced.
- The IP protection from CDDL is interesting. Some discussion about this on TechTarget. I am not sure how useful this is, but it adds an interesting twist though.
- But, why should we use GPL? Various reasons are discussed in detail by David Wheeler. The cautionary tale of XFree86 is a must read.
- Meanwhile, people are worried about the proliferation of OSI licenses. CA is trying for a single template license, but this has its own problems.
In my opinion, Sun got what it wanted with CDDL. They cleverly prevented the rip-off of Solaris code, but the CDDL is not going to help in bringing open source community to Open Solaris.