yaean design shanghai: blog > articles from December, 2006

skip to content

You are here: home > blog > 2006 > 12

In December, 2006 we wrote…

Friday, 15 December 2006

Skipping .svn Directories

find and grep are the programmers friend. But when using Subversion find will also decend into .svn directories. Generally we don’t want this to happen. The following find command will skip .svn directories. For more type ‘man find’ at your favorite prompt.

find . \( -type d -and -name .svn -and -prune \) -or -type f -print

read more

Tags:

Wednesday, 13 December 2006

Firebug

Firebug 1.0 beta is out. If you’re a web developer you need Firebug. It makes a lot of things easy that used to be a pain. It is marv.

read more

Saturday, 9 December 2006

Project Postmortems

Coding Horror has an excellent summary of software project postmortem resources.

read more

Tags:

Saturday, 9 December 2006

EVD Again

In response to my comments on the CER EVD article there’s a new post on the CER IT blog and a corresponding one on Gareth’s personal site in which he defends the original post. Good for him. He also misinterprets what I wrote. In the spirit of a blogging conversation I respond below.

First, let me define what I mean when I say success in relation to disc formats: a disc format is a success if content providers are making lots of content and consumers are buying lots of discs. For example, CD, DVD, PS2, XBox etc. By…

read more

Tuesday, 5 December 2006

Old EVD News

The IT News blog from the China Economic Review has an entry about EVD. The entry is (at best) poorly researched. I’d expect a little more quality control from CER.

First, the entry is more or a less a carbon copy of the article on Xinhua. The only added analysis being the rather wide eyed “What will be amazing is if this takes off...”

Second, if the author had spent a few minutes with Google he could have found out that this is old news. Here, for example, is a link to an article from 2002 describing…

read more