Apr
20
Posted on 20-04-2007
Filed Under (Erlang) by Federico Feroldi on 20-04-2007

SlideAware has created a slick web-based solution for managing the life cycle of Powerpoint presentations. They started using Python, then they switched to Rails, and finally settled on pure Erlang. Using Erlang, they replaced a combination of Lighttpd + RoR + SQLlite + XMLRpc + Jython + Lucene with the much simpler and highly scalable stack of Yaws + Mnesia + Erlang.

They wrote an interesting article describing their technology choices. Check it out at this article on SlideAware’s blog.

[from Yariv's Blog]

(2) Comments    Read More   
Apr
20
Posted on 20-04-2007
Filed Under (Yahoo) by Federico Feroldi on 20-04-2007

Yahoo! Hack DayFollowing on from the success of Yahoo!’s internal Hack Days, I’m delighted to tell you that registration begins today for Yahoo!’s first-ever external Hack Day in Europe.

On June 16th and 17th, London’s historic Alexandra Palace will experience the buzz of innovation as up to 500 external web developers and new media technologists join together for a fun and free flowing exchange of ideas. The ultimate goal: to create and innovate the next generation of Internet services.

In you’re interested in finding out more or checking out the external registration site, go to http://hackday.org/.

(0) Comments    Read More   
Apr
19
Posted on 19-04-2007
Filed Under (pixzone) by Federico Feroldi on 19-04-2007

While looking for my lost posts I’ve found that you can get back the last fetched feed from Google Reader from the URL below:

http://www.google.com/reader/atom/feed/FEED_URL?n=MAX_ITEMS

Then I got back about 50 posts from my lost pixzone.com blog in atom format.

My next step is to create a small converter from Atom to WordPress Extended RSS (WXR) format that I can use to import back the posts in WordPress, I already found some Ruby code for reference.

Update: I’ve created a small perl script to convert the Atom generated by Google Reader to the WordPress Extended RSS (WXR) format, you’ll find the Perl source below. You’ll also need to patch the wp_create_post() function in wp-include/post.php to keep the post IDs unchanged if you have included the post ID in the permalink and you don’t want to have a lot of 404s in your logs! :)

Read the rest of this entry »

(0) Comments    Read More   
Apr
16
Posted on 16-04-2007
Filed Under (pixzone) by Federico Feroldi on 16-04-2007

After months of offline, I’m glad to announce that I’ve found a new home for my blog. Thanks to my Nimboo mate Giovanni I got WordPress installed and slowly I’ll try to revert my old posts from the Google cache.

(1) Comment    Read More