Free your mind — write some free software

Free your mind — write some free software


Back when I got my first computer (a TRS-80 “Color Computer” with a whopping 32 kilobytes of RAM and Microsoft’s “MS-BASIC” in ROM), programming was something that computer users took for granted they’d have to do. That’s what you got a computer for! But something dark and sinister happened after that: a great divide opened up between the ‘developer’ lords and the ‘user’ serfs.

Fortunately, free software has liberated us from this digital feudalism, and revived a new middle class of ‘user-developers’.

If you really want to know what’s so cool about free software, you need to participate. It’s never been easier—there are, as has been famously noted, no silver bullets to ease software development, but many incremental improvements in programming languages for ‘scripting’ and ‘middleware’ have been made—these languages can make programming a real joy. And I think you will find it a liberating experience.

I’m a do-it-yourselfer from a family of do-it-yourselfers, so it’s possible that my perspective is unusual. But the reality is that things are often not so difficult as professionals—who have a vested interest in keeping you dependent—will make you think. Oh, sure, there are jobs I’m not going to do for myself, because I know a pro will do a better job; or because I don’t want to spend the time on it; or because I really don’t care that much about the particulars.

Sometimes the motivation for doing things yourself is saving money—either in the short term, because I don’t have to pay a pro to do the job, or in the long run—because knowing your equipment well saves time and money (the latter is why I always build my own computers). Sometimes it’s getting more exactly what you want. Sometimes it’s just the joy of doing it yourself.

Honestly, how hard can it be? Another human being figured out how to do it, so should you be able to, too. There’s a wonderful liberating feeling in just breaking out your tools and going to work on a problem instead of having to depend on someone else to do it for you.

In the digital world, that’s what being able to program provides for you. And whereas learning to do that on your own is a lonely and often daunting process, learning to do it in collaboration—under the friendly, free-exchange culture that free software licenses allow—is downright fun.

The perfect language

There isn’t one.

But there are a lot of nice options. Now I could try to sell you on my personal favorite, which is Python, but that’s missing the point. The point is that programming has gotten easier. Much easier.

When I started out, personal computer programs were often written in BASIC, and certainly BASIC was what you typically started with as a do-it-yourself programmer.

Anybody with any coding experience at all, though, can tell you that BASIC is a terrible programming language. Yes, in one sense it is very ‘basic’ in that there are few statements and expressions to learn, and the program flow control is pretty simple. But that’s precisely the problem: the lack of sophisticated program flow concepts like ‘functions’ and ‘procedures’ and of data abstraction concepts like ‘structures’ (let alone ‘objects’) makes anything more than short scripts impossible to figure out.

Nevertheless, I did quite a lot with BASIC back in my youth. And then I graduated to Fortran when I went to college. I was an engineering and science student, so I didn’t have to worry about all those pesky software guys complaining about the poor design of the Fortran language, we just went to town. I had a lot of fun writing a data-reduction tool for the McDonald Observatory Planet Search program (MOPS, although they hadn’t actually coined that name until a while after I left).

Still, it really is a poorly-designed language. Other languages like Lisp and Pascal and C brought different insights into computer science, along with the acid test of production development (which, for example favored C, but killed Pascal). Then came the ‘object-oriented’ craze with Smalltalk and Java and C++. Then there was the devil-may-care attitude of the Perl scripters who called their language the “duct tape of the internet” and themselves “perl-mongers”. They didn’t invent ‘regular expressions’, but they made them sing.

Now it’s well-known that all of these languages, movements, and styles promised sweeping improvements in productivity and revolutionary new powers of expression. It’s also well-known that they all failed to deliver on those wild promises.

What is less well appreciated is that they all succeeded in advancing the state of the art, and while the revolution never came, evolution happened. Life is what happens while you’re making plans. And programming got easier, more powerful, more ready-made.

A modern language, like Ruby, or my favorite Python, makes life easy. There are huge libraries that can dice the potatoes, crack the eggs, and heat up the saucepan—so that actually making the omelets has become embarrassingly easy. You owe it to yourself to learn one of these easy languages, even if you don’t plan to ever program professionally.

