ultimi post su iobloggo.com Supporta !
scheda blog  aggiungi ai preferiti 
blog
make clean; make all
Come diceva Gino Bartali: "Gli è tutto sbagliato, gli è tutto da rifare". make clean; make all !
oggi

2008
2007
2006
2005
2004

Feed RSS
RSS 2.0
0 online

58641 visite


Last topics: click on a keyword to explore:
We are sorry to inform you... Scienza, Università

Sometimes reviewers have too many reviews to be done, especially if a conference has received many more submissions than expected, so they may be forced to rush a review and thus not understand the  contribution of a paper.

If this has happened to you, as it has recently happened to me, a good way to get out of depression is to read "We Are Sorry to Inform You" by Simone Santini.

15/07/2008 11:19
da mbertini
nessun commento
voto: 0 ( + / - )

bitbang - 18-19 Luglio 2008 a Firenze varie, /dev/null, Università

 BitBang Festival netart, video e computer graphic, soggetti di frontiera dell’immaginario artistico contemporaneo che diventano punti di partenza per osservare l’evoluzione dei nuovi media, non solo in ambito artistico ma anche sociale e comunicativo.

Tema unificante di BitBang per l’anno 2008 è “DIGITAL LOVE - le declinazioni digitali dell’amore”.

L’evento avrà luogo presso il museostibbert di firenze (ingresso gratuito)

BitBang Festival sono presenti:

  • Strutturafestival sulle arti digitali. Incontri, talk, video proiezioni e installazioni interattive con la partecipazione di critici, docenti universitari, artisti ed esperti di livello internazionale del mondo del multimedia. Giunge alla sua quarta edizione.
  • Master Prize: premio istituito dal Master in Multimedia e riconosciuto dall’Università di Firenze attraverso una galleria espositiva permanente on-line, valutato da una giuria internazionale di docenti universitari, esperti e professionisti del campo del multimedia.
  • BitBang Night: evento di chiusura della fase didattica del Master in Multimedia. In cui gli studenti hanno la possibilità di mostrare i progetti svolti durante la prima parte del corso.

I temi, i dibattiti e le immagini del festival BitBang vengono raccolti e pubblicati al termine della manifestazione nella terza pubblicazione di struttura

BitBang Festival - 18-19 Luglio 2008 Firenze

 

02/07/2008 16:57
da mbertini
nessun commento
voto: 0 ( + / - )

Regole di scrittura del codice in C++ C/C++, Programmazione

Nel caso capiti di scrivere codice C++ in qualche ambito nel quale gli errori non possono essere tollerati (per esempio per un aereo da caccia...) queste regole (PDF) presenti sul sito di Bjarne Stroustrup possono essere utili.

(via sua recente intervista su Computerworld)

26/06/2008 15:21
da mbertini
nessun commento
voto: 0 ( + / - )

Tabelle con dentro tabelle e immagini LaTeX
Cercando come fare per piazzare due tabelle in una grande super-tabella in LaTeX ho scoperto due possibili soluzioni (una che usa minipage ed una che usa subfigure) su un blog dedicato a LaTeX.

Mi pare che l'opzione basata sul package subfigure sia più pratica, dato che consente di mettere delle caption relative alle sotto-tabelle, oltre alla caption complessiva, come nell'esempio che riporto di seguito:

\begin{table}[ht]
\centering
\caption{Caption globale}
\subtable[Caption of subtable 1]{

\begin{tabular}{|l|r|r|r|r|r|r|}
\hline
XXXX &   YYYY &   ZZZZ &   WWWW    &   XXX   &   YYY   &   ZZZ  \\
\hline
aa        &  1        &   2        &   3        &   4        &  5        &   6        \\
bb    &   7        &   8        &   9        &   10    &   11    &   12    \\
cc     &   13   &   14   &   15    &   16   &   17    &   18    \\
\hline \hline
dd    &   -        &   -        &   -        &   -        &   -        &   -        \\
\hline
\end{tabular}
\label{fig:subtab1}

} %% subfigure


