<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Kukkaisvoima version 7" -->
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel>
<title>vmx: ATProto</title>
<link>https://vmx.cx/cgi-bin/blog/index.cgi</link>
<description>Blog of Volker Mische</description>
<pubDate>Thu, 02 Apr 2026 23:02:11 +0200</pubDate>
<lastBuildDate>Thu, 02 Apr 2026 23:02:11 +0200</lastBuildDate>
<generator>http://23.fi/kukkaisvoima/</generator>
<language>en</language>
<item>
<title>Atmospheric data portals reply
</title>
<link>https://vmx.cx/cgi-bin/blog/index.cgi/atmospheric-data-portals-reply%3A2026-04-02%3Aen%2CMatadisco%2CATProto%2Cgeo</link>
<comments>https://vmx.cx/cgi-bin/blog/index.cgi/atmospheric-data-portals-reply%3A2026-04-02%3Aen%2CMatadisco%2CATProto%2Cgeo#comments</comments>
<pubDate>Thu, 02 Apr 2026 23:02:11 +0200</pubDate>
<dc:creator>Volker Mische</dc:creator>
<category>en</category>
<category>Matadisco</category>
<category>ATProto</category>
<category>geo</category>
<guid isPermaLink="false">https://vmx.cx/cgi-bin/blog/index.cgi/atmospheric-data-portals-reply%3A2026-04-02%3Aen%2CMatadisco%2CATProto%2Cgeo/</guid>
<description><![CDATA[ <p>This is a reply to <a href="https://bsky.app/profile/davidgasquez.com">David Gasquez’</a> blog post <a href="https://davidgasquez.com/atmospheric-data-portals">Atmospheric Data Portals</a>. As there’s so much in it and much of it overlaps with future plans, I thought it makes sense to write a proper public reply instead of following up in a private conversation.</p>
 [...]]]></description>
