"graphs" entries

Four short links: 15 June 2012

Four short links: 15 June 2012

On Anonymous, Graph Database, Leap Second, and Debugging Creativity

  1. In Flawed, Epic Anonymous Book, the Abyss Gazes Back (Wired) — Quinn Norton’s review of a book about Anonymous is an excellent introduction to Anonymous. Anonymous made us, its mediafags, masters of hedging language. The bombastic claims and hyperbolic declarations must be reported from their mouths, not from our publications. And yet still we make mistakes and publish lies and assumptions that slip through. There is some of this in all of journalism, but in a world where nothing is true and everything is permitted, it’s a constant existential slog. It’s why there’s not many of us on this beat.
  2. Titan (GitHub) — Apache2-licensed distributed graph database optimized for storing and processing large-scale graphs within a multi-machine cluster. Cassandra and HBase backends, implements the Blueprints graph API. (via Hacker News)
  3. Extra Second This June — we’re getting a leap second this year: there’ll be 2012 June 30, 23h 59m 60s. Calendars are fun.
  4. On Creativity (Beta Knowledge) — I wanted to create a game where even the developers couldn’t see what was coming. Of course I wasn’t thinking about debugging at this point. The people who did the debugging asked me what was a bug. I could not answer that. — Keita Takahashi, game designer (Katamari Damacy, Noby Noby Boy). Awesome quote.
Four short links: 2 March 2012

Four short links: 2 March 2012

Robotics for Kids, Benchmarking Context Needed, Javascript Time Series Graphs, and Amazing Programming Video

  1. Interview: Hanno Sander on Robotics (Circuit Cellar) — this is what Mindstorms wants to be when it grows up. AAA++ for teaching kids. Hanno is a Kiwi Foo Camper.
  2. Context Needed: BenchmarksBenchmarks fall into a few common traps because of under-reporting in context and lack of detail in results. The typical benchmark report doesn’t reveal the benchmark’s goal, full details of the hardware and software used, how the results were edited if at all, how to reproduce the results, detailed reporting on the system’s performance during the test, and an interpretation and explanation of the results. (via Jesse Robbins)
  3. Morris.js (GitHub) — a lightweight library that uses jQuery and RaphaĆ«l to make drawing time-series graphs easy.
  4. Bret Victor: Inventing on Principle (Vimeo) — the first 20m has amazing demos of a coding environment with realtime feedback. Must see this! (via Sacha Judd)