Latest on twitter:

Reverting a git push

So say you’ve accidently pushed something live with takes everything down. Don’t panic there’s an easy way to fix this.

If its just one file do…

git checkout master~2 settings.py

this will jump that file back a revision!

If you’ve really messed up. Simply create a new branch based on a previous commit

git checkout -b before_death b2197nf9382dh08j2ed

where before_death is the name of the new branch which is the old version.

Enjoy!

Working version of solango on github

People are getting the following error with the one of google

ConfigParser.NoSectionError: No section: 'formatters'
So here’s an other version which I use and works!

Installing Solr on Mac OSX

So if you’re installing this on Mac OSX, its a pretty safe bet that its for development rather than production. This means you can cut some corners, not install tomcat6 and use the pre-bundled server that comes with the example solr download.

Read More

Installing Solr with Tomcat6 on Ubuntu 8.04

A quick and simple tutorial/guide. Its not particularly difficult but its always nice to have a clear reference. If you get into any troubles, get in contact and I’ll try sort you out/update the docs.

Read More

"I wish I had a girlfriend which went down on me as much as facebook does"

andy young

A weekend in review

Musings.

  1. Websites are hard to build - even with lots of help and bagels.
  2. Websites are fun to build - even when everything dies minutes before you get techcrunched.
  3. Caffeine and sugar really can allow you to code for well over 56hrs straight.
  4. Coding for more than 55hrs straight will cause you to have a mental breakdown.

On a more techie note.

  1. RDS… total let down Only available in Virginia (US-east region) and only available with MySQL5.1 (not 5.0). Which considering we’re primarily London based traffic (for now) and 3rd party software support for 5.1 is still low, I recommend against it. At least until the support increases. Servers are one of those things you can’t really afford to go with an unknown player.
  2. CSS… the fat kid Who invited them to the party? I’ve been a designer for years, I keep up with CSS and its changes, but its only hit me now how totally inefficient a language it is. Front-end designers are clearly vastly under-valued and under-paid. They’re stuck with slow moving and antiquated technology, both in terms of the language and browsers that run them. There are other technologies out there, but no-one knows how to use them and to be honest they’ll never get into the main stream. Which means you won’t be able to recruit anyone for open projects or hire them for your company. So learning is - suck it up but way over budget for front-end and UX treatment.

—originally posted on our blog in response to