Riccardo Govoni,
last modified on Mar 12, 2008 - 14:55
Hi there
The name is Riccardo Govoni. I’m a Software Engineer working in Google London. I have a passion for data visualizations, data mining, theoretical physics, xkcd, having lots of vi (or emacs, depending on the mood) buffers on screen and coding in general. Learn more about me.
Additional Resources
Have a look at the site blog, the Site map or a selection of some of the projects I work on (mostly in my spare time, likely to be out of date).
Featured Projects
Rhizosphere, is an innovative project to provide in-browser html-based spatial navigation and interaction on structured data.
Borg, brand new v3.2 is out!
2 Comments to this page
Hi Robert, thanks for your tips. I'll forward them to DevX.com to have the article updated.
Point 2) is a bit strange, since when developing the sample I've never touched nor configured the database and everything worked ... can you send to my mail address the steps you followed and the error message that Rails printed out? I'll investigate on that.
Unfortunately the Pastie link was working the night before publishing the article. That resource is currently out of my control, but I hope it will recover soon. "Pastie" is just a sort of public clipboard when lots of people dump there their scripts. This particular one just scans the ruby files of your rails application applying regexps to find out potentially troublesome function calls (such as deprecated or obsolete ones).
I enjoyed reading through the article and watching the screencast. Nice work. Thank you.
Couple of minor observations:
(1) The "flickr_helper.rb" file, as described on page 2 is located in the /lib folder, not in the /config directory (which is where I went looking for it, or in the source code root (which is where the article text kind of led you to believe it might be)
(2) Nothing worked until a database stub was setup and migrated; a point not addressed in the setup steps.
(3) The initial page load at localhost:3000 took quite awhile while (I assume) the connection and files from Flickr were being setup. You might make a mention of this in the article.
(4) The "Pastie" link is down.