Monthly Archive for February, 2008

Ordine e cassa

Leggendo i referer di questo sito, ho scoperto che qualcuno l’ha raggiunto interrogando un motore di ricerca per

Che vantaggi ho ad essere iscritto all’Ordine degli Ingegneri

Come si dice in questi casi “poche idee ma confuse”. :)
Non è un discorso di vantaggi: non c’è molto da scegliere, si deve seguire la legge.

  1. Se si è ingegneri lavoratori dipendenti, si sarà iscritti all’INPS e ci si potrà (volendo, non è obbligatorio) iscrivere anche all’Ordine degli Ingegneri della propria provincia: ci si potrà iscrivere al solo Ordine, non alla cassa, versando già i contributi all’INPS;
  2. se invece si è ingegneri liberi professionisti, aventi quindi Partita IVA, ci si iscriverà all’Ordine e obbligatoriamente anche all’Inarcassa.

Gli unici quindi per i quali esiste una scelta e, teoricamente, un possibile vantaggio, mi pare siano gli ingegneri dipendenti che, iscrivendosi anche all’Ordine, potrebbero “firmare” eventuali progetti dell’azienda per la quale lavorano: è comunque un caso davvero raro.

Six words are enough

A friend has indirectly drawn my attention to an old issue of Wired, where it says that

Hemingway once wrote a story in just six words (”For sale: baby shoes, never worn.”) and is said to have called it his best work.

The proposed game is to write a biography using only six words.

Already written by Hemingway: I quit.

:)

Deep thoughts hardly vanish

Reading the referers of this website, I found that someone reached it querying a search engine for

Why do we need to do campfire at night?

Perphaps this is not the right question: a better question would be “Why do we want to have a campfire at night?”. We don’t live in the wilderness anymore and, nowadays, using a campfire at night to keep beasts away is a very unusual need. Anyhow, our paleolithic ancestor still holds a place in our, let me say, deep thoughts brain area. The surface of this planet hosts diverse billions of humans, not just one hundred thousand as it did during that era but, sadly, the way we approach the world has not changed that much.

Non solo PD :)

Da un paio di giorni è partita la corsa al massacro del sito del Partito Democratico. :) Non voglio partecipare a questo gioco ma, avendo sollevato (privatamente purtroppo, non sul blog) in tempi non sospetti le mie brave critiche tecniche, voglio proporre un’estensione dell’idea.

Ho guardato i siti dei partiti con rappresentanza parlamentare: stendendo un velo pietoso su quasi tutti, voglio segnalare, con personalissimo giudizio, i migliori.

  1. Sinistra Critica: in assoluto il migliore. Mi piace: non c’è niente da fare. :) Aspetto chiaro, leggibile, realizzato con un CMS libero (Drupal) e con i contenuti in Creative Commons. Bravi!
  2. Partito Socialista: hanno avuto il coraggio di scegliere la semplicità assoluta di un layout con una sola colonna… mi comunica un grande senso di quiete, come dopo una tempesta. :)
  3. Movimento per l’Autonomia: pur essendo un Transitional, è l’unico bollino verde del validatore di Firefox.
  4. Alleanza Nazionale: ci sono tutti gli amenicoli “ueb tiu siro” :) che vanno tanto di moda, eppure l’impostazione è davvero chiara.

Non voterò per uno di loro ma questo è un dettaglio. :)

Real life (6)

How many (supposed) developers does it take to enhance with a shiny 404 the enterprise version of one of the biggest Euro-zone e-banking websites? Just one… who occasionally puts cutes C:\my_path> inside hrefs!

Yes we can. Really? :)

Dear Walter,
our Country is so messy that to start using English slogans is something we really don’t need, not at all.
I know that, before “Yes we can”, you’ve already used “I care” but please, try to refrain yourself from this bad habit.
:)

When a news page doesn’t offer a feed

Yesterday TrueCrypt 5.0 was released. Unfortunately, they don’t use a feed to announce their news.

An old question of mine is: how to get noticed when a webpage changes? A simple but effective answer is: to check periodically its changes with something like

curl -s http://www.truecrypt.org/news.php | sha512sum

This is not a complete script but it can give you a good hint, though.

Un’occasione persa?

Sono iscritto alla Associazione Coscioni e il prossimo 16 febbraio, si terrà a Salerno la riunione dei blogger laici al VI Congresso dell’associazione stessa: quando Metilparaben mi mandò l’invito, risposi con la seguente mail (misi in copia anche l’associazione).

Ciao.
Ti ringrazio per l’invito a Salerno: purtroppo non potrò esserci ma certamente scriverò a proposito dell’evento sul blog.

Però perché non fare come per il passato (internazionale, non solo italiano) Blog Action Day?

Era lo scorso 15 ottobre e i partecipanti nel mondo decisero ognuno di scrivere un post a tema ambientalista nello stesso giorno
(oltre ad altre azioni… come iscriversi ad una associazione a scelta). Io scrissi
http://perassi.org/2007/10/15/my-blog-action-day-thoughts/
potremmo chiamare i blogger italiani per un’adunata per lo stesso giorno dell’incontro di Salerno, che ne dici? Sarebbe utile anche per chi come me non potrà essere da voi e credo che aiuterebbe a far parlare dell’incontro.

Fammi sapere.
A presto, ciao.

Non ottenni nessuna risposta: magari mi sbaglio ma ancora oggi non mi sembra una proposta sciocca. Una riunione può essere una cosa simpatica ma affiancare all’iniziativa un invito a scrivere un post sui blog è per me un suggerimento davvero ovvio! Magari la prossima volta contatterò direttamente l’ideatore della riunione.

4 lessons 4 the enterprises :)

Even though

many enterprises continue to walk the wrong path in their web strategies (I won’t write the name of the programming language I ‘m talking about :D).

Why? Because they still think about the web like late-80s software!

There are four short lessons: learn them and you’ll start to understand a bit of it…

  • cheap is better than expensive;
  • distributed is better than centralized;
  • tiny is better than huge;
  • and free is better than proprietary!

Inserting raw HTML code in MediaWiki

Someday this post could save you an hour: do you need to insert raw HTML code in MediaWiki (for example, an internal image that links to an external website)? Configure it to use $wgRawHtml (its page says that it is safe to use it only if your site is not publicly editable).

I can’t say this often enough: use MediaWiki if and only if you need a website that is a small clone of WikiPedia: if you need something that is just slightly different, use DokuWiki!