Our Beloved K&R.

If you look closely you'll notice that the favorites icon for Code Trials is a faded blue "C". This is taken from, the seminal book on programming, the first edition K&R, or more fully titled: The C Programming Language by Brian W. Kernighan and Dennis M. Ritchie.

Of all the books on programming I've read, this is by far and away the one that had the biggest impact on me. I programmed in "C" for a close to twenty years. I think "C" is a beautiful language. Sadly I have not written much "C" in the last ten years, and when I do I'm rusty.

After the dot.com crash, I wanted to switch to an interpreted language for web development and back in 2000 with so much experience in "C" the only real option for me was Perl. Perl is a fun language for sure and thanks to its incredible selection of libraries there is pretty much nothing you can't do in Perl.

However, Perl is not a beautiful language. Don't get me wrong, I like programming in Perl and have written some of my "best" code using it. But it does not have the beauty or elegance of "C". In the new year I will embark on the creation of a new platform that will permit Digital Cheetah to build 1000's more custom websites for a fraction of the development required with traditional systems. For this project I will not use "C", or Perl or Ruby or Java. I will use, what to me is rapidly becoming the perfect language, Python.

Over the coming weeks and months I will revisit why I love Python so much.

MartinsMagic.com

I have a passion for writing software. Solving problems by writing code keeps me up at night, and I live for the days when the code is flowing through my veins making sleep impossible. When I do have some downtime my hobby is collecting and performing Magic.

The software that my company, Digital Cheetah, uses was originally created to build my first Magic website: Martin's Magic. Since then, when I have had a few spare moments I have have worked on many other magic sites. There is nothing better to fuel your passion than to incorporate it into your hobby.

Of course if you want to sleep or spend time with your family it may not be the best idea and you should take up train spotting instead.

If you were building websites back in the late '90s you will probably remember how XML was cropping up everywhere. It was going to replace SQL and HTML and cure the common cold too. The vendors were promoting it as a panacea for all the evils of the web. As a result I became very disenchanted with the whole XML movement.

Over the last ten years the hype has subsided and thankfully XML has not taken over the world. However, it has emerged as a fine language for transmitting complex and arbitrary data structures between systems and over the web. It is well supported and most languages provide routines for its easy manipulation. I have just written a library that required importing and exporting complex data structures between websites and found it easy to do in XML. I saved a lot of time because I did not have to invent yet another encoding and I am able to reuse the code for my next project.

I for one will be making more use of XML in the future.

Computer Hacker

It continues to amaze me how many times a day hackers try to break into servers on the web. The majority are from China and Russia, but there are still plenty of others in the USA and Europe. If you install a brand new server on the internet I guarantee within 24 hours you'll start to be flooded with break-in attempts, no matter where you are in the world. Nothing seems to stop the flood of ssh, email, and web attacks.

What does surprise me is how poorly protected most default installs of linux are. One company I was chatting with recently decided to block all IP requests from China and Russia from day one. May not be in the spirit of the Internet, but frankly I can understand why they did it. They certainly get less break-in attempts and for their primarily US based clients it does not seem to hamper their business.

Just imagine how much more we could do if these same people used their time more productively.

Bill Joy

Bill Joy is still far and away the guy I most look up to in the world of software. Thirty years on and I'm still using Vi and Csh. Yeah, they might be newer versions and not his actual code anymore but to me they are still his. Without Bill Joy we'd never have Berkeley Unix which was the catalyst for the Unix phenomena. Back in the late 70's/early 80's when the Clash were still the best band in the world, the Bell Labs strain of Unix was struggling, System V was a disaster and although we'll always be thankful to Ritchie and Thompson for starting it all some new blood was needed. Bill Joy fitted the role with room to spare.

Networking, the internet, software tools, editors, open software, and programming languages would never have had the impact and growth they experienced without him and this was all before he co-founded Sun Microsystems.

My passion for software all began as I studied the amazing poetry written by this true Software Genius.

Thanks Bill!