Unicorn Power
Ben Sandofsky and I just put a new post on the Twitter Engineering blog about our transition to Unicorn.
http://engineering.twitter.com/2010/03/unicorn-power.html
John Adams’ views on emerging technologies, software engineering, and various hacks
Ben Sandofsky and I just put a new post on the Twitter Engineering blog about our transition to Unicorn.
http://engineering.twitter.com/2010/03/unicorn-power.html
I posted this in response to a post on GigaOM, but it was such a long comment, I felt that it was worthy as a post on it’s own.
The workloads of social networking sites fall mostly into the ‘read lots, write once’ class (most of the web exists within this paradigm.) Regardless of the database [...]
I’m announcing the release of mod_memcache_block, a distributed IP blocking system for Apache, with rate limiting based on HTTP request code.
For many years I’ve had a need for a module like this — A distributed blocking system which could operate across large web serving clusters and register hits in a central store. With rate limiting, [...]
Image by davidwatts1978 via Flickr
Normally I don’t re-post Twitter articles here but this one on the New York magazine was wistful, fair, balanced, and gave a good representation of what it’s like to work here.
The reporter was in the office on the very day the US Airways flight crashed into the Hudson, and he [...]
If your site uses common AJAX libraries like jQuery, jQuery UI, mootools, prototype, script.aculo.us, or dojo, the first thing that you’ll notice is that these libraries are quite large and impact page load time.
For a browser with a completely empty cache, the browser will load the requested library (and block all other requests during the [...]
As someone who takes many photographs of random people in nightclubs and at events, I’m intrigued by the efforts of Columbia University’s team to write software that performs automated face replacement in digital photographs.
The software is able to replace faces within images from a database of candidate images drawn from the Internet and other sources, [...]
I’ve been experimenting with a few things this week while trying to wade my way through Twitter’s infrastructure. One tool that’s been of extreme help in digging through source code and an extensive set of configuration files has been ack!
It’s the only piece of software I know of that has ‘–thpppt’ as an option (Install [...]
Sun Microsystems is hosting CommunityOne, a free tech conference at The Moscone Center, San Francisco. If you’d like to go for free, please register at http://developers.sun.com/events/communityone and use registration ID number W1082146 !
It’s on May 5th, 2008, only three weeks away!
Some info, follows, courtesy of the Sun site:
Join experts and contributors from dozens of free [...]
There’s been some changes in the way that Rails 2.0 processes forms and form interaction with Ajax. Here’s a quick write-up on how to use auto completion in Rails 2.0 without a database connection.
In my case, I was parsing an Apache configuration file and displaying VirtualHost entries, but you can use this for just about anything [...]