A story about a failed education web app

The story of someone spending a year building, selling and giving up on [Knack](http://knackforteachers.com/), an online grade book for teachers. Some interesting lessons learnt, including this part about why his app failed:

Teachers say they love tech. Some blog about it. They tweet about it in #edchat and #edtech. They even coin their own special tech terms. This is a farce. Talking about tech and being on _the Twitter_ make teachers look good to administrators and to the public. They can add “Technology Committee Member” to their resumes and congratulate themselves for being innovative. But using tech to do work requires a small minimum of effort and change, and any amount of these is too much for teachers.

Overly harsh, but true*. There’s a good debate about this on the [Hacker News thread](http://news.ycombinator.com/item?id=3024147), where the writer clarifies what he meant in a comment: that he’d made a mistake assuming teachers would pay for a tool that they had to spend time acclimatising to.

\* I say this as a former “Technology Committee Member” and a current app developer.

By the way, tech posts are generally cross-posted to the [company blog](http://tinkertanker.tumblr.com), along with pictures and videos of us [doing stupid things](http://tinkertanker.tumblr.com/post/10272286361/tinkertanker-exercise-day).

If PHP Were British

Before:

switch ($variable) {
    case $option1:
        //Code here
        break;
    case $option2:
        //Code here
        break;
    default:
        //Code here
        break;
}

After:

what_about (£variable) {
    perhaps £possibility:
        //Code here
        splendid;
    perhaps £other_possibility:
        //Code here
        splendid;
    on_the_off_chance:
        //Code here
        splendid;
}

Chipper!

Fraser Speirs on 1-to-X computing

A supercomputer in every backpack:

We are already at a point where the ratio of professionals to computers is 1:2. A laptop and a smartphone are standard equipment in our society. With the advent of the tablet, we may be moving towards or beyond three computers per person. The fact of the matter, though, is that this ubiquity of computing devices is not reflected in most schools.

(There’s also a bit about how Stallman showed up to heckle him at his lecture. Wha?)