Archive for July, 2005

Interview with Ward Cunningham

Posted in Information related, Software, Wiki on July 24th, 2005

In some random reading I came across AboutWikis which has an Interview with Ward Cunningham, the inventor of the Wiki concept as we know it today.

The following link (on MSDN .. weird) How did you come up with the idea for the Wiki? contains the mediaplayer file of the interview. Both of these articles are a couple of years old. Interestingly this concept was invented in 1995 !

The four points I picked up from the Interview:

  • They were trying to achieve more than a static list of items/information
  • He said he was lazy - He did not want to update the material
  • Leap of Faith (Allowing others to edit or vandelise)
  • Decentralisation of decision making (Trend in Organisations anyway)

Ward did write a book called “The Wiki Way” written (or published) in 2001.

Wiki has been around for a while, but interestingly has only started to appear “en mass” over the last 6 -> 12 months as documentation on open source projects. This is not to say that Wiki’s have not been around longer, but it seems like the understanding of their use is more widespread.

Effective documentation using video

Posted in Information related, Software, Pseudo Psychology on July 21st, 2005

Recently, I have been reminded on how useful video with audio can be in documentation and information transfer.

While embarking on learning a new language (Ruby) and web framework (Ruby on Rails) I was guided through the process with Great documentation.

The written documentation (Wiki and other pages) is cleanly presented, with a nice looking interface that is easy to read. However, for someone new to a framework (and in my case the language) a video showing an expert demonstrate the functionality just helps transer that information.

The documentation is good anyway .. the videos just enhance it. A fifteen minute demo of how to create a weblog application is an amazing way of demonstrating use. Showing how to effectively use a tool in real time capturing both the explicit (keystrokes, commands etc) and the tacit (thoughts, why, best practice) knowledge.

One of the big problems with learning new products, technology and concepts is the knowledge gap. Sometimes the “how to do something” is not easily understood, just from a manual or book. There is a effectiveness gap between the documentation (theory) versus the Pragmatic Application (practice).

Some tacit knowledge such as configuration or use can be more easily transferred using such a medium. Video aids the learning process when someone is describing why things are being done, when the actual mechanical tasks are occuring.

Also, the serendipitous learning through observering behavoiur provides secondary information supporting or related to the primary message. Considering we speak at over 120 words per minute, this adds more information and inflection that is not possible with written text alone.

It is arguable that video provides a better mechanism for memory as more than one sensory input (i.e. Vision and Sound) is used.

A lecturer at Melbourne University, Alison Parkes, said that tacit information is arguably best captured using Video. This seems true in activities like cooking or home improvement when unfamiliarity of a task can be more effectively communicated through video than a static diagram in a book.

Having broadband at home (or at work for that matter) means that better documentation using video can be obtained easily. Hopefully reducing the time taken to comprehend the new information.

Portable wiki using Instiki

Posted in Information related, Wiki on July 21st, 2005

Previously, I wrote about Portable Wiki using Veryquickwiki.

At that point in time (some six months ago), it was a way of testing the wiki waters. However, there are few different things that bugged me.

  • The wiki markup language was quite limited, and did not have the features that a more mature product has.
  • No updates in close to a year
  • Ok for technical users, but needed more polish for other users

I have found something better … Instiki

Instiki is built using the Ruby on Rails Web Framework. The main author of Ruby on Rails has an article on his website “Using Instiki as your personal notebook“. Which is what I was using VeryQuickWiki for.

For all intents and purposes of moving a wiki between work and home, Ruby has proven just as portable as the Java Very Quick Wiki but with a little more polish.

From the instiki website, there are two steps to install ..

  1. Download Instiki
  2. Run Instiki

Quite a simple process .. and it just works.