December 2010
31 posts
DDoS Attack On Wikileaks Increasing →
It seems that by DDoS’ing Wikileaks almost proves that they have valid data on the US Gov… and they have something they don’t want people to see. However, by doing a poor job of the DDoS everyone can still get the data, so maybe I’ll go check it out ;) j/k. Hmm… wonder what they did that is so bad they don’t want leaked.
According to the Twitter feed for...
November 2010
25 posts
Toothpaste for burns →
Wow…
Apply a small amount of toothpaste. This works great and will make the feel of the burn go away.
Project CCNx - How To →
I got CCNx up and running on my Ubuntu system. It turns out that the java code runs the ccnd (CCNx Daemon) from the C++ code. So you must first build the C Source, which then gets called by Java.
To compile the C Code from a fresh install of Ubuntu 10.10 I had to install the dependencies:
sudo apt-get update
sudo apt-get install git-core python-dev libssl-dev libpcap-dev libexpat1-dev...
Wave is Back! →
Well… almost. Its a Incubator project over at Apache. Hope it lives on!
Apache Wave is the project where wave technology is developed at Apache. Wave in a Box (WIAB) is the name of the main product at the moment, which is a server that hosts and federates waves, supports extensive APIs, and provides a rich web client. This project also includes an implementation of the Wave Federation...
Don’t just Computerize, Notarize!!
Java Syntax
Is it too much to ask Java to support this?if ((foo == i || j || k) && (bar == x || y || z)) {
Sys.out(“Seems more natural.”);
} Or am I just being picky?
Maps Data API deprecation announcement →
I was playing with the Google Maps Data API for one of my projects!
Guess I’ll check out this Fusion Tables Project instead.
Earlier this year we launched a feature in the Google Maps API v3 that renders data stored in Fusion Tables, a Google Research project for storing large structured data sets in the cloud, which has an SQL based API, and recently gained support for spatial...