Thursday, April 30th, 2009 | Author: Pablo

Hi, pbarrera (pbarrera).

Losantos (Jimenezlosantos) is now following your updates on Twitter.

Check out Losantos’s profile here:
http://twitter.com/Jimenezlosantos

You may follow Losantos as well by clicking on the “follow” button.
Best,
Twitter

Impresionante.

Friday, April 17th, 2009 | Author: Pablo

Parecer ser que hasta ayer noche no funcionaba correctamente el RSS de este blog. Se debía a un problema de redirección en el servidor web que ya está arreglado. Ahora el RSS está enlazado con Feedburner.

Thursday, April 16th, 2009 | Author: Pablo

Siguiendo mi política de no dejar de romper y cambiar las cosas que ya funcionan he decidido volver a cambiar mi página web. Hasta ahora casi todo lo que tenía eran archivos estáticos en un servidor.

El mantenimiento de estos archivos llevaba una cantidad de tiempo importante, tiempo que ahora no tengo, por eso creo que voy a pasar casi todo mi contenido a un CMS, en este caso Wordpress.

Sé que Wordpress no es el mejor CMS que se puede usar, pero en la vida hay que ser, sobre todo, pragmático: si puede funcionar, quizá funcione. Probemos qué tal queda.

Si en los próximos días tienes más problemas que de costumbre con esta página este es el motivo.

Wednesday, March 18th, 2009 | Author: Pablo

Buenas noches

Por fin he encontrado el tiempo y las ganas para volver a arrancar este blog y mis webs. Estaban aparcadas en el fondo de mi disco duro desde que dejé mi último servidor estable.

Espero que con algo de tiempo las cosas vuelvan a funcionar como antes. Paciencia.

Thursday, November 27th, 2008 | Author: Pablo

Va siendo hora de migrar el servidor que aloja este blog. Eso implica que en los próximos días el blog estará seguramente apagado. Espero que la migración no se demore mucho pero antes tengo que encontrar un nuevo servicio de hosting al que trasladarlo. Si tienes cualquier consejo no dudes en decirlo. Hasta entonces.

Monday, November 17th, 2008 | Author: Pablo

A small XSL template to extract all the links from a HTML page:

<?xml version=”1.0″ encoding=”UTF-8″?>
<xsl:stylesheet version=”1.0″ xmlns:xsl=”http://www.w3.org/1999/XSL/Transform”>
<xsl:output indent=”yes”/>

<xsl:template match=”/”>
<html>
<head>
<title>Link List</title>
</head>
<body>
<p>
<ul>
<xsl:for-each select=”//li”>
<xsl:copy-of select=”.”/>
</xsl:for-each>
</ul>
</p>
</body>
</html>
</xsl:template>
</xsl:stylesheet>

To use it, install libxslt-bin in fink or xsltproc in debian, and execute the following line:

xsltproc filter.xsl index.html

Monday, October 20th, 2008 | Author: Pablo

Some days ago I posted some instructions to compile Tomboy inside Mac OS X using Fink. Today I have installed a new version of Tomboy with better support for Mac. You can find more informaiton about it in automorphic blog.

Although there are some known issues with the program, is good to have a better integrated version with native mac support.

Category: Uncategorized  | Tags: , ,  | Comments
Friday, October 10th, 2008 | Author: Pablo
Iffley Church

Iffley Church


Blenheim Palace

Blenheim Palace

Wednesday, October 08th, 2008 | Author: Pablo

La verdad es que parece que paso más tiempo programando/parcheando/instalando mi blog que realmente escribiendo en él. Al final me he decidido por instalar wordpress en vez de emplear el conjunto de scripts que he venido usando hasta ahora. La ventaja es que espero perder menos tiempo configurando o modificando los scripts. La desventaja es que tengo menos control sobre la aplicación.

En los últimos meses he usado wiko, un compilador de archivos en formato wiki. Este es un proyecto muy interesante que todavía uso para algunas de mis webs. Anteriormente estuve usando pybloxsom.

Aún así estoy muy satisfecho con la migración. Todo el sistema está funcionado, con comentarios usando disqus y el rss en feedburner. Ya veremos como evoluciona.

En cualquier caso es un buen momento para estrenar mi nuevo dominio: pablobarrera.com, que he tenido aparcado durante demasiado tiempo.

Friday, October 03rd, 2008 | Author: Pablo

Each open source project has its own governance model. Some are more hierarchical than others and some are more flat. OSS Watch is preparing a document about different examples of Open Source Governance Models. This is the part related with Debian that I wrote some weeks ago:

The project Debian tries to create a Linux based distribution and I think there is little need to introduce the project further. Debian is the heart of the Ubuntu distribution.

The governance model in Debian is motivated to create a strong democratic model. The hierarchy inside the community is intended to be mostly flat. All the members of the Debian organisation, called Debian Developers, have the same rights (with a few exceptions). Developers join Debian through a convoluted process of interview (including technical and philosophical aspects), GPG keysignings and apprenticeship. Candidates need aslo an advocate inside the organization to recommend them.

The reason for this strict procedure lies in Debian packages being installed in computers with root privileges. Packages may maliciously or accidentally cause important harm. The admission process is intended to test both philosophical ideas and technical skills of the candidates.

However this strict process has made necessary a new role inside the project: Debian Maintainers. A Debian Maintainers are people who are not full developers but have a restricted ability to upload packages to the Debian archive. They need to be advocate to sponsor them and have limited rights inside the project and they cannot vote on project decisions.

Developers select one of their number as project leader annually. Project leader delegates responsibility for different roles within the project. Tension exists because many developers have been in role since before leaders were elected. The Debian Social Contract and the Debian Free Software Guidelines are the central documents guiding the community and everyone should agree those document before joining the community.

More information: