|
 |
dimecres, 21 / desembre / 2005 |
Cada any acostumo a adquirir una edició de bibliòfil d'algun clàssic de la història catalana. Ens anteriors anys vaig adquirir les Constitucions de Catalunya (tots els tractats signats entre la corona espanyola i Catalunya i que sistemàticament han estat incomplerts) i el «Llibre Verd» de Barcelona.
Enguany he adquirit l'«Atles Català de 1375», en edició numerada i limitada de 987 exemplars. Es tracta d'una reproducció de l'atles de Cresques Abraham dibuixat per encàrrec del Rei de Mallorca. Està format per 6 doblegats per la meitat, cada un amb unes dimensions de 65 x 50 cm el que fa una envergadura total de 65 x 300 cm.
L'edició s'ha realitzat a partir de l'original dipositat a la Bibliothèque national de France, a Paris i va acompanyat d'un certificat notarial.
Podeu trobat un estudi molt complet sobre aquest atles a «L'Atles Català». Incloc algunes fotos que donen una idea de l'impressionant que és aquesta edició:
|
23:10 (# Enllaç permanent) | Comentaris: | Trackback:
|
|
El domini .CAT ja existeix a Internet:
$ dig -t SOA cat.
;; <<>> DiG 9.3.1 <<>> -t SOA cat.
;; global options: printcmd
;; Got answer:
;; -<<HEADER>>- opcode: QUERY, status: NOERROR, id: 44381
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 9, ADDITIONAL: 3
;; QUESTION SECTION:
;cat. IN SOA
;; ANSWER SECTION:
cat. 86373 IN SOA ns.nic.cat.
dnsmaster.knipp.de. 2005122001 10800 10800 604800 86400
;; AUTHORITY SECTION:
cat. 86373 IN NS cat-dns.denic.de.
cat. 86373 IN NS dns-cat.pch.net.
cat. 86373 IN NS ns.nic.cat.
cat. 86373 IN NS ns1.nic.es.
cat. 86373 IN NS ns5.knipp.de.
cat. 86373 IN NS dns4.ad.
cat. 86373 IN NS merapi.switch.ch.
cat. 86373 IN NS ns-ext.isc.org.
cat. 86373 IN NS ns-ext.nrt1.isc.org.
;; ADDITIONAL SECTION:
ns1.nic.es. 140248 IN A 194.69.254.1
dns4.ad. 26280 IN A 194.158.64.10
ns-ext.nrt1.isc.org. 32967 IN A 192.228.90.19
;; Query time: 9 msec
I la prova és aquesta web, NIC.CAT, o aquesta altra, PUNTCAT.CAT. També hi ha una FAQ sobre el domini i els plans per obrir el registre a tothom.
Però l'important és, IMHO, que el domini .CAT ja és una realitat. Felicitats a tothom que hi ha treballat.
|
01:39 (# Enllaç permanent) | Comentaris: | Trackback:
|
|
[La Vanguardia] Hallan en Terrassa herramientas y fósiles de animales de 900.000 años de antigüedad
Un equipo de arqueólogos y paleontólogos han descubierto en Terrassa (Barcelona) herramientas de piedra y fósiles de animales descuartizados con una antigüedad de entre 700.000 y 900.000 años
(...)
De esta forma, Vallparadís se convierte en uno de los pocos yacimientos de Europa -sólo hay cuatro más- en los que se documenta el primer poblamiento de Europa por parte de los humanos venidos desde frica. En concreto, los arqueólogos han hallado herramientas de piedra "muy sencillas" con las que "los primeros humanos que poblaron Europa descuartizaban a los animales" junto a la riera de Vallparadís. Podeu trobar fotos de les restes a FuerteventuraDigital.com i a ElMundo.es. Més referències a Google News.
|
01:20 (# Enllaç permanent) | Comentaris: | Trackback:
|
|
========================================================
\ /
- * -
/ \
||||||||||||||||||||||||||
| ___ ___ | __ __ __
| ((")) /(")\ | {')\ {')\ {')\
| ((-)) ,,o,,,, |\^/| | |-\ \ |-\ \ |-\ \
| | @ | \___/ | o | | B| \_\ O| \_\ N| \_\
| |___| /\ /\ |___| | NA|___| DA|___| L|____|
========================================================
A Betlem me'n vull anar
vols venir tu gallineta?
A Betlem me'n vull anar
vols venir tu rabadà?
Un xiulet li vull comprar;
un xiulet li vull comprar.
Xiu, xiu, xiu farà el xiulet;
xiribit, xiribet;
a Betlem, au, au,
a Betlem si us plau.
Un timbal li vull comprar.
Tam, tam, tam, farà el timbal.
Un pollet li vull comprar.
Piu, piu, piu, farà el pollet.
Un gatet li vull comprar.
Miau, miau, miau, farà el gatet.
Un gosset li vull comprar.
Guau, guau, guau, farà el gosset.
Un porquet li vull comprar.
Oic, oic, oic, farà el porquet
A Betlem me'n vull anar
vols venir tu gallineta?
A Betlem me'n vull anar
vols venir tu rabadà?
Un xiulet li vull comprar;
Un xiulet li vull comprar;
Xiu, xiu, xiu farà el xiulet;
xiribit, xiribet;
a Betlem, au, au,
a Betlem si us plau
|
00:19 (# Enllaç permanent) | Comentaris: | Trackback:
|
|
[SecurityFocus] OpenSSH cutting edge
The upcoming OpenSSH version 4.3 will add support for tunneling. What type of uses is this feature suited for?
Damien Miller: Reyk and Markus' new tunneling support allows you to make a real VPN using OpenSSH without the need for any additional software. This goes well beyond the TCP port forwarding that we have supported for years - each end of a ssh connection that uses the new tunnel support gets a tun(4) interface which can pass packets between them. This is similar to the type of VPN supported by OpenVPN or other SSL-VPN systems, only it runs over SSH. It is therefore really easy to set up and automatically inherit the ability to use all of the authentication schemes supported by SSH (password, public key, Kerberos, etc.)
The tunnel interfaces that form the endpoints of the tunnel can be configured as either a layer-3 or a layer-2 link. In layer-3 mode you can configure the tun(4) interfaces with IP or IPv6 addresses and route packets over them like any other interface - you could even run a dynamic routing protocol like OSPF over them if you were so inclined. In layer-2 mode, you can make them part of a bridge(4) group to bridge raw ethernet frames between the two ends.
A practical use of this might be securely linking back to your home network while connected to an untrusted wireless net, being able to send and receive ICMP pings and to use UDP based services like DNS.
Like any VPN system that uses a reliable transport like TCP, an OpenSSH's tunnel can alter packet delivery dynamics (e.g. a dropped transport packet will stall all tunnelled traffic), so it probably isn't so good for things like VOIP over a lossy network (use IPsec for that), but it is still very useful for most other things.
|
00:13 (# Enllaç permanent) | Comentaris: | Trackback:
|
|
[ElectricNews.net] Mobile security threats to rise in 2006. El protagonista de la seguretat l'any vinent seran, amb tota probabilitat, els telèfons mòbils avançants (SmartPhones).
McAfee Avert Labs' latest security alert pinpoints smartphones as a prime target for malware writers in the coming year, and warns that it may cause more extensive damage than similar threats posed to PCs.
The figures are frightening; according to McAfee a mobile threat targeting several operating systems could possibly infect up to 200 million connected smartphones simultaneously.
|
00:06 (# Enllaç permanent) | Comentaris: | Trackback:
|
|
© Copyright 2003-2006 Xavier Caballe. . Si no s'indica expressament el contrari, el material publicat en aquest weblog es distribueix d'acord amb la llicència Creative Commons. El contingut és responsabilitat única i exclusivament del seu autor i no té cap relació amb les seves activitats professionals.
|
 |
 |
 |
 |
Contingut actualitzat
Categories
Darrers comentaris
Arxiu
Contingut antic
(ja no s'actualitza)
Versions anteriors
d'aquesta pàgina
|
 |
 |
 |
 |
|