Fork me on GitHub

Posts tagged code

Oldie, but a goodie, about the Twitter tool Murder, which is their BitTorrent deploy system.

See more
This post has 1 note
Tagged with code,
Posted at 2:36 PM 04 April 2013

LMAX - How to Do 100K TPS at Less than 1ms Latency

Martin Thompson and Michael Barker talk about building a HPC financial system handling over 100K tps at less than 1ms latency by having a new approach to infrastructure and software. Some of the tips include: understand the platform, model the domain, create a clear separation of concerns, choose data structures wisely, and run business logic on a single thread.

The system that required this type of sophistication is a sports betting exchange in Europe that processes more bets, via modeling them as a sports future, per day than ALL of the European stock exchanges combined.

See more
This post has 1 note
Tagged with code,
Posted at 8:27 AM 12 January 2013

BrubeckNYC

So a new meetup started a few days ago…

See more
This post has 1 note
Tagged with code, brubeck, brubecknyc,
Posted at 11:50 PM 04 November 2012

Building a Social Application on Riak - Gary Flake

See more
Tagged with code, riak,
Posted at 3:31 PM 02 November 2012

Bringing Consistency to Riak - Joseph Blomstedt

See more
Tagged with code, riak,
Posted at 2:47 PM 02 November 2012
Reading Learn You Some Erlang and came across this image regarding circular dependencies.

Reading Learn You Some Erlang and came across this image regarding circular dependencies.

See more
This post has 3 notes
Tagged with erlang, code,
Posted at 11:41 AM 08 August 2012
Starting a long blog post…

Starting a long blog post…

See more
This post has 1 note
Tagged with code, tornado, python,
Posted at 12:47 AM 02 August 2012

Functions + Messages + Concurrency = Erlang

You should watch this video. It’s great.

See more
Tagged with code, erlang,
Posted at 12:39 PM 12 July 2012

Sodium Dreams: Introducing Strudel

brendn:

There are too many templating languages out there, but yesterday I decided the world needs another one. The motivation was simple: the main components of my development stack don’t play well together. I’m building an Ember app that’s served by a Tornado backend, and Tornado’s template engine tries…

Brendan saw something that needed a solution, so he built it.

See more
This post has 3 notes
Tagged with code, python, strudel,
Posted at 3:26 PM 20 June 2012

Stop Writing Classes. I totally agree.

See more
This post has 5 notes
Tagged with code, python,
Posted at 10:42 AM 05 June 2012