Latest Articles

Miles Davis è un alieno

Questa mattina sveglia all'alba e treno alle sette, come sempre quando vado in Studio a Milano, e come sempre mi siedo e leggo un po'. Questa mattina, tuttavia, avevo troppo sonno e per di più mi sono ritrovato come compagne di viaggio tre simpaticissime signore che si sono messe a discutere ad alta voce di bolle, fatture e non so che altro di mortalmente noioso e molesto.

Piano B: ascolto un po' di musica. Metto gli auricolari e faccio partire il mio lettore MP3 in ordine rigorosamente sparso e, ad un certo punto, passa “Tutu” di Miles Davis, di cui trovate qui una versione live.

Tutto a un tratto ho capito una verità assoluta: Miles Davis in realtà è un alieno e non è affatto morto, ma è tornato sul suo pianeta. Come Elvis Presley.

Buon ascolto.

Discorso di Pericle

Questo discorso è stato scritto da Pericle 2400 anni fa ed impressiona quanto sia attuale, sembra scritto la settimana scorsa.

Si vede che in 2400 anni non abbiamo imparato la lezione di civiltà che Pericle e forse tutti gli Ateniesi avevano capito nel quinto secolo avanti Cristo.

Qui di seguito la trascrizione per chi non può vedere l'interpretazione di Paolo Rossi.

Qui ad Atene noi facciamo così.

Qui il nostro governo favorisce i molti invece dei pochi: e per questo viene chiamato democrazia.

Qui ad Atene noi facciamo così.

Le leggi qui assicurano una giustizia uguale per tutti nelle loro dispute private, ma noi non ignoriamo mai i meriti dell’eccellenza.

Quando un cittadino si distingue, allora esso sarà, a preferenza di altri, chiamato a servire lo Stato, ma non come un atto di privilegio, come una ricompensa al merito, e la povertà non costituisce un impedimento.

Qui ad Atene noi facciamo così.

La libertà di cui godiamo si estende anche alla vita quotidiana; noi non siamo sospettosi l’uno dell’altro e non infastidiamo mai il nostro prossimo se al nostro prossimo piace vivere a modo suo. Noi siamo liberi, liberi di vivere proprio come ci piace e tuttavia siamo sempre pronti a fronteggiare qualsiasi pericolo.

Un cittadino ateniese non trascura i pubblici affari quando attende alle proprie faccende private, ma soprattutto non si occupa dei pubblici affari per risolvere le sue questioni private.

Qui ad Atene noi facciamo così.

Ci è stato insegnato di rispettare i magistrati, e ci è stato insegnato anche di rispettare le leggi e di non dimenticare mai che dobbiamo proteggere coloro che ricevono offesa.

E ci è stato anche insegnato di rispettare quelle leggi non scritte che risiedono nell’universale sentimento di ciò che è giusto e di ciò che è di buon senso.

Qui ad Atene noi facciamo così.

Un uomo che non si interessa allo Stato noi non lo consideriamo innocuo, ma inutile; e benché in pochi siano in grado di dare vita ad una politica, beh tutti qui ad Atene siamo in grado di giudicarla. Noi non consideriamo la discussione come un ostacolo sulla via della democrazia. Noi crediamo che la felicità sia il frutto della libertà, ma la libertà sia solo il frutto del valore.

Insomma, io proclamo che Atene è la scuola dell’Ellade e che ogni ateniese cresce sviluppando in sé una felice versatilità, la fiducia in se stesso, la prontezza a fronteggiare qualsiasi situazione ed è per questo che la nostra città è aperta al mondo e noi non cacciamo mai uno straniero.

Qui ad Atene noi facciamo così.

C'è di che meditare.

Orgoglio

Una volta tanto c'è da sentirsi orgogliosi di essere Italiani. In questo momento, in cui sto scrivendo, la quasi totalità delle principali testate giornalistiche di tutto il mondo sta battendo la notizia che oggi, 13 Febbraio 2011, quasi un milione di donne sono scese in piazza per manifestare contro il presidente del Consiglio dei Ministri e la sua politica sessista.

