# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/ipkp6hq
****
5/ Borrar como higiene digital no como menor gasto energético

El programa stress en Linux es maravilloso para simular carga. Ejemplo:

stress --cpu $(nproc) --io 1 --vm 1 --vm-bytes 512MB --timeout 40s

En la captura se ve el programa htop y se ve que tiene 8 núcleos CPU a tope

Es cuando se procesan datos cuando se consume más. Un ordenador con menos procesos activos, con menor Load Average que otro con misma CPU consumirá menos energía a la larga.

Por tanto: borramos por higiene. ⌘ Read more****