The Stupid Olympics

I’m baffled on how stupid the British officials and politicians are. The entire show, is as bad in practice as it looks good on TV. Business starving for customers in Central London No one has tickets: either because are too expensive or because buying tickets was a Olympic sport on it’s own Empty stations and entire city areas because of TfL end-of-the-world-is-night emails Trains, somehow, still managed to get fucked up and cancelled Was all this on purpose?

August 1, 2012 Â· 1 min Â· 78 words

GhostDriver: a quick update

For whom might concern. Development of GhostDriver has been “slowed down” in the past 2/3 weeks for unforeseen heavy work schedule. The project is not dead AT ALL. Actually, important work has been done: I have implemented support for window.open() handling into the current PhantomJS master. This new feature in PhantomJS is KEY to unlock a whole set of functionalities that before we couldn’t implement in GhostDriver. So, while WebDriver Wire Protocol Commands were not added, a key blocker has been removed. ...

July 19, 2012 Â· 1 min Â· 112 words

GhostDriver: almost 50%

This post is long overdue. It’s weeks that I HAVE TO write it and yet couldn’t find the time to put it together. Oh well, better late than… Since my talk about GhostDriver at the Selenium Conference 2012 I have received lots of interest from the community about GhostDriver: finally a WebDriver for PhantomJS. If you haven’t followed me so far, a quick catch up: I’m working to implement the WebDriver WireProtocol on the top of PhantomJS, so to leverage our favorite headless browser. The project is proceeding, even though not as fast as I would have liked: you can find details about the current status in the “official” README.md and/or checking out the “Implemented Commands” spreadsheet. ...

June 26, 2012 Â· 3 min Â· 540 words

Git rebase: be a mother, not a plastic surgeon

Today I’m going to share a little tip about the use of Git. In contributing to open source projects, it happens sometimes that I have a long running branch; something on which I need to work for more than just few hours. The kind of work that goes on for weeks, sometimes months. **UPDATE: ** Matt suggested a great doc about rebasing. There is lol-cat-picture for every need Working on a branch is great: it let’s you work on a feature, a fix, an extension in total isolation, being sure you don’t disrupt anyone (and don’t embarrass yourself). ...

June 16, 2012 Â· 4 min Â· 852 words

Me @ the Selenium Conference 2012

It’s widely spread opinion that at some point of our career we, software people, should start giving speeches and talks. I’m firmly convinced that THAT is not for me, and I want to carve my ears out of my head every time I hear my heavily-accented-english, mixed with my ability to cut words and make the message come across barely understandable. But, this presentation was really important to me: I presented my-work-so-far on building a PhantomJS WebDriver. I call it GhostDriver (provisional name). ...

May 1, 2012 Â· 2 min Â· 221 words

A good memory is better than a sad reality

In the past few weeks/months an interesting trend started: game producers want to bring back to life genera that have come and gone. The most famous (has been on the tech-news channels for weeks) is Double Fine Adventure, the same people that have crafted incredible games that have colored my (our?) past: Double Fine Productions Founded in 2000 by industry veteran Tim Schafer (Day of the Tentacle, Full Throttle, Grim Fandango), the San Francisco-based company has established itself as a unique creative force with critically-acclaimed titles such as Psychonauts, Brutal Legend, Costume Quest, Stacking, Iron Brigade, Once Upon a Monster, and Double Fine Happy Action Theater. This year, you’ll be given a front-row seat as they revisit Tim’s design roots and create a brand-new, downloadable “Point-and-Click” graphic adventure game for the modern age. ...

April 29, 2012 Â· 3 min Â· 501 words

My current stake in PhantomJS

I have been spending a lot of time on PhantomJS in the last couple of months. But feels like I could have done much more: there are so many interesting issues to work on in the official tracker. ** Hey, why don’t you give us a hand? :) ** Some English expressions still puzzle me… Here is where my stake is. REPL I just finished putting down a new wiki page that explains a bit about the REPL and how it works. Give it a read and let me know if you want more clarification. ...

March 28, 2012 Â· 2 min Â· 395 words

PhantomJS REPL: it's ready for a taste

After 2 months of on-off working on this, I finally managed to make something I’m happy with: a REPL for PhantomJS. The last post I wrote about this was in November 2011 (!!!). But I started putting code together only in Jan 2012. So, overall, from the first commit until today is almost 2 months. First thing first: how do you get to try it? Well, you can get my fork, switch to the dev-repl branch and try it out: ...

February 27, 2012 Â· 2 min Â· 311 words

Web dev: do we need to raise the bar?

Articles like this one and initiatives like “pre-fix the Web”, aim to highlight to web-developers how important is to build a cross-browser web. The importance of such a point has been explained in so many places, there is no point in me saying anymore. People like Tim Huegdon can give you a far better lesson on this. But if you are after a “one sentence to blame them all”: If you write a website caring only to test it on WebKit based browser (worse, only your iPhone!!!), you are a MORON. ...

February 21, 2012 Â· 2 min Â· 387 words

My Rhinoceros likes WebSocket, not leafs

Last week I started implementing W3C Sockets API into a Rhino based JavaScript runtime. It seems like plumbing API from one environment to another is one of the activity I do the most. And if you dare doing a joke about my Italian-ness and Super Mario… you will be pointed in the direction of the door. Here I want to share a couple of findings. Rhino is not bad at all Yes, I said it. And who has worked in the past with me, knows how my opinion are hard to change. But they do sometimes, fortunately. ...

February 14, 2012 Â· 2 min Â· 399 words