‘Knowledge architects’?, oh come on!

Back when I started programming, people who wrote programs were called ‘programmers’. There were no ‘coders’, ‘computing consultants’, ‘software engineers’, or ‘database application programmers’, or ‘knowledge architects’ (or at least I was blissfully ignorant of such pretentious titles).

I’m not saying that code didn’t get written, database applications programmed, or software engineered. I’m just saying that people weren’t so hyper-specialized, nor was there so much professional mystique built around the processes of software development. What we have seen is the professionalization of the field—the erection of guilds with coded passwords and shibboleths to keep out the unbelievers.

Or as Thornten Wilder put it, “Wherever you come near the human race there’s layers and layers of nonsense”*. The realities of programming for pay in a proprietary software development world make it necessary as a matter of career-maintenance to overcomplicate, overspecialize, and obfuscate the practice of writing software. The reason that world has produced so few truly easy and expressive programming languages is because its language developers have a fundamental vested interest in not succeeding at doing so.

Fortunately, the dynamics of the free software world are different: here, there’s always a need for more developers and for users to become developers. The fastest way to ingratiate yourself with free developers is to stop being a dependent and “submit a patch”. That’s why the most amazing and powerful programming languages have come from free software: Perl, Python, Ruby, and Scheme were all born and raised here.

Or you can make a whole lot of friends among users and developers alike by finding a simple problem and solving it simply: typically by using one of these late-generation scripting languages.

Getting paid is good, but free communication is better

Of course, it’s a nice thing to get paid to write code. Selling licenses is one way to do that. But it carries a terrible price: you can’t share. That hurts producers much more than conventional wisdom would have you think. Because, as James Burke tried to point out in his landmark documentary, Connections, inventions do not spring fully formed in the minds of a few brilliant inventors. They come instead out of the mixture of ideas that occurs in a free environment where ordinarily clever people freely share their ideas.

That’s an old idea in academia, but it’s the basis of free software collaboration and development.

For the do-it-yourselfer, though, free software is more than just a good model for writing code, it’s often the only model that will work. An amateur or do-it-yourself developer can get code written using a free model because they can get help from other interested amateurs or from pros who are often willing to lend their expertise to a fun and useful project. Even if you don’t get donations of actual code, it’s usually trivial to get comments and suggestions. I’ve long since lost count of the number of road blocks that have been cleared for me by a throw-away comment on a programming newsgroup or mailing list. There are sharp minds out there, and working on free projects with just a bit of skill gives you the credibility to tap them.

People want to help you because they know they’ll be contributing to a public good. You can surf that goodwill, and it’s really quite a rush!

So pick up a copy of a programming book or a free online tutorial. Learn to love text terminals and editors. Find your inner geek. Develop a little skill and see where it takes you—you just may find it an addictive thrill. Free software is fun to use—but it’s even more fun to write!

Category: 

Comments

Terry Hancock's picture

My blog entries at Free Software Magazine may be reprinted with this notice:
Copyright (C)2004-2006 Terry Hancock / License CC-By-SA 2.5+
http://creativecommons.org/licenses/by-sa/2.5
Originally at http://www.FreeSoftwareMagazine.com

Anonymous visitor's picture
Submitted by Anonymous visitor (not verified) on

It's free as in freedom

Author information

Terry Hancock's picture

Biography

Terry Hancock is co-owner and technical officer of Anansi Spaceworks. Currently he is working on a free-culture animated series project about space development, called Lunatics as well helping out with the Morevna Project.

Most forwarded

Interview with Dave Mohyla, of DTIDATA

Dave Mohyla is the president and founder of dtidata.com, a hard drive recovery facility based in Tampa, Florida.

TM: Where are you based? What does your company do?
DTI Data recovery is based in South Pasadena, Florida which is a suburb of Tampa. We have been here for over 10 years. We operate a bio-metrically secured class 100 clean room where we perform hard drive recovery on all types of hard disks, from laptop hard drives to multi drive RAID systems.

