Home     Wordpress     Codex

Archive for the ‘web’ Category

news.ycombinator.com

March 20th, 2008 by Matt | No Comments | Filed in web

I recently discovered news.ycombinator.com and I’m loving it. It’s another social link aggregator like digg or reddit, but I find the quality of the links excellent. I have space in my schedule for about two good, longish articles a day, and this site is producing more than I can handle. An embarrassment of riches. Examples from a day earlier this week include:

  • Big dog video - impressive, very expensive looking robotic quadruped from DARPA
  • Blowing up - a 2002 article from New York Times focussing on Nassim Nicholas Taleb - a hedge fund investor looking for black swans.
  • Shell shock - a write up of a researcher at MIT interested in biologically inspired self-assembling materials.

Wiki mind mapping

July 16th, 2007 by Matt | No Comments | Filed in graph, knowledge, web

Sweeney Todd mind map

On Friday the excellent information aesthetics feed pointed me to wikimindmap.org, an Adobe Flash visualisation of a wikipedia topic as a mind map. The image above shows the wikimindmap visualization for Sweeney Todd - the main character in the musical/opera of the same name by Steven Sondheim (chosen for it’s compact size, and because I’ve just been to see it performed at the Royal Festival Hall). This is very nice. It combines the “at a glance” loveliness of mind mapping with the collective wisdom of wikipedia. It may provide a way for humans (as opposed to machines - that is another story) to scan topics more quickly than scan-reading them.

WordPress theme

June 13th, 2007 by Matt | No Comments | Filed in php, software, web

I fell in love with this styleshout web template and decided to hack it into a WordPress theme. Someone else had done it before, but their license was a little too restrictive for my liking. It took a few hours but was well worth it. It’s not widget friendly yet, but it will do for now.

This was almost my first encounter with PHP and definately my first encounter with the WordPress codebase but the task turned out to be fairly straightforward. The files in the WordPress themes were intuitively named and the code was easy to read. The only problem I had was tracing the location of some of the core functions that are used in the theme, but this is quite normal for this sort of application I feel.