📚DH Weekly Topics — 2026年6月28日週
DH Weekly Topics — 2026年6月28日週
DIGITAL ARCHIVES · DH PORTAL
A portal aggregating tech resources — articles, videos, tutorials, and projects — on Digital Archives and Digital Humanities. Increasingly these are produced through AI-driven generation, as an ongoing experiment.
Jump into whichever section fits what you're after.
Tech articles on Digital Archives, DH, and software development.
Open→Apps and experiments built in the Digital Archives / DH space.
Open→An "Intro to DA Technologies" series on the technical building blocks of digital archives (TEI, RDF, …), with transcripts.
Open→Long-form content organized into chapters.
Open→Chaptered, video-based guides to using each tool.
Open→AI-generated dialogue videos derived from the articles.
Open→An "AI Short Film" series visualizing public-domain literature from TEI/XML-encoded texts, with Japanese/English narration and captions.
Open→DH Weekly Topics — 2026年6月28日週
DH Weekly Topics — 2026年6月21日週
DH Weekly Topics — 2026年6月14日週
DH Weekly Topics — 2026年6月7日週
In Mirador, moving to the next page carries the previous page's zoom level and pan position over. That is the behavior of osdConfig.preserveViewport, whose default is true (it lives under osdConfig, not window). It has been true across Mirador 3.3.0 through 4.0.0, while the unreleased main branch has it as false. This post covers what the setting does and where it is controlled in the source, why resetting (false) is more natural when canvas sizes vary per page, and the pitfall of mirador@latest moving the default behavior under you — plus the fix: pin the version and set the option explicitly.
An investigation and recovery log of an outage where running apt-get upgrade bumped the Docker Engine to a new major version, after which the Traefik reverse proxy could no longer talk to the Docker API, and the Drupal site behind it became unreachable. The Docker Engine had raised the minimum supported API version, while Traefik's built-in Docker client kept trying to connect with an older API.