Archive for February, 2007


My patience with Typo has run out, it has some crazy javascript bugs and its development activity seems to have slowed. I’m moving across to mephisto software which seems to be behave much better than Typo. The transfer should be completed in a couple of days.

Does anyone have any good / bad experiences with mephisto ?

Sphere: Related Content

<center></center>

We’ve been thinking about how to improve Rankr and we thought we’d open up what we are doing for feedback and suggestions. Here is a list of what we are working on now:

Improvements / Suggestions

  • Add sparklines graphs to “list” / search results
  • Create a dynamic image to show current ranking of website

Bug fixes in progress:

  • Get RSS Feeds to work properly.
  • Improve flash graphs to show top ranking at the top of the graph.

Ideas

If you have any feedback, ideas, or suggestions, please let us know.

Sphere: Related Content


IE 7.0 has already over taken total firefox usage. How soon before it passes IE 6?

Browser stats: 9/02/07

IE 6 53.00%
IE 7 20.24%
Firefox 1.x<t /> 8.62%
Firefox 2.x 11.01%
Safari 4.06%
Rest 3.07%

Browser stats: 5/11/06

IE 6 72.86%
IE 7 3.98%
Firefox 1.x<t /> 13.13%
Firefox 2.x 3.66%
Safari 3.88%
Rest 2.49%

Browser stats 19/10/06

IE 6 75.0%
IE 7 2.4%
Firefox 1.x<t /> 15.0%
Firefox 2.x 0.5%
Safari 3.7%
Rest 3.4%

Sphere: Related Content

The guys from misshapenfeatures have created a movie that highlights the foo camp experience.

Enjoy!


I thought I’d do a write up on one of the technical sessions at Foo Camp, Artur Bergman’s of Sixapart fame on “How to run big f**king websites”. Being a system admin / network architect in a previous life, I found it very very interesting. As you know from my previous articles, I’m obsessed with website optimisation and make webpages faster.

Background

Sixapart run a number of large scale websites, typepad, movabletype, vox and livejournal. Artur provided some stats on livejournal to give us an idea of how big these site are. eg. There are 2,000,000 Typepad users and at any given instant there are about 500,000 people reading LiveJournal, with 100,00 to 200,000 live http connections!

How do they do it ?

One of the key concepts that Artur talked about was using software to manage application and operating redundancy. (Chris Di Bona also confirmed that they use software to manage redundancy at Google). Artur didn’t pull an punches, he slammed nearly every hardware manufacturer, raid system and file system. The problem as they have experienced is that all hardware or software drivers fail at one time or another. Why should they waste money on buying more expensive kit ? Does price really contribute to reliability? For SixApart, it has been better for them to buy cheap hardware ie machines, memory, hard drives etc. and solve reliability and redundancy via software.

Software Tools

Arthur spoke a lot about four tools that they have developed to help run their sites and keep them fast!

Memcache is a distributed memory cache that reduces hits to your database. (I have it on good authority that Yahoo and Google are heavily using memcache to speed up their sites.) Memcache stores “objects” in memory for access within your application, thus with some smart design you can dramatically reduce the number of hits on the database. Arthur warned that memcache does require a little bit of care when managing the expiry of your cache objects.

MogileFS is a distributed filesystem. MogileFS is flexible ie. it requires no kernel extensions and it is filesystem agnostic and it provides “better than raid” as it manages the distribution of files not only across disks but also machines. In this way it has been designed so that there is no single point of failure.

Perlbal is a Perl-based reverse proxy load balancer and web server. Perlbal can be used to manage http connections among servers. It can act as a webserver or a reverse proxy. They have built in the smarts so that Perlbal can handle resuming downloads and connecting to another backend servers if one stream fails.

Gearman is a system to farm out work to other machines. It dispatches function calls to machines to do work in parallel and to load balance lots of function calls.

Wrap-up

It was an amazing talk to hear first hand what what worked and what didn’t and why they have developed the tools to make their site fast. The amazing thing is that Sixapart guys have released their software as open source for the benefit of the rest of us!

Sphere: Related Content


<center></center>

We’ve been talking to a lot of our users and we realise that we let a bugs and glitches slip into the system. Due to one thing or another they haven’t been fixed and as a result ZoomIn is not as good as it should be. We’ve decided that enough is enough, so we started an internal project to fix the broken windows.

To start with we are making a list, when its finished we’ll post it on the blog and keep you updated as we make progress.
So we want you to tell us what is broken, annoying, or frustrating on ZoomIn.

To kick things off, here’s the start of our list:

  • Search – Inconsistent results when trying to find a street number in a long street eg. Great South Road
  • Search – Auto-suggest does not find all results
  • Aerial Photography – Bring back aerial photography !
  • Email: Fix email map to a friend
  • URLs: Make sure that all the ZoomIn url’s are friendly and don’t have %20 etc
  • Place Page: Stop munging place names

Finally, thanks for your patience. We’re working on fixing our problems, let us know what you want us to fix and we’ll add it the list.

Sphere: Related Content

Tim has created some examples of using GText to show the potential of what you can do.

Tim Haines have a look at example 1 for an answer to your question about zoom levels.

Sphere: Related Content