È molto raro che una manifestazione di piazza pacifica e non organizzata da partiti politici in Italia riceva tanta attenzione. Di seguito una breve carrellata, tanto per farsi un'idea. Sono tutte home page di grossi network, cliccate per ingrandire le immagini.

BBC News World Edition

BBC News World Edition


Financial Times

Financial Times


Aljazeera

Aljazeera


Le Monde

Le Monde


The New York Times

The New York Times


The Sunday Morning Herald

The Sunday Morning Herald

Mi hanno personalmente colpito due aspetti: l'enorme afflusso di persone e la totale assenza di bandiere di partiti politici, associazioni politicizzate (leggi: sindacati) o altro. Solo donne che scendono in piazza perché non sopportano più la situazione attuale. Per una volta saltiamo alla ribalta per qualcosa di positivo, non per la mafia, il debito pubblico, l'inettitudine della nostra pietosa classe dirigente.

Altro aspetto fondamentale è che al centro di questa manifestazione ci sono le donne. L'hanno organizzata loro, il tema è quello del rispetto della donna, il colore della manifestazione è il rosa. Io non ricordo altri eventi del genere, forse bisogna tornare indietro al femminismo, ma non ero ancora nato.

Dopo Algeria ed Egitto ci si chiede quale sarà il prossimo paese del Mediterraneo a cacciare il proprio dittatore. E se fosse l'Italia?

Strange messages

Very clear warning messages from K3B

I just learned that, if your DVD burner or the medium you just inserted into it cannot run at 16x speed, it's safe to burn at 17x.

You never stop learning!

Installing OCaml Batteries

In this post I want to help OCaml newcomers to install Batteries. The task is trivial under Linux, while it's a bit tricky under Windows, because OCaml still lacks a self-contained Windows installer.

My assumption is that the reader is a coder, so I will not explain everything… Let's start with the easy part: Linux.

Linux

The installation of OCaml + Batteries under a Debian/Ubuntu system couldn't be easier, thanks the the hard work of the Debian OCaml Task Force. So open a terminal and type:

$ sudo aptitude install ocaml-batteries-included

That's all for Debian/Ubuntu. I don't know how Fedora works, but I think it's easy to install Batteries using YUM, something like:

$ yum install ocaml-batteries-included

If a RPM package for Batteries wasn't available, you could still install OCaml, Camomile (the Unicode library), and compile Batteries from sources, as described below for the Windows OS.

Windows

As said, this OS still lacks a self contained installer which is in progress, at least for installing OCaml. Since many OCaml versions are available for Windows, with different pros and cons, I had to decide which one to use, and I decided to follow the simplest path to reach the goal of installing all the stuff we need. The Cygwin port is by far the simplest way.

  1. Download Cygwin setup and double click the executable. In Windows Vista/7 (I made my test on a Windows 7 64bit box) you will be required to allow the program to be run a couple of times, as usual ;-) …
  2. when the list of available packages appears, select: each and every package containing "caml" (see the screenshot below), and also make, m4, libncurses-devel, git, wget and rlwrap;
    Necessary Cygwin packages
  3. open the Cygwin shell;
  4. download the Findlib library, version 1.2.6:
    $ wget https://download.camlcity.org/download/findlib-1.2.6.tar.gz
    
  5. unpack, compile and install Findlib:
    $ tar -xpzf findlib-1.2.6.tar.gz
    $ cd findlib-1.2.6/
    $ ./configure
    $ make
    $ make install
    
  6. download, unpack, compile and install Camomile 0.8.1:
    $ wget https://prdownloads.sourceforge.net/camomile/camomile-0.8.1.tar.bz2
    $ tar -xpjf camomile-0.8.1.tar.bz2
    $ cd camomile-0.8.1/
    $ ./configure
    $ make
    $ make install
    
  7. the last step is to download compile and install Batteries itself. I wasn't able to compile the latest stable release (1.2.2), for an obscure preprocessor error, but using the latest GIT branch everything went smoothly. So here are the steps:
    $ git clone git://github.com/ocaml-batteries-team/batteries-included.git
    $ cd batteries-included/
    $ make camomile82
    $ make all doc
    $ make install install-doc
    

