Andrew Cooke | Contents | Latest | RSS | Previous | Next

C[omp]ute

Welcome to my blog, which was once a mailing list of the same name and is still generated by mail. Please reply via the "comment" links.

Always interested in offers/projects/new ideas. Eclectic experience in fields like: numerical computing; Python web; Java enterprise; functional languages; GPGPU; SQL databases; etc. Based in Santiago, Chile; telecommute worldwide. CV; email.

Personal Projects

Choochoo Training Diary

Last 100 entries

Surprise Paradox; [Books] Good Author List; [Computing] Efficient queries with grouping in Postgres; [Computing] Automatic Wake (Linux); [Computing] AWS CDK Aspects in Go; [Bike] Adidas Gravel Shoes; [Computing, Horror] Biological Chips; [Books] Weird Lit Recs; [Covid] Extended SIR Models; [Art] York-based Printmaker; [Physics] Quantum Transitions are not Instantaneous; [Computing] AI and Drum Machines; [Computing] Probabilities, Stopping Times, Martingales; bpftrace Intro Article; [Computing] Starlab Systems - Linux Laptops; [Computing] Extended Berkeley Packet Filter; [Green] Mainspring Linear Generator; Better Approach; Rummikub Solver; Chilean Poetry; Felicitations - Empowerment Grant; [Bike] Fixing Spyre Brakes (That Need Constant Adjustment); [Computing, Music] Raspberry Pi Media (Audio) Streamer; [Computing] Amazing Hack To Embed DSL In Python; [Bike] Ruta Del Condor (El Alfalfal); [Bike] Estimating Power On Climbs; [Computing] Applying Azure B2C Authentication To Function Apps; [Bike] Gearing On The Back Of An Envelope; [Computing] Okular and Postscript in OpenSuse; There's a fix!; [Computing] Fail2Ban on OpenSuse Leap 15.3 (NFTables); [Cycling, Computing] Power Calculation and Brakes; [Hardware, Computing] Amazing Pockit Computer; Bullying; How I Am - 3 Years Post Accident, 8+ Years With MS; [USA Politics] In America's Uncivil War Republicans Are The Aggressors; [Programming] Selenium and Python; Better Walking Data; [Bike] How Fast Before Walking More Efficient Than Cycling?; [COVID] Coronavirus And Cycling; [Programming] Docker on OpenSuse; Cadence v Speed; [Bike] Gearing For Real Cyclists; [Programming] React plotting - visx; [Programming] React Leaflet; AliExpress Independent Sellers; Applebaum - Twilight of Democracy; [Politics] Back + US Elections; [Programming,Exercise] Simple Timer Script; [News] 2019: The year revolt went global; [Politics] The world's most-surveilled cities; [Bike] Hope Freehub; [Restaurant] Mama Chau's (Chinese, Providencia); [Politics] Brexit Podcast; [Diary] Pneumonia; [Politics] Britain's Reichstag Fire moment; install cairo; [Programming] GCC Sanitizer Flags; [GPU, Programming] Per-Thread Program Counters; My Bike Accident - Looking Back One Year; [Python] Geographic heights are incredibly easy!; [Cooking] Cookie Recipe; Efficient, Simple, Directed Maximisation of Noisy Function; And for argparse; Bash Completion in Python; [Computing] Configuring Github Jekyll Locally; [Maths, Link] The Napkin Project; You can Masquerade in Firewalld; [Bike] Servicing Budget (Spring) Forks; [Crypto] CIA Internet Comms Failure; [Python] Cute Rate Limiting API; [Causality] Judea Pearl Lecture; [Security, Computing] Chinese Hardware Hack Of Supermicro Boards; SQLAlchemy Joined Table Inheritance and Delete Cascade; [Translation] The Club; [Computing] Super Potato Bruh; [Computing] Extending Jupyter; Further HRM Details; [Computing, Bike] Activities in ch2; [Books, Link] Modern Japanese Lit; What ended up there; [Link, Book] Logic Book; Update - Garmin Express / Connect; Garmin Forerunner 35 v 230; [Link, Politics, Internet] Government Trolls; [Link, Politics] Why identity politics benefits the right more than the left; SSH Forwarding; A Specification For Repeating Events; A Fight for the Soul of Science; [Science, Book, Link] Lost In Math; OpenSuse Leap 15 Network Fixes; Update; [Book] Galileo's Middle Finger; [Bike] Chinese Carbon Rims; [Bike] Servicing Shimano XT Front Hub HB-M8010; [Bike] Aliexpress Cycling Tops; [Computing] Change to ssh handling of multiple identities?; [Bike] Endura Hummvee Lite II; [Computing] Marble Based Logic; [Link, Politics] Sanity Check For Nuclear Launch; [Link, Science] Entropy and Life

© 2006-2017 Andrew Cooke (site) / post authors (content).

LMAX Architecture

From: andrew cooke <andrew@...>

Date: Sun, 30 Oct 2011 08:05:20 -0300

I'm spending much of this weekend trying to work out why I am sometimes
frustrated with work.  One - perhaps rather mundane and obvious - factor is
trying to balance conflicting and sometimes hard-to-understand requirements.
So reading an article like this, which describes a beautifully clean design,
driven by one simple objective - speed - is like reading a fairy story,
describing an idyllic land, where targets are clear and succeess easy to
measure....

http://martinfowler.com/articles/lmax.html

Andrew

too fast already

From: Stefan Wehner <stefan@...>

Date: Sun, 30 Oct 2011 10:18:00 -0400

Hi Andrew,=20

While I share your fascination about the clean, smart architecture and =
code, I cannot help to point out what the purpose of the system is: real =
time trading of derivative financial products. Sounds to me like putting =
together the nuclear bomb for financial markets. And it's a dirty bomb. =
Fowler in his footnote [2] comments about derivatives: "I shall remain =
silent on what I think about the value of this innovation".=20
The role of the LMAX platform, as I understand it, is to give more =
people (read: highly specialized traders) access to high speed trading. =
High speed involves that the actual trading is done by algorithms. The =
trader defines the algorithm, but the machine runs it. If there were =
still people taking the buy-sell decision, you would not have to be as =
fast as 6 million orders per second. This is far beyond human speed.=20
My conclusion is that the mess will make its appearance eventually. You =
are right, you don't see the mess in their code and specs. But that's =
exactly because they completely disregard the effects their trading will =
have on the real world. I would say, their spec is just incomplete! In =
the end, this kind of innovation will cause unstable financial markets, =
an unstable economy, financial crises, concentration of the wealth in =
the hands of very few, people losing their jobs and their houses, =
radicalization of politics, kids without a future (I have many of them =
in my neighborhood in NY). The people who will later attempt to clean up =
the mess are very low payed or volunteers, social workers, underfunded =
government agencies etc.=20
Of course, this is not the fault of LMAX all this has been going on for =
a long time. I believe we rather need to think about how we can partly =
slow down, rather than further speed up our life. There are too many =
side effects we don't see before it is too late. And there are too many =
already who cannot keep up with the speed of this world.

Saludos,
Stefan

Re: too fast already

From: andrew cooke <andrew@...>

Date: Mon, 31 Oct 2011 17:33:53 -0300

I don't disagree with you about high frequency financial trading - I was more
interested in the technical details than the application.

However, I do wonder if there is a correlation between evil and simplicity.
Focussing on one aspect of a problem to the exclusion of all else leads to
simplicity, but imbalance.  So perhaps it is in the nature of things that the
cleanest technical problems are also the most damaging...

Andrew

Comment on this post