July 06 2011

From www.xmlrpc.com:

What is XML-RPC? It's a spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the Internet.

It's remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed

Whith XML-RPC you can do a lot of usefull :P stuff like this:

January 22 2011

Hello, World. I'm an italian Computer Engineering student, free and open source software enthusiast and great pizza eater. This blog will be a notepad about programming, cutting edge technology and geeky things.

Let's start with an amazing ( :P ) code snippet in python language just to stay on-topic:

print "Hello, World"

and let's go on with an XKCD classic:

Python! I'm flying.

See you later folks!