Testing the installation

Before starting to play with the library and the toplevel (the OCaml REPL is called toplevel) let's put into action a couple of helpers.

  1. The OCaml toplevel doesn't support readline. To get this feature back we add an alias to .bashrc. This works in both Linux and Windows:
    alias ocaml='rlwrap -H /home/paolo/.ocaml_history -D 2 -i -s 10000 ocaml'
    
    restart the terminal or load another bash;
  2. we need to load Batteries in the toplevel. This is not strictly necessary, but it helps a lot and the Batteries ASCII logo is wonderful :-). All we need is to create a file named .ocamlinit in the home directory. Open your favorite editor and put this phrases in ~/.ocamlinit:
    let interactive = !Sys.interactive;;
    Sys.interactive := false;; (*Pretend to be in non-interactive mode*)
    #use "topfind";;
    Sys.interactive := interactive;; (*Return to regular interactive mode*)
    
    Toploop.use_silently 
                 Format.err_formatter (Filename.concat (Findlib.package_directory 
                 "batteries") "battop.ml");;
    

If everything went well you can now type ocaml and something like this should appear:

$ ocaml
        Objective Caml version 3.11.2

      _________________________
    [| +   | |   Batteries   - |
     |_____|_|_________________|
      _________________________
     | -  Type '#help;;' | | + |]
     |___________________|_|___|


Loading syntax extensions...
	Camlp4 Parsing version 3.11.2

Conclusions

This (rather boring) post has been devoted to the installation details of Batteries under Windows, where it presents some difficulties for newbies. Next time we will start on exploring the library with simple examples to exploit its strength.

Pearls of OCaml Batteries (1)

OCaml Batteries logo

OCaml is known to be a powerful functional programming language, but one of its presumed weakness is a relatively poor standard library.

By accident, I'm one of the few people on the planet considering this very clean and virtually bug free library a feature and not a bug, but this is only an opinion.

The standard library contains everything you need to build applications and other libraries, but it's essential, forget something like the Python standard library and things like “sending an email in one line of code”. Instead, think of the C standard library (plus some important data structures missing in the libc).

More than two years ago the OCaml community decided to start the development of a library containing all the conveniences that are missing in the standard library. The project is OCaml Batteries Included and I'd like to introduce the reader with a series of posts, aimed to cast a light on various aspects of the library, without pretending to be an exhaustive tutorial.

The posts will be targeted at novice OCaml programmers because I think that an experienced OCaml hacker already uses "Batteries" or, in any case, he understand the library API and doesn't need help from this blog.

Before starting with the (boring) installation details, I want to give you a taste of Batteries, to show how a simple task could be written in a more natural way using Batteries modules, in comparison with a vanilla implementation. Let's take this simple task: we want to read a file by lines and print on the terminal only those lines containing a particular substring.

A simple and actually working solution is proposed by the PLEAC-Objective CAML project, it's the very first example of the file access section. Here is the proposed code:

let () =
  let in_channel = open_in "/usr/local/widgets/data" in
  try
    while true do
      let line = input_line in_channel in
      try
        ignore (Str.search_forward (Str.regexp_string "blue") line 0);
        print_endline line
      with Not_found -> ()
    done
  with End_of_file ->
    close_in in_channel

Now let's rephrase using Batteries:

Enum.iter
  (fun l ->
    if BatString.exists l "blue"
    then print_endline l)
  (open_in "/usr/local/widgets/data" |> BatIO.lines_of)

The result is the same, but the code is much cleaner and far more idiomatic for a functional language.

Next time we will see how to install OCaml and Batteries, under Linux of course, but hopefully even under Windows.

Lyrics in Banshee

Screenshot of the glorious lyrics plugin of Banshee

Is it only me, or the lyrics plugin of Banshee (1.8.0) doesn't work at all?

How is it possible not to find the lyrics of “Gimme Some Lovin'” of the Blues Brothers?

Copyright © 2004–2019 by .
Creative Commons License Content on this site is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 Italy License.

RSS Feed. Valid XHTML 1.1. This blog is written in Objective Caml. Design based on the work of Rodrigo Galindez.