jerakeen.org

by Tom Insam

notes☴

code☷

links☲

photos☵

It’s not the scale, it’s the reliability

created 04 October 2009 in links tagged amazon, reliability and scaling.

Scaling is basically an engineering problem, which can be solved with the right architecture and algorithms. Reliability is more like security: it’s a weakest-link problem and requires constant vigilance in all areas, including engineering, testing, operations, and deployment

I’m going to bookmark this and read it every week.

http://news.ycombinator.com/item?id=859617

photosets.getPhotos comment count

photosets.getPhotos comment count

created 23 September 2009 in links tagged api, flickr and scaling.

Paul speaks Truth.

..while adding more “extras” would reduce the number of API calls needed for a specific application, it doesn’t reduce the load on flickr’s back end systems. We’ve found it actually increases the load, as developers are more likely to request extra data they don’t need, and one heavy API request ties up more of our system resources than multiple lighter API requests.

Also, developer time. But that’s more obvious. What I like is the point that, yes, it’s annoying making n+1 calls, but putting that into one call is still going to end up as n+1 database calls at some point. Joins are Bad. Keep them explicit.

http://tech.groups.yahoo.com/group/yws-flickr/message/5293

Anti-Grain Geometry - Texts Rasterization Exposures

Anti-Grain Geometry - Texts Rasterization Exposures

created 09 July 2007 in links tagged font, macos and scaling.

interesting stuff about font scaling. Personally, I’ve always felt that macos fonts looked nicer than linux fonts. Now I understand it, maybe I can fix this. For my own personal perception, anyway..

http://antigrain.com/research/font_rasterization/index.html

The adventures of scaling, Stage 1

The adventures of scaling, Stage 1

created 28 March 2006 in links tagged rails and scaling.

http://poocs.net/articles/2006/03/13/the-adventures-of-sc...

Connecting the Dots: Web 2.0 Infrastructure: No longer a “dirty little secret”

Connecting the Dots: Web 2.0 Infrastructure: No longer a "dirty little secret"

created 07 December 2005 in links tagged latency, scaling and web2.0.

http://borsch.typepad.com/ctd/2005/12/web_20_infrastr.html