Approximity blog home
10 of 44 articles InfoSyndicate: full/short

mirrorbrain: download redirector 2.12.0 released   11 Feb 10
[print link all ]
MirrorBrain is an open source framework to run a content delivery network using mirror servers. It solves a challenge that many popular open source projects face - a flood of download requests, often magnitudes more than a single site could practically handle.

A central (and probably the most obvious) part is a "download redirector" which automatically redirects requests from web browsers or download programs to a mirror server near them.

Choosing a suitable mirror for a users request is the key, and MirrorBrain uses geolocation and global routing data to make a sensible choice, and achieve load-balancing for the mirrors at the same time. The used algorithm is both sophisticated and easy to control and tune. In addition, MirrorBrain monitors mirrors, scans them for files, generates mirror lists, and more.

mirrorbrain.org/

bup -- new backup tool   07 Jan 10
[print link all ]
Highly efficient file backup system based on the git packfile format. Capable of doing incremental backups of virtual machine images.

github.com/apenwarr/bup

Nginx internals   16 Nov 09
[print link all ]
blog.zhuzhaoyuan.com/2009/09/nginx-internals-slides-video/

How Google usese Linux (LWN.net)   28 Oct 09
[print link all ]
Thanks to Sven for the link

lwn.net/SubscriberLink/357658/850cc9db246f941d/

Jeff Dean slides on large distributed systems (Google)   23 Oct 09
[print link all ]
Jeff Dean gave a keynote talk at LADIS 2009 on "Designs, Lessons and Advince from Building Large Distributed Systems".

www.cs.cornell.edu/projects/ladis2009/talks/dean-keynote-ladis2009.pdf

watch - execute a program periodically   29 Sep 09
[print link all ]
watch is one of these useful linux/unix commands. I am right now generating files that take some time and simply by typing
 watch ls -lhr

I keep the status in one screen. Really useful!

Blackblaze: 67 terabytes for $7,867   02 Sep 09
[print link all ]
blog.backblaze.com/2009/09/01/petabytes-on-a-budget-how-to-build-cheap-cloud-storage/

GFS: Google File System   13 Aug 09
[print link all ]
queue.acm.org/detail.cfm?id=1594206

What every developer should know about memory   02 Feb 09
[print link all ]
worth reading

Vimperator - gain back your time   20 Jun 08
[print link all ]
Thanks to Brenden for passing me this link.

vimperator.mozdev.org/

First there was a Navigator, then there was an Explorer. Later it was time for a Konqueror. Now it’s time for an Imperator, the VIMperator :)

Vimperator is a free browser add-on for Firefox, which makes it look and behave like the Vim text editor. It has similar key bindings, and you could call it a modal web browser, as key bindings differ according to which mode you are in.

Now I need vim bindings for openoffice, so that I stop typing :w.

 

powered by RubLog
10 of 44 articles Syndicate: full/short