Tom MacWright

tom@macwright.com

Recently

Twitter+GNIP Brands

Twitter+GNIP Locals

I worked on the UI-side of some incredible maps that MapBox made in collaboration with Erica Fischer. They were pretty well received.

Music

Teen Mom played a show at Comet Ping Pong which DMVicious and DC Rock Live liked.

Brenda

Chris and Sean

Then we played a show at Broom Factory Factory in Baltimore, with a few great bands, like Brenda and The Can’t Tells.

Projects

I finally made a website for simple-statistics on Max Ogden’s sage advice, and finally realized how much of a problem it is to have a GitHub project as the only landing page for something. While it’s a familiar sight for core developers, to the uninitiated, it’s over-complex and overfilled with information that’s unrelated to just understanding and using a thing.

Then I did the same for Big and have started to think about how I should handle the maturity of a project that was and still is sort of a postmodern joke.

I joined the Raspberry Pi club and am currently pretty darn impressed by it.

Consumption

Big thanks to Erin Kissane, Charlie Lloyd and crew for spreading the word about a big sale at the MIT Press, where I got a stack of books. The best so far is Fashioning Apollo, which intriguing and inspiring in so many directions.

Been listening to a lot of the Can’t Tells since playing with them in Baltimore.

  • Interview with Don Knuth in Simple Talk. I’m honestly not a big fan of Knuth, though probably only in the way that his language and ideas are unreachable to common folk like me.
  • Looking it in the Face by the incredible Charles Simic. I wish newspapers were all things like this.

Dashboards & Transit

One of my big tasks at MapBox the last week has been making a series of 6 dashboards that run 24/7 on big displays. It’s one of those odd internal projects with a elliptical purpose but in the meantime: glowing things.

Some of this code has found its way into d3tron and nextbus-widget. The dashboards hit a lot of APIs: Tender, PagerDuty, ServerDensity, WMATA, DarkSky, Gaug.es, and a few internal endpoints.

WMATA API API

image by Elvert Barnes

The most annoying of which has been WMATA DC’s transit system, which gives bus and train predictions, amongst other information. Unfortunately, the city uses Mashery to ‘manage’ the API frontend, which leads to an artificially low limit on API requests (alas, not the only example of DC making bad contractor decisions).

That said, I’ve gotten pretty good at jumping from problem to solution without the annoyance stage. It’s an odd technique, but wmataapiapi is an API on WMATA’s API that currently has an instance on Heroku that you can build things on that would consume your API limit very quickly otherwise.

While wmata-client which makes some computation local and fast and will eventually hit wmataapiapi as soon as it supports more things. This deserves a real post of its own when I have more code to demonstrate the abstract.