- 23andMe Disproves Its Own Business Model — a hostile article talking about how there’s little predictive power in genetics for diabetes and Parkinson’s so what’s the point of buying a 23andMe subscription? The wider issue is that, as we’ve known for a while, mapping out your genome only helps with a few clearcut conditions. For most medical things that we care about, environment is critical too–but that doesn’t mean that personalized genomics won’t help us better target therapies.
- jsftp — lightweight implementation of FTP client protocol for NodeJS. (via Sergi Mansilla)
- Really Bad Workshops — PDF eBook with rock-solid advice for everyone who runs a workshop.
- PigEditor (GitHub) — Eclipse plugin for those working with Pig and Hadoop. (via Josh Patterson)
"Node.js" entries


Four short links: 28 July 2011
Personal Genomics, NodeJS FTP, Bad Workshops, and Piggy Eclipse


Four short links: 13 July 2011
Freebase in Node, Form Styling, Implicit Friendships, and Dyslexic Font
- Freebase in Node.js (github) — handy library for interacting with Freebase from node code. (via Rob McKinnon)
- Formalize — CSS library to provide a standard style for form elements. (via Emma Jane Hogbin)
- Suggesting More Friends Using the Implicit Social Graph (PDF) — Google paper on the algorithm behind Friend Suggest. Related: Katango. (via Big Data)
- Dyslexia — a typeface for dyslexics. (via Richard Soderberg)

What is Node.js?
Node isn't always the solution, but it does solve some important problems.
Learning Node might take a little effort, but it's going to pay off. Why? Because you're afforded solutions to your web application problems that require only JavaScript to solve.

JavaScript spread to the edges and became permanent in the process
Node.js expert James Duncan on JavaScript's rise and what lies ahead.
James Duncan, the chief architect at Joyent, is one of the people using JavaScript in surprising ways. In this interview he shares his thoughts on how we came to depend so heavily on the language and where it might be headed.

The secrets of Node's success
Why Node.js has caught on while other server-side JavaScript implementations faltered.
What is it about Node.js that makes it interesting to developers? The key factors are performance, timing, and focusing on a real problem that wasn't easily solved with other server-side dynamic languages.

The secrets of Node’s success
Why Node.js has caught on while other server-side JavaScript implementations faltered.
What is it about Node.js that makes it interesting to developers? The key factors are performance, timing, and focusing on a real problem that wasn't easily solved with other server-side dynamic languages.

Open source tools look to make mapping easier
The barrier to entry for mapping is getting lower thanks to new platforms.
Development Seed is creating open source tools with the intent of making mapping easier for organizations and activists. The Node.js framework is playing a big role in that process.


Four short links: 4 March 2011
Javascript AR, Android Patterns, Node.js Book, and SMS Platforms
- JSARToolKit — Javascript port of the Flash AR Toolkit. I’m intrigued because the iPad2 has rear-facing camera and gyroscopes up the wazoo, and (of course) no Flash. (via Mike Shaver on Twitter)
- Android Patterns — set of design patterns for Android apps. (via Josh Clark on Twitter)
- Preview of Up and Running with Node.js (O’Reilly) — Tom Hughes-Croucher’s new book in preview form. Just sorting out commenting now. (via Tom on Twitter)
- #Blue Opens for Business — a web app that gets your text messages. You can reply, and there’s an API to give other apps read/write access. Signs the text message is finally becoming a consumer platform.