Archive for the 'programming' Category

The joys of the craft

Saturday, October 14th, 2006

I’ve started reading The mythical man-month, a book on software project management written by Frederick P. Brooks jr. in 1975. I have a copy of the 20th aniversary edition (1995) which has some extra’s. It is considered a must read for software engineers and is still relevant because the focus of the book is not on the technology but on people working with technology.

If only read the first essay, the tar pit, so far. Brooks makes a great analyses why programming is fun:

  1. The sheer joy of making things, children (lego) and adults (programs) like creating things.
  2. The pleasure of making things that are useful to other people
  3. The fascination of fashioning complex puzzle-like objects of interlocking moving parts and watching them work in subtle cycles, playing out the consequences of principles built in from the beginning.
  4. The joy of always learning, which springs from the nonrepeating nature of the task.
  5. The delight of working in such a tractable medium. The programmer, like the poet, works only slightly removed from pure thought-stuff.

So, thats why we are such a happy bunch :) Brooks also describes a few woes, but i won’t spoil the mood right now. If you haven’t got a clue what i’m talking about, you should watch the interview Robert Scoble did with Dori Smith, a javascript programmer and writer of several books, and of course a blogger, on this subject. She’s the proof for Brooks analyses!

Google Docs & Spreadsheets as a blogging tool?

Wednesday, October 11th, 2006

I’m testing that right now. This post is written with google docs & spreadsheets.If this works ok, we’ve another piece that can be loosely joined…

Will it work with images:

wordpress edit: it was not only written but also published using google docs. The posting did work allthough the title was not displayed… to use google docs & spreadsheets as a blogging tool it’ll need something extra i think ;)

But i have to say that it has very nice features, like publishing your document on the web If google adds some wiki-features to this baby then they got them selfs a very interesting collaborative tool!!

firefox php lookup extension

Monday, October 9th, 2006

For all the firefox-using-php-programmers out there: the PHP Lookup extension

It ads a little search form in your toolbar with which you can fast search the function list on php.net

phplookup.gif

BTW, I just installed firefix 2.0 and links with target _blank open in a new tab!

Intentional Programming

Sunday, October 8th, 2006

My approach to writing code is to write a program as if there existed a super library which could already perform virtually any task I needed done.