Calculate IBAN (International Bank Account Number) in The Netherlands
In The Netherlands, the European rule to use only IBAN for all bank transfer is not applied, yet.
The problem come when you don’t have a national bank account and you need to pay a bill or someone. Usually they provide you only the account number and 90% of the cases without the possibility to ask for the IBAN.
Fortunately exist a IBAN calculator here, which provide you the automatic calculation of IBAN and BIC.
FOSDEM 2010
After long times I finally have time to publish my impressions about FOSDEM 2010.
In advance I can say it was a beautiful experience.

I arrived on Friday afternoon and I met the other fedora ambassadors for the EMEA Ambassador meeting, let me say meeting face to face is worthy more thatn 1000 characters typed on IRC. It Was a pleasure to see a lot of new faces and meet again all the veterans after long time. A lot of Greeks and a lot of people coming from The Netherlands.
On Saturday afternoon I gave a speech on Groovy. It was a really base introduction starting from a Java code. The room was completely full of people, and let me say the java room were only from people really interested to, it was far from the whole event, so every person there was more interesting. At the end the talk went pretty well. I was so nervous and I made a lot of mistakes while typed my code live, I also broke it swapping missingMethodException and methodMissing().
Anyway the good news for me is that globally groovy is a technology that still gain a lot of people, considering is not anymore the hottest one (I mean the one under the reflectors, like Scala is right now).


I didn’t follow any talk, I spent all my time talking with a lot of people in particular Fedora ambassadors, to have improve my network with them. This time my english was much better and I could contribute more with my thoughts.

I stayed almost all Sunday at Fedora booth. I left it just to have help from sspeitzer to flash it with cynogemod. We dumped it and we were close to start the flash, but I needed to backup my data before so we didn’t go further. I still trying to syncronize my calendar but seems no calendar alternative applications are available on Android (and this sucks).
The social events were really amazing, we went twice to Delirium Cafe and I can say Belgian beers are amazing! I Love them!



What it will remains impress in my mind, from this FOSDEM, it will be the friendly spirit and the coperation we had. It was impressing how we managed the booth and the organization, in particular was terrific the cooperations cross-distribution we have with other guys from Debian, Centos… I believe the decision of the FOSDEM organization to mix the distributions rooms was a good choice.
It was worthy for my coming to this event, I went home with a lot of new ideas and motivations.



And I discovered that I love Brussels!

Other photos here.
Step up or shut up
“Step up or shut up!“, created by Jeroen Van Meewen (aka Kanarip) is THE most real opensouce motto. Every person who is going to write an email of complains/flames/request/whatever, should stop writing, read it, count until 1111 and then start thinking.
Giro del ring. Don’t do it!!!
Despite my blog is fully covered of crappy nerdy technology, this article is something different. The first title for this article was Laura B “for dummies”.
Main goal of this article (whichi is only the first of the many advices you might have) is just avoid you weird episodes you might have if you travel/hang out/whatever with Laura Bull (I will use her name just to preserve her your privacy).
Here what happens in Vienna (from one of our traveler, me):
[...]
A couple of time happens also that we got trapped of the famous (in all over the world) “giro del ring” (ring’s tour) from Laura B (I don’t put the whole name to preserve her privacy, otherwise people will start asking her to have it)…
The procedure is basically simple, Laura, which is most of the time sleeping, jump up and say “let’s do the ring’s tour”, and you say “ok, but which tram should we catch”, before you finish the sentence, she’s already on the first one (which is the only one that go in the opposite or a completely wrong direction
)…
When you realize your error…it just too late.
[...]
So rule number one: never follow her…The idea to go in a city that hasn’t a ring, is not valid. She can do it even without a Ring. Be careful.
Next lesson, sooner or later (about cruise expedition or trips)…
Road to FOSDEM 2010
As most of you already know (if you don’t, never mind, I will forgive you
), I’m going to give a lightning talk in the Free Java Dev room at FOSDEM about Groovy. The title will be “Groovy: the cool side of java” and basically it will be an hand-on speech. No slide, just code. I will start from a simple Java code and I will rewrite it in Groovy. During the demo/live I will give some basics explanation about how is groovy working and we will see the power and the value that Groovy add at the top of JVM compared with a static language like Java.
Here the code that I wrote:
import java.util.ArrayList;
import java.util.List;
import java.util.Collections;
class TestJava{
public static void main(String[] args) {
new DoStuffs().doIt();
}
}
class DoStuffs{
public void doIt(){
List al = new ArrayList();
System.out.println("* Initial size of"+al.getClass()+" : " + al.size() + " with elements "+al);
al.add("this");
al.add("is");
al.add("just");
al.add("test");
System.out.println("* Final size of"+al.getClass()+" : " + al.size() + " with elements "+al);
System.out.println("* Let's add some stuffs");
al.add(2,"a");
al.add(3,"cool");
System.out.println("* Done "+al);
System.out.println("");
System.out.println("- Before ordering"+al);
Collections.sort(al);
System.out.println("- After ordering "+al);
System.out.println("");
List al2 = al.subList(2,4);
System.out.println("- Sublisting "+al2);
System.out.println("");
if(al.size() > 0){
for (int i=0; i< al.size(); i++) {
al.set(i, al.get(i)+" \\o/ ");
}
System.out.println("Let's show the element in the reverse order: ");
for (int i=al.size()-1; i>=0; i--){
System.out.println("<"+i+"> "+al.get(i));
}
}
if(al != null){
List sub = new ArrayList();
for (int i=0; i< al.size(); i++) {
String el = (String) al.get(i);
if(el.contains("t")) {
sub.add(al.get(i));
}
}
System.out.println("- After grep "+ sub);
}
}
}
Cerea Fair Report – Jan 2010
Cerea is a small town, near Verona, characterized by a really huge exposition area, called AreaExpo, which counts a long series of events and expositions every year.
Before talking about the conference, I would like to talk a bit about the story of this event. Since I had the first contact and we got introduced to the possibility to have an active participation there, I was convinced on the importance of it. As Italian ambassadors we had to consider it as a key event.

