"X - Senza Titolo"

“X - Senza Titolo” - Il Film from Ivan De Marino on Vimeo. This video is something we were supposed to put together… 10 years ago! we were young, stupid, bored and lonely in a country-side city. The video is in Italian, unfortunately. But I’m sure you can have fun even not understanding the speech. :D This is a sort of “gift” to my friends and… to young me. Long gone. 10 anni fa, in una strana, calda, solitaria estate Pomi-Bruscianese, 3 fessi decisero di fare “Il Film”… invece eh asci’ e mettr eh man n’cul eh femmn… Senza copione, storia, mezzi, ma soprattutto senza TALENTO, questi 3 sfigati si armarono di telecamera, voglia di ridere e altri mezzi di fortuna. Il risultato è l’ABOMINIO INTELLETTUALE a cui avete appena assistito. Si, la storia si conclude qui: era cominciata senza senso, non vi aspettereste mica che lo acquisti nel durante. No? E poi questi 3 ormai vivono in 3 parti molto lontane del globo: l’unico modo per dar finalmente un senso a tutto questo, sarebbe convincerli a continuar l’opra. Dubitiamo ci sia qualcuno interessato a farglielo fare :) ...

October 26, 2010 Â· 1 min Â· 192 words

"So Long, and Thanks for All the Fish"

I have been thinking of writing a post to “motivate” why this should have happened. My most tweeted rant is: Symbian is dead, long live S60 But today Nokia decided to do it out of the blue (not really). So now I just have to acknowledge that I’m late. :) What the heck am I talking about? Yes, I know, my ability to explain myself, sometimes, fails big time. But if you are here, I want to assume that you know who I’m and, more or less, where I come from. If you don’t, why the heck are you reading my intellectual blasphemy? Go home! ...

October 21, 2010 Â· 5 min Â· 1018 words

Mind your own Belief

cs> Come back to God. You are still on time to get baptised. You can save your childrens: baptise them! God will have mercy of their souls and allow them to the Heaven! me> Excuse me, what are you doing? cs> I’m spreading the world of Christ! me> Christ?!?! That is great! cs> Yes, I know. Thanks. me> So, he told you about that? cs> Who? About what? me> Christ. You said you are spreading his word. ...

September 15, 2010 Â· 4 min Â· 669 words

New Job. New Blog. New Life(?)

A lot is changing in my life. I’m getting older, I’m getting wiser, I’m getting “stupider” (like it was even possible :-P ). New Job Last Friday (3rd of Sep 2010) I left Orange Labs UK. After 2 years and 2 months, my work at this the UK branch of France Telecom R&D is over. I have been involved in a number of projects with various degrees of commitment: some full time, some to land a hand, some to just criticise and make fun of colleagues (just kidding: it was more like trying to shutdown wasteful project branching and focusing on the good targets :-P ). ...

September 8, 2010 Â· 5 min Â· 864 words

Hello World, again!

1 $ echo "Hello World!" This is my first post from a whole new backend. Yes, I’m leaving the underperforming and unreliable Bluehost Hosting for a scalable, distributed, load-balanced, reliable, powerful platform. I’m going Google. I’m moving to App Engine. To make App Engine serve my purpose, I picked a small, cute, interesting project to do the job: Bloggart, made by brilliant Arachnid (Nick Johnson). The old posts you ask? Yes, I’m working on a strategy for that. Most probably will work a bit on Bloggart to welcome my Wordpress’s data, and use the App Engine Bulk Loader. Of course, there will be quite few bumps on the way: Bloggart is not Wordpress. I’m sure there will be tons of features that will be left out. But Bloggart and App Engine suite my primary purpose: Speeeeeed. In fact, I recommend you take a good look at this series of article on Nick’s blog where he goes step-by-step through the development of his project: really cool stuff. ...

August 30, 2010 Â· 1 min Â· 181 words

Books that are my Developer Mantra

I can’t put it any simpler: buy and read those 2 books ASAP. Getting Real Rework This is proper stuff. This is stuff that translates into words what you, THE DEVELOPER, would like to have in your daily work life. And probably the reason for which having a pet project, something where you set the rules, helps remaining sane, and sometimes to dream that, one day, you will be on your own.

May 3, 2010 Â· 1 min Â· 72 words

Job's (a bit) wrong

This is a set of commets to some of the asserts made by Steve Jobs in his Thoughts on Flash. Safari has just ~5.5% of web users share […] Apple even creates open standards for the web. For example, Apple began with a small open source project and created WebKit, a complete open-source HTML5 rendering engine that is the heart of the Safari web browser used in all our products. WebKit has been widely adopted. Google uses it for Android’s browser, Palm uses it, Nokia uses it, and RIM (Blackberry) has announced they will use it too. Almost every smartphone web browser other than Microsoft’s uses WebKit. By making its WebKit technology open, Apple has set the standard for mobile web browsers. […] Ehm, what about Netscape Gecko? It’s not just Firefox and it’s share of web users, much larger than the one of Safari, but also the fact that the Mozilla Foundation is very much involved in building (W3C) standards like HTML5 et similia. I can see that you used the word “Almost”, but that’s not a good start: Steve, let’s try to be more fair here. ...

May 2, 2010 Â· 5 min Â· 1043 words

Roald Dahl Plass in 360

This took some patience. Not to take the pictures themselves, but to bear with a group of trip-mates that were either freezing or bored to wait for me to take this 12 pictures -_- Roald Dahl Plass Do you like it? If so, I have a larger (way larger) version.

April 12, 2010 Â· 1 min Â· 50 words

The Story of Bottled Water

Show this to as much peoples as possible. It probably something some informed/smart people already know, but I admit that having someone making a video of it, makes it more “rememberable”, so more effective on (my) future behaviour. I’m cheese? I’m controllable through videos? Possibly, but in this case I’m OK with that. More at: The Story of Stuff.

March 30, 2010 Â· 1 min Â· 59 words

3 o'clock javascript

I was writing some code to react at a textarea.onKeyUp. I take the size of the current textarea.val().length, update an element and do some other stuff. yawn The first version of the code looked like: 1 2 3 4 $('#message').keyup(function(e){ $('#chars_num').html( new_len ); $('#sms_num').html( Math.floor($('#message').val().length / 161) +1) ); }); Working good, but was clearly slow: every keystroke was “giving back the cursor” too slowly for a fast typer like me. I went to take a look at twitter, and their text box was WAY FASTER. ...

March 28, 2010 Â· 1 min Â· 201 words