Tootfinder

Opt-in global Mastodon full text search. Join the index!

@v_i_o_l_a@openbiblio.social
2026-02-01 19:59:27

"Evaluating and Understanding the Geocoding of City Directories of #Paris (1787-1914): Data-Driven Geography of Urban Sprawl and Densification"
dhq.digitalhumanities.org/vol/

@benny@norden.social
2026-03-02 15:12:12

Local SEO und GEO sind kein Entweder-oder — sie teilen denselben Hebel: Präsenz auf vertrauenswürdigen Quellen.
Branchenverzeichnisse, Bewertungsportale, lokale Directories — das stärkt nicht nur dein lokales Ranking. Es macht dich als Entität greifbar. Für Google UND für LLMs.
Je konsistenter du im Web verankert bist, desto eher wirst du in AI-Antworten zitiert. Citations sind der gemeinsame Nenner.
Wer Local SEO ernst nimmt, macht automatisch halbe GEO-Arbeit.

@fanf@mendeddrum.org
2025-12-23 15:42:04

from my link log —
dirlock: manage encrypted directories using the Linux kernel's fscrypt API.
gitlab.steamos.cloud/holo/dirl
saved 2025-12-23

@datascience@genomic.social
2025-12-25 11:00:01

Customize what happens when you start R: #rstats #environment

@lornajane@indieweb.social
2026-02-21 17:57:21

I know git doesn't track renames. I know it constructs them from adds and deletes. I know my repo has lots of similar (not identical!) boilerplate files ... I still renamed a bunch of directories and was surprised that merging this change into existing feature branches produced phantom changes that existed on neither branch!!
Here's the blog post: lornajane.net/posts/2026/git-r

@mxp@mastodon.acm.org‬
2026-02-20 15:16:46

@… I've seen this happen a lot in synced directories. I’m using a variation of the approach outlined here: emacs.stackexchange.com/questi (en…

‪@mxp@mastodon.acm.org‬
2026-02-20 15:16:46

@… I've seen this happen a lot in synced directories. I’m using a variation of the approach outlined here: emacs.stackexchange.com/questi (en…

@frankel@mastodon.top
2025-12-21 10:30:06

The Anatomy of a macOS App
eclecticlight.co/2025/12/04/th

@jdrm@social.linux.pizza
2026-01-20 11:21:39

Usando el Pride Versioning🌈, puedo decir que acabo de hacer la versión 1.0.0 de un pequeño proyecto del que estoy super orgulloso para lo pequeño que es. Es un script para gestionar directorios cifrados mediante #ageencryption que funciona en #linux :linux:

@jamesthebard@social.linux.pizza
2026-01-21 05:12:45

Jellyfin started "missing" new videos that were being added to the library, so decided it was time for a rebuild. Ended up using the new homelab baseline (Debian 13/`trixie`) and the install was pretty smooth. Used an NFS share for the `cache` and `metadata` directories, and it even scraped all the videos. Still had a ton of mismatches, but nothing too horrible.
#homelab

A screenshot of the Jellyfin dashboard showing the first episode of Band of Brothers being played.
@grahamperrin@bsd.cafe
2026-02-08 13:05:46

Revert "bsdinstall: Create separate datasets for directories in /usr/ports by ricardobranco777 · Pull Request #2006 · freebsd/freebsd-src — github.com/freebsd/freebsd-src

@nobodyinperson@fosstodon.org
2026-02-07 23:07:52

Ooooh, you can easily full-share calendars of a #radicale instance between accounts by just symlinking them into other users' directories. Everyone then 'owns' that calendar and can do anything. Paired with the #git hook, this then gives you a very fine-grained log of who changed what and when.…

@nobodyinperson@fosstodon.org
2025-12-12 11:35:07

I'm using #git subtree for the first time in a real setting. It feels nicer than git submodules, because you can just commit and everything downstream is included. You can then push the individual subtrees later and it'll pick only the commits that actually touched their directories. `git log` gets a bit crowded though with duplicate commits (from parent and subtree repos). And there's no …