Everything was possible thanks to Emanuele, friend and university mate, involved in some NPO of the area: LUGMan, Protezione civile, ARCO, etc. During MemoByte 2009, he introduced us to this fair and propose a huge Fedora participation.
I attended the Summer edition on August with Davide to have a look at the area and a better idea of the place. I was really impressed about it. Basically, the exposition area is divided into two parts: the exposition and the conference room with spots for 250 people.

The initial proposal and idea was to fill the conference room with talks during all the fair; I could say my best wish was to have Chitlesh Goorah speaking about Fedora FEL.
Unfortunately (and sadly) the Italian community didn’t answer very well (when I proposed it I got as answer only complains about the distance, the place, this and that…and so on…), so we (me and Emanuele) decided to do something lighter, less heavy (even for who organized) and with less resources required: a booth in the exposition area.

The (dream) team was composed by 5 people: Me, Alexjan, Marina, Davide and Lorenzo. The plans was to get there on Friday evening (I arrived on Saturday morning), stay there until Sunday evening. Due the impossibility to came back every night I arranged to sleep in an hostel near Cerea.
The exposition was really good, basically full of electronic, used stuff, radio amateurs, and various mixed booths. Indeed it was full of people; the organizations estimate around 10000 ~25000 people attended the event. We got also a really nice position, we were placed near the entrance, where all the people passed by after entering in the area.
A lot of people stop by and try the computers, ask questions and talk with us; statistically speaking most of them were above 40 years old, but I saw also some young people (not so many anyway).
The most common question people asked us were: “why not Ubuntu?” and “what are the differences?”; someone asked also “What is Linux?”. Next time I’ll bring a “fedora starter kit” with the most Frequently Asked Questions.

I really like the way we handle this event. My organization was a bit confused at the beginning because 1000Km distance are not handy but the team did and excellent job. In fact I cannot to say thanks to Stefano, who didn’t join us but did a fundamental job by helping me, like my right hand.
On my side, there are a lot of stuff that have to be improved, we manage successfully to get some CDs and DVDs (thanks to fedora) but due to some problems I couldn’t print the latest 4 foundation banner, we used the old Freedom, Voice and Infinity one.
Next time I want to design and try a new gadget concept. Instead of having CDs and DVDs I want to prepare and give a transparent plastic CD cover without a CD/DVD inside, but just information about:
• what is fedora
• how download and burn it
• how to join
Why this? Because, in Italy at least, most of the people who ask for CD/DVD don’t really need it, they need only the cover and the information printed on it.
Last but not least, this, for now, will be the last even I’ll organize in Italy. I’m now busy on FAmSCo stuffs and I still have to getting in and being more productive. Moreover the distance doesn’t help me, and I would like to see if the Italian community can walk without me.

I also decided to give my Ambassador polo, which is really big for me (I’ll get a new one two size less) to Alexjan. Like Max give to me for my involvement in Fedora, I’ll give to him because he is really doing good stuff for Fedora.
I have to congratulate with him and with all of the team, for the passion, the care and the effort they put on this event: I have to give my welcome to Marina, who will join our ambassador community.
In conclusion, this event was double worthy. Looking the relation with the outside world, we spot in a prolific (linux speaking) area and will give us opportunities to have at least two/three events per year. Looking internally we enhance our team, our relations, I believe having a face-to-face speaking was 10000 better than talking only via email and fortified your relation for present and future.
You can find additional photos from the event here.
Shake me like a monkey – Dave Mattews Band
The thing I like about you
Is the way you
The way that you do
The thing I like about you
God and the devil alone
Could not have made you up
The two must have worked
As one together
So good just wanna eat you up
Nothing like the real thing
Lick your sticky fingers boy
And sing for your dinner sing
Come on pretty baby
Make me lose my mind
Everybody get together
Gonna make love shine
Do you know what it is
To feel the light of love inside you?
And all the darkness falls away
If you feel the way I feel
Then believe we have the answer
I’ve been searching for tonight
Love me baby love me baby
Shake me like a monkey baby
Forever I’m yours yours yours
Yeah forever I’m
I, I, I
Can’t stop thinking about you
Yeah yeah yeah
Why would I want to
I like my coffee with toast and jelly
But I’d rather be licking
From your back to your belly
I, I, I
Think I’m going to
Do you know what it is
To feel the light of love inside you?
And all the darkness falls away
If you feel the way I feel
Then believe we have the answer
I’ve been searching for tonight
Love me baby love me baby
Shake me like a monkey baby
Forever I’m yours yours yours
Yeah forever I’m
Cigarettes and coffee
Broken hearts and being lonely
Little girls and ponies
Things that go together
Yes and no
You have to choose
Romeo and Juliet
The hang man and his noose
You and me we go good together
Kiss kiss make a wish
Hope that it comes true
I ain’t waiting for the world to change
Gonna change the world for you
Come on pretty baby
Make you lose your mind
Everybody get together
Gonna make love shine
Do you know what it is
To feel the light of love inside you?
And all the darkness falls away
If you feel the way I feel
Then believe we have the answer
I’ve been searching for tonight
Love me baby love me baby
Shake me like a monkey baby
Forever I’m yours yours yours
Yeah forever I’m
Come on everybody
Make me lose my mind
Everybody get together
Gonna make love shine