\subtable[Caption of subtable 2]{

\begin{tabular}{|l|r|r|r|r|r|r|}
\hline
XXXX &   YYYY &   ZZZZ &   WWWW    &   XXX   &   YYY   &   ZZZ  \\
\hline
aa        &  1        &   2        &   3        &   4        &  5        &   6        \\
bb    &   7        &   8        &   9        &   10    &   11    &   12    \\
cc     &   13   &   14   &   15    &   16   &   17    &   18    \\
\hline \hline
dd    &   -        &   -        &   -        &   -        &   -        &   -        \\
\hline
\end{tabular}

} %% subfigure

\end{table}


sempre sullo stesso blog ho scoperto come fare per inserire immagini dentro tabelle:

\begin{tabular}{|l|r|r|r|r|r|r|}
\hline
XXXX &   YYYY &   ZZZZ &   WWWW    &   XXX   &   YYY   &   ZZZ  \\
\hline
\includegraphics[scale=0.9]{./img1.png}    &  1        &   2        &   3        &   4        &  5        &   6        \\ \hline
\includegraphics[scale=0.9]{./img2.png}    &   7        &   8        &   9        &   10    &   11    &   12    \\ \hline
cc     &   13   &   14   &   15    &   16   &   17    &   18    \\
\hline

Da notare l'uso di \hline sulle righe che contengono le immagini. Peraltro per usare \includegraphics si deve includere il paccheto graphix:

\ifx\pdfoutput\undefined
\usepackage{graphicx}
\else
\usepackage[pdftex]{graphicx}
\fi
10/06/2008 23:16
da mbertini
nessun commento
voto: -1 ( + / - )

Ristorante a Cagliari varie, /dev/null, Università
Se volete impressionare qualcuno portandolo a mangiare pesce a Cagliari, in un bel ristorante con una cucina strepitosa, allora portatelo al ristorante Lo scoglio (più dettagli e localizzazione su Due spaghi).

Fortunatamente mi hanno appena impressionato.

Iniziare una buona giornata di lavoro nel bel centro di Sardegna Ricerche, e finirla con i gamberoni più buoni che riesca a ricordarmi è semplicemente grandioso.
19/05/2008 23:14
da mbertini
nessun commento
voto: 1 ( + / - )

MySQL preference pane in Leopard Apple / Mac / OSX

L'installazione di default del pannello di controllo di MySQL non funziona sotto Leopard (ovvero non consente di avviare/fermare) il server MySQL.

Update: la miglior soluzione adesso è scaricare un prefpane fatto apposta per Leopard, altrimenti seguite le istruzioni riportate sotto:

La soluzione è piuttosto semplice ed è riportata sul blog Angry-fly:

1) Aprire il terminale e dare i comandi:

cd /usr/local/mysql/support-files

sudo mv mysql.server mysql.server.real

sudo touch mysql.server

sudo vi mysql.server   (se vi va bene usare vi, altrimenti arite il file con un altro editor)

2) Quindi usando vi (comando precedente) scrivere:

!/bin/sh

sudo /usr/local/mysql/support-files/mysql.server.real $1

e salvare il file.

3) Si assegnano diritti e proprietà al file con i seguenti comandi, dati sempre ne terminale:

sudo chown root:wheel mysql.server

sudo chmod +x mysql.server

24/04/2008 10:20
da mbertini
nessun commento
voto: 1 ( + / - )

SensitiveTable: multi-user multi-touch table that really works varie, Scienza, Università, Video
SensitiveTable is a multi-user multi-touch table (follow the link for a video) that allows to interact using several gestures, active areas on the table and physical objects (e.g. connected through RFID). I've just played with it at CHI 2008, conference on computer-human interaction that is being held in Florence. You'll have the chance to play with it until tomorrow, and I suggest to do that. The speed and fluidity of interaction is impressive. It's here, it's real, and it's really well engineered (*).

The funny thing is that Microsoft has a booth here, but apparently they did not bring their Microsoft Surface because... ehr... ehm... "it costs too much to bring it here"...



* disclosure: Alessandro Valli who has worked on this table, as well as with many other different systems for natural interaction, is a friend of mine and we have worked together in the same research center at the University of Florence.
09/04/2008 17:02
da mbertini
nessun commento
voto: 1 ( + / - )

