Contacts

If you want to write me an email, than this little C program can print it out for you:

#include <stdio.h>
int main()
{
char* a = ".com";
char* b = "..gmail";
char* c = "...daniele";
char* d = "....pighin";
printf("%s.%s@%s.%s", c+3, d+4, b+2, a+1);
return 1;
}

I run an online community of amateur writers, some of whom are really good. If you want you can read them at http://scritturafresca.org, but be aware that site and writings are in Italian.

My gmail/gtalk username is daniele.pighin and my Skype contact is masterpiga. This is the nickname I typically use to register for Web sites and Internet services, so you can use it to find my stuff on flickr, last.fm and possibly other communities.

A previous version of my personal page is at daniele.pighin.googlepages.com.