From the category archives:

Personal

So I wrote this monstrosity, which I’m tickled by, today: function gaPush(cat, action, label, value) { var call = ['_trackEvent']; (cat) ? call.push(cat) : call.push(‘Undefined’); (action) ? call.push(action) : call.push(‘Undefined’); (label) ? call.push(label) : false; (!isNaN(parseInt(value))) ? call.push(parseInt(value)) : false; _gaq.push(call); } It makes pushing custom events into Google Analytics easier. Useful for in game [...]

{ 0 comments }

Money money money!

A plan to get rich and enjoy doing it.

{ 0 comments }

Laughing Children

Tips for being happy now and tomorrow.

{ 2 comments }

http://www.flickr.com/photos/46935248@N00/2258458871/

I’ve been working on a project called TweetLens for about four months. After a few months of programming, trying out different ideas and having hopes to turn it into a start up of some sort it’s time to face reality. That reality is that I want to build tech. companies that enrich people’s lives and [...]

{ 1 comment }

Sleeping Cougar on Flickr

I’ve been using the blue light blocking glasses from lowbluelights.com for a few weeks now. I wanted to wrap up the project and these are the results I’ve seen personally: The glasses don’t make me sleepy. What I’ve found is that the exposure to the intensity of light matters as much as the type. For [...]

{ 0 comments }