Seminario 9 Aprile 2008: EventWeb: The next disruptive evolutionary stage in WWW Internet, Scienza, Università
Il giorno 9/04/08 alle ore 12.00, presso l'Aula Anfiteatro di Viale Morgagni 65, Firenze, il Prof. Ramesh Jain, Department of Computer Science - University of California, terrà un seminario dal titolo:

EventWeb: The next disruptive evolutionary stage in WWW

Abstract:

The Web has changed the way we live, work, and socialize. Rapid development in technology and its applications, however, require fundamental changes in the Web of the future. Current Web connects every node to every other node in the cyberspace. The nodes in cyberspace are usually documents and hence the current WWW is usually a web of documents – or a Document Web. Advances in technology and requirements of emerging applications require formation of a parallel and closely connected Web of events, the Event Web, also. Event Web is essential for extending the reach of current WWW from only Cyberspace to the real physical world. Such applications of information systems increasingly contain vast amount of multimedia and sensory data and require more holistic pictures of evolving situations. Current information tools are very good in dealing with entities, objects, and keywords. To address the needs of information management in dynamic multimodal application environments, new concepts and techniques are needed. Strong and deep conceptual, engineering, computational, and human centered design reasons suggest events as a primary structure for organizing and accessing dynamic multimedia data. In this talk, I will discuss computational approaches to model events and their role in organizing information and experience management systems. Architecture, components, and challenges for realizing Event Web will be discussed considering some applications.

Biographical Sketch
Ramesh Jain

Ramesh Jain is an educator, researcher, and entrepreneur. Currently he is the Donald Bren Professor in Information & Computer Sciences at University of California, Irvine. Before this he was at Georgia Institute of Technology, UCSD, the University of Michigan, Ann Arbor and other places. Ramesh was the founding Editor-in-Chief of IEEE Multimedia magazine and serves on the editorial boards of several journals in multimedia, information retrieval and image and vision processing. He served as the Chairman of ACM SIG Multimedia. He has co-authored more than 300 research papers, co-authored and co-edited several books. He is a Fellow of ACM, IEEE, AAAI, IAPR, and SPIE. Ramesh co-founded three companies, managed them in initial stages, and then turned them over to professional management. He serves as advisor to many companies.



Update 9/4/2008: for all those who missed the talk, here's a paper of Prof. Jain on the concept of EventWeb. It was published on the February issue of IEEE Computer.
07/04/2008 11:49
da mbertini
nessun commento
voto: -1 ( + / - )

MySQL on OSX Apple / Mac / OSX
I'm trying to install MySQL 5.0.51a on OSX. I've just stumbled in a PHP problem: it tries to use the default mysql socket connect, that is in /var/mysql/mysql.sock, but this OSX version creates the socket in /tmp/mysql.sock.

The solution is to change the /etc/php.ini according to the suggestion provided in a comment on the MySQL forum:

Open a terminal and give the following commands:
  1. sudo cp /etc/php.ini.default /etc/php.ini
  2. sudo vi /etc/php.ini
  3. search for mysql.default_socket (e.g. type / followed by mysql.default_socket)
  4. add after the = the path to where the socket is really created: /tmp/mysql.sock
  5. save
  6. restart the web server

There's also another problem, as noted by other bloggers: the startup item package installs the scripts in the wrong directory //usr/local/MySQLCOM) instead of the one reported in the documentation (/Library/StartupItems/MySQLCOM).

The solution is to open a terminal and give the following command:
sudo cp -R /usr/local/MySQLCOM/ /library/StartupItems/

At present the PrefPane from which it should be able to start/stop the server doesn't work, though.
26/02/2008 17:05
da mbertini
nessun commento
voto: 1 ( + / - )

Quei bravi ragazzi /dev/null
Sul giornale ilFirenze di oggi si legge che il nuovo regolamento del calcio storico fiorentino prevede che i giocatori non abbiano carichi penali, anche se nella fase di indagini preliminari:

ritaglio dal giornale "ilFirenze"

Casini invece vuole che Cuffaro, condannato per mafia, sia capolista dell'UDC in Senato o in Parlamento.

Insomma, per non correre il rischio di incontrare delinquenti è meglio stare in mezzo tra questi:

Immagine di gioco del calcio storico fiorentino