Buying a laptop for a 3 1/2 year old is harder than you think

First off, there are the requirements:

  1. Must be able to view videos on YouTube (cute movies, funny movies, music, and more), Hulu and Fancast (kids movies, Sesame Street clips) smoothly.
  2. Must be able to run MIT’s Scratch with a resolution that the interface actually makes sense (1280+).
  3. Must be able to play Flash-based games on websites such as PBS-Kids

Then there is the buying experience.

Last week with Emma to try out various machines:

  1. Went to Kids R’ Us to try out a Disney Netbook. No dice, none on display to try out.
  2. Went to Best Buy and took a look at a Asus EE, which the Disney machine is based on. Downloaded Scratch and took note that 1024 resolution won’t do (noted above). Tried YouTube and was appalled at the performance (could be network based issues here though). Tried PBS-Kids – and while the site seemed snappy, the game experience resembled that on my wife’s old G4 based iBook – which is really, really bad.
  3. So went to try out some true lower end laptops since netbooks resemble one another on the hardware side closely. All stop – no network. Asked for help and was told that they could only have so many machines on the network at one time and they were maxed out.
  4. So went to another local Best Buy and ran into the same problem.

This week, again with Emma, to try out various machines:

  1. MicroCenter. I was really interested in trying out a Aspire AS1410-8414 or a Dell Inspiron 1545. Both these machines *should* do the the trick. But I wanted to take a look at Hulu, Fancast, PBS-Kids to be sure. And no dice. The network is locked down to prevent troublemakers from surfing ‘bad’ web sites. Like Best Buy there is a restocking fee of 15% if you purchase something and want to take it back if you’ve made a bad decision. So reconsidering a purchase is very expense and wasteful.
  2. Staples. Nothing applicable here.

And the adventure continues.

“Connect with yourself, connect with others, connect with the world, connect with the Infinite”

Read – “The Freak Revolution Manifesto” (via Susie Madrak)

There’s a lot in the piece that resonates, but the parts that cheer you on to opt-out of various things, well they stand in opposition to connection, to “coming off the mountaintop” as the paper puts it. So it is a piece that is at odds with itself.

Still, its worth a good read.

Some supporting science – BioEd Online: Conformists may kill civilizations

And from Bruce Eckel comes some related thoughts after reading Po Bronson’s “What Should I Do With My Life?”:

I’m reading Po Bronson’s “What Should I Do With My Life?” which is brilliant on many levels. For one thing, it’s the anti-self-help book; it’s just stories from talking to people, and by no means is everyone successful.

And it’s dense, by which I mean not fluffy but packed with insight. He spent years researching and developing this book, and his own struggle is woven into it. Indeed, it’s not about formulas and answers, but about the struggle itself.

One observation set me back. There are lots of people who wanted to do one thing but then got “practical” and did something else “first.” The idea was that they’d be successful and sock away money doing the practical thing, and after that they could go back to the thing they loved. Bronson was sure that, among the hundreds of people that he interviewed, someone would actually have been successful with this strategy. It sounds so reasonable, after all.

But he encountered exactly zero people who pulled it off. Everyone who tried got sucked into the “practical” career and were never able to extract themselves from it. Too comfortable, too many expectations from friends and family, too easy just to keep doing what you’re doing.

Python links for October 3rd, 2009

John Kleint: Python Project Howto – describes how to get a Python project up and going, from unit tests to project hosting. Fantastic howto.

Dpeepul Blog: django guys let us understand django guys let us understand python *args and **kwargs – Great for a Python beginner to discern just what those features are. Here’s more in the official documentation (which you’ve read – right?).

Some of my Emacs defaults (in .emacs)

(defvar my-dir-root (expand-file-name "~/elisp"))
(set-default-font "-apple-consolas-medium-r-normal--13-0-72-72-m-0-iso10646-1")
; appending to the elisp load path for our stuff
(setq load-path (cons my-dir-root load-path))
; stop that splash screen
(setq inhibit-splash-screen t)
; set the fill column
(setq-default fill-column 79)
; set the default tab width
(setq-default tab-width 4)
; always show the line number
(line-number-mode t)
; always show the column number
(column-number-mode t)
; allow selection deletion
(delete-selection-mode t)
; yes-or-no will always take "y" or "n"
(fset 'yes-or-no-p 'y-or-n-p)
; stop automatic insertion of new line
(setq next-line-add-newlines nil)
; enable selection highlighting
(setq transient-mark-mode t)
; enable search highlighting
(setq search-highlight t)
; show matching parens
(show-paren-mode t)
; have backspace be backspace
(normal-erase-is-backspace-mode 1)
; have emacs scroll line-by-line
(setq scroll-step 1)
; prevent emacs from making automatic backups
(setq make-backup-files nil)
; switch dabbrev-expand to hippie-expand
(global-set-key "\M-/" 'hippie-expand)
; turn off backups
(setq backup-inhibited t)

These are connected: Future of Journalism Links and Communication for September 23, 2009

Ethan Zuckerman covered a Clay Shirky talk given at the Shorenstein Center” on journalism today and its future. It’s an absolute must read for media/info/com future thinkers: “Clay Shirky and accountability journalism”.

Mark Bowden traces the path a story takes, from political operatives, thru social media, to mainstream news, in the The Atlantic piece“The Story Behind The Story”. Another must read.

Paul Graham: Post-Medium Publishing. Slashdot thread.

Mathew Ingram: Micropayments for news: The holy grail or just a dangerous delusion?

The Atlantic: The Rise of the Professional Blogger

And finally, Timothy Egan attacks an entire subset of the population for their passion based on a lack of facts, missing the point that he is working for a member of the industry that has a role in that: “Working Class Zero”

If you build it, but don’t participate, you get what you deserve

The Nieman Journalism Lab: Mathew Ingram: Newspapers get the kind of communities they deserve:

many newspapers still see comments as some kind of necessary evil: a bone tossed to readers to help drive traffic, but something that produces little else of value

That attitude is behind what renders the commenting at most newspaper websites so defective.

Surfacing the community around your news has way more to do with participating with it online than just enabling comments and walking away. In fact, doing the later by itself never works.

The web is littered with sites where commenting is enabled, and the hosts do not participate, do not curate, do not even moderate in a transparent fashion. The results of which are never good – thread after thread of trolling, personal invective, and lack of communication. This leads to far too many finding commenting as worthless add-on that you must have for a website, but for no other reason.

It’s a missed opportunity and for many of these sites, part of their failed web strategies.

If you have 10 million visitors a month and only 1 person focused on ‘community’ or ‘commenting’ – you have already failed.