Publish the Daily Garfield on Facebook shell script

For years now, I’m posting the daily Garfield and Dilbert comic on my Facebook page.

This is the (clumsy) script that does that:

#!/bin/sh
URLBASE="http://comics.kamens.brookline.ma.us/cgi-bin/comics?which=specified&Garfield=include&specified=Garfield&numdays=1&width=&height=&noheaders=on&reload=reload"
wget -O page.html -erobots=off ${URLBASE}/
IMGURL=`grep "assets.amuniversal.com" page.html | awk -F'"' '{print $8}' | head -1`
wget -O garfield.gif ${IMGURL}
./mail.pl garfield.gif your-mobile-FB-emailaddress "Daily Garfield"
rm -rf page.html && rm -rf garfield.gif

Since I don’t want to use Mutt or sendmail, I’m using perl and Mail::Sender:

Mail.pl:

#!/usr/bin/perl -w
# Usage: ./mail.pl attachment to-address subject
my $file = $ARGV[0];
my $tolist = $ARGV[1];
my $subject = $ARGV[2];
my $datum= `date "+%d-%m-%Y"`; # optional
use Mail::Sender;
$sender = new Mail::Sender;if ($sender->MailFile({ 
smtp => 'localhost', 
from => 'fromuser@domain.com', 
to => "$tolist", 
subject => "$subject - $datum", 
msg => " ", 
file => "$file", 
}) < 0) { 
die "$Mail::Sender::Error\n"; 
} 
print "Mail sent OK.\n";

As always, YMMV.

Hyves account opzeggen / verwijderen / deleten

Zelf doe ik al helemaal niets meer op Hyves dus werd het tijd om mijn account op te heffen. Grappig genoeg kan je op de site van Hyves.nl hier GEEN informatie over vinden en op honderden sites kom je steeds een niet werkende link tegen.

Wel nu, hier is ie dan; een werkende ‘Verwijder mijn account’-link:

http://hyves.nl/?module=Layout&action=showDel

Klik op ‘Ik neem afscheid’.

Vul je wachtwoord in en klik op ‘Verwijderen’,

Als het goed is ontvang je een bevestigings email.
Klik op de link in die mail, bevestig het verwijderen:

…en klaar is Kees!

Poste Italiane: International shipments price list 2011

Seems to be it’s impossibile to find out how much the Italian Postal service is charging for a simple shipment of a box outside Italy. In fact, on their site they ONLY show you the more expensive ways (PaccoCelere Internazionale, QuickPak Europe, EMS) but these services have a starting price of € 28 ! There’s NO direct link on their site towards this page: http://www.poste.it/postali/ordinario/estero.shtml

So, if you’re in Italy and you need to ship something, ask for “pacco ordinario per l’estero’. They won’t have any documentation about it and the price will depend on weight, country and if you’ll be using air or ground services.

But how to know what it’ll cost… Well, see the attached image of an internal document of the Poste Italiane! Should be valid from 2011 but your mileage may vary: prices are always subject to change (mostly without notice).

Spedireweb.it: NON funziona!

-UPDATE-

Lascia perdere SpedireWeb; dopo un sacco di problemi (spedizione perse, niente rimborsi, ecc) sono passato a TNT-Click.it che funziona davvero bene.

Visita il sito tnt-click e spedisci con lo sconto

Oggi ho fatto la mia prima prova con www.spedireweb.it; ho compilato i moduli, ho pagato € 6,98 tramite paypal e ho ricevuto subito via mail la bolla da stampare e da applicare sul pacco. Alle fine usano TNT Express per il ritoro e la spedizione: niente male per questo prezzo!

Domani il pacco viene ritirato e dovrebbe arrivare alla destinazione entro 3 giorni. Vediamo!

Aumento tariffe Paccocelere di Poste Italiane

Eccomi qui a fare l’ennesimo post per annunciare l’aumento delle tariffe postali del “pacco celere” che è operativo dal 24 agosto scorso e che, ovviamente, è avvenuto in sordina, senza nessun avviso per gli utenti.

Per chi vende online o per chi partecipa a swap, baratti, scambi e simili (come me) è l’ennesimo salasso ingiustificato, ingiustificato perché essenzialmente la qualità dei servizi postali nazionali peggiora invece di migliorare, malgrado gli aumenti costanti e abbondanti!
Stessa cosa per chi ama comprare online (come me ancora una volta) che si vedrà addebitate spese di spedizione ancora più care.

Per calcolare l’aumento basta aggiungere il costo dell’IVA al 20% ai prezzi del paccocelere, quindi la postacelere 1 passa da 10 a 12,00 euro, mentre il pacco celere 3 passa da 9,50 a 11,40 euro (quasi quasi conviene di più il primo tanto per 60 centesimi di differenza…) e il pacco celere 1 (da 0 a 3kg.) passa da 13,00 a 15,60 euro!

Però una buona notizia c’è, sono venuta a conoscenza di un nuovo servizio privato, per spedire in Italia, che ha costi un po’ inferiori, devo solo provarlo e poi preparo una bella recensione a “blog unificati”… Si chiama www.spedireweb.it.