Las herramientas libres tienen un efecto secundario poco estudiado.

Empiezas preguntando qué es Wallabag.

Dos días después tienes un VPS, Docker, ocho servicios corriendo y una herramienta que instalaste a las 2 de la mañana "por si acaso".

No sabes para qué sirve.

Pero ahí está.

He intentado resumir las cinco fases por las que pasamos casi todos cuando descubrimos el software libre, el autohospedaje y eso de que "solo voy a instalar una cosa".

¿Te reconoces en alguna? 😅

https://tuiter.ovh/cinco-fases-herramientas-libres/

#SoftwareLibre #SelfHosting #Fediverso #Linux #Wallabag #Nextcloud

Las cinco fases del que descubre las herramientas libres

Una guía no científica sobre el ciclo vital del autohospedaje: desde la primera pregunta inocente en el Fediverso hasta el dashboard con nueve iconos y el VPS nuevo.

Tuiter.Rocks
I tried these 4 obscure Docker containers, and now I run them 24/7

From document management to budgeting and flowcharts, I found some unexpected use in lesser-known Docker containers.

How-To Geek
a #PostgreSQL query to get information about all articles saved to  @[email protected]:

```
sudo -u postgres psql -d wallabag -c "
SELECT
  MIN(length(content)) as min_bytes,
  MAX(length(content)) as max_bytes,
  PERCENTILE_CONT(0.5) WITHIN GROUP (ORDER BY length(content)) as median_bytes,
  AVG(length(content))::int as avg_bytes,
  SUM(length(content)) / 1024 / 1024 as total_mb,
  COUNT(*) as articles_total
FROM wallabag_entry
WHERE content IS NOT NULL AND content != '';"
```

#wallabag #statistics #sql #postgres

I got an email reminder that my 1 yr subscription to wallabag is ending.

It's a piece of software that after the first few weeks, I haven't thought about once. I use it every day though.

It has perfectly taken its place in my daily life and it's a reminder of good software built for users: there's no annoying notifications or pestering "look at these 30 things we built that you don't care about" stuff.

It does its job and it does it damn well.

Easiest resub ever.

#wallabag #ReadItLater

Nueva guía: Wallabag.

Guarda artículos, los lee después en limpio, sin anuncios. Tu biblioteca queda en TuiterRocks, no en el cajón de una plataforma que mañana cierra.
Si venías de Pocket: sí, hay sección de importación.

https://tuiter.ovh/que-es-wallabag-guardar-articulos/

#Wallabag #LeerDespués #SoftwareLibre #TuiterRocks

Wallabag: guarda artículos y léelos después sin anuncios

Wallabag guarda artículos para leerlos después en una vista limpia y sin distracciones. Alternativa libre a Pocket, que ya ha cerrado. Guía práctica con clipper, app móvil e importación.

Tuiter.Rocks
The last "device downsizing" task is done. My recipes have been moved from my #Obsidian vault on my iPad to my #Kindle where you can also find all my #wallabag articles for offline reading as well as all my books. Time to sell the iPad.
-just-screen-time-but-screen-space/

pour écrire mes partipations au challenge #writever j'aime bien utiliser des prénoms non français pour mes personnages. il existe des listes de prénoms dans beaucoup de langues sur #wikipédia. par contre il arrive que certaines pages s'affichent avec les différentes parties repliées. je ne peux donc pas simplement faire défiler la page pour choisir mon prénom.

j'utilise une petite astuce pour avoir la page complète à l'aide de mon compte #wallabag où j'ajoute la page choisie.

1/2

Yknow my #wallabag stash always looked like hoarding to me, but now it kinda looks like the start of a web directory, the kinda thing we’ll need to go back to as the web degrades.

Is there already such a thing as a federated web directory?

Alright, here we go:

Wallabox, a #Wallabag -> #ArchiveBox bridge.

A small script to automatically back up your Wallabag saved links for maximum archival access.

https://gitlab.com/codingitwrong/wallabox

Josh Justice / wallabox · GitLab

Save Wallabag links to ArchiveBox

GitLab

I set up a #Wallabag account at press.bsd.cafe and now I'm working on getting it to back up to an #ArchiveBox running on my home server.

Wallabag RSS feed didn't work very well (a lot of additional links) so I'm getting an agent to write a tiny script to query Wallabag's API and add individual URLs to ArchiveBox