<content:encoded><![CDATA[
<p>This is a reply to <a href="https://bsky.app/profile/davidgasquez.com">David Gasquez’</a> blog post <a href="https://davidgasquez.com/atmospheric-data-portals">Atmospheric Data Portals</a>. As there’s so much in it and much of it overlaps with future plans, I thought it makes sense to write a proper public reply instead of following up in a private conversation.</p>
<p>First of all, read his blog post and follow the many links, there is so much to discover.</p>
<p>One re-occurring thing in the documents linked from the “issues on the earlier stages of the Open Data pipeline” section is that for most portals a static site should be sufficient. I fully agree with that. When it’s done properly, an automated rebuild of some parts when new data is added should work well. These days even <a href="https://lil.law.harvard.edu/blog/2025/10/24/rethinking-data-discovery-for-libraries-and-digital-humanities/">powerful client-sided search is possible</a>.</p>
<p>It’s a bit off-topic, but <a href="https://davidgasquez.com/barefoot-data-platforms">David’s Barefoot Data Platforms page</a> links to <a href="https://maggieappleton.com/home-cooked-software">Maggie Appleton’s Home Cooked Software and Barefoot Developers talk</a> linked. I highly recommend watching it, it was one of my favourite talks at the <a href="https://web.archive.org/web/20241003131259/https://www.localfirstconf.com/">Local-first Conference 2024</a>. I always wanted to blog about it, but never found the time.</p>
<p>But now to the concrete points David mentions. If anyone has ideas on how to make those things happen with Matadisco, please open issues on the <a href="https://github.com/ipfs-fdn/matadisco">main Matadisco repo</a>.</p>
<blockquote>
<p>Take inspiration from existing flexible standards like <a href="https://datapackage.org/standard/data-package/">Data Package</a>, <a href="https://github.com/mlcommons/croissant">Croissant</a>, and GEO ones for the core fields. Start with the smallest shared lexicon while leaving room for specialized extensions (sidecars?).</p>
</blockquote>
<p>I don’t think Matadisco should go into too much detail on specifying what the metadata should look like. Making one metadata standard to rule them all is destined to fail from my experience (<a href="https://en.wikipedia.org/wiki/Geospatial_metadata">ISO 19115/19139</a> anyone?). Though there might be a lowest common denominator, similar to what <a href="https://standard.site/">Standard.site is doing for long-form publishing</a>. In order to find out what that looks like, I propose that individual communities start by specifying Lexicons for their own needs. This could be done through tags, which I’ve outlined in the <a href="https://github.com/ipfs-fdn/matadisco/issues/3">Matadisco issue “Introducing tags for filtering and extension point”</a>.</p>
<blockquote>
<p>Split datasets from “snapshots”. Say, <code>io.datonic.dataset</code> holds long-term properties like <code>description</code> and points to <code>io.datonic.dataset.release</code> or <code>io.datonic.dataset.snapshot</code>, which point to the actual resources.</p>
</blockquote>
<p>Some kind of hierarchical relationship would be useful. <a href="https://github.com/TomNicholas/FROST">FROST</a>, which Matadisco drew a lot of inspiration from, is centred around <a href="https://icechunk.io/">IceChunk</a>, which also has the <a href="https://icechunk.io/en/v1.1.21/concepts/#snapshots">concept of snapshots</a>. But I don’t think we should stop at the concept of snapshots. In my original demo, I scrape a <a href="https://stacspec.org/">STAC catalogue</a> for <a href="https://documentation.dataspace.copernicus.eu/Data/SentinelMissions/Sentinel2.html#sentinel-2-level-2a-surface-reflectance">Sentinel-2 imagery</a>. Every new image is a new record. They are all part of the same <a href="https://github.com/radiantearth/stac-spec/blob/ec002bb93dbfa47976822def8f11b2861775b662/collection-spec/collection-spec.md">STAC collection</a>, so we could use a similar concept in Matadisco as well.</p>
<blockquote>
<p>Add an optional <a href="https://dasl.ing/cid.html">DASL-CID field</a> for resources so we “pin” the bytes.</p>
</blockquote>
<p>Yes, that’s something <a href="https://bsky.app/profile/mosh.bsky.social">@mosh</a> is keen to have. It’s not only useful for pinning things to a specific version, but also to make it possible to verify that the data you received is the one you expected. It sounds trivial, but the problem would be where to put it. Do you only hash the metadata record it points to? Do you hash the data container (if there’s one)? Or each resource a metadata record points to?</p>
<blockquote>
<p>Core lexicon should be as agnostic as possible!</p>
</blockquote>
<p>As mentioned above, it might be out of scope for Matadisco and for now it’s left to the individual communities.</p>
<blockquote>
<p>Bootstrap the catalog. There are many <a href="https://github.com/datonic/hub/blob/main/notes/related-projects.md#indexes">open indexes and organizations</a>. Crawl them!</p>
</blockquote>
<p>Indeed! My first two Matadisco producers are <a href="https://github.com/vmx/sentinel-to-atproto/">sentinel-to-atproto</a> crawling <a href="https://radiantearth.github.io/stac-browser/#/external/earth-search.aws.element84.com/v1/collections/sentinel-2-l2a">Element 84’s Earth Search STAC catalogue</a> and <a href="https://github.com/vmx/gdi-de-csw-to-atproto/">gdi-de-csw-to-atproto</a> crawling the <a href="https://gdk.gdi-de.org/">GeoNetwork instance of the official German geo metadata catalogue</a>.</p>
<blockquote>
<p>Integrate with external repositories. E.g., a service <a href="https://developers.google.com/search/docs/appearance/structured-data/dataset">that creates <code>JSON-LD</code> files</a> from the datasets it sees appearing on the Atmosphere so <a href="https://datasetsearch.research.google.com/">Google Datasets picks them up</a>. The same cron job could push data into Hugging Face or any other tool that people are already using in their fields.</p>
</blockquote>
<p>At first this would need to happen for each individual type of record, see the tags proposal above.</p>
<blockquote>
<p>Convince and work with high quality organizations doing something like this! I’d <a href="https://source.coop/harvard-lil/gov-data">definitely collaborate with <code>source.coop</code> for example</a>.</p>
</blockquote>
<p>That surely is the goal!</p>

]]></content:encoded>
<wfw:commentRss>https://vmx.cx/cgi-bin/blog/index.cgi/atmospheric-data-portals-reply%3A2026-04-02%3Aen%2CMatadisco%2CATProto%2Cgeo/feed/</wfw:commentRss>
</item>
<item>
<title>FOSSGIS 2026
</title>
<link>https://vmx.cx/cgi-bin/blog/index.cgi/fossgis-2026%3A2026-04-01%3Aen%2CMatadisco%2CATProto%2Cconference%2Cgeo</link>
<comments>https://vmx.cx/cgi-bin/blog/index.cgi/fossgis-2026%3A2026-04-01%3Aen%2CMatadisco%2CATProto%2Cconference%2Cgeo#comments</comments>
<pubDate>Wed, 01 Apr 2026 13:24:23 +0200</pubDate>
<dc:creator>Volker Mische</dc:creator>
<category>en</category>
<category>Matadisco</category>
<category>ATProto</category>
<category>conference</category>
<category>geo</category>
<guid isPermaLink="false">https://vmx.cx/cgi-bin/blog/index.cgi/fossgis-2026%3A2026-04-01%3Aen%2CMatadisco%2CATProto%2Cconference%2Cgeo/</guid>
<description><![CDATA[ <p>This is a short write-up on the <a href="https://www.fossgis-konferenz.de/2026/">FOSSGIS 2026 conference</a>. It’s a German speaking conference on free and open source geographic information systems and <a href="https://en.wikipedia.org/wiki/OpenStreetMap">OpenStreetMap</a>. So maybe a blog post in English spreads the word even wider.</p>
 [...]]]></description>
