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).

Machine Dreams - Economics Becomes a Cyborg Science

From: "andrew cooke" <andrew@...>

Date: Sun, 20 May 2007 15:49:32 -0400 (CLT)

I've been reading this book for over a month now, making various comments
here as I did so, but now I've finally finished it, so I thought I'd write
a more complete review.


I have very mixed feelings about "Machine Dreams".  It competently
combines "hard" (maths, theoretical computer science, physics) and "soft"
(economics, history) sciences - a rare feat.  The author is smart enough
to understand the difference between cute examples and real maths.  And
the subject matter - connecting economics with ideas like thermodynamics,
information theory, the completeness and halting theorems - is
fascinating.

And yet.  There are times when the liberal arts verbiage becomes
overwhelming.  When the puns grate.  When you wonder why an editor didn't
hack this into a better, leaner book.  The middle third, if you are not
that interested in the minutiae of economics history, is pretty boring. 
Finally, and worst, the author's tone is crass.  You know the kind of
person who thinks the best way to show they are smart is to be sarcastic
about everyone else?   Imagine having to read 600 pages written by that
guy (curiously Mirowski, said author, appears in the documentary "The
Trap" I linked to earlier and, there, appears quite normal).

It remains a good book - but, damn, it could have been a great one.


I don't claim to have understood all that I read, but at least it made me
think a little.  What follows are some of the highlights from the last
third of the book (a summary of wherever I have folded over the page
corner).  They might give some idea of the technical flavour of the book.

I wonder if there is a good introduction to Computational Economics?


p 370-380 - nice description of how economics tried to make connections to
Shannon's information theory.  To my reading it seemed at first that the
author had missed the point, but if you read on into the details things
become clearer.

p 410-415 - fixed point theories.  A nice idea I used in my parallel
Sudoku solver (and it's amusing to see how inefficient that was).

p 418 - sketch of a proof for games in which there is a winning strategy,
but it is not computable.

p 426 - curious postcript about Didion and Nash.  Wonder if Didion's
review (of a biography of Nash, advocating, apparently, a less cheesy
treatment of his mental problems) is in any of her collected works?  Would
like to read it.

p 453 - introduction to Herbert Simon.  Sounds interesting...

p 478 - bounded rationality and the problem of its recursive construction.

p 514 (and nearby) - evolutionary game theory.

p 528 - detailed and illustrative argument showing the ongoing "battle"
between fixed point approaches and incompleteness.

p p 558 (and nearby) - introduces the idea of studying the complexity of
the market rather than the actors.  Makes reference to work by Gode and
Sunder.

Andrew

Computational Economics

From: "andrew cooke" <andrew@...>

Date: Sun, 20 May 2007 15:57:21 -0400 (CLT)

This looks like it may be the book I want -
http://www.amazon.com/dp/1405130784

Computability, Complexity and Constructivity in Economic Analysis, by K.
Vela Velupillai

Andrew

More Discussion

From: "andrew cooke" <andrew@...>

Date: Sun, 20 May 2007 16:25:33 -0400 (CLT)

http://robertvienneau.blogspot.com/2007/04/binmore-and-mirowski-going-at-it-hammer.html
links to http://www.nd.edu/~pmirowsk/pdf/Philosophizing_with_Hammer.pdf
(the tone of that reply is a lot more human than the book, incidentally).

I also made some related comments on Reddit -
http://programming.reddit.com/info/1rgar/comments

Andrew

Yet More Discussion

From: "andrew cooke" <andrew@...>

Date: Sun, 20 May 2007 16:33:23 -0400 (CLT)

A good review at http://infoproc.blogspot.com/2006/12/machine-dreams.html
- I completely forgot to mention a lot of the more "social history" stuff.
 I guess maybe that is more interesting if you already know the "accepted
version" that is being questioned.  To me it often sounded like more of
the usual (military funding drives research?  Well I never....)

Andrew

Comment on this post