Category Archives: Software

Toying with node.js

A commenter rightly complained that despite my claims of “playing around” with node.js, all I could come up was with the example in the man page. I replied saying that I did intend to post something that I wrote from scratch, and as promised, here is my first toy node.js program: var sys = require('sys'); [...]
Also posted in Internet, Technology | Tagged , , | 1 Comment

Some thoughts on dbShards

I heard about dbShards via two recent blog posts — one by Curt Monash and the other by Todd Hoff. It seemed like an interesting product, so I spent some time digging around on their website. As the name suggests, dbShards is all about sharding. Sharding, also known as partitioning, is the process of distributing a [...]
Also posted in Featured, Technology | Tagged , , , | 1 Comment

What is node.js?

Image via Wikipedia If you follow the world of Javascript and/or high-performance networking, you have probably heard of node.js. If you already grok Node, then this post is not for you; move along. If, however, you are a bit confused as to exactly what Node.js is and how it works, then you should read on. [...]
Also posted in Featured, Internet, Technology | 5 Comments

How the mouse moves

Random interesting find of the day: IOGraphica. Here’s mine for about 7 hours at work: Such a simple app, but such a fascinating output. An easy way to create computer generated art! Couple of observations: I have a dual-monitor setup at work. I use the left monitor for email for browsing and the right monitor [...]
Also posted in Art | Leave a comment

Big Data Analytics

DISCLAIMER: As with all other material on this blog, these are my thoughts and do NOT reflect the opinions of my employer. I really like the tagline on our logo: big data. fast insights. But leaving the marketing aside, what does it mean really? What is all the hoopla about big data analytics? The way [...]
Also posted in Aster | Leave a comment