March 2006 Archives
Thu 30 Mar 2006 @ 17:30 (1143732611)
jabber migration
Oggi, dopo l'ennesimo down del server di chat, mi son trovato un messaggio
da parte degli admin che concludeva con "..i server jabber fanno schifo".
Ho quindi deciso di migrare su un altro server jabber (tnx godog!).
Per migrare tutto il roster ho usato jmigrate, un simpaticissimo script
perl che ho trovato ravanando un po' con google.
-----
da parte degli admin che concludeva con "..i server jabber fanno schifo".
Ho quindi deciso di migrare su un altro server jabber (tnx godog!).
Per migrare tutto il roster ho usato jmigrate, un simpaticissimo script
perl che ho trovato ravanando un po' con google.
-----
Sat 25 Mar 2006 @ 14:30 (1143293405)
yue weblog
E' stato aperto il blog degli yue:
http://freelectronicmusic.splinder.com.
Non so cosa ci scrivero' dato che gia' faccio fatica a mantenere aggiornato
il mio e che splinder mi sta pesantemente sui maroni.
Probabilmente mi limitero' a copiare i post della categoria snd :)
-----
Non so cosa ci scrivero' dato che gia' faccio fatica a mantenere aggiornato
il mio e che splinder mi sta pesantemente sui maroni.
Probabilmente mi limitero' a copiare i post della categoria snd :)
-----
Sat 25 Mar 2006 @ 14:18 (1143292729)
nuovi ismi
Non sono l'unico a pensarla in questo modo, ma mi pare che non si dia
abbastanza peso alla questione e quindi ritengo giusto ripetere.
no-global == nuove camice nere
-----
abbastanza peso alla questione e quindi ritengo giusto ripetere.
no-global == nuove camice nere
-----
Tue 14 Mar 2006 @ 10:49 (1142329763)
googol trivia
Leggendo un tutorial sono incappato in un trivia di cui non ero a conoscenza:
Once upon a time, a mathematecian called Edward Kasner asked his 9-year-old
nephew, Milton Sirotta, to come up with a name for a really large number.
The boy thought for a moment and then said... googol!.
A googol is 10**100 (that is, 1 followed by 100 zeroes).
The Internet search engine Google was named after this number.
The original founders were going for Googol, but ended up with Google
due to a spelling mistake.
Lucas Pereira: 'You idiots, you spelled "Googol" wrong!'
But this was good, because google.com was available and googol.com was not.
Qualche informazione in piu' sulla wikipedia e su una pagina di David Koller.
-----
Once upon a time, a mathematecian called Edward Kasner asked his 9-year-old
nephew, Milton Sirotta, to come up with a name for a really large number.
The boy thought for a moment and then said... googol!.
A googol is 10**100 (that is, 1 followed by 100 zeroes).
The Internet search engine Google was named after this number.
The original founders were going for Googol, but ended up with Google
due to a spelling mistake.
Lucas Pereira: 'You idiots, you spelled "Googol" wrong!'
But this was good, because google.com was available and googol.com was not.
Qualche informazione in piu' sulla wikipedia e su una pagina di David Koller.
-----
Sun 12 Mar 2006 @ 17:02 (1142179376)
gcc lamentatio
A volte vorrei proprio un account su lamentazioni... ma veramente tanto!
$ gcc -Wall -pedantic -o test test_mgr.c ../ccs_mgr_data.c
test_mgr_list.c: In function 'main':
test_mgr_list.c:19: warning: unused variable 'buf'
test_mgr_list.c:18: warning: unused variable 'count'
test_mgr_list.c:17: warning: unused variable 'rndfd'
$ ./test
ccs write buf size: -1
ccs read buf size: -1
$ gcc -Wall -pedantic -o test test_mgr.c ../ccs_mgr_data.c
test_mgr_list.c: In function 'main':
test_mgr_list.c:18: warning: unused variable 'count'
test_mgr_list.c:17: warning: unused variable 'rndfd'
$ ./test
ccs write buf size: 103424
ccs read buf size: 103424
COSA?!??!!
$ gcc-2.95 -Wall -pedantic -o test test_mgr.c ../ccs_mgr_data.c
test_mgr_list.c: In function 'main':
test_mgr_list.c:19: warning: unused variable 'buf'
test_mgr_list.c:18: warning: unused variable 'count'
test_mgr_list.c:17: warning: unused variable 'rndfd'
$ ./test
ccs write buf size: 103424
ccs read buf size: 103424
MAVAFFF!!!!!
Un bug piu' stupido no eh?
-----
$ gcc -Wall -pedantic -o test test_mgr.c ../ccs_mgr_data.c
test_mgr_list.c: In function 'main':
test_mgr_list.c:19: warning: unused variable 'buf'
test_mgr_list.c:18: warning: unused variable 'count'
test_mgr_list.c:17: warning: unused variable 'rndfd'
$ ./test
ccs write buf size: -1
ccs read buf size: -1
$ gcc -Wall -pedantic -o test test_mgr.c ../ccs_mgr_data.c
test_mgr_list.c: In function 'main':
test_mgr_list.c:18: warning: unused variable 'count'
test_mgr_list.c:17: warning: unused variable 'rndfd'
$ ./test
ccs write buf size: 103424
ccs read buf size: 103424
COSA?!??!!
$ gcc-2.95 -Wall -pedantic -o test test_mgr.c ../ccs_mgr_data.c
test_mgr_list.c: In function 'main':
test_mgr_list.c:19: warning: unused variable 'buf'
test_mgr_list.c:18: warning: unused variable 'count'
test_mgr_list.c:17: warning: unused variable 'rndfd'
$ ./test
ccs write buf size: 103424
ccs read buf size: 103424
MAVAFFF!!!!!
Un bug piu' stupido no eh?
-----
Wed 8 Mar 2006 @ 20:59 (1141847980)
race condition
....
<fogbank> ho scoperto un altro bug, e' incredibile come quel programma,
nonostante tutto, riuscisse a funzionare
<shammash> eh, si vede che serializzava sempre in un modo quelle corse
critiche e alla fine gli andava sempre bene..
<fogbank> corse critiche? piu' che altro quello sembra una paraolimpiade!
-----
<fogbank> ho scoperto un altro bug, e' incredibile come quel programma,
nonostante tutto, riuscisse a funzionare
<shammash> eh, si vede che serializzava sempre in un modo quelle corse
critiche e alla fine gli andava sempre bene..
<fogbank> corse critiche? piu' che altro quello sembra una paraolimpiade!
-----
Mon 6 Mar 2006 @ 20:18 (1141672693)
salvare una principessa da un drago secondo il metal
Rigiro questo link passatomi dal prode compagno di camera..
..si puo' dire prode in periodo pre-elezioni? :)
http://plone.gufi.org/blogs/flag/blogentry.2005-04-20.9164503101
-----
..si puo' dire prode in periodo pre-elezioni? :)
http://plone.gufi.org/blogs/flag/blogentry.2005-04-20.9164503101
-----
Sun 5 Mar 2006 @ 09:29 (1141547365)
usa lo sforzo stella solitaria!
C'e' chi fa tremila ciappini su ssh per evitare i "brutti sforzi":
mettiamo in ascolto su porte strane, facciamo port-knocking, mettiamo regole
di os-fingerprinting personalizzato sul firewall, ecc ecc..
Non li capisco: un sistema come denyhosts, oltre ad essere parimenti efficace,
e' molto piu' semplice e ti permette di avere senza sforzo una lista di macchine
gia' pronte che possono essere usate per fare "roba"..
70 ip in 4 settimane su una adsl di casa.. mica ciccioli!
-----
mettiamo in ascolto su porte strane, facciamo port-knocking, mettiamo regole
di os-fingerprinting personalizzato sul firewall, ecc ecc..
Non li capisco: un sistema come denyhosts, oltre ad essere parimenti efficace,
e' molto piu' semplice e ti permette di avere senza sforzo una lista di macchine
gia' pronte che possono essere usate per fare "roba"..
70 ip in 4 settimane su una adsl di casa.. mica ciccioli!
-----