WWDC 07 Keynote WebSites Coverage - Simple Links

Submitted by fabio on Mon, 2007-06-11 09:29.

Today Steve Jobs will do his keynote at WWDC 2007.

There is a lot of excitement for this event as probably he will reveal what will be the next cool products by Apple.

Probably we will have lot of news on the next to be launched iPhone!

So.. if this event interests you below there are some websites which will coverage Jobs' keynote live.

engadget.com

Thunderbird: Sort / Rearrange accounts and define a startup folder using the Folderpane Tools Extension

Submitted by fabio on Sun, 2007-05-27 17:17.

I use Thunderbird as my email client. I'm very satisfied with it: I spend a considerable amount of time writing/reading emails and Thunderbird has always been a wonderful tool for this.

Two features I always missed from Thunderbird were the ability to sort the different accounts on my profile to my taste and defining a default start up folder.

A simple math expression calculator in ocaml

Submitted by fabio on Sun, 2007-05-13 14:29.

I'm studying for the course of "Programming Paradigm" (traslation of Paradigmi di Programmazione) where we study different programming approaches by using some new programming languages.

The first programming language we are using is ocaml, a functional programming oriented language (for more informations read the ocaml Wikipedia page).

As first exercise we have developed a simple math expression calculator: for example given a string like (3*2)+5 the program is able to calculate the result.

Call Center Movie

Last updated on Wed, 2010-04-14 08:04. Originally submitted by fabio on 2007-05-07 00:30.

Did you ever had really bad experiences with a customer services call center?

Well... I did! Actually I've been satisfied by customer services and call centers just few times.

This is why I really enjoyed the Call Center Movie.

Enjoy it!

Converting Boot Loader from LILO to GRUB

Submitted by fabio on Mon, 2007-04-30 10:47.

When I installed Arch Linux on my notebook I choose to install LILO as Boot Loader.

Why? Because, as a long time Slackware user, I didn't use GRUB enough and I didn't have the time to learn it.

Unfortunately, maintaining an Arch Linux system with LILO as boot loader is quite tiring because every time the default kernel is changed lilo needs to be reinstalled.

Are you a web designer? Take the survey now

Submitted by fabio on Wed, 2007-04-25 23:51.

A List APart, the web designers webzine, is doing a survey about the different aspects of the web profession.

Fighting spam comments with Drupal

Last updated on Sun, 2009-08-09 04:11. Originally submitted by fabio on 2007-04-21 10:05.

UPDATE August 2009: this article is pretty old now. During the past years there have been new stuff coming out, most notably Mollom. I'm currently using it as a spam filtering tool and it's working great. Please take the following consideration as pretty outdated.

During the past weeks this site has been targeted by some bots which posted spam comments.

As soon as the spam comments appeared I started deleting them using Drupal comments administration however, as a spam comment was received every 2-3 hours, this was not an affordable way to keep my website spam free.

Keep your Firefox Bookmarks synchronized using Foxmarks

Submitted by fabio on Tue, 2007-03-27 11:39.

Foxmarks Bookmark Synchronizer Preview

The Foxmarks Bookmark Synchronizer is a cool Firefox extension I recently discovered.

By uploading your bookmarks to your FTP server or using Foxmarks.com it let your bookmarks to be synchronized between all your different Firefox installs you have on multiple computers.

ArchLinux pacman: use a mirror next to you

Submitted by fabio on Sun, 2007-03-25 18:10.

The main ArchLinux ftp server recently had some bandwith problems due to a lot of people using it has their main mirror for their pacman updates.

This issues have been fixed by the archlinux administrators by throttling the bandwith of ftp.archlinux.org. This means that downloading from it will be extremely slow.

WPA-PSK on Linux Intel centrino ipw2100

Last updated on Sat, 2008-02-16 15:09. Originally submitted by fabio on 2007-03-14 19:01.

I recently converted my wired LAN to a wireless WLAN.

This is the steps I made to create a WPA-PSK secured WLAN with my Intel centrino ipw2100 wireless card under Linux.
I report here the commands and configuration files used . I hope those will be helpful for someone else.