Archive for March, 2008

Earth Hour on 2008

I will be turning off my lights on the March 29th 2008 for one hour at 7:30 pm. Please join me, and many others on this symbolic event to create awareness for global warming. Try to spread the news in your community. Here is a video about EARTH HOUR 2008. Let`s help Sydney, Australia to [...]

Read the rest of this entry »

python and resolving ips from a csv file.

Problem: I have a CSV file where I have source and destination IPs. I want to resolve only destination IPs. Format of my CSV file: (let`s call it test.csv) (it`s tab separated…) 99.88.77.66 11.22.33.44 118340.86 187 The solution is pretty simple with python: #!/usr/bin/env python import csv import socket reader = csv.reader(open(“./test.csv”, “rb”), delimiter=” “) [...]

Read the rest of this entry »

RIP Arthur C Clarke

Rest in Peace Sir Arthur C. Clarke. Today Sir Arthur C Clarke passed away at the age of 90 at Sri Lanka…

Read the rest of this entry »

24 inch iMac

I pulled the trigger on this 24 inch iMac. So far so good. I was expecting harsh battles with Leopard… But it looks like things are going very good so far. After some 8 hours of usage, I`m still happy with OS X. I have some projects in the future. But first i need to [...]

Read the rest of this entry »

Happy pi day!

Happy pi day everyone. And happy birthday Einstein!

Read the rest of this entry »