"Node.js" entries

Four short links: 28 July 2011

Four short links: 28 July 2011

Personal Genomics, NodeJS FTP, Bad Workshops, and Piggy Eclipse

  1. 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.
  2. jsftp — lightweight implementation of FTP client protocol for NodeJS. (via Sergi Mansilla)
  3. Really Bad Workshops — PDF eBook with rock-solid advice for everyone who runs a workshop.
  4. PigEditor (GitHub) — Eclipse plugin for those working with Pig and Hadoop. (via Josh Patterson)
Four short links: 13 July 2011

Four short links: 13 July 2011

Freebase in Node, Form Styling, Implicit Friendships, and Dyslexic Font

  1. Freebase in Node.js (github) — handy library for interacting with Freebase from node code. (via Rob McKinnon)
  2. Formalize — CSS library to provide a standard style for form elements. (via Emma Jane Hogbin)
  3. Suggesting More Friends Using the Implicit Social Graph (PDF) — Google paper on the algorithm behind Friend Suggest. Related: Katango. (via Big Data)
  4. Dyslexia — a typeface for dyslexics. (via Richard Soderberg)

Top stories: July 4-8, 2011

Why Java matters, inside Node.js, predicting Android's ubiquity

This week on O'Reilly: We offered seven reasons why Java is worth your time, the utility of Node.js was duly noted, and Marko Gargenta offered three Android predictions that have nothing to do with mobile phones.

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.

Radar's top stories: June 6-10, 2011

Face recognition is here to stay, why everyone needs to learn JavaScript, and the secrets of Node's success

This week on Radar: Tim O'Reilly offered a different take on Facebook's face recognition technology, a self-described JavaScript "hater" explained why everyone now needs to learn the language, and the secrets of Node's success were revealed.

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

Four short links: 4 March 2011

Javascript AR, Android Patterns, Node.js Book, and SMS Platforms

  1. 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)
  2. Android Patterns — set of design patterns for Android apps. (via Josh Clark on Twitter)
  3. 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)
  4. #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.