Categories
Agriculture History

Riadas y reconstrucciones históricas — Vega de Órgiva / Río Guadalfeo

Evidencia documental de un ciclo continuo de destrucción y reconstrucción

Categories
Building

Radon in the Alpujarra — A Practical Guide

The Sierra Nevada and Alpujarra: A Classified High Risk Zone

The Barranco del Poqueira and the surrounding Alpujarra municipalities are officially classified as Zona II — the highest risk category — under Spain’s Technical Building Code (CTE DB-HS6, Appendix B). This classification is based on actual radon measurements in buildings combined with geological mapping by the Consejo de Seguridad Nuclear (CSN).

Categories
Economy

Democratise our economy

Here is a very interesting concept, practiced for 100’s of years in many stable small communities that learned how to collaborate as individuals in a group:

https://www.theguardian.com/environment/commentisfree/2026/feb/12/capitalist-model-climate-growth-capitalism-species-humanity

by Jason Hickel and Yanis Varoufakis

Categories
Coding

Git Subproject – an alternative to git Submodules and git Subtrees

Share code between projects with full control, without the complexity

Want to see the code now? git-sub-project

Git submodules: everyone forgets --recurse-submodules, detached HEAD nightmares, remote dependencies that break your build.

Git subtrees: merged history spaghetti, painful to push changes back, impossible to tell what came from where.

I needed something simpler. I wanted to work on shared code directly in my projects without weird relative path imports in deno.json or messing with npm link. Then I found a Git feature almost nobody talks about.