]> git.llucax.com Git - personal/website.git/commit
Import personal website to git
authorLeandro Lucarella <luca@llucax.com.ar>
Sat, 9 Feb 2013 16:22:20 +0000 (17:22 +0100)
committerLeandro Lucarella <luca@llucax.com.ar>
Sat, 9 Feb 2013 16:22:20 +0000 (17:22 +0100)
commit82c67a166ee0d3d8893c3ae1e84f91f067045fd0
treef13ab056be37b82b7b7310f44d90da390ba07646
Import personal website to git
1503 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
source/_templates/layout.html [new file with mode: 0644]
source/blog/.htaccess [new file with mode: 0644]
source/blog/blog.cgi [new file with mode: 0755]
source/blog/com_form.html [new file with mode: 0644]
source/blog/config.py [new file with mode: 0644]
source/blog/index.cgi [new symlink]
source/blog/posts/2008/08/algorithms-summary.dot [new file with mode: 0644]
source/blog/posts/2008/08/algorithms-summary.png [new file with mode: 0644]
source/blog/posts/2008/08/algorithms-summary.rst [new file with mode: 0644]
source/blog/posts/2008/08/avoiding-pointer-updates.rst [new file with mode: 0644]
source/blog/posts/2008/08/deferred-rc.rst.bak [new file with mode: 0644]
source/blog/posts/2008/08/dgc-begins.rst [new file with mode: 0644]
source/blog/posts/2008/08/lazy-freeing-rc.rst [new file with mode: 0644]
source/blog/posts/2008/08/papers.rst [new file with mode: 0644]
source/blog/posts/2008/08/reference-counting.rst [new file with mode: 0644]
source/blog/posts/2008/08/zct-and-cycles-a.dot [new file with mode: 0644]
source/blog/posts/2008/08/zct-and-cycles-a.png [new file with mode: 0644]
source/blog/posts/2008/08/zct-and-cycles-b.dot [new file with mode: 0644]
source/blog/posts/2008/08/zct-and-cycles-b.png [new file with mode: 0644]
source/blog/posts/2008/08/zct-and-cycles.rst [new file with mode: 0644]
source/blog/posts/2008/09/backup-traicing-collector-for-rc-cycles-reclamation.rst [new file with mode: 0644]
source/blog/posts/2008/09/discarded-cycles-reclamation-algorithms.rst [new file with mode: 0644]
source/blog/posts/2008/09/limited-reference-counting.rst [new file with mode: 0644]
source/blog/posts/2008/09/mark-sweep.rst [new file with mode: 0644]
source/blog/posts/2008/09/partial-mark-sweep-cycle-reclamation.rst [new file with mode: 0644]
source/blog/posts/2008/09/the-pythons-algorithm.rst [new file with mode: 0644]
source/blog/posts/2008/10/richard-jones-figures.rst [new file with mode: 0644]
source/blog/posts/2008/11/druntime-build-system.rst [new file with mode: 0644]
source/blog/posts/2008/11/druntime-repo.rst [new file with mode: 0644]
source/blog/posts/2008/11/getting-started-with-druntime.rst [new file with mode: 0644]
source/blog/posts/2008/11/hacking-druntime.rst [new file with mode: 0644]
source/blog/posts/2008/11/testing-druntime-modifications.rst [new file with mode: 0644]
source/blog/posts/2008/12/druntime-developers-faq.rst [new file with mode: 0644]
source/blog/posts/2008/12/improved-druntime-getting-started-documentation.rst [new file with mode: 0644]
source/blog/posts/2009/01/understanding-the-current-gc.rst [new file with mode: 0644]
source/blog/posts/2009/03/accurate-garbage-collection-in-an-uncooperative-environment.rst [new file with mode: 0644]
source/blog/posts/2009/03/collected-newsgroup-links.rst [new file with mode: 0644]
source/blog/posts/2009/03/d-gc-benchmark-suite.rst [new file with mode: 0644]
source/blog/posts/2009/03/ldc.rst [new file with mode: 0644]
source/blog/posts/2009/03/mercurial-is-not-good-enough.rst [new file with mode: 0644]
source/blog/posts/2009/04/gc-optimization-for-contiguous-pointers-to-the-same-page.rst [new file with mode: 0644]
source/blog/posts/2009/04/guaranteed-finalization-support.rst [new file with mode: 0644]
source/blog/posts/2009/04/immix-mark-region-garbage-collector.rst [new file with mode: 0644]
source/blog/posts/2009/04/naive-garbage-collector.rst [new file with mode: 0644]
source/blog/posts/2009/04/object-finalization.rst [new file with mode: 0644]
source/blog/posts/2009/04/todo-list.rst [new file with mode: 0644]
source/blog/posts/2009/04/understanding-the-current-gc-(part-ii).rst [new file with mode: 0644]
source/blog/posts/2009/04/understanding-the-current-gc-(part-iii).rst [new file with mode: 0644]
source/blog/posts/2009/04/understanding-the-current-gc-conclusion.rst [new file with mode: 0644]
source/blog/posts/2009/04/understanding-the-current-gc-part-iv.rst [new file with mode: 0644]
source/blog/posts/2009/04/understanding-the-current-gc-the-end.rst [new file with mode: 0644]
source/blog/posts/2009/05/debug-is-hell.rst [new file with mode: 0644]
source/blog/posts/2009/05/naive-gc-fixes.rst [new file with mode: 0644]
source/blog/posts/2009/05/statistics--benchmark-suite-and-future-plans.rst [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs.rst [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/big_arrays.eps [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/big_arrays.m.png [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/rnd_data.eps [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/rnd_data.m.png [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/rnd_data_2.eps [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/rnd_data_2.m.png [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/shootout_binarytrees.eps [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/shootout_binarytrees.m.png [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/split.eps [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/split.m.png [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/startup.eps [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/startup.m.png [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/tree.eps [new file with mode: 0644]
source/blog/posts/2009/08/allocations-graphs/tree.m.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs.rst [new file with mode: 0644]
source/blog/posts/2009/08/graphs/big_arrays.c.mini.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs/big_arrays.c.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs/rnd_data.c.mini.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs/rnd_data.c.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs/rnd_data_2.c.mini.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs/rnd_data_2.c.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs/shootout_binarytrees.c.mini.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs/shootout_binarytrees.c.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs/split.c.mini.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs/split.c.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs/startup.c.mini.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs/startup.c.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs/tree.c.mini.png [new file with mode: 0644]
source/blog/posts/2009/08/graphs/tree.c.png [new file with mode: 0644]
source/blog/posts/2009/09/8-bit-lego-trip.rst [new file with mode: 0644]
source/blog/posts/2009/09/cinépata.rst [new file with mode: 0644]
source/blog/posts/2009/09/espoiler-tv.rst [new file with mode: 0644]
source/blog/posts/2009/09/fantastic-photos-of-our-solar-system.rst [new file with mode: 0644]
source/blog/posts/2009/09/feeds.rst [new file with mode: 0644]
source/blog/posts/2009/09/life-in-hell.rst [new file with mode: 0644]
source/blog/posts/2009/09/new-home-page-and-blog-location.rst [new file with mode: 0644]
source/blog/posts/2009/09/tv-online.rst [new file with mode: 0644]
source/blog/posts/2009/09/world-digital-library.rst [new file with mode: 0644]
source/blog/posts/2009/10/05-gdc-resurrection.rst [new file with mode: 0644]
source/blog/posts/2009/10/06-tucan-download-manager-for-file-hosting-sites.rst [new file with mode: 0644]
source/blog/posts/2009/10/07-the-wire.rst [new file with mode: 0644]
source/blog/posts/2009/10/08-campanas-por-la-gripe-a.rst [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc.rst [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/big_arrays.mini.png [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/big_arrays.png [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/rnd_data.mini.png [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/rnd_data.png [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/rnd_data_2.mini.png [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/rnd_data_2.png [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/shootout_binarytrees.mini.png [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/shootout_binarytrees.png [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/split.mini.png [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/split.png [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/startup.mini.png [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/startup.png [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/tree.mini.png [new file with mode: 0644]
source/blog/posts/2009/10/08-stats-for-the-basic-gc/tree.png [new file with mode: 0644]
source/blog/posts/2009/10/09-volvió-seinfeld.rst [new file with mode: 0644]
source/blog/posts/2009/10/10-file:line-vim-plug-in.rst [new file with mode: 0644]
source/blog/posts/2009/10/10-link-time-optimization.rst [new file with mode: 0644]
source/blog/posts/2009/10/10-Україна-має-талант.rst [new file with mode: 0644]
source/blog/posts/2009/10/11-lessfs.rst [new file with mode: 0644]
source/blog/posts/2009/10/13-no-te-cases-ni-te-embarques.rst [new file with mode: 0644]
source/blog/posts/2009/10/14-mutt-patched-with-nntp-support-for-debian-(and-friends).rst [new file with mode: 0644]
source/blog/posts/2009/10/15-d--dmd-and-open-development.rst [new file with mode: 0644]
source/blog/posts/2009/10/15-llvm-developer-meeting-videos.rst [new file with mode: 0644]
source/blog/posts/2009/10/16-pybugz.rst [new file with mode: 0644]
source/blog/posts/2009/10/17-anti-love-song.rst [new file with mode: 0644]
source/blog/posts/2009/10/19-ricardo-garmendia--el-gaucho-sónico.rst [new file with mode: 0644]
source/blog/posts/2009/10/20-klee--automatically-generating-tests-that-achieve-high-coverage.rst [new file with mode: 0644]
source/blog/posts/2009/10/21-mit-indoor-autonomous-helicopter.rst [new file with mode: 0644]
source/blog/posts/2009/10/22-world-battleground.rst [new file with mode: 0644]
source/blog/posts/2009/10/24-llvm-2.6.rst [new file with mode: 0644]
source/blog/posts/2009/10/25-subdownloader.rst [new file with mode: 0644]
source/blog/posts/2009/10/29-the-d-programming-language.jpg [new file with mode: 0644]
source/blog/posts/2009/10/29-the-d-programming-language.rst [new file with mode: 0644]
source/blog/posts/2009/10/dgc-page-is-back.rst [new file with mode: 0644]
source/blog/posts/2009/10/the-yes-men.rst [new file with mode: 0644]
source/blog/posts/2009/10/tucan.png [new file with mode: 0644]
source/blog/posts/2009/10/yikebike-&-mini-farthing.rst [new file with mode: 0644]
source/blog/posts/2009/11/03-ginobili-san.rst [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé.rst [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/01-burbujitas.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/01-burbujitas.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/02-humedad.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/02-humedad.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/03-esquina.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/03-esquina.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/04-tapa.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/04-tapa.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/05-tapa.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/05-tapa.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/06-gotas-abajo.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/06-gotas-abajo.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/07-cara-wtf.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/07-cara-wtf.mini.jpg [new symlink]
source/blog/posts/2009/11/03-rompé-pepe-rompé/07-cara-wtf2.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/07-cara-wtf2.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/08-agujero-chico.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/08-agujero-chico.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/09-agujero-chico.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/09-agujero-chico.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/10-agujero-caño.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/10-agujero-caño.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/11-guille.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/11-guille.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/12-gotas-arriba.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/12-gotas-arriba.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/13-gotas-arriba.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/13-gotas-arriba.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/14-balde.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/14-balde.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/15-gota-trapo.jpg [new file with mode: 0644]
source/blog/posts/2009/11/03-rompé-pepe-rompé/15-gota-trapo.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/04-te-juro-que-no-tengo-parientes-políticos.rst [new file with mode: 0644]
source/blog/posts/2009/11/04-te-juro/1.jpg [new file with mode: 0644]
source/blog/posts/2009/11/04-te-juro/1.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/04-te-juro/2.jpg [new file with mode: 0644]
source/blog/posts/2009/11/04-te-juro/2.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/04-te-juro/3.jpg [new file with mode: 0644]
source/blog/posts/2009/11/04-te-juro/3.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/06-patch-to-make-d's-gc-partially-precise.rst [new file with mode: 0644]
source/blog/posts/2009/11/06-ted:-witricity.rst [new file with mode: 0644]
source/blog/posts/2009/11/07-dmd-frontend-1.051-merged-in-ldc.rst [new file with mode: 0644]
source/blog/posts/2009/11/07-the-mighty-boosh.rst [new file with mode: 0644]
source/blog/posts/2009/11/11-go-nuts.rst [new file with mode: 0644]
source/blog/posts/2009/11/13-annotations--properties-and-safety-are-coming-to-d.rst [new file with mode: 0644]
source/blog/posts/2009/11/13-burj-dubai.jpg [new file with mode: 0644]
source/blog/posts/2009/11/13-burj-dubai.rst [new file with mode: 0644]
source/blog/posts/2009/11/13-fotopedia.rst [new file with mode: 0644]
source/blog/posts/2009/11/17-la-fábrica-de-fallas.jpg [new file with mode: 0644]
source/blog/posts/2009/11/17-la-fábrica-de-fallas.rst [new file with mode: 0644]
source/blog/posts/2009/11/18-lavar-cuando-esté-sucia.jpg [new file with mode: 0644]
source/blog/posts/2009/11/18-lavar-cuando-esté-sucia.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/18-lavar-cuando-esté-sucia.rst [new file with mode: 0644]
source/blog/posts/2009/11/19-primer.rst [new file with mode: 0644]
source/blog/posts/2009/11/19-qué-linda-facultad!.rst [new file with mode: 0644]
source/blog/posts/2009/11/20-gato-pajero.jpg [new file with mode: 0644]
source/blog/posts/2009/11/20-gato-pajero.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/11/20-gato-pajero.rst [new file with mode: 0644]
source/blog/posts/2009/11/20-unintentional-fallthrough-in-d's-switch-statements.rst [new file with mode: 0644]
source/blog/posts/2009/11/21-reciclable.jpg [new file with mode: 0644]
source/blog/posts/2009/11/21-reciclable.rst [new file with mode: 0644]
source/blog/posts/2009/11/29-opdispatch.rst [new file with mode: 0644]
source/blog/posts/2009/12/01-die-flash--die!!!.rst [new file with mode: 0644]
source/blog/posts/2009/12/01-improved-string-imports.rst [new file with mode: 0644]
source/blog/posts/2009/12/02-grooveshark.rst [new file with mode: 0644]
source/blog/posts/2009/12/03-bpython.png [new file with mode: 0644]
source/blog/posts/2009/12/03-bpython.rst [new file with mode: 0644]
source/blog/posts/2009/12/03-ldc-uploaded-to-debian.rst [new file with mode: 0644]
source/blog/posts/2009/12/04-xkcd-and-michael-and-me.rst [new file with mode: 0644]
source/blog/posts/2009/12/08-2do-festival-de-cine-documental-y-musical-de-buenos-aires.rst [new file with mode: 0644]
source/blog/posts/2009/12/13-crónicas-del-in-edit-2009.rst [new file with mode: 0644]
source/blog/posts/2009/12/13-in-edit--island-records.rst [new file with mode: 0644]
source/blog/posts/2009/12/13-in-edit--madness.rst [new file with mode: 0644]
source/blog/posts/2009/12/13-in-edit--peligrosos-gorriones.rst [new file with mode: 0644]
source/blog/posts/2009/12/13-monty-python:-almost-the-truth.rst [new file with mode: 0644]
source/blog/posts/2009/12/15-grog-xd--epic-fail-make-it-into-the-latest-monkey-island-game.rst [new file with mode: 0644]
source/blog/posts/2009/12/15-grog1.jpg [new file with mode: 0644]
source/blog/posts/2009/12/15-grog1.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/12/15-grog2.jpg [new file with mode: 0644]
source/blog/posts/2009/12/15-grog2.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/12/15-grog3.jpg [new file with mode: 0644]
source/blog/posts/2009/12/15-grog3.mini.jpg [new file with mode: 0644]
source/blog/posts/2009/12/20-d.net-is-looking-for-developers.rst [new file with mode: 0644]
source/blog/posts/2009/12/23-adiós-mazziblog.rst [new file with mode: 0644]
source/blog/posts/2009/12/30-empanada-surrealista.rst [new file with mode: 0644]
source/blog/posts/2010/01/03-tapa.jpg [new file with mode: 0644]
source/blog/posts/2010/01/03-tapa.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/01/03-una-especie-de-documental.rst [new file with mode: 0644]
source/blog/posts/2010/01/06-merging-dmd-fe-1.055-in-ldc.rst [new file with mode: 0644]
source/blog/posts/2010/01/07-plug-computing.jpg [new file with mode: 0644]
source/blog/posts/2010/01/07-plug-computing.rst [new file with mode: 0644]
source/blog/posts/2010/01/08-la-eterna-búsqueda-de-un-isp-que-no-apeste-tanto.rst [new file with mode: 0644]
source/blog/posts/2010/01/10-el-eternauta.rst [new file with mode: 0644]
source/blog/posts/2010/01/10-trip-hop's-not-dead.rst [new file with mode: 0644]
source/blog/posts/2010/01/11-futurama-theme.jpg [new file with mode: 0644]
source/blog/posts/2010/01/11-futurama-theme.rst [new file with mode: 0644]
source/blog/posts/2010/01/11-ucep--va-a-estar-bueno-buenos-aires.rst [new file with mode: 0644]
source/blog/posts/2010/01/13-the-coral-content-distribution-network.rst [new file with mode: 0644]
source/blog/posts/2010/01/14-ideone.com-(compiling-online).rst [new file with mode: 0644]
source/blog/posts/2010/01/16-rocknrolla.jpg [new file with mode: 0644]
source/blog/posts/2010/01/16-rocknrolla.rst [new file with mode: 0644]
source/blog/posts/2010/01/20-lets-go-to-bed.ogg [new file with mode: 0644]
source/blog/posts/2010/01/20-master-and-servant--let's-go-to-bed.rst [new file with mode: 0644]
source/blog/posts/2010/01/20-master-and-servant.ogg [new file with mode: 0644]
source/blog/posts/2010/01/25-disco-roto.mini.png [new file with mode: 0644]
source/blog/posts/2010/01/25-disco-roto.png [new file with mode: 0644]
source/blog/posts/2010/01/25-disco-roto.rst [new file with mode: 0644]
source/blog/posts/2010/01/26-brasero-chupa.rst [new file with mode: 0644]
source/blog/posts/2010/01/27-dmd-beta.rst [new file with mode: 0644]
source/blog/posts/2010/01/28-google's-go-will-be-part-of-gcc.rst [new file with mode: 0644]
source/blog/posts/2010/01/28-tales-of-mere-existence.rst [new file with mode: 0644]
source/blog/posts/2010/01/31-me-cortaron-las-piernas.rst [new file with mode: 0644]
source/blog/posts/2010/02/13-generating-good-syntax-errors.rst [new file with mode: 0644]
source/blog/posts/2010/02/13-la-odisea-del-pasaporte.rst [new file with mode: 0644]
source/blog/posts/2010/02/21-bluetooth-usb-adapter-es-388.jpg [new file with mode: 0644]
source/blog/posts/2010/02/21-bluetooth-usb-adapter-es-388.rst [new file with mode: 0644]
source/blog/posts/2010/02/22-first-accepted-patch-for-dmd(fe).rst [new file with mode: 0644]
source/blog/posts/2010/02/22-mutt-patched-with-nntp-support-for-debian-(and-friends)--now-with-home-page!.rst [new file with mode: 0644]
source/blog/posts/2010/02/27-connections-in-the-knowledge-web.rst [new file with mode: 0644]
source/blog/posts/2010/03/01-upcoming-congratulations.jpg [new file with mode: 0644]
source/blog/posts/2010/03/01-upcoming-new-albums.rst [new file with mode: 0644]
source/blog/posts/2010/03/01-upcoming-plastic-beach.jpg [new file with mode: 0644]
source/blog/posts/2010/03/05-cepillo-te-cepilla-arreglo.jpg [new file with mode: 0644]
source/blog/posts/2010/03/05-cepillo-te-cepilla-cocina.jpg [new file with mode: 0644]
source/blog/posts/2010/03/05-cepillo-te-cepilla.rst [new file with mode: 0644]
source/blog/posts/2010/03/05-dmd(fe)-speller-(suggestions).rst [new file with mode: 0644]
source/blog/posts/2010/04/26-back-to-business.rst [new file with mode: 0644]
source/blog/posts/2010/04/26-palabras-argentas-que-provienen-del-portugués.rst [new file with mode: 0644]
source/blog/posts/2010/04/26-se-dice-doses-y-treses.rst [new file with mode: 0644]
source/blog/posts/2010/04/27-el-milagro-del-padre-flato-mini.jpg [new file with mode: 0644]
source/blog/posts/2010/04/27-el-milagro-del-padre-flato.jpg [new file with mode: 0644]
source/blog/posts/2010/04/27-rincón-del-arte:-el-milagro-del-padre-flato.rst [new file with mode: 0644]
source/blog/posts/2010/04/28-gdb-will-support-the-d-programming-language.rst [new file with mode: 0644]
source/blog/posts/2010/05/02-mapa2.rst [new file with mode: 0644]
source/blog/posts/2010/05/03-carlos-muñoz-mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/03-carlos-muñoz.jpg [new file with mode: 0644]
source/blog/posts/2010/05/03-carlos-muñoz.rst [new file with mode: 0644]
source/blog/posts/2010/05/09-anfiteatro-eva-perón.jpg [new file with mode: 0644]
source/blog/posts/2010/05/09-anfiteatro-eva-perón.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/09-anfiteatro-eva-perón.rst [new file with mode: 0644]
source/blog/posts/2010/05/09-ciudad-emergente-2010.gif [new file with mode: 0644]
source/blog/posts/2010/05/09-ciudad-emergente-2010.rst [new file with mode: 0644]
source/blog/posts/2010/05/09-name-fail.jpg [new file with mode: 0644]
source/blog/posts/2010/05/09-name-fail.rst [new file with mode: 0644]
source/blog/posts/2010/05/09-new-section.rst [new file with mode: 0644]
source/blog/posts/2010/05/10-audience-2-(mom-and-dad-taking-pictures).jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-audience-2-(mom-and-dad-taking-pictures).mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-audience-2-(mom-and-dad-taking-pictures).rst [new file with mode: 0644]
source/blog/posts/2010/05/10-audience.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-audience.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-audience.rst [new file with mode: 0644]
source/blog/posts/2010/05/10-luciana-tagliapietra-1.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-luciana-tagliapietra-1.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-luciana-tagliapietra-1.rst [new file with mode: 0644]
source/blog/posts/2010/05/10-luciana-tagliapietra-2.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-luciana-tagliapietra-2.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-luciana-tagliapietra-2.rst [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-1.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-1.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-1.rst [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-2.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-2.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-2.rst [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-3.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-3.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-3.rst [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-4.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-4.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-4.rst [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-5.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-5.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-5.rst [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-6.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-6.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-6.rst [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-7.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-7.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-7.rst [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-8.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-8.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-8.rst [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-9.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-9.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/10-vaqueros-paganos-9.rst [new file with mode: 0644]
source/blog/posts/2010/05/12-pequeñas-victorias.rst [new file with mode: 0644]
source/blog/posts/2010/05/14-debugging-c++-with-less-pain.rst [new file with mode: 0644]
source/blog/posts/2010/05/14-testdisk.png [new file with mode: 0644]
source/blog/posts/2010/05/14-testdisk.rst [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-01.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-02.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-03.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-04.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-05.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-06.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-07.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-08.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-08.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-09.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-09.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-10.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-10.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-11.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-11.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-12.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!-12.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/15-sr.-tomate!.rst [new file with mode: 0644]
source/blog/posts/2010/05/16-boogie-01.jpg [new file with mode: 0644]
source/blog/posts/2010/05/16-boogie-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/16-boogie.rst [new file with mode: 0644]
source/blog/posts/2010/05/16-romanzo-criminale.jpg [new file with mode: 0644]
source/blog/posts/2010/05/16-romanzo-criminale.rst [new file with mode: 0644]
source/blog/posts/2010/05/18-the-lady-and-the-reaper.rst [new file with mode: 0644]
source/blog/posts/2010/05/18-tpb.jpg [new file with mode: 0644]
source/blog/posts/2010/05/18-tpb.rst [new file with mode: 0644]
source/blog/posts/2010/05/19-ldc-and-llvm-2.7.rst [new file with mode: 0644]
source/blog/posts/2010/05/20-copyleft-01.jpg [new file with mode: 0644]
source/blog/posts/2010/05/20-copyleft-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/20-copyleft.rst [new file with mode: 0644]
source/blog/posts/2010/05/21-bicentenario.rst [new file with mode: 0644]
source/blog/posts/2010/05/24-grey-oceans.rst [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-01.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-02.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-03.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-04.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-05.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-06.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-07.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-08.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario-08.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-bicentenario.rst [new file with mode: 0644]
source/blog/posts/2010/05/26-nuevo-hogar-01.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-nuevo-hogar-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/05/26-nuevo-hogar.rst [new file with mode: 0644]
source/blog/posts/2010/05/28-6-degrees-of-black-sabbath.rst [new file with mode: 0644]
source/blog/posts/2010/05/29-cold-cut.jpg [new file with mode: 0644]
source/blog/posts/2010/05/29-cold-cut.rst [new file with mode: 0644]
source/blog/posts/2010/05/31-rss-feed-(and-other-problems)-fixed.rst [new file with mode: 0644]
source/blog/posts/2010/06/01-what-every-programmer-should-know-about-memory.rst [new file with mode: 0644]
source/blog/posts/2010/06/03-breathtaking-sculptures-made-out-of-a-single-paper-sheet.jpg [new file with mode: 0644]
source/blog/posts/2010/06/03-breathtaking-sculptures-made-out-of-a-single-paper-sheet.rst [new file with mode: 0644]
source/blog/posts/2010/06/06-release:-mutt-with-nntp-debian-package-1.5.20-8luca1.rst [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-01.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-02.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-03.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-04.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-05.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-06.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-07.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-08.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-08.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-09.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-09.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-10.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010-10.mini.jpg [new file with mode: 0644]
source/blog/posts/2010/06/08-les-mentettes-orchestra-@-ciudad-emergente-2010.rst [new file with mode: 0644]
source/blog/posts/2010/06/11-how-can-you-don't-love-floss?.rst [new file with mode: 0644]
source/blog/posts/2010/06/13-together.jpg [new file with mode: 0644]
source/blog/posts/2010/06/13-together.rst [new file with mode: 0644]
source/blog/posts/2010/06/15-mr.-orkester.rst [new file with mode: 0644]
source/blog/posts/2010/06/21-dmd-64-bits.rst [new file with mode: 0644]
source/blog/posts/2010/06/24-página-de-la-fifa.rst [new file with mode: 0644]
source/blog/posts/2010/06/26-the-it-crowd-s04.rst [new file with mode: 0644]
source/blog/posts/2010/06/26-youtube--corneta--botón.rst [new file with mode: 0644]
source/blog/posts/2010/06/28-delegates-and-inlining.rst [new file with mode: 0644]
source/blog/posts/2010/07/01-bacap.rst [new file with mode: 0644]
source/blog/posts/2010/07/02-pixies-@-argentina.rst [new file with mode: 0644]
source/blog/posts/2010/07/03-alemanes.rst [new file with mode: 0644]
source/blog/posts/2010/07/04-blu's-muto.rst [new file with mode: 0644]
source/blog/posts/2010/07/13-callgrind.out.cdgc-9fac8d7-make [new file with mode: 0644]
source/blog/posts/2010/07/13-callgrind.out.cdgc-9fac8d7-nomake [new file with mode: 0644]
source/blog/posts/2010/07/13-performance-wtf.rst [new file with mode: 0644]
source/blog/posts/2010/07/13-time.png [new file with mode: 0644]
source/blog/posts/2010/07/13-time.svg [new file with mode: 0644]
source/blog/posts/2010/07/16-futurama-s06.rst [new file with mode: 0644]
source/blog/posts/2010/07/17-debian-unstable-+-amd64-+-flashplugin-nonfree.rst [new file with mode: 0644]
source/blog/posts/2010/07/17-zuiikin'-english.rst [new file with mode: 0644]
source/blog/posts/2010/07/20-rocanrrrrrollllll-n-n-n!!!.rst [new file with mode: 0644]
source/blog/posts/2010/07/22-the-attack-of-the-killer-app.rst [new file with mode: 0644]
source/blog/posts/2010/07/24-proposition-infinity.rst [new file with mode: 0644]
source/blog/posts/2010/07/25-c++-template-wtf.rst [new file with mode: 0644]
source/blog/posts/2010/07/28-presenting-cdgc.rst [new file with mode: 0644]
source/blog/posts/2010/07/30-calling-abort()-on-unhandled-exception.rst [new file with mode: 0644]
source/blog/posts/2010/08/06-type-conservative-nornd.png [new file with mode: 0644]
source/blog/posts/2010/08/06-type-conservative-nostripped.png [new file with mode: 0644]
source/blog/posts/2010/08/06-type-conservative.png [new file with mode: 0644]
source/blog/posts/2010/08/06-type-information-at-the-end-of-the-block-considered-harmful.rst [new file with mode: 0644]
source/blog/posts/2010/08/06-type-precise-end-nornd.png [new file with mode: 0644]
source/blog/posts/2010/08/06-type-precise-end.png [new file with mode: 0644]
source/blog/posts/2010/08/06-type-precise-noend-nornd.png [new file with mode: 0644]
source/blog/posts/2010/08/06-type-precise-noend-nostripped.png [new file with mode: 0644]
source/blog/posts/2010/08/06-type-precise-noend.png [new file with mode: 0644]
source/blog/posts/2010/08/06-type-precise-nornd.png [new file with mode: 0644]
source/blog/posts/2010/08/06-type-precise-nostripped.png [new file with mode: 0644]
source/blog/posts/2010/08/06-type-precise.png [new file with mode: 0644]
source/blog/posts/2010/08/09-gdc-activity.rst [new file with mode: 0644]
source/blog/posts/2010/08/09-gwene.rst [new file with mode: 0644]
source/blog/posts/2010/08/09-lo'-redó.rst [new file with mode: 0644]
source/blog/posts/2010/08/10-add-pc-beep-whitelist-for-an-intel-board.rst [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation-patterns.rst [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bh.d [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bh.rq.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bh.rq.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bh.txt [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bh.ws.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bh.ws.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bible.txt [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bigarr.d [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bigarr.rq.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bigarr.rq.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bigarr.txt [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bigarr.ws.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bigarr.ws.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bisort.d [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bisort.rq.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bisort.rq.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bisort.txt [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bisort.ws.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/bisort.ws.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/dil.rq.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/dil.rq.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/dil.txt [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/dil.ws.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/dil.ws.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/em3d.d [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/em3d.rq.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/em3d.rq.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/em3d.txt [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/em3d.ws.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/em3d.ws.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/mcore.d [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/mcore.rq.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/mcore.rq.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/mcore.txt [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/mcore.ws.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/mcore.ws.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/rnddata.d [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/rnddata.rq.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/rnddata.rq.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/rnddata.txt [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/rnddata.ws.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/rnddata.ws.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/sbtree.d [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/sbtree.rq.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/sbtree.rq.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/sbtree.txt [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/sbtree.ws.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/sbtree.ws.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/split.d [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/split.rq.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/split.rq.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/split.txt [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/split.ws.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/split.ws.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/tree.d [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/tree.rq.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/tree.rq.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/tree.txt [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/tree.ws.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/tree.ws.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/tsp.d [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/tsp.rq.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/tsp.rq.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/tsp.txt [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/tsp.ws.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/tsp.ws.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/voronoi.d [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/voronoi.rq.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/voronoi.rq.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/voronoi.txt [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/voronoi.ws.bin.png [new file with mode: 0644]
source/blog/posts/2010/08/14-memory-allocation/voronoi.ws.tot.png [new file with mode: 0644]
source/blog/posts/2010/08/15-typeinfo--static-data-and-the-gc.rst [new file with mode: 0644]
source/blog/posts/2010/08/16-newton-faulkner.rst [new file with mode: 0644]
source/blog/posts/2010/08/21-the-suburbs-unstaged.rst [new file with mode: 0644]
source/blog/posts/2010/08/22-cazadores-de-sueños.rst [new file with mode: 0644]
source/blog/posts/2010/08/22-cdgc-first-breath.rst [new file with mode: 0644]
source/blog/posts/2010/08/22-cdgc-stw-pause-time.png [new file with mode: 0644]
source/blog/posts/2010/08/22-cdgc-stw-run-time.png [new file with mode: 0644]
source/blog/posts/2010/08/23-the-yes-men-fix-the-world.rst [new file with mode: 0644]
source/blog/posts/2010/08/29-recursive-dil.png [new file with mode: 0644]
source/blog/posts/2010/08/29-recursive-voronoi.png [new file with mode: 0644]
source/blog/posts/2010/08/29-recursive-vs.-iterative-marking.rst [new file with mode: 0644]
source/blog/posts/2010/08/31-the-wilderness-downtown.rst [new file with mode: 0644]
source/blog/posts/2010/09/07-scola.rst [new file with mode: 0644]
source/blog/posts/2010/09/09-truly-concurrent-gc-using-eager-allocation.rst [new file with mode: 0644]
source/blog/posts/2010/09/09-truly-concurrent-gc/pause-1cpu.png [new file with mode: 0644]
source/blog/posts/2010/09/09-truly-concurrent-gc/pause-1cpu.svg [new file with mode: 0644]
source/blog/posts/2010/09/09-truly-concurrent-gc/stw-1cpu.png [new file with mode: 0644]
source/blog/posts/2010/09/09-truly-concurrent-gc/stw-1cpu.svg [new file with mode: 0644]
source/blog/posts/2010/09/09-truly-concurrent-gc/time-1cpu.png [new file with mode: 0644]
source/blog/posts/2010/09/09-truly-concurrent-gc/time-1cpu.svg [new file with mode: 0644]
source/blog/posts/2010/09/09-truly-concurrent-gc/time-2cpu.png [new file with mode: 0644]
source/blog/posts/2010/09/09-truly-concurrent-gc/time-2cpu.svg [new file with mode: 0644]
source/blog/posts/2010/09/13-64-bits-support-for-mutest.rst [new file with mode: 0644]
source/blog/posts/2010/09/13-el-hombre-de-al-lado.rst [new file with mode: 0644]
source/blog/posts/2010/09/27-telecom-y-la-puta-que-te-pariÓ.rst [new file with mode: 0644]
source/blog/posts/2010/09/28-cdgc-done.rst [new file with mode: 0644]
source/blog/posts/2010/10/01-bacap-updates.rst [new file with mode: 0644]
source/blog/posts/2010/10/06-pixies-✓.rst [new file with mode: 0644]
source/blog/posts/2010/10/10-trying-cdgc-howto.rst [new file with mode: 0644]
source/blog/posts/2010/10/10-trying-cdgc-howto/0001-Create-pointer-map-bitmask-to-allow-precise-heap-sca.patch [new file with mode: 0644]
source/blog/posts/2010/10/10-trying-cdgc-howto/0001-Fixes-to-be-able-to-parse-the-code-with-Dil.patch [new file with mode: 0644]
source/blog/posts/2010/10/10-trying-cdgc-howto/0002-Use-the-mutexattr-when-initializing-the-mutex.patch [new file with mode: 0644]
source/blog/posts/2010/10/10-trying-cdgc-howto/0003-Add-precise-heap-scanning-support.patch [new file with mode: 0644]
source/blog/posts/2010/10/10-trying-cdgc-howto/0004-Use-the-right-attributes-when-appending-to-an-empty-.patch [new file with mode: 0644]
source/blog/posts/2010/10/10-trying-cdgc-howto/Makefile [new file with mode: 0644]
source/blog/posts/2010/10/16-el-misterio-de-las-tapitas.rst [new file with mode: 0644]
source/blog/posts/2010/10/20-cdgc-tango-integration.rst [new file with mode: 0644]
source/blog/posts/2010/10/28-no-llame-(no-joda).rst [new file with mode: 0644]
source/blog/posts/2010/11/06-freedroidrpg.rst [new file with mode: 0644]
source/blog/posts/2010/11/09-cdgc-experimental-branch-in-druntime.rst [new file with mode: 0644]
source/blog/posts/2010/11/10-dmdfe-copyright-assigned-to-the-fsf?.rst [new file with mode: 0644]
source/blog/posts/2010/11/13-legalícenla-hoja.jpg [new file with mode: 0644]
source/blog/posts/2010/11/13-legalícenla.rst [new file with mode: 0644]
source/blog/posts/2010/11/16-belle-&-sebastian-✓.rst [new file with mode: 0644]
source/blog/posts/2010/11/16-cambio-de-lugar-y-fecha-de-pavement.rst [new file with mode: 0644]
source/blog/posts/2010/11/19-billy-corgan's-metal-band.rst [new file with mode: 0644]
source/blog/posts/2010/11/20-cronograma-hot-festival-2010.rst [new file with mode: 0644]
source/blog/posts/2010/11/21-massive-attack-@-hot-festival-2010.rst [new file with mode: 0644]
source/blog/posts/2010/11/28-hot-festival-2010.jpg [new file with mode: 0644]
source/blog/posts/2010/11/28-hot-festival-2010.rst [new file with mode: 0644]
source/blog/posts/2010/11/30-día-d.rst [new file with mode: 0644]
source/blog/posts/2010/12/08-engineer.rst [new file with mode: 0644]
source/blog/posts/2010/12/16-project-gutenberg-considers-adopting-rst-as-master-format.rst [new file with mode: 0644]
source/blog/posts/2010/12/24-libclang.rst [new file with mode: 0644]
source/blog/posts/2011/01/12-mgmt-en-la-feliz.rst [new file with mode: 0644]
source/blog/posts/2011/01/15-theremin.rst [new file with mode: 0644]
source/blog/posts/2011/01/18-cámara.rst [new file with mode: 0644]
source/blog/posts/2011/01/19-release:-mutt-with-nntp-debian-package-1.5.21-2nntp1.rst [new file with mode: 0644]
source/blog/posts/2011/01/20-mochila-ellum.gif [new file with mode: 0644]
source/blog/posts/2011/01/20-mochila.rst [new file with mode: 0644]
source/blog/posts/2011/01/22-2-dólares-por-10-dólares!.rst [new file with mode: 0644]
source/blog/posts/2011/01/23-i-love-this-game.rst [new file with mode: 0644]
source/blog/posts/2011/01/28-cdgc-merged-into-tango.rst [new file with mode: 0644]
source/blog/posts/2011/01/31-mensajes-subliminales-de-telecentro.rst [new file with mode: 0644]
source/blog/posts/2011/01/31-telecentro-sel.png [new file with mode: 0644]
source/blog/posts/2011/01/31-telecentro.png [new file with mode: 0644]
source/blog/posts/2011/02/18-the-king-of-the-limbs.rst [new file with mode: 0644]
source/blog/posts/2011/02/20-lazy-boy.rst [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-01.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-02.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-03.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-04.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-05.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-06.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-07.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/20-sur-2011--día-1--el-bolsón.rst [new file with mode: 0644]
source/blog/posts/2011/02/22-gecko-adhesion.rst [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-01.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-02.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-03.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-04.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-05.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-06.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-07.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-08.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-08.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-09.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul-09.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/24-sur-2011--día-2--rumbo-al-hielo-azul.rst [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-01.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-02.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-03.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-04.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-05.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-06.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-07.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-08.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-08.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-09.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul-09.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/02/28-sur-2011--día-3--hielo-azul.rst [new file with mode: 0644]
source/blog/posts/2011/03/02-sur-2011--día-5--el-paraíso-(río-azul)-01.jpg [new file with mode: 0644]
source/blog/posts/2011/03/02-sur-2011--día-5--el-paraíso-(río-azul)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/02-sur-2011--día-5--el-paraíso-(río-azul)-02.jpg [new file with mode: 0644]
source/blog/posts/2011/03/02-sur-2011--día-5--el-paraíso-(río-azul)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/02-sur-2011--día-5--el-paraíso-(río-azul).rst [new file with mode: 0644]
source/blog/posts/2011/03/04-series-inglesas-(o-casi).rst [new file with mode: 0644]
source/blog/posts/2011/03/04-sur-2011--día-6--camino-a-la-angostura-01.jpg [new file with mode: 0644]
source/blog/posts/2011/03/04-sur-2011--día-6--camino-a-la-angostura-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/04-sur-2011--día-6--camino-a-la-angostura-02.jpg [new file with mode: 0644]
source/blog/posts/2011/03/04-sur-2011--día-6--camino-a-la-angostura-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/04-sur-2011--día-6--camino-a-la-angostura-03.jpg [new file with mode: 0644]
source/blog/posts/2011/03/04-sur-2011--día-6--camino-a-la-angostura-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/04-sur-2011--día-6--camino-a-la-angostura-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/04-sur-2011--día-6--camino-a-la-angostura.rst [new file with mode: 0644]
source/blog/posts/2011/03/05-shameless.rst [new file with mode: 0644]
source/blog/posts/2011/03/05-sur-2011--día-7--bosque-de-arrayanes-(en-bici)-01.jpg [new file with mode: 0644]
source/blog/posts/2011/03/05-sur-2011--día-7--bosque-de-arrayanes-(en-bici)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/05-sur-2011--día-7--bosque-de-arrayanes-(en-bici)-02.jpg [new file with mode: 0644]
source/blog/posts/2011/03/05-sur-2011--día-7--bosque-de-arrayanes-(en-bici)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/05-sur-2011--día-7--bosque-de-arrayanes-(en-bici)-03.jpg [new file with mode: 0644]
source/blog/posts/2011/03/05-sur-2011--día-7--bosque-de-arrayanes-(en-bici)-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/05-sur-2011--día-7--bosque-de-arrayanes-(en-bici)-04.jpg [new file with mode: 0644]
source/blog/posts/2011/03/05-sur-2011--día-7--bosque-de-arrayanes-(en-bici)-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/05-sur-2011--día-7--bosque-de-arrayanes-(en-bici)-05.jpg [new file with mode: 0644]
source/blog/posts/2011/03/05-sur-2011--día-7--bosque-de-arrayanes-(en-bici)-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/05-sur-2011--día-7--bosque-de-arrayanes-(en-bici)-06.jpg [new file with mode: 0644]
source/blog/posts/2011/03/05-sur-2011--día-7--bosque-de-arrayanes-(en-bici)-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/05-sur-2011--día-7--bosque-de-arrayanes-(en-bici).rst [new file with mode: 0644]
source/blog/posts/2011/03/07-little-britain.rst [new file with mode: 0644]
source/blog/posts/2011/03/07-sur-2011--día-8--la-angostura-y-espejo-chico-01.jpg [new file with mode: 0644]
source/blog/posts/2011/03/07-sur-2011--día-8--la-angostura-y-espejo-chico-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/07-sur-2011--día-8--la-angostura-y-espejo-chico-02.jpg [new file with mode: 0644]
source/blog/posts/2011/03/07-sur-2011--día-8--la-angostura-y-espejo-chico-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/07-sur-2011--día-8--la-angostura-y-espejo-chico-03.jpg [new file with mode: 0644]
source/blog/posts/2011/03/07-sur-2011--día-8--la-angostura-y-espejo-chico-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/07-sur-2011--día-8--la-angostura-y-espejo-chico.rst [new file with mode: 0644]
source/blog/posts/2011/03/10-coupling.rst [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-01.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-02.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-03.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-04.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-05.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-06.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-07.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-08.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico-08.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/10-sur-2011--día-9--espejo-chico.rst [new file with mode: 0644]
source/blog/posts/2011/03/11-sur-2011--día-10--pichi-traful-01.jpg [new file with mode: 0644]
source/blog/posts/2011/03/11-sur-2011--día-10--pichi-traful-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/11-sur-2011--día-10--pichi-traful-02.jpg [new file with mode: 0644]
source/blog/posts/2011/03/11-sur-2011--día-10--pichi-traful-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/11-sur-2011--día-10--pichi-traful-04.jpg [new file with mode: 0644]
source/blog/posts/2011/03/11-sur-2011--día-10--pichi-traful-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/11-sur-2011--día-10--pichi-traful-05.jpg [new file with mode: 0644]
source/blog/posts/2011/03/11-sur-2011--día-10--pichi-traful-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/11-sur-2011--día-10--pichi-traful-06.jpg [new file with mode: 0644]
source/blog/posts/2011/03/11-sur-2011--día-10--pichi-traful-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/11-sur-2011--día-10--pichi-traful-07.jpg [new file with mode: 0644]
source/blog/posts/2011/03/11-sur-2011--día-10--pichi-traful-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/11-sur-2011--día-10--pichi-traful.rst [new file with mode: 0644]
source/blog/posts/2011/03/13-flight-of-the-conchords.rst [new file with mode: 0644]
source/blog/posts/2011/03/14-dunk.rst [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-01.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-02.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-03.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-04.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-05.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-06.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-07.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-08.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez)-08.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-sur-2011--día-11--la-angostura-(otra-vez).rst [new file with mode: 0644]
source/blog/posts/2011/03/16-wander-wildner-y-sus-comancheros-03.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-wander-wildner-y-sus-comancheros-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-wander-wildner-y-sus-comancheros-04.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-wander-wildner-y-sus-comancheros-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-wander-wildner-y-sus-comancheros-05.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-wander-wildner-y-sus-comancheros-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-wander-wildner-y-sus-comancheros-06.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-wander-wildner-y-sus-comancheros-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/16-wander-wildner-y-sus-comancheros.rst [new file with mode: 0644]
source/blog/posts/2011/03/17-no-heroics.rst [new file with mode: 0644]
source/blog/posts/2011/03/19-how-to-make-a-broken-hdd-useful.jpg [new file with mode: 0644]
source/blog/posts/2011/03/19-how-to-make-a-broken-hdd-useful.rst [new file with mode: 0644]
source/blog/posts/2011/03/19-misfits.rst [new file with mode: 0644]
source/blog/posts/2011/03/19-sur-2011--día-12--el-retorno-01.jpg [new file with mode: 0644]
source/blog/posts/2011/03/19-sur-2011--día-12--el-retorno-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/19-sur-2011--día-12--el-retorno-02.jpg [new file with mode: 0644]
source/blog/posts/2011/03/19-sur-2011--día-12--el-retorno-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/19-sur-2011--día-12--el-retorno-03.jpg [new file with mode: 0644]
source/blog/posts/2011/03/19-sur-2011--día-12--el-retorno-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/19-sur-2011--día-12--el-retorno-04.jpg [new file with mode: 0644]
source/blog/posts/2011/03/19-sur-2011--día-12--el-retorno-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/19-sur-2011--día-12--el-retorno.rst [new file with mode: 0644]
source/blog/posts/2011/03/20-luna-01.jpg [new file with mode: 0644]
source/blog/posts/2011/03/20-luna-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/20-luna.rst [new file with mode: 0644]
source/blog/posts/2011/03/20-tick-tock.rst [new file with mode: 0644]
source/blog/posts/2011/03/21-arte-memoria-colectivo-progreso.jpg [new file with mode: 0644]
source/blog/posts/2011/03/21-arte-memoria-colectivo.jpg [new file with mode: 0644]
source/blog/posts/2011/03/21-arte-memoria-colectivo.rst [new file with mode: 0644]
source/blog/posts/2011/03/22-the-ricky-gervais-show.rst [new file with mode: 0644]
source/blog/posts/2011/03/26-let-england-shake.rst [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-01.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-02.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-03.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-04.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-05.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-06.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-07.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-08.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-08.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-09.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-09.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-10.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-10.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-11.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-11.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-12.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-12.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-13.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-13.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-14.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011)-14.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/27-montiel-@-complejo-25-de-mayo-(15-de-marzo-2011).rst [new file with mode: 0644]
source/blog/posts/2011/03/28-fandango-01.jpg [new file with mode: 0644]
source/blog/posts/2011/03/28-fandango-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/03/28-fandango.rst [new file with mode: 0644]
source/blog/posts/2011/03/28-flaming-lips.jpg [new file with mode: 0644]
source/blog/posts/2011/03/28-flaming-lips.rst [new file with mode: 0644]
source/blog/posts/2011/03/30-how-i-met-your-mother.rst [new file with mode: 0644]
source/blog/posts/2011/03/31-mompox.rst [new file with mode: 0644]
source/blog/posts/2011/04/01-the-canterbury-distribution.rst [new file with mode: 0644]
source/blog/posts/2011/04/02-bicicletería-mc.-giver-01.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-bicicletería-mc.-giver-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-bicicletería-mc.-giver.rst [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-01.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-02.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-03.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-04.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-05.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-06.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-07.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-08.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-08.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-09.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-09.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-10.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-10.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-11.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-11.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-12.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero-12.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-jane's-addiction-@-anfiteatro-de-puerto-madero.rst [new file with mode: 0644]
source/blog/posts/2011/04/02-the-magnetic-zeros-@-anfiteatro-de-puerto-madero-01.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-the-magnetic-zeros-@-anfiteatro-de-puerto-madero-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-the-magnetic-zeros-@-anfiteatro-de-puerto-madero-02.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-the-magnetic-zeros-@-anfiteatro-de-puerto-madero-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-the-magnetic-zeros-@-anfiteatro-de-puerto-madero-03.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-the-magnetic-zeros-@-anfiteatro-de-puerto-madero-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-the-magnetic-zeros-@-anfiteatro-de-puerto-madero-04.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-the-magnetic-zeros-@-anfiteatro-de-puerto-madero-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-the-magnetic-zeros-@-anfiteatro-de-puerto-madero-05.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-the-magnetic-zeros-@-anfiteatro-de-puerto-madero-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-the-magnetic-zeros-@-anfiteatro-de-puerto-madero-06.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-the-magnetic-zeros-@-anfiteatro-de-puerto-madero-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/02-the-magnetic-zeros-@-anfiteatro-de-puerto-madero.rst [new file with mode: 0644]
source/blog/posts/2011/04/04-una-masa...-crítica-01.jpg [new file with mode: 0644]
source/blog/posts/2011/04/04-una-masa...-crítica-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/04-una-masa...-crítica-02.jpg [new file with mode: 0644]
source/blog/posts/2011/04/04-una-masa...-crítica-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/04-una-masa...-crítica-03.jpg [new file with mode: 0644]
source/blog/posts/2011/04/04-una-masa...-crítica-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/04-una-masa...-crítica-04.jpg [new file with mode: 0644]
source/blog/posts/2011/04/04-una-masa...-crítica-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/04-una-masa...-crítica.rst [new file with mode: 0644]
source/blog/posts/2011/04/08-driver-runs-into-dozens-of-cyclists-in-porto-alegre's-critical-mass.rst [new file with mode: 0644]
source/blog/posts/2011/04/09-massacre-@-geba-(2011-04-05)-01.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-massacre-@-geba-(2011-04-05)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-massacre-@-geba-(2011-04-05)-02.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-massacre-@-geba-(2011-04-05)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-massacre-@-geba-(2011-04-05).rst [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-01.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-02.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-03.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-04.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-05.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-06.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-07.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-08.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-08.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-09.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-09.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-10.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05)-10.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/09-the-flaming-lips-@-geba-(2011-04-05).rst [new file with mode: 0644]
source/blog/posts/2011/04/10-el-fitito-de-cousteau-01.jpg [new file with mode: 0644]
source/blog/posts/2011/04/10-el-fitito-de-cousteau-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/10-el-fitito-de-cousteau.rst [new file with mode: 0644]
source/blog/posts/2011/04/10-numbeo.rst [new file with mode: 0644]
source/blog/posts/2011/04/12-first-orbit.rst [new file with mode: 0644]
source/blog/posts/2011/04/12-release:-mutt-with-nntp-debian-package-1.5.21-4nntp1.rst [new file with mode: 0644]
source/blog/posts/2011/04/13-misfits-is-dead.rst [new file with mode: 0644]
source/blog/posts/2011/04/14-rsanimate.rst [new file with mode: 0644]
source/blog/posts/2011/04/15-alternate-reality.rst [new file with mode: 0644]
source/blog/posts/2011/04/20-bandlogos-cli.rst [new file with mode: 0644]
source/blog/posts/2011/04/22-shaman-+-go-neko!-@-cc-matienzo-01.jpg [new file with mode: 0644]
source/blog/posts/2011/04/22-shaman-+-go-neko!-@-cc-matienzo-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/22-shaman-+-go-neko!-@-cc-matienzo-02.jpg [new file with mode: 0644]
source/blog/posts/2011/04/22-shaman-+-go-neko!-@-cc-matienzo-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/22-shaman-+-go-neko!-@-cc-matienzo-03.jpg [new file with mode: 0644]
source/blog/posts/2011/04/22-shaman-+-go-neko!-@-cc-matienzo-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/22-shaman-+-go-neko!-@-cc-matienzo-04.jpg [new file with mode: 0644]
source/blog/posts/2011/04/22-shaman-+-go-neko!-@-cc-matienzo-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/04/22-shaman-+-go-neko!-@-cc-matienzo.rst [new file with mode: 0644]
source/blog/posts/2011/04/24-maria.jpg [new file with mode: 0644]
source/blog/posts/2011/04/24-maría-y-ruben.rst [new file with mode: 0644]
source/blog/posts/2011/04/24-ruben.jpg [new file with mode: 0644]
source/blog/posts/2011/04/bandlogos-cli.php [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-01.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-02.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-03.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-04.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-05.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-06.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-07.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-08.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-08.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-09.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-09.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-10.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-10.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-11.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-11.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-12.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard-12.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/04-how-to-use-your-fridge-as-a-whiteboard.rst [new file with mode: 0644]
source/blog/posts/2011/05/05-canary-sky.rst [new file with mode: 0644]
source/blog/posts/2011/05/05-egresado-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/05-egresado.rst [new file with mode: 0644]
source/blog/posts/2011/05/06-skaters-@-facultad-de-medicina-01.jpg [new file with mode: 0644]
source/blog/posts/2011/05/06-skaters-@-facultad-de-medicina-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/06-skaters-@-facultad-de-medicina-02.jpg [new file with mode: 0644]
source/blog/posts/2011/05/06-skaters-@-facultad-de-medicina-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/06-skaters-@-facultad-de-medicina-03.jpg [new file with mode: 0644]
source/blog/posts/2011/05/06-skaters-@-facultad-de-medicina-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/06-skaters-@-facultad-de-medicina.rst [new file with mode: 0644]
source/blog/posts/2011/05/11-bad-cover-version.rst [new file with mode: 0644]
source/blog/posts/2011/05/16-bitcoin:-p2p-virtual-currency.rst [new file with mode: 0644]
source/blog/posts/2011/05/21-c++0x-->-c++11.rst [new file with mode: 0644]
source/blog/posts/2011/05/21-upstream-tracker.rst [new file with mode: 0644]
source/blog/posts/2011/05/23-10-songs-of....rst [new file with mode: 0644]
source/blog/posts/2011/05/24-release:-mutt-with-nntp-debian-package-1.5.21-5nntp1.rst [new file with mode: 0644]
source/blog/posts/2011/05/24-tricky-@-groove-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/24-tricky-@-groove-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/24-tricky-@-groove-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/24-tricky-@-groove-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/24-tricky-@-groove-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/24-tricky-@-groove-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/24-tricky-@-groove-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/24-tricky-@-groove.rst [new file with mode: 0644]
source/blog/posts/2011/05/25-never-leave-your-e-mail-to-fujitsu.rst [new file with mode: 0644]
source/blog/posts/2011/05/28-beastie-boys---fight-for-your-right-(revisited).rst [new file with mode: 0644]
source/blog/posts/2011/05/29-otff-@-caff-(2011-05-28)-01.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-otff-@-caff-(2011-05-28)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-otff-@-caff-(2011-05-28)-02.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-otff-@-caff-(2011-05-28)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-otff-@-caff-(2011-05-28)-03.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-otff-@-caff-(2011-05-28)-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-otff-@-caff-(2011-05-28)-04.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-otff-@-caff-(2011-05-28)-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-otff-@-caff-(2011-05-28)-05.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-otff-@-caff-(2011-05-28)-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-otff-@-caff-(2011-05-28)-06.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-otff-@-caff-(2011-05-28)-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-otff-@-caff-(2011-05-28).rst [new file with mode: 0644]
source/blog/posts/2011/05/29-prohibido-fumar-01.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-prohibido-fumar-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/29-prohibido-fumar.rst [new file with mode: 0644]
source/blog/posts/2011/05/30-cuevana.rst [new file with mode: 0644]
source/blog/posts/2011/05/31-painting-01.jpg [new file with mode: 0644]
source/blog/posts/2011/05/31-painting-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/05/31-painting.rst [new file with mode: 0644]
source/blog/posts/2011/06/04-it's-alive!-01.jpg [new file with mode: 0644]
source/blog/posts/2011/06/04-it's-alive!-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/06/04-it's-alive!.rst [new file with mode: 0644]
source/blog/posts/2011/06/04-ombú-01.jpg [new file with mode: 0644]
source/blog/posts/2011/06/04-ombú-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/06/04-ombú.rst [new file with mode: 0644]
source/blog/posts/2011/06/06-the-architecture-of-open-source-applications.rst [new file with mode: 0644]
source/blog/posts/2011/06/12-babasónicos---dopádromo.rst [new file with mode: 0644]
source/blog/posts/2011/06/16-berlin.png [new file with mode: 0644]
source/blog/posts/2011/06/16-berlin.rst [new file with mode: 0644]
source/blog/posts/2011/06/23-aballay--el-hombre-sin-miedo.rst [new file with mode: 0644]
source/blog/posts/2011/06/24-two-dogs-dining-in-a-busy-restaurant.rst [new file with mode: 0644]
source/blog/posts/2011/06/25-amanecer-@-villa-urquiza-01.jpg [new file with mode: 0644]
source/blog/posts/2011/06/25-amanecer-@-villa-urquiza-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/06/25-amanecer-@-villa-urquiza.rst [new file with mode: 0644]
source/blog/posts/2011/06/25-building-01.jpg [new file with mode: 0644]
source/blog/posts/2011/06/25-building-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/06/25-building.rst [new file with mode: 0644]
source/blog/posts/2011/06/25-retiro-01.jpg [new file with mode: 0644]
source/blog/posts/2011/06/25-retiro-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/06/25-retiro.rst [new file with mode: 0644]
source/blog/posts/2011/06/25-torre-de-babel-01.jpg [new file with mode: 0644]
source/blog/posts/2011/06/25-torre-de-babel-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/06/25-torre-de-babel.rst [new file with mode: 0644]
source/blog/posts/2011/06/26-y-river-se-fue-a-la-b.rst [new file with mode: 0644]
source/blog/posts/2011/06/29-wikileaks-banking-blockage-advertisement.rst [new file with mode: 0644]
source/blog/posts/2011/06/30-bienvenidos-al-canon-digital.png [new file with mode: 0644]
source/blog/posts/2011/06/30-bienvenidos-al-canon-digital.rst [new file with mode: 0644]
source/blog/posts/2011/07/02-bate-papo-com-luca.jpg [new file with mode: 0644]
source/blog/posts/2011/07/02-bate-papo-com-luca.rst [new file with mode: 0644]
source/blog/posts/2011/07/03-there--i-fixed-it!-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/07/03-there--i-fixed-it!-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/07/03-there--i-fixed-it!-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/07/03-there--i-fixed-it!-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/07/03-there--i-fixed-it!.rst [new file with mode: 0644]
source/blog/posts/2011/07/04-harvie-krumpet.rst [new file with mode: 0644]
source/blog/posts/2011/07/05-devolveme-a-defensa-del-consumidor--macri!.rst [new file with mode: 0644]
source/blog/posts/2011/07/06-10-delirious-songs-with-strange-vocals.rst [new file with mode: 0644]
source/blog/posts/2011/07/10-futurama-just-keeps-getting-better-and-better.rst [new file with mode: 0644]
source/blog/posts/2011/07/15-sequreisp.rst [new file with mode: 0644]
source/blog/posts/2011/07/17-teatro-colón-vs-perl-jam.rst [new file with mode: 0644]
source/blog/posts/2011/07/20-tilt.rst [new file with mode: 0644]
source/blog/posts/2011/07/22-the-black-keys---howlin'-for-you.rst [new file with mode: 0644]
source/blog/posts/2011/07/23-gml.rst [new file with mode: 0644]
source/blog/posts/2011/07/26-balnearios.rst [new file with mode: 0644]
source/blog/posts/2011/07/31-porcentajes-mentirosos.png [new file with mode: 0644]
source/blog/posts/2011/07/31-porcentajes-mentirosos.rst [new file with mode: 0644]
source/blog/posts/2011/08/10-arte!-arte!-arte!.rst [new file with mode: 0644]
source/blog/posts/2011/08/11-el-choque-urbano-01.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-el-choque-urbano-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-el-choque-urbano-02.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-el-choque-urbano-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-el-choque-urbano.rst [new file with mode: 0644]
source/blog/posts/2011/08/11-falkor-01.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-falkor-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-falkor.rst [new file with mode: 0644]
source/blog/posts/2011/08/11-tecnópolis-01.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-tecnópolis-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-tecnópolis-02.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-tecnópolis-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-tecnópolis-03.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-tecnópolis-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-tecnópolis-04.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-tecnópolis-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-tecnópolis-05.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-tecnópolis-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-tecnópolis-06.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-tecnópolis-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/11-tecnópolis.rst [new file with mode: 0644]
source/blog/posts/2011/08/13-ticketbostal.rst [new file with mode: 0644]
source/blog/posts/2011/08/19-lugares-para-reciclar-pilas.rst [new file with mode: 0644]
source/blog/posts/2011/08/30-chist!-01.jpg [new file with mode: 0644]
source/blog/posts/2011/08/30-chist!-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/30-chist!-02.jpg [new file with mode: 0644]
source/blog/posts/2011/08/30-chist!-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/30-chist!-03.jpg [new file with mode: 0644]
source/blog/posts/2011/08/30-chist!-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/30-chist!-04.jpg [new file with mode: 0644]
source/blog/posts/2011/08/30-chist!-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/30-chist!.rst [new file with mode: 0644]
source/blog/posts/2011/08/30-el-alberto-01.jpg [new file with mode: 0644]
source/blog/posts/2011/08/30-el-alberto-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/30-el-alberto-02.jpg [new file with mode: 0644]
source/blog/posts/2011/08/30-el-alberto-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/30-el-alberto.rst [new file with mode: 0644]
source/blog/posts/2011/08/30-retro-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/30-retro.rst [new file with mode: 0644]
source/blog/posts/2011/08/31-drago-de-noche-01.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-drago-de-noche-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-drago-de-noche.rst [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-01.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-02.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-03.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-04.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-05.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-06.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-07.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-08.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park-08.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/08/31-generación-dorada-@-luna-park.rst [new file with mode: 0644]
source/blog/posts/2011/09/07-deporte--vos-no-sos-bienvenido-01.jpg [new file with mode: 0644]
source/blog/posts/2011/09/07-deporte--vos-no-sos-bienvenido-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/09/07-deporte--vos-no-sos-bienvenido.rst [new file with mode: 0644]
source/blog/posts/2011/09/07-duarte--relojes-de-gran-tamaño-01.jpg [new file with mode: 0644]
source/blog/posts/2011/09/07-duarte--relojes-de-gran-tamaño-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/09/07-duarte--relojes-de-gran-tamaño.rst [new file with mode: 0644]
source/blog/posts/2011/10/13-sun-airway-@-lido-berlin-(2011-10-12)-01.jpg [new file with mode: 0644]
source/blog/posts/2011/10/13-sun-airway-@-lido-berlin-(2011-10-12)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/10/13-sun-airway-@-lido-berlin-(2011-10-12)-02.jpg [new file with mode: 0644]
source/blog/posts/2011/10/13-sun-airway-@-lido-berlin-(2011-10-12)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/10/13-sun-airway-@-lido-berlin-(2011-10-12)-03.jpg [new file with mode: 0644]
source/blog/posts/2011/10/13-sun-airway-@-lido-berlin-(2011-10-12)-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/10/13-sun-airway-@-lido-berlin-(2011-10-12)-04.jpg [new file with mode: 0644]
source/blog/posts/2011/10/13-sun-airway-@-lido-berlin-(2011-10-12)-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/10/13-sun-airway-@-lido-berlin-(2011-10-12)-05.jpg [new file with mode: 0644]
source/blog/posts/2011/10/13-sun-airway-@-lido-berlin-(2011-10-12)-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/10/13-sun-airway-@-lido-berlin-(2011-10-12)-06.jpg [new file with mode: 0644]
source/blog/posts/2011/10/13-sun-airway-@-lido-berlin-(2011-10-12)-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/10/13-sun-airway-@-lido-berlin-(2011-10-12).rst [new file with mode: 0644]
source/blog/posts/2011/10/16-architecture-in-helsinki-@-lido-berlin-(2011-10-12)-01.jpg [new file with mode: 0644]
source/blog/posts/2011/10/16-architecture-in-helsinki-@-lido-berlin-(2011-10-12)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/10/16-architecture-in-helsinki-@-lido-berlin-(2011-10-12)-02.jpg [new file with mode: 0644]
source/blog/posts/2011/10/16-architecture-in-helsinki-@-lido-berlin-(2011-10-12)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/10/16-architecture-in-helsinki-@-lido-berlin-(2011-10-12)-03.jpg [new file with mode: 0644]
source/blog/posts/2011/10/16-architecture-in-helsinki-@-lido-berlin-(2011-10-12)-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/10/16-architecture-in-helsinki-@-lido-berlin-(2011-10-12)-04.jpg [new file with mode: 0644]
source/blog/posts/2011/10/16-architecture-in-helsinki-@-lido-berlin-(2011-10-12)-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/10/16-architecture-in-helsinki-@-lido-berlin-(2011-10-12)-05.jpg [new file with mode: 0644]
source/blog/posts/2011/10/16-architecture-in-helsinki-@-lido-berlin-(2011-10-12)-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/10/16-architecture-in-helsinki-@-lido-berlin-(2011-10-12).rst [new file with mode: 0644]
source/blog/posts/2011/10/16-breaking-bad.rst [new file with mode: 0644]
source/blog/posts/2011/11/08-batimóvil-berlinés-01.jpg [new file with mode: 0644]
source/blog/posts/2011/11/08-batimóvil-berlinés-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/08-batimóvil-berlinés.rst [new file with mode: 0644]
source/blog/posts/2011/11/10-panchería-de-dorapa-01.jpg [new file with mode: 0644]
source/blog/posts/2011/11/10-panchería-de-dorapa-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/10-panchería-de-dorapa.rst [new file with mode: 0644]
source/blog/posts/2011/11/23-in-symmetry-@-werk9-(2011-11-05)-01.jpg [new file with mode: 0644]
source/blog/posts/2011/11/23-in-symmetry-@-werk9-(2011-11-05)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/23-in-symmetry-@-werk9-(2011-11-05).rst [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-01.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-02.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-03.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-04.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-05.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-06.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-07.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-07.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-08.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-08.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-09.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-09.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-10.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-10.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-11.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22)-11.mini.jpg [new file with mode: 0644]
source/blog/posts/2011/11/24-lamb-@-heimathafen-neukoelln-(2011-11-22).rst [new file with mode: 0644]
source/blog/posts/2011/11/30-como-matar-al-intermediario.rst [new file with mode: 0644]
source/blog/posts/2011/12/11-how-to-rescue-your-nokia-n900-without-reflashing.rst [new file with mode: 0644]
source/blog/posts/2011/12/18-more-adventures-with-the-n900.rst [new file with mode: 0644]
source/blog/posts/2011/12/n900.jpg [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/2.6.37 [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/2.6.37.sig [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/documentation.txt [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/rescue-n900.sh [new file with mode: 0755]
source/blog/posts/2011/12/rescueOS/rescueOS-initrd-0.5.img.new [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/rescueOS-initrd-0.5.img.new.sig [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/sourcecode/bash-4.2.tar.gz [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/sourcecode/busybox-1.18.5.tar.bz2 [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/sourcecode/busybox-1.19.3.tar.bz2 [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/sourcecode/busyboxconfig [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/sourcecode/kernel_config [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/sourcecode/mc-4.8.0.tar.bz2 [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/sourcecode/n900_kernel_2.6.37.tar.bz2 [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/sourcecode/others.html [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/sourcecode/wireless_tools.29.tar.gz [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/sourcecode/wpa_supplicant-0.7.3.tar.gz [new file with mode: 0644]
source/blog/posts/2011/12/rescueOS/sourcecode/zlib-1.2.5.tar.gz [new file with mode: 0644]
source/blog/posts/2012/01/02-año-nuevo--libros-nuevos-01.jpg [new file with mode: 0644]
source/blog/posts/2012/01/02-año-nuevo--libros-nuevos-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/01/02-año-nuevo--libros-nuevos.rst [new file with mode: 0644]
source/blog/posts/2012/01/04-los-justos.rst [new file with mode: 0644]
source/blog/posts/2012/01/08-Lobo-est---.rst [new file with mode: 0644]
source/blog/posts/2012/01/10-Si--sigo-en-Berlin-mini.jpg [new file with mode: 0644]
source/blog/posts/2012/01/10-Si--sigo-en-Berlin.jpg [new file with mode: 0644]
source/blog/posts/2012/01/10-Si--sigo-en-Berlin.rst [new file with mode: 0644]
source/blog/posts/2012/01/15-L--bars-mini.jpg [new file with mode: 0644]
source/blog/posts/2012/01/15-L--bars.jpg [new file with mode: 0644]
source/blog/posts/2012/01/15-L--bars.rst [new file with mode: 0644]
source/blog/posts/2012/01/16-It-s-finally-here-mini.jpg [new file with mode: 0644]
source/blog/posts/2012/01/16-It-s-finally-here.jpg [new file with mode: 0644]
source/blog/posts/2012/01/16-It-s-finally-here.rst [new file with mode: 0644]
source/blog/posts/2012/01/29-the-pirate-cohelo.jpg [new file with mode: 0644]
source/blog/posts/2012/01/29-the-pirate-cohelo.rst [new file with mode: 0644]
source/blog/posts/2012/01/8-Lobo-est----mini.jpg [new file with mode: 0644]
source/blog/posts/2012/01/8-Lobo-est---.jpg [new file with mode: 0644]
source/blog/posts/2012/02/03-Una-poca-de-nieve-mini.jpg [new file with mode: 0644]
source/blog/posts/2012/02/03-Una-poca-de-nieve.jpg [new file with mode: 0644]
source/blog/posts/2012/02/03-Una-poca-de-nieve.rst [new file with mode: 0644]
source/blog/posts/2012/02/04-release:-mutt-with-nntp-debian-package-1.5.21-5nntp2.rst [new file with mode: 0644]
source/blog/posts/2012/02/05-bondage-fairies-@-white-trash-fast-food-berlin-(2012-02-04)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/02/05-bondage-fairies-@-white-trash-fast-food-berlin-(2012-02-04)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/02/05-bondage-fairies-@-white-trash-fast-food-berlin-(2012-02-04)-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/02/05-bondage-fairies-@-white-trash-fast-food-berlin-(2012-02-04).rst [new file with mode: 0644]
source/blog/posts/2012/02/27-the-dø-@-fritzclub-im-postbahnhof-(2011-12-01)-01.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-the-dø-@-fritzclub-im-postbahnhof-(2011-12-01)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-the-dø-@-fritzclub-im-postbahnhof-(2011-12-01)-02.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-the-dø-@-fritzclub-im-postbahnhof-(2011-12-01)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-the-dø-@-fritzclub-im-postbahnhof-(2011-12-01)-03.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-the-dø-@-fritzclub-im-postbahnhof-(2011-12-01)-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-the-dø-@-fritzclub-im-postbahnhof-(2011-12-01)-04.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-the-dø-@-fritzclub-im-postbahnhof-(2011-12-01)-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-the-dø-@-fritzclub-im-postbahnhof-(2011-12-01)-05.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-the-dø-@-fritzclub-im-postbahnhof-(2011-12-01)-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-the-dø-@-fritzclub-im-postbahnhof-(2011-12-01)-06.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-the-dø-@-fritzclub-im-postbahnhof-(2011-12-01)-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-the-dø-@-fritzclub-im-postbahnhof-(2011-12-01).rst [new file with mode: 0644]
source/blog/posts/2012/02/27-un-día-más-en-alemania-01.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-un-día-más-en-alemania-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/02/27-un-día-más-en-alemania.rst [new file with mode: 0644]
source/blog/posts/2012/03/02-hasta-papá-noel-se-mueve-en-subte-acá-01.jpg [new file with mode: 0644]
source/blog/posts/2012/03/02-hasta-papá-noel-se-mueve-en-subte-acá-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/03/02-hasta-papá-noel-se-mueve-en-subte-acá.rst [new file with mode: 0644]
source/blog/posts/2012/03/15-el-rati-horror-show.rst [new file with mode: 0644]
source/blog/posts/2012/03/29-los-reyes-paraguayos-01.jpg [new file with mode: 0644]
source/blog/posts/2012/03/29-los-reyes-paraguayos-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/03/29-los-reyes-paraguayos.rst [new file with mode: 0644]
source/blog/posts/2012/07/02-querying-n900-address-book.rst [new file with mode: 0644]
source/blog/posts/2012/07/03-the-shins-@-huxley's-neue-welt-(2012-03-28)-01.jpg [new file with mode: 0644]
source/blog/posts/2012/07/03-the-shins-@-huxley's-neue-welt-(2012-03-28)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/07/03-the-shins-@-huxley's-neue-welt-(2012-03-28)-02.jpg [new file with mode: 0644]
source/blog/posts/2012/07/03-the-shins-@-huxley's-neue-welt-(2012-03-28)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/07/03-the-shins-@-huxley's-neue-welt-(2012-03-28)-03.jpg [new file with mode: 0644]
source/blog/posts/2012/07/03-the-shins-@-huxley's-neue-welt-(2012-03-28)-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/07/03-the-shins-@-huxley's-neue-welt-(2012-03-28)-04.jpg [new file with mode: 0644]
source/blog/posts/2012/07/03-the-shins-@-huxley's-neue-welt-(2012-03-28)-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/07/03-the-shins-@-huxley's-neue-welt-(2012-03-28)-05.jpg [new file with mode: 0644]
source/blog/posts/2012/07/03-the-shins-@-huxley's-neue-welt-(2012-03-28)-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/07/03-the-shins-@-huxley's-neue-welt-(2012-03-28)-06.jpg [new file with mode: 0644]
source/blog/posts/2012/07/03-the-shins-@-huxley's-neue-welt-(2012-03-28)-06.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/07/03-the-shins-@-huxley's-neue-welt-(2012-03-28).rst [new file with mode: 0644]
source/blog/posts/2012/07/04-release:-mutt-with-nntp-debian-package-1.5.21-5nntp2.rst [new file with mode: 0644]
source/blog/posts/2012/07/05-release:-mutt-with-nntp-debian-package-1.5.21-5nntp3.rst [new file with mode: 0644]
source/blog/posts/2012/07/11-fujitsu-s6240's-guts-01.jpg [new file with mode: 0644]
source/blog/posts/2012/07/11-fujitsu-s6240's-guts-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/07/11-fujitsu-s6240's-guts.rst [new file with mode: 0644]
source/blog/posts/2012/07/13-cloud-nothings-@-magnet-club-(2012-05-07)-01.jpg [new file with mode: 0644]
source/blog/posts/2012/07/13-cloud-nothings-@-magnet-club-(2012-05-07)-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/07/13-cloud-nothings-@-magnet-club-(2012-05-07)-02.jpg [new file with mode: 0644]
source/blog/posts/2012/07/13-cloud-nothings-@-magnet-club-(2012-05-07)-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/07/13-cloud-nothings-@-magnet-club-(2012-05-07)-03.jpg [new file with mode: 0644]
source/blog/posts/2012/07/13-cloud-nothings-@-magnet-club-(2012-05-07)-03.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/07/13-cloud-nothings-@-magnet-club-(2012-05-07)-04.jpg [new file with mode: 0644]
source/blog/posts/2012/07/13-cloud-nothings-@-magnet-club-(2012-05-07)-04.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/07/13-cloud-nothings-@-magnet-club-(2012-05-07)-05.jpg [new file with mode: 0644]
source/blog/posts/2012/07/13-cloud-nothings-@-magnet-club-(2012-05-07)-05.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/07/13-cloud-nothings-@-magnet-club-(2012-05-07).rst [new file with mode: 0644]
source/blog/posts/2012/07/14-save-peter-sundes-from-jail.jpg [new file with mode: 0644]
source/blog/posts/2012/07/14-save-peter-sundes-from-jail.rst [new file with mode: 0644]
source/blog/posts/2012/07/14-subtítulos-para-todos-(y-todas).rst [new file with mode: 0644]
source/blog/posts/2012/07/15-release:-status-area-display-blanking-applet-0.1-for-maemo.rst [new file with mode: 0644]
source/blog/posts/2012/07/23-release:-status-area-display-blanking-applet-0.2-for-maemo.rst [new file with mode: 0644]
source/blog/posts/2012/07/26-release--status-area-display-blanking-applet-0.3-for-maemo.rst [new file with mode: 0644]
source/blog/posts/2012/07/27-release--status-area-display-blanking-applet-0.4-for-maemo.rst [new file with mode: 0644]
source/blog/posts/2012/07/29-release--status-area-display-blanking-applet-0.5-for-maemo.rst [new file with mode: 0644]
source/blog/posts/2012/07/31-release--status-area-display-blanking-applet-0.9--beta--for-maemo.rst [new file with mode: 0644]
source/blog/posts/2012/08/05-release--status-area-display-blanking-applet-1.0-for-maemo.rst [new file with mode: 0644]
source/blog/posts/2012/08/09-escaleascensor-mecánico.rst [new file with mode: 0644]
source/blog/posts/2012/09/13-the-day-couchsurfing-died.rst [new file with mode: 0644]
source/blog/posts/2012/09/24-translation-of-e-mails-using-mutt.rst [new file with mode: 0644]
source/blog/posts/2012/09/gt [new file with mode: 0644]
source/blog/posts/2012/09/gt2 [new file with mode: 0644]
source/blog/posts/2012/10/01-firefox-advertisment-in-berlin's-public-transport.rst [new file with mode: 0644]
source/blog/posts/2012/10/01-firefox-advertisment-in-berlins-public-transport-01.jpg [new file with mode: 0644]
source/blog/posts/2012/10/01-firefox-advertisment-in-berlins-public-transport-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/10/01-firefox-advertisment-in-berlins-public-transport-02.jpg [new file with mode: 0644]
source/blog/posts/2012/10/01-firefox-advertisment-in-berlins-public-transport-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/10/01-firefox-in-berlins-public-transport-01.jpg [new file with mode: 0644]
source/blog/posts/2012/10/01-firefox-in-berlins-public-transport-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/10/01-firefox-in-berlins-public-transport-02.jpg [new file with mode: 0644]
source/blog/posts/2012/10/01-firefox-in-berlins-public-transport-02.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/10/02-the-hipsterest-garage-sale-ever-01.jpg [new file with mode: 0644]
source/blog/posts/2012/10/02-the-hipsterest-garage-sale-ever-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/10/02-the-hipsterest-garage-sale-ever.rst [new file with mode: 0644]
source/blog/posts/2012/10/05-music-earnings.png [new file with mode: 0644]
source/blog/posts/2012/10/05-stuart-murdoch-stake-on-spotify-and-music-streaming-companies.rst [new file with mode: 0644]
source/blog/posts/2012/10/09-declassified-u.s.-nuclear-test-film--55.rst [new file with mode: 0644]
source/blog/posts/2012/10/15-f.a.t..rst [new file with mode: 0644]
source/blog/posts/2012/10/16-sergio-denis-en-berlín-01.jpg [new file with mode: 0644]
source/blog/posts/2012/10/16-sergio-denis-en-berlín-01.mini.jpg [new file with mode: 0644]
source/blog/posts/2012/10/16-sergio-denis-en-berlín.rst [new file with mode: 0644]
source/blog/posts/2012/10/19-george-carlin-on-religion-and-god.rst [new file with mode: 0644]
source/blog/posts/2012/11/06-pulse-audio-flat-volumes.rst [new file with mode: 0644]
source/blog/posts/2012/11/25-securitykiss---dante----bye-bye-censorship.rst [new file with mode: 0644]
source/blog/posts/2012/11/28-toshiba-satellite-portege-z830-r830-frequency-lock.rst [new file with mode: 0644]
source/blog/posts/2012/12/17-napoleón-puppy.rst [new file with mode: 0644]
source/blog/posts/2013/01/13-tpb-afk.rst [new file with mode: 0644]
source/blog/posts/current [new symlink]
source/blog/posts/db [new file with mode: 0644]
source/blog/publish.cgi [new file with mode: 0755]
source/blog/style.css [new file with mode: 0644]
source/conf.py [new file with mode: 0644]
source/index.rst [new file with mode: 0644]
source/proj/bacap [new submodule]
source/proj/dgc/bugs.csv [new file with mode: 0644]
source/proj/dgc/cd.iso.bz2 [new file with mode: 0644]
source/proj/dgc/cd.tar.bz2 [new file with mode: 0644]
source/proj/dgc/index.rst [new file with mode: 0644]
source/proj/dgc/informe-impresion.pdf [new file with mode: 0644]
source/proj/dgc/informe-pc.pdf [new file with mode: 0644]
source/proj/dgc/links.rst [new file with mode: 0644]
source/proj/dgc/papers.rst [new file with mode: 0644]
source/proj/dgc/plano.png [new file with mode: 0644]
source/proj/dgc/presentacion-full.pdf [new file with mode: 0644]
source/proj/dgc/presentacion.pdf [new file with mode: 0644]
source/proj/etherled/index.rst [new file with mode: 0644]
source/proj/etherled/p1010002.jpg [new file with mode: 0644]
source/proj/etherled/p1010004.jpg [new file with mode: 0644]
source/proj/etherled/p1010005.jpg [new file with mode: 0644]
source/proj/etherled/p1010006.jpg [new file with mode: 0644]
source/proj/etherled/p1010009.jpg [new file with mode: 0644]
source/proj/etherled/p1010014.jpg [new file with mode: 0644]
source/proj/etherled/p1010017.jpg [new file with mode: 0644]
source/proj/etherled/p1010018.jpg [new file with mode: 0644]
source/proj/etherled/p1010019.jpg [new file with mode: 0644]
source/proj/etherled/p1010020.jpg [new file with mode: 0644]
source/proj/etherled/p1010021.jpg [new file with mode: 0644]
source/proj/etherled/p1010022.jpg [new file with mode: 0644]
source/proj/etherled/p1010023.jpg [new file with mode: 0644]
source/proj/etherled/p1010024.jpg [new file with mode: 0644]
source/proj/etherled/photos.rst [new file with mode: 0644]
source/proj/ev.d/index.rst [new file with mode: 0644]
source/proj/eventxx [new submodule]
source/proj/eventxx_news.rst [new file with mode: 0644]
source/proj/index.rst [new file with mode: 0644]
source/proj/mutest [new submodule]
source/proj/mutest_news.rst [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-4luca1/mutt-dbg_1.5.20-4luca1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-4luca1/mutt-patched_1.5.20-4luca1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-4luca1/mutt_1.5.20-4luca1.diff.gz [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-4luca1/mutt_1.5.20-4luca1.dsc [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-4luca1/mutt_1.5.20-4luca1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-4luca1/nntp.debian-1.5.20-4luca1.patch [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-7luca1/mutt-dbg_1.5.20-7luca1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-7luca1/mutt-dbg_1.5.20-7luca1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-7luca1/mutt-patched_1.5.20-7luca1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-7luca1/mutt-patched_1.5.20-7luca1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-7luca1/mutt_1.5.20-7luca1.diff.gz [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-7luca1/mutt_1.5.20-7luca1.dsc [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-7luca1/mutt_1.5.20-7luca1_amd64.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-7luca1/mutt_1.5.20-7luca1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-7luca1/mutt_1.5.20-7luca1_i386.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-7luca1/mutt_1.5.20-7luca1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-7luca1/nntp.debian-1.5.20-7luca1.patch [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-8luca1/mutt-dbg_1.5.20-8luca1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-8luca1/mutt-dbg_1.5.20-8luca1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-8luca1/mutt-patched_1.5.20-8luca1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-8luca1/mutt-patched_1.5.20-8luca1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-8luca1/mutt_1.5.20-8luca1.diff.gz [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-8luca1/mutt_1.5.20-8luca1.dsc [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-8luca1/mutt_1.5.20-8luca1_amd64.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-8luca1/mutt_1.5.20-8luca1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-8luca1/mutt_1.5.20-8luca1_i386.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-8luca1/mutt_1.5.20-8luca1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.20-8luca1/nntp.debian-1.5.20-8luca1.patch [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-2nntp1/mutt-dbg_1.5.21-2nntp1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-2nntp1/mutt-dbg_1.5.21-2nntp1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-2nntp1/mutt-patched_1.5.21-2nntp1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-2nntp1/mutt-patched_1.5.21-2nntp1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-2nntp1/mutt_1.5.21-2nntp1.diff.gz [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-2nntp1/mutt_1.5.21-2nntp1.dsc [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-2nntp1/mutt_1.5.21-2nntp1_amd64.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-2nntp1/mutt_1.5.21-2nntp1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-2nntp1/mutt_1.5.21-2nntp1_i386.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-2nntp1/mutt_1.5.21-2nntp1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-2nntp1/nntp.debian-1.5.21-2nntp1.patch [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-4nntp1/mutt-dbg_1.5.21-4nntp1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-4nntp1/mutt-dbg_1.5.21-4nntp1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-4nntp1/mutt-patched_1.5.21-4nntp1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-4nntp1/mutt-patched_1.5.21-4nntp1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-4nntp1/mutt_1.5.21-4nntp1.diff.gz [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-4nntp1/mutt_1.5.21-4nntp1.dsc [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-4nntp1/mutt_1.5.21-4nntp1_amd64.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-4nntp1/mutt_1.5.21-4nntp1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-4nntp1/mutt_1.5.21-4nntp1_i386.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-4nntp1/mutt_1.5.21-4nntp1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-4nntp1/nntp.debian-1.5.21-4nntp1.patch [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp1/mutt-dbg_1.5.21-5nntp1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp1/mutt-dbg_1.5.21-5nntp1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp1/mutt-patched_1.5.21-5nntp1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp1/mutt-patched_1.5.21-5nntp1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp1/mutt_1.5.21-5nntp1.diff.gz [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp1/mutt_1.5.21-5nntp1.dsc [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp1/mutt_1.5.21-5nntp1_amd64.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp1/mutt_1.5.21-5nntp1_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp1/mutt_1.5.21-5nntp1_i386.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp1/mutt_1.5.21-5nntp1_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp1/nntp.debian-1.5.21-5nntp1.patch [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp2/mutt-dbg_1.5.21-5nntp2_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp2/mutt-dbg_1.5.21-5nntp2_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp2/mutt-nntp_1.5.21-5nntp2_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp2/mutt-nntp_1.5.21-5nntp2_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp2/mutt-patched_1.5.21-5nntp2_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp2/mutt-patched_1.5.21-5nntp2_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp2/mutt_1.5.21-5nntp2.diff.gz [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp2/mutt_1.5.21-5nntp2.dsc [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp2/mutt_1.5.21-5nntp2_amd64.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp2/mutt_1.5.21-5nntp2_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp2/mutt_1.5.21-5nntp2_i386.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp2/mutt_1.5.21-5nntp2_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp2/nntp.debian-1.5.21-5nntp1.patch [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp3/mutt-dbg_1.5.21-5nntp3_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp3/mutt-dbg_1.5.21-5nntp3_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp3/mutt-nntp_1.5.21-5nntp3_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp3/mutt-nntp_1.5.21-5nntp3_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp3/mutt-patched_1.5.21-5nntp3_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp3/mutt-patched_1.5.21-5nntp3_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp3/mutt_1.5.21-5nntp3.diff.gz [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp3/mutt_1.5.21-5nntp3.dsc [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp3/mutt_1.5.21-5nntp3_amd64.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp3/mutt_1.5.21-5nntp3_amd64.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp3/mutt_1.5.21-5nntp3_i386.changes [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp3/mutt_1.5.21-5nntp3_i386.deb [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/1.5.21-5nntp3/nntp.debian-1.5.21-5nntp1.patch [new file with mode: 0644]
source/proj/mutt-nntp-debian/files/latest [new symlink]
source/proj/mutt-nntp-debian/index.rst [new file with mode: 0644]
source/proj/pymin/bugs.csv [new file with mode: 0644]
source/proj/pymin/config-examples.rst [new file with mode: 0644]
source/proj/pymin/index.rst [new file with mode: 0644]
source/proj/sadba/files/0.1/screenshot-1.jpg [new file with mode: 0644]
source/proj/sadba/files/0.1/screenshot-1.mini.jpg [new file with mode: 0644]
source/proj/sadba/files/0.1/screenshot-2.jpg [new file with mode: 0644]
source/proj/sadba/files/0.1/screenshot-2.mini.jpg [new file with mode: 0644]
source/proj/sadba/files/0.1/status-area-displayblanking-applet_0.1.dsc [new file with mode: 0644]
source/proj/sadba/files/0.1/status-area-displayblanking-applet_0.1.tar.gz [new file with mode: 0644]
source/proj/sadba/files/0.1/status-area-displayblanking-applet_0.1_armel.changes [new file with mode: 0644]
source/proj/sadba/files/0.1/status-area-displayblanking-applet_0.1_armel.deb [new file with mode: 0644]
source/proj/sadba/files/0.2/screenshot-1.jpg [new symlink]
source/proj/sadba/files/0.2/screenshot-1.mini.jpg [new symlink]
source/proj/sadba/files/0.2/screenshot-2.jpg [new symlink]
source/proj/sadba/files/0.2/screenshot-2.mini.jpg [new symlink]
source/proj/sadba/files/0.2/status-area-displayblanking-applet_0.2.dsc [new file with mode: 0644]
source/proj/sadba/files/0.2/status-area-displayblanking-applet_0.2.tar.gz [new file with mode: 0644]
source/proj/sadba/files/0.2/status-area-displayblanking-applet_0.2_armel.changes [new file with mode: 0644]
source/proj/sadba/files/0.2/status-area-displayblanking-applet_0.2_armel.deb [new file with mode: 0644]
source/proj/sadba/files/0.3/screenshot-1.jpg [new symlink]
source/proj/sadba/files/0.3/screenshot-1.mini.jpg [new symlink]
source/proj/sadba/files/0.3/screenshot-2.mini.jpg [new file with mode: 0644]
source/proj/sadba/files/0.3/screenshot-2.mini.png [new file with mode: 0644]
source/proj/sadba/files/0.3/screenshot-2.png [new file with mode: 0644]
source/proj/sadba/files/0.3/status-area-displayblanking-applet_0.3.dsc [new file with mode: 0644]
source/proj/sadba/files/0.3/status-area-displayblanking-applet_0.3.tar.gz [new file with mode: 0644]
source/proj/sadba/files/0.3/status-area-displayblanking-applet_0.3_armel.changes [new file with mode: 0644]
source/proj/sadba/files/0.3/status-area-displayblanking-applet_0.3_armel.deb [new file with mode: 0644]
source/proj/sadba/files/0.4/screenshot-1.mini.png [new file with mode: 0644]
source/proj/sadba/files/0.4/screenshot-1.png [new file with mode: 0644]
source/proj/sadba/files/0.4/screenshot-2.mini.png [new symlink]
source/proj/sadba/files/0.4/screenshot-2.png [new symlink]
source/proj/sadba/files/0.4/status-area-displayblanking-applet_0.4.dsc [new file with mode: 0644]
source/proj/sadba/files/0.4/status-area-displayblanking-applet_0.4.tar.gz [new file with mode: 0644]
source/proj/sadba/files/0.4/status-area-displayblanking-applet_0.4_armel.changes [new file with mode: 0644]
source/proj/sadba/files/0.4/status-area-displayblanking-applet_0.4_armel.deb [new file with mode: 0644]
source/proj/sadba/files/0.5/screenshot-1.mini.png [new file with mode: 0644]
source/proj/sadba/files/0.5/screenshot-1.png [new file with mode: 0644]
source/proj/sadba/files/0.5/screenshot-2.mini.png [new symlink]
source/proj/sadba/files/0.5/screenshot-2.png [new symlink]
source/proj/sadba/files/0.5/screenshot-3.mini.png [new file with mode: 0644]
source/proj/sadba/files/0.5/screenshot-3.png [new file with mode: 0644]
source/proj/sadba/files/0.5/screenshot-4.mini.png [new file with mode: 0644]
source/proj/sadba/files/0.5/screenshot-4.png [new file with mode: 0644]
source/proj/sadba/files/0.5/status-area-displayblanking-applet_0.5.dsc [new file with mode: 0644]
source/proj/sadba/files/0.5/status-area-displayblanking-applet_0.5.tar.gz [new file with mode: 0644]
source/proj/sadba/files/0.5/status-area-displayblanking-applet_0.5_armel.changes [new file with mode: 0644]
source/proj/sadba/files/0.5/status-area-displayblanking-applet_0.5_armel.deb [new file with mode: 0644]
source/proj/sadba/files/0.9/screenshot-1.mini.png [new symlink]
source/proj/sadba/files/0.9/screenshot-1.png [new symlink]
source/proj/sadba/files/0.9/screenshot-2.mini.png [new file with mode: 0644]
source/proj/sadba/files/0.9/screenshot-2.png [new file with mode: 0644]
source/proj/sadba/files/0.9/screenshot-3.mini.png [new symlink]
source/proj/sadba/files/0.9/screenshot-3.png [new symlink]
source/proj/sadba/files/0.9/screenshot-4.mini.png [new symlink]
source/proj/sadba/files/0.9/screenshot-4.png [new symlink]
source/proj/sadba/files/0.9/screenshot-5.mini.png [new file with mode: 0644]
source/proj/sadba/files/0.9/screenshot-5.png [new file with mode: 0644]
source/proj/sadba/files/0.9/status-area-displayblanking-applet_0.9.dsc [new file with mode: 0644]
source/proj/sadba/files/0.9/status-area-displayblanking-applet_0.9.tar.gz [new file with mode: 0644]
source/proj/sadba/files/0.9/status-area-displayblanking-applet_0.9_armel.changes [new file with mode: 0644]
source/proj/sadba/files/0.9/status-area-displayblanking-applet_0.9_armel.deb [new file with mode: 0644]
source/proj/sadba/files/0.9/status-area-displayblanking-applet_0.9_source.changes [new file with mode: 0644]
source/proj/sadba/files/1.0/screenshot-1.mini.png [new symlink]
source/proj/sadba/files/1.0/screenshot-1.png [new symlink]
source/proj/sadba/files/1.0/screenshot-2.mini.png [new symlink]
source/proj/sadba/files/1.0/screenshot-2.png [new symlink]
source/proj/sadba/files/1.0/screenshot-3.mini.png [new symlink]
source/proj/sadba/files/1.0/screenshot-3.png [new symlink]
source/proj/sadba/files/1.0/screenshot-4.mini.png [new symlink]
source/proj/sadba/files/1.0/screenshot-4.png [new symlink]
source/proj/sadba/files/1.0/screenshot-5.mini.png [new symlink]
source/proj/sadba/files/1.0/screenshot-5.png [new symlink]
source/proj/sadba/files/1.0/status-area-displayblanking-applet_1.0.dsc [new file with mode: 0644]
source/proj/sadba/files/1.0/status-area-displayblanking-applet_1.0.tar.gz [new file with mode: 0644]
source/proj/sadba/files/1.0/status-area-displayblanking-applet_1.0_armel.changes [new file with mode: 0644]
source/proj/sadba/files/1.0/status-area-displayblanking-applet_1.0_armel.deb [new file with mode: 0644]
source/proj/sadba/files/1.0/status-area-displayblanking-applet_1.0_source.changes [new file with mode: 0644]
source/proj/sadba/files/latest [new symlink]
source/proj/sadba/index.rst [new file with mode: 0644]
source/resume/index.rst [new file with mode: 0644]
source/resume/resume-en.pdf [new file with mode: 0644]
source/resume/resume-en.rst [new file with mode: 0644]
source/resume/resume-es.pdf [new file with mode: 0644]
source/resume/resume-es.rst [new file with mode: 0644]
source/robots.txt [new file with mode: 0644]