Eurovision results of 2004 – 2008 May 20th, 2009

  That’s a visualization of eurovision results of past 5 years. I’m working on a new piece which is about recent competition (2009 Moscow) and i’ll put it here soon. click on them to zoom and by the way flickr set here.

eurovision_1.png eurovision_2.png eurovision_3.png eurovision_4.png

Schemaless MySql Database System May 1st, 2009

A few months ago i saw a blog post about friendfeed’s new approach to their database. just now during the mayday i found enough time to prototype an application of it. its called matDb and its very simple to use. I haven’t debugged it enough to use in a full scaled application but it’ll be pretty enough for little projects :) . Here’s a little example of matDB: http://pastie.org/465133.

And the outcome if the test application i linked above is:

matDB.png

As you see its pretty simple & straightforward you can read the original article which also includes indexes and compression here.

And the files are here for you to use & test :D .

Risk of getting infected while (social)networking April 27th, 2009

i was working on a presentation about HCI in computer security for my computer network security class and came up with this to use. size of circles represents the size of that social network comunity and the color represets the risk of getting infected by a malware.social_networking.png

Boxxy da php console April 25th, 2009

Boxxy is a php prototyping tool. It can be installed on any server with php5 installed. You can develop and test php codes rapidly. After you write your code just press ctrl+enter and blammo! If your code is valid the result will be displayed on screen with execution time. Firefox is recommended for use :D

Boxxy Source the source if you are interested.

Picture 1.png