Posts

Showing posts from April, 2008

Synching the open source release schedule

Introduction Both Mark Shuttleworth and myself have discussed this idea before. Because Mark brought it up again in a recent interview, I feel compelled to developer this idea further. The main concept is that Linux distributions, and open source in general, have a lot to gain by synchronizing their release schedules. Positive impact on the image of open source Can you imagine the news articles that would be written if Ubuntu, Fedora, and OpenSuse all released a new version on the same day? Every six months, the world would see that open source has successfully delivered a new version on schedule. Mark Shuttleworth made a great point when he stated : "We know when the next LTS will be probably with better confidence than we know when Windows 7 will ship. I would take that bet." Once the distro releases become synchronized, it would create a huge incentive for upstream projects to synchronize on the same schedule. Currently, we have upstream releases happening all over th

Win the desktop, and you will win the server

Or, "Why Red Hat is pursuing the wrong business strategy" Red Hat has recently announced that they have "No plans for a traditional consumer desktop" . Let me explain why I think Red Hat needs to change their business strategy. First, a short history lesson. Before the arrival of Windows NT Server, Novell Netware claimed 90% of the market for PC based servers. However, Netware made a near fatal mistake when they did not provide a GUI interface soon enough. This comes from the same Wikipedia page linked above: While the design of NetWare 3.x and later involved a DOS partition to load NetWare server files, this feature became a liability as new users preferred the Windows graphical interface to learning DOS commands necessary to build and control a NetWare server. So server administrators became familiar with Windows 95 on their desktop, and they naturally preferred Windows NT 4.0 which included the same interface. Challenged by Ubuntu Red Hat is in a similar p

Most embarrasing meme ever...

What if this was your response to the command history meme? $ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn 2184 dir 1631 copy 560 edit 486 type 430 makedir 343 move 281 ipconfig 273 deltree 201 erase 164 format And how come we never see a meme like this? cat /etc/passwd;sudo cat /etc/shadow;netstat -plunt;ifconfig;sudo iptables -L Note: Please do not post funny memes if they have destructive commands. The meme above will display private information about your system that should never be posted online.

Why do people make software for free?

When I first tell people about open source software, one of the most common questions I get is this: "I just don't understand why people would create software if they don't get paid for it! How does that work?" This question makes sense, because we all know that people need to make money to provide for their families. And every good capitalist knows that the profit incentive is what drives people to create and innovate. This is true for many industries, but it does not explain why open source software is created. Here is how I answer this question: The birth of an open source project Most open source software projects were created by a programmer who needed a piece of software to accomplish a certain task. Rather than purchasing a commercial software product (assuming that one existed), this programmer decided to create the software from scratch. This programmer might have been paid by their employer to create the software, or the work might have been done on pe