-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmisc.php
20 lines (20 loc) · 992 Bytes
/
misc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php include("header.html"); ?>
<!-- vim: set ts=2 sw=2 tw=79: -->
<h2>Misc</h2>
<p><a href="cv/MatteoRiondato-bio.txt">A short bio for events, in
plaintext</a></p>
<p><a href="files/matteo_riondato.mp3">How to pronounce my name</a>
(muh-TAY-oh REE-awn-DAH-toh)</p>
<p><a href="files/matteogpg.asc">My PGP/GPG key</a>, that nobody ever
uses.</p>
<p><a href="http://www.riondato.com">Silvio Riondato</a>, my father</p>
<p><a href="http://www.ezioriondato.org">Ezio
Riondato</a>, my grandfather, also on Italian Wikipedia: <a
href="http://it.wikipedia.org/wiki/Ezio_Riondato">Ezio Riondato</a></p>
<p><a href="http://www.FreeBSD.org">FreeBSD</a>, a UNIX-like operating
system. In my salad days, I used to be a FreeBSD src committer, and the
maintainer of FreeSBIE, a FreeBSD LiveCD. I still run FreeBSD on my
research machines.</p>
<p><a href="https://en.wikipedia.org/wiki/Padua">Padua</a>, my hometown in
Italy</p>
<?php include("footer.html"); ?>