Month: February 2026
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).
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:
by Jason Hickel and Yanis Varoufakis
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.