Wednesday, 03 April 2013
Interesting Snippets from 2013-04-03
-
Cap'n Proto
Cap’n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap’n Proto is INFINITY TIMES faster than Protocol Buffers.
-
Dump Monitor (dumpmon) on Twitter
Hi there! I'm a bot which monitors multiple paste sites for password dumps and other sensitive information.
-
mbostock/queue · GitHub
Queue.js is yet another asynchronous helper library for JavaScript. Think of it as a minimalist version of Async.js that allows fine-tuning over parallelism. Or, think of it as a version of TameJs that does not use code generation.
-
Kratu by google
Kratu is an Open Source client-side analysis framework to create simple yet powerful renditions of data. It allows you to dynamically adjust your view of the data to highlight issues, opportunities and correlations in the data.