Anybody up to writing good directory software?

Since the very beginning, directories (of any kind) have had a very central role in the internet. (I have recently grown fond of Free Web Directory. Even Slashdot can be considered a directory: a collection of great news and invaluable user-generated comments. As far as software is concerned, doing a quick search on Google about software directories will return the free (as in freedom) software directories like Savannah, SourceForge, Freshmeat and so on, followed by shareware and freeware sites such as FileBuzz, PCWin Download Center and All Freeware (great if you're looking for shareware and freeware, but definitely less comprehensive than their free-as-in-freedom counterparts).

Interview with Mark Shuttleworth

Mark Shuttleworth is the founder of Thawte, the first Certification Authority to sell public SSL certificates. After selling Thawte to Verisign, Mark moved on to training as an astronaut in Russia and visiting space. Once he got back he founded Ubuntu, the leading GNU/Linux distribution. He agreed on releasing a quick interview to Free Software Magazine.

Is better education the key to finding better software?

I read David Jonathon's article Anybody Up To Writing Good Directory Software? the other day, which got me thinking about software directories in general. As David mentioned, many of the software directories one finds when doing a quick google search are free as in beer, not as in freedom. But what interests me is the software directories that already exist, providing a combination of both free as in beer software, and open source software. Sites such as Freeware Downloads and Shareware Download don't advertise themselves as providing free as in liberty software, but each of them have a good selection of open source software available... if you know where to look.

Most emailed

Free Open Document label templates

If you’ve ever spent hours at work doing mailings, cursed your printer for printing outside the lines on your labels, or moaned “There has got to be a better way to do this,” here’s the solution you’ve been looking for. Working smarter, not harder! Worldlabel.com, a manufacture of labels offers Open Office / Libre Office labels templates for downloading in ODF format which will save you time, effort, and (if you want) make really cool-looking labels

Creating a user-centric site in Drupal

A little while ago, while talking in the #drupal mailing list, I showed my latest creation to one of the core developers there. His reaction was "Wow, I am always surprised what people use Drupal for". His surprise is somehow justified: I did create a site for a bunch of entertainers in Perth, a company set to use Drupal to take over the world with Entertainers.Biz.

Update: since writing this article, I have updated the system so that the whole booking process happens online. I will update the article accordingly!

So, why, why do people and companies develop free software?

More and more people are discovering free software. Many people only do so after weeks, or even months, of using it. I wonder, for example, how many Firefox users actually know how free Firefox really is—many of them realise that you can get it for free, but find it hard to believe that anybody can modify it and even redistribute it legally.

When the discovery is made, the first instinct is to ask: why do they do it? Programming is hard work. Even though most (if not all) programmers are driven by their higher-than-normal IQs and their amazing passion for solving problems, it’s still hard to understand why so many of them would donate so much of their time to creating something that they can’t really show off to anybody but their colleagues or geek friends.

Sure, anybody can buy laptops, and just program. No need to get a full-on lab or spend thousands of dollars in equipment. But... is that the full story?

Fun articles

Santa Claus - the most successful open source project

It dawned on me the other day, as I was shopping for the dozens of gifts it seems I have to buy every December, that Santa Claus is the most successful open source project in history. (Bridget @ Illiterarty would agree with that). Santa Claus is essentially a marketing development that is embodied by everyone who stuffs a sock, gives a gift, hosts a dinner or wishes Merry Christmas over the holiday season.

Most emailed

Editorial

When I first started thinking about Free Software Magazine, I was feeling enthusiastic about the dream. I had Dave, Gianluca, and Alan willing to help me, I had established members of the free software community willing to help me out, I had writers volunteering their time and energy for free, and I had a generous offer from OpenHosting for servers, all before I'd proved myself. There was a sense of excitement in the air, and I thought maybe, just maybe, I could make this work.

Free Software Magazine uses Apollo project management software and CRM for its everyday activities!