Matthew Hutchinson

about

Matt is a web developer from N. Ireland. He currently runs Hiddenloop and works in Dublin. Want to find out just a little bit more ?

An audio feed is available for the latest articles at matthewhutchinson.net, find it here.

Posting Frequency

posted on Tuesday, the 29th of November 2005 at 09:12 in

How often do you post on your blog (comments welcome) – is it completely random, weekly, daily, every hour (?)

Ive failed in trying to stick to almost daily posts, it was going well for a while and its not that the novelty has worn off, its just hard to find the time.

On a completely seperate note, Im thinking of buying a new 15” G4 powerbook for some much needed mobile computing. Having never owned a Mac before – Some advice would be good on any problems I might come across, where to buy, networking with other machines etc.

You are now allowed to comment on this post – I permit you..

Blog Facelift

posted on Thursday, the 24th of November 2005 at 16:35 in , ,

Although im not overly bored with this Scribbish Typo theme, I think its a good starting point for my own design which will be appearing soon.

I’ll be launching a full facelift for the whole blog; and will be trying to stick to some new basic design principles for blogs; (possibly introducing a few small flash movies too)... Anyway heres an un-cluttered teaser …

!redesign preview image

Recommended Listening

posted on Sunday, the 20th of November 2005 at 14:53 in

- Veneer (with Heartbeats, from the Sony Bravia Advertisement)

(as featured on the October KEXP IN-Studio Podcast)

Dreamhost FCGI saga

posted on Friday, the 18th of November 2005 at 06:03 in , , ,

After reading on nubyOnRails about this issue – I have setup an hourly cronjob to kill all defunct Ruby processes on my dreamhost box. You may see some slight improvements in speed on this site. Now if we could only convince dreamhost to run lighttpd we’d be sorted.

Thanks noR !

the cron

  1. hourly – kill defunct ruby procs 01 * * * * /home/hiddenloop/crontabs/killrubyprocs

the script

!/bin/sh

export procs=”`ps x -o ppid,comm | grep “” | sed -e “s/^[ \t]\([0-9]\) ruby.*/\1/”`” for i in $procs; do kill -9 $i done

What is Skribe?

posted on Thursday, the 17th of November 2005 at 08:25 in ,

!Skribe screenshot and logo

What is Skribe? you may be asking (or maybe not.. anyway)

Its hard to know where to start when describing what Skribe is and where it came from; over the years – here is what I can remember …

I joined the project in the summer of 2001, as a PHP Developer / Web Designer looking to re-vamp the what was effectively, an open source project projects website. The result was the Skribe Developers Extranet, kindly hosted freely by dune.net. Development on Skribe began, it was (and still is) a web application that offers users a blogging service with social networking built-in. In summary it is aimed at casual users and professional writers alike, as a publishing platform for all types of content on the web.

It moved from open source to closed source, many (many) developers came and went – and measurable output amounted to almost nothing. We spent a great deal of time re-inventing the wheel; building our own tools and processes that would eventually help us create Skribe. A lot discussion was generated, new ideas documented – and as the years went by, we saw many other companies have success in the same marketplace we were aiming for. In the summer of 2003, me and 3 others tried to push what we had out the door and into the trash – to start afresh. The result was a very simple J2EE (Struts powered) blogging application, built in xHTML with some Flash elements. It worked (for the most part) but was never publically released.

I have recently posted about my frustrations with this project . My plan is to introduce Ruby on Rails and agile software development to the project.

There is a core team of 3 people (including myself), that still hold to the hope that we can do something with Skribe. I believe we have enough ideas and the talent to make it work.

Stay tuned …