<content:encoded><![CDATA[
<p>This is a short write-up on the <a href="https://www.fossgis-konferenz.de/2026/">FOSSGIS 2026 conference</a>. It’s a German speaking conference on free and open source geographic information systems and <a href="https://en.wikipedia.org/wiki/OpenStreetMap">OpenStreetMap</a>. So maybe a blog post in English spreads the word even wider.</p>
<p>While being the biggest edition ever (1000 registrations on-site, 300 online) it was well run and organized as every year. It didn’t even feel larger than usual. The <a href="https://c3voc.de/">CCC video team</a> streamed live and <a href="https://media.ccc.de/c/fossgis2026">published the cut videos</a> the same day in outstanding quality as always.</p>
<p>I split this post into two sections, one about interesting talks for the geo world in general and then follow up discussions on my <a href="https://matadisco.org/">Matadisco</a> talk and <a href="https://atproto.com/">ATProto</a> in general.</p>
<h3 id="talks">Talks</h3>
<p>I’ve spent most of my time in hallway chatting with people as this is what matters most to me when I’m attending a conference in person. Nonetheless I’ve still managed to see some excellent talks.</p>
<h4 id="panel-discussion-on-digital-sovereignty-in-the-cloud">Panel discussion on digital sovereignty in the cloud</h4>
<p>The conference started with a <a href="https://pretalx.com/fossgis2026/talk/HG87KC/">high-class panel discussion on digital sovereignty in the cloud</a>. The public discussion on that topic is often centered around where servers are located. Though that doesn’t actually matter. US companies can be forced by their government to give access to the data independent of their physical location.</p>
<p>Other topics touched were best practices on switching from proprietary to open source systems.</p>
<h4 id="barrier-free-travelling-thanks-to-paid-mappers">Barrier-free travelling thanks to paid mappers</h4>
<p>Public transport in Germany must be accessible to disabled individuals (reality is far away from that). For routing, you need the data basis for it. This talk gets into the details on how <a href="https://en.wikipedia.org/wiki/Baden-W%C3%BCrttemberg">Baden-Württemberg</a>, a federal state in south Germany, works on enabling <a href="https://pretalx.com/fossgis2026/talk/V7YYG9/">barrier-free travelling</a>. They decided to add that information of all their 1100 train stations directly to OpenStreetMap. In order to achieve the required high quality they’ve hired through a third party company several experienced mappers from the community.</p>
<p>I really like the idea that OpenStreetMap can now be used as source of truth for that data set. I hope other federal states follow this lead.</p>
<h4 id="routing-talks">Routing talks</h4>
<p>I’ve seen two talks about routing. The one about <a href="https://pretalx.com/fossgis2026/talk/NHZTAM/">Valhalla routing engine with MapLibre Native</a> was interesting because it was about a special case, where you want to re-route bus lines in case of construction. Although the resulting system is not open source, they’ve contributed upstream to <a href="https://github.com/valhalla/valhalla">Valhalla</a>, to make it work well with <a href="https://github.com/maplibre/maplibre-native">MapLibre Native</a>. Those contributions can be more valuable than a one time source code dump of forked repositories, just to call it open source.</p>
<p>Another one was about <a href="https://pretalx.com/fossgis2026/talk/FNSWK8/">Real-time mobility analytics for disaster relief operations</a>, which was interesting to see how routing is used in such cases. The limitations and how such systems really help on the ground.</p>
<h3 id="matadisco-and-atproto">Matadisco and ATProto</h3>
<p>My <a href="https://pretalx.com/fossgis2026/talk/KV8VC7/">talk on Matadisco</a> was about the current status of metadata catalogues, the problems and how ATProto can make things better. What I should have made clearer is what Matadisco actually is. I didn’t make it clear that it’s just a schema/convention people would use to announce their data on ATProto. It could’ve been mistaken as a piece of software or a service. You would use Matadisco in order to implement something for your pipeline.</p>
<p>Nonetheless people got the idea and I had good conversations afterwards. I talked with <a href="https://bsky.app/profile/oliviaguyot.bsky.social">Olivia Guyot</a> about the possible ways on how to integrate Matadisco record publishing into <a href="https://geonetwork-opensource.org/">GeoNetwork</a>. With <a href="https://bsky.app/profile/cwillmes.mastodon.social.ap.brid.gy">Christian Willmes</a> about creating a portal for combining paleoenvironmental and archaeological data.</p>
<p>While chatting about ATProto at one of the social events <a href="https://bsky.app/profile/lapizistik.social.tchncs.de.ap.brid.gy">Klaus Stein</a> talked about how he would like a social network to be. Users would just put static files somewhere. I agree that having static webspace somewhere without any server component is not only cheap, but also the easiest to get. He is not bothered about other components being operated by other parties, e.g. for indexing. That kept me thinking how far ATProto is away from that. I’d like to build a prototype that is like a static site generator for ATProto records. It won’t be able to act as a full PDS, you would need a WebSocket connection to get the data to a relay. But there could be a minimal service operated by a third party that polls those static PDS for updates and forwards them to a relay.</p>

]]></content:encoded>
<wfw:commentRss>https://vmx.cx/cgi-bin/blog/index.cgi/fossgis-2026%3A2026-04-01%3Aen%2CMatadisco%2CATProto%2Cconference%2Cgeo/feed/</wfw:commentRss>
</item>
<item>
<title>Matadisco
</title>
<link>https://vmx.cx/cgi-bin/blog/index.cgi/matadisco%3A2026-03-23%3Aen%2CATProto%2Cgeo</link>
<comments>https://vmx.cx/cgi-bin/blog/index.cgi/matadisco%3A2026-03-23%3Aen%2CATProto%2Cgeo#comments</comments>
<pubDate>Mon, 23 Mar 2026 16:58:12 +0200</pubDate>
<dc:creator>Volker Mische</dc:creator>
<category>en</category>
<category>ATProto</category>
<category>geo</category>
<guid isPermaLink="false">https://vmx.cx/cgi-bin/blog/index.cgi/matadisco%3A2026-03-23%3Aen%2CATProto%2Cgeo/</guid>
<description><![CDATA[ <p>Open data is only as useful as it is discoverable. Finding datasets, whether it’s satellite imagery, scientific research, or cultural archives involves navigating dozens of siloed portals, each of them with different interfaces and APIs. Project <a href="https://matadisco.org/">Matadisco</a> tries to solve this by using <a href="https://atproto.com/">ATProto</a> to create an open, decentralized network for data discovery. Anyone can publish metadata about their datasets. You can then pick the records that matter to you and build views for the specific needs of your community. By focusing on metadata rather than the data itself, the system works with any dataset format, keeps records lightweight, and remains agnostic about storage.</p>
 [...]]]></description>
<content:encoded><![CDATA[
<p>Open data is only as useful as it is discoverable. Finding datasets, whether it’s satellite imagery, scientific research, or cultural archives involves navigating dozens of siloed portals, each of them with different interfaces and APIs. Project <a href="https://matadisco.org/">Matadisco</a> tries to solve this by using <a href="https://atproto.com/">ATProto</a> to create an open, decentralized network for data discovery. Anyone can publish metadata about their datasets. You can then pick the records that matter to you and build views for the specific needs of your community. By focusing on metadata rather than the data itself, the system works with any dataset format, keeps records lightweight, and remains agnostic about storage.</p>
<p>It’s early stage and experimental, but the potential is significant. To see it in action, visit the <a href="https://vmx.github.io/matadisco-viewer/">matadisco-viewer demo</a>. It listens to the incoming stream of ATProto events and renders them. At the moment it’s satellite images only, but that will hopefully change soon.</p>
<p><a href="/blog/2026-03-23/S2C_35NRB_20260121_0_L2A-TCI_page3.jpg"><img src="/blog/2026-03-23/S2C_35NRB_20260121_0_L2A-TCI_small.jpg" alt="Satellite image" /></a></p>
<p>Above is an example of what crossed my screen while developing (<a href="https://earth-search.aws.element84.com/v1/collections/sentinel-2-l2a/items/S2C_35NRB_20260121_0_L2A">metadata</a>, <a href="https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/35/N/RB/2026/1/S2C_35NRB_20260121_0_L2A/TCI.tif">download at full resolution (253MiB)</a>).</p>
<h2 id="motivation">Motivation</h2>
<p>Metadata records can be very diverse. They might describe geodata, your favourite news site or your favourite podcasts. What they all have in common is that users usually rely on centralized platforms in order to find them. For geodata, this is often a government-run open data or geo portal. These platforms decide which data gets published.</p>
<p>You might generate a derived dataset or clean up an existing one. If you operate from outside of the original creators, you probably won’t even be able to get your data linked from there. So how will anyone find out about it? That’s a problem of metadata discovery.</p>
<p>The other side of the problem is that even when metadata <em>is</em> available, it can be hard to find. There are large metadata aggregation portals like the <a href="https://data.europa.eu/">portal for European data</a>, with almost 2 million records. How do you find what exactly you are looking for. What if there were specialized portals tailored to specific communities?</p>
<p>For even more details, see the <a href="https://ipfsfoundation.org/matadisco-can-we-bootstrap-public-data-discovery-with-atproto/">companion blog post of the IPFS Foundation</a>.</p>
<h2 id="the-idea">The idea</h2>
<p>The idea is to support both: an easy way for anyone to publish discoverable metadata, and a way to make that metadata widely accessible to build both large aggregators and specialized portals tailored to specific communities.</p>
<p>The central building block is <a href="https://atproto.com/">ATProto</a>. It allows anyone to publish and subscribe to records. Rather than defining a single metadata schema to rule them all, the approach here is more meta-meta. Each record contains a link to the actual metadata. That’s the absolute minimum. Though it could make sense to go beyond this minimalism and store additional information to make it easier to build custom portals.</p>
<p>One example of such additional information is a preview. It’s nice to get a quick sense of the underlying data that the metadata describes. For satellite imagery, this could be a true color thumbnail of the scene. For long form articles, a summary or excerpt. For podcasts it may be a brief audio snippet or trailer.</p>
<h2 id="the-implementation">The implementation</h2>
<p>As part of my work at the <a href="https://ipfsfoundation.org/">IPFS Foundation</a>, I started with geodata. The first prototype focuses on [Copernicus Sentinel-2 L2A satellite images].</p>
<p>The metadata is sourced from <a href="https://radiantearth.github.io/stac-browser/#/external/earth-search.aws.element84.com/v1/collections/sentinel-2-l2a">Element 84’s Earth Search STAC catalogue</a>. It provides free, publicly accessible HTTP links to the images (the <a href="https://radiantearth.github.io/stac-browser/#/external/stac.dataspace.copernicus.eu/v1/collections/sentinel-2-l2a">official Copernicus STAC</a> does not). A [Cloudflare Worker] checks the STAC instance every few minutes for updates. When new records appear, a link to the metadata along with a preview is ingested into ATProto. The source code for the worker is available at <a href="https://github.com/vmx/sentinel-to-atproto/">https://github.com/vmx/sentinel-to-atproto/</a>.</p>
<p>Below is the Lexicon schema for this ATProto meta-metadata record, which I call Matadisco. To improve readability, the <a href="https://mlf.lol/playground/?share=Ly8vIEEgTWF0YWRpc2NvIHJlY29yZApyZWNvcmQgbWF0YWRpc2NvIHsKICAgIC8vLyBUaGUgdGltZSB0aGUgb3JpZ2luYWwgbWV0YWRhdGEvZGF0YSB3YXMgcHVibGlzaGVkCiAgICBwdWJsaXNoZWRBdCE6IERhdGV0aW1lLAogICAgLy8vIEEgVVJJIHRoYXQgbGlua3MgdG8gcmVzb3VyY2UgY29udGFpbmluZyB0aGUgbWV0YWRhdGEKICAgIHJlc291cmNlITogVXJpLAogICAgLy8vIFByZXZpZXcgb2YgdGhlIGRhdGEKICAgIHByZXZpZXc6IHsKICAgICAgICAvLy8gVGhlIG1lZGlhIHR5cGUgdGhlIHByZXZpZXcgaGFzCiAgICAgICAgbWltZVR5cGUhOiBzdHJpbmcsCiAgICAgICAgLy8vIFRoZSBVUkwgdG8gdGhlIHByZXZpZXcKICAgICAgICB1cmw6IFVyaSwKICAgIH0sCn0K">MLF syntax</a> is used:</p>
<pre><code>/// A Matadisco record
record matadisco {
    /// The time the original metadata/data was published
    publishedAt!: Datetime,
    /// A URI that links to resource containing the metadata
    resource!: Uri,
    /// Preview of the data
    preview: {
        /// The media type the preview has
        mimeType!: string,
        /// The URL to the preview
        url: Uri,
    },
}
</code></pre>
<p>Once records are available on ATProto, they can be processed and displayed. I built a simple viewer that renders records conforming to the <code>cx.vmx.matadisco</code> Lexicon schema defined above. A <a href="https://github.com/bluesky-social/jetstream">Bluesky Jetstream</a> instance streams newly added records directly into the browser. A demo is available at <a href="https://vmx.github.io/matadisco-viewer/">https://vmx.github.io/matadisco-viewer/</a>.</p>
<p>If you’re interested in seeing the raw records, you can find them <a href="https://pdsls.dev/at://did:plc:otu6ccrwycke33kl3h4yjhwn/cx.vmx.matadisco">on my ATProto dev account</a>.</p>
<h2 id="prior-art">Prior art</h2>
<p>This work builds on ideas by <a href="https://github.com/TomNicholas/">Tom Nicholas</a>, who started a project called <a href="https://github.com/TomNicholas/FROST">FROST</a>. His <a href="https://hackmd.io/@TomNicholas/H1KzoYrPJe">motivating blog post</a> is an excellent read about data-sharing challenges in a scientific context. His <a href="https://discourse.pangeo.io/t/pangeo-showcase-frost-federated-registry-of-scientific-things-feb-12-2025/4861">presentation on FROST</a> explains why such a system should remain simple, with the metadata URL as the only required field.</p>
<p><a href="https://github.com/edsilv">Edward Silverton</a>, who works in the <a href="https://en.wikipedia.org/wiki/GLAM_(cultural_heritage)">GLAM</a> space, explored a similar idea for publishing <a href="https://en.wikipedia.org/wiki/International_Image_Interoperability_Framework">IIIF</a> data. We refined his approach to align it more closely with FROST. <a href="https://docs.google.com/document/d/1CylRKwnnWsnGQS4enAf4xihz8wmjf3CEGcT1gwwz1PM/edit?usp=sharing">He published</a> further details on the complete workflow for his use case, which has a broader scope.</p>
<p>There was also a discussion thread on Bluesky about <a href="https://bsky.app/profile/brookie.blog/post/3m6uu3emkwc2s">metadata for long-form content to build cross-platform discovery</a>.</p>
<h2 id="whats-next">What’s next</h2>
<p>Possible future steps I want to look into:</p>
<ul>
<li>Adding another, different geodata source, such as metadata from the <a href="https://geodatenkatalog.de">German geodata catalogue</a>.</li>
<li>Including another image-based source, for example GLAM catalogues that use <a href="https://en.wikipedia.org/wiki/International_Image_Interoperability_Framework">IIIF</a>.</li>
<li>Integrating a completely different data source, such as metadata from the <a href="https://www.ardaudiothek.de/">podcasts of the German public broadcasting</a>.</li>
</ul>
<p>As mentioned in the introduction, this is deliberately experimental, things may break or change dramatically. The upside is that no one needs to worry about breakage. Please experiment with these ideas and let us now about them at the <a href="https://github.com/ipfs-fdn/matadisco">Matadisco GitHub repository</a>. Publish records under your own namespace, or even reuse the one I am currently using.</p>

]]></content:encoded>
<wfw:commentRss>https://vmx.cx/cgi-bin/blog/index.cgi/matadisco%3A2026-03-23%3Aen%2CATProto%2Cgeo/feed/</wfw:commentRss>
</item>
</channel>
</rss>
