25th June 2025
Militancy⚑
-
New: Añadir poema sobre la falta de acción.
Maravilloso poema de alemán Martin Niemöller sobre la cobardía de los intelectuales alemanes tras el ascenso de los nazis al poder y la subsiguiente purga de sus objetivos escogidos, grupo tras grupo.
«Cuando los nazis vinieron a llevarse a los comunistas, guardé silencio, ya que no era comunista, Cuando encarcelaron a los socialdemócratas, guardé silencio, ya que no era socialdemócrata, Cuando vinieron a buscar a los sindicalistas, no protesté, ya que no era sindicalista, Cuando vinieron a llevarse a los judíos, no protesté, ya que no era judío, Cuando vinieron a buscarme, no había nadie más que pudo protestar».
-
New: Oslo advertisement on the importance of the symbols.
Feminism⚑
Memoria histórica⚑
Conflicto vasco⚑
-
New: Añadir referencias sobre el conflicto vasco.
- Tercera temporada de (de eso no se habla): "Se llamaba como" yo es una serie documental sobre la memoria de la niña Begoña Urroz, sobre las cinco décadas de silencio de una familia… Y sobre el ruido que lo rompió.
Laboral⚑
-
New: Añadir referencia a la novela Tierra de la luz.
- No hay negros en el Tíbet: Episodio 47 - Lucía Asué Mbomío: Presentan la novela "Tierra de la Luz" de Lucía Asué MbomÍo. Un relato que pone el foco en los temporeros del sur que trabajan en los invernaderos en unas condiciones durísimas, y las injusticias que se viven en el campo. Una novela “bajo plásticos”, cargada de emoción, crítica y toques de realismo mágico.
Collaborating tools⚑
Life navigation⚑
Time navigation⚑
Org Mode⚑
- Correction: Use unison to sync.
Life chores management⚑
dawarich⚑
-
New: How to see the coordinates of a point.
You need to enable the "Points" layer, which is on the layers menu at the top right of the map.
Then if you click on one point you can get the coordinates
Knowledge Management⚑
Aleph⚑
-
Correction: Correct the releases url.
Technology⚑
Coding⚑
Configure Docker to host the application⚑
-
Correction: Push an image with different architectures after building it in different instances.
To push both an ARM and AMD Docker image to a Docker registry, from two separate machines (e.g., an ARM-based and an AMD-based instance), you have two options:
- Run two different pipelines and then build a manifest
- Use two buildx remotes
QEMU was discarted because it took too long to build the images.
DevSecOps⚑
Authentik⚑
-
New: Upgrading.
You can no longer use the latest tag as it can lead to unintentional updates and potentially broken setups.
The tag will not be removed, however it will also not be updated past
2025.2
.They strongly recommend the use of a specific version tag for authentik instances' container images like
:2025.2
. -
New: Get the values of a chart.
helm show values zammad --repo https://zammad.github.io/zammad-helm --version 14.0.1
-
New: Timestamp Issues ("entry too far behind").
The most frequent error shows log entries being rejected because their timestamps are too old.
This suggests either:
- Clock synchronization issues between your log sources and Loki
- Delayed log shipping/buffering
- Replay of old logs
To solve this:
- Check that your hosts' clocks are sync
- Adjust Loki's ingestion window in your config:
limits_config: reject_old_samples: true reject_old_samples_max_age: 168h # Increase from default (usually 1h)
You can also prune the logs. For example in the case of a docker container (named
dawarich_app
) you can:sudo truncate -s 0 /var/lib/docker/containers/$(docker inspect -f '{{.Id}}' dawarich_app)/$(docker inspect -f '{{.Id}}' dawarich_app)-json.log
-
New: Ingestion rate limit exceeded for user.
Increase rate limits in Loki config:
limits_config: ingestion_rate_mb: 8 # Increase from 4MB default ingestion_burst_size_mb: 16
Also check which logs are triggering this rate limit because it may be the case that the amount of logs is too great due to an error.
Debugging⚑
-
New: PVC or PV is stuck deleting.
When PVs and PVCs get stuck during deletion, it's usually due to finalizers that prevent the cleanup process from completing. Here are several approaches to resolve this:
Check for Finalizers
First, examine what's preventing the deletion:
kubectl get pv <pv-name> -o yaml | grep finalizers -A 5 kubectl get pvc <pvc-name> -n <namespace> -o yaml | grep finalizers -A 5
Remove Finalizers (Most Common Solution)
If you see finalizers like
kubernetes.io/pv-protection
orkubernetes.io/pvc-protection
, you can remove them:kubectl patch pvc <pvc-name> -n <namespace> -p '{"metadata":{"finalizers":null}}' kubectl patch pv <pv-name> -p '{"metadata":{"finalizers":null}}'
Operating Systems⚑
Kitty⚑
-
New: Error opening terminal: xterm-kitty.
The not so good solution but that solves the issue is
export TERM=xterm
Filosofía⚑
-
Cómo transformar
- Punzadas Sonoras: Ver al otro: narrativa y democracia: cómo la literatura puede ser un mecanismo muy potente de transformación social.
- Punzadas Sonoras: Límite: lugar de enunciación: El límite como elemento transformador
Deseo
Otros
- Punzadas Sonoras: Artesano y artista: desnaturalizar la distinción: Capítulo super interesante para analizar las dinámicas de poder en el mundo laboral, el concepto de mingei, pensar sobre "el arte de programar", ...
Recomiendan dos libros interesantes:
- La belleza del objeto cotidiano - Soetsu Yanagi
- Costumbres en común - E. P. Thompson
- Punzadas Sonoras: Matar al Autor: el destino del texto: No infantilizar al receptor