website/layouts/partials/openring.html

91 lines
3.2 KiB
HTML
Raw Normal View History

2020-11-06 22:16:12 +00:00
<section class="webring">
<h3>Posts from other places I follow</h3>
2020-11-06 22:16:12 +00:00
<section class="articles">
<div class="webring__article">
2020-11-07 00:05:32 +00:00
<p class="webring__title">
2025-01-12 01:23:47 +00:00
<a href="https://protesilaos.com/codelog/2025-01-11-emacs-denote-alphanumeric-sequences/" target="_blank" rel="noopener">Emacs: denote-sequence.el will also support alphanumeric sequences</a>
2024-11-17 01:23:54 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2025-01-12 01:23:47 +00:00
via <a href="https://protesilaos.com/codelog">Protesilaos Stavrou: Coding blog</a>
2024-11-17 01:23:54 +00:00
</small>
2025-01-12 01:23:47 +00:00
<small class="webring__date">- <date datetime="2025-01-11 00:00:00 &#43;0000 &#43;0000">2025-01-11</date></small>
2024-11-17 01:23:54 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2025-01-12 01:23:47 +00:00
<a href="https://reproducible-builds.org/reports/2024-12/" target="_blank" rel="noopener">Reproducible Builds in December 2024</a>
2020-11-07 00:05:32 +00:00
</p>
2020-11-06 22:16:12 +00:00
<span class="webring__metadata">
<small class="webring__source">
2025-01-12 01:23:47 +00:00
via <a href="https://reproducible-builds.org/blog/">reproducible-builds.org</a>
2024-04-14 01:20:16 +00:00
</small>
2025-01-12 01:23:47 +00:00
<small class="webring__date">- <date datetime="2025-01-09 12:00:20 &#43;0000 &#43;0000">2025-01-09</date></small>
2020-11-06 22:16:12 +00:00
</span>
</div>
<div class="webring__article">
2020-11-07 00:05:32 +00:00
<p class="webring__title">
2025-01-12 01:23:47 +00:00
<a href="https://wingolog.org/archives/2025/01/09/ephemerons-vs-generations-in-whippet" target="_blank" rel="noopener">ephemerons vs generations in whippet</a>
2020-11-07 00:05:32 +00:00
</p>
2020-11-06 22:16:12 +00:00
<span class="webring__metadata">
<small class="webring__source">
2025-01-12 01:23:47 +00:00
via <a href="https://wingolog.org/">wingolog</a>
2024-07-28 01:12:24 +00:00
</small>
2025-01-12 01:23:47 +00:00
<small class="webring__date">- <date datetime="2025-01-09 10:15:01 &#43;0000 UTC">2025-01-09</date></small>
2024-07-28 01:12:24 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2025-01-12 01:23:47 +00:00
<a href="https://emersion.fr/blog/2024/status-update-71/" target="_blank" rel="noopener">Status update, December 2024</a>
2024-07-28 01:12:24 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2025-01-12 01:23:47 +00:00
via <a href="https://emersion.fr/blog/">emersion</a>
2024-09-15 01:19:57 +00:00
</small>
2025-01-12 01:23:47 +00:00
<small class="webring__date">- <date datetime="2024-12-15 00:00:00 &#43;0200 &#43;0200">2024-12-15</date></small>
2024-12-29 01:22:53 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2025-01-12 01:23:47 +00:00
<a href="https://blog.replit.com/introducing-replit-agent" target="_blank" rel="noopener">Introducing Replit Agent</a>
2024-12-29 01:22:53 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2025-01-12 01:23:47 +00:00
via <a href="https://blog.replit.com">Replit Blog</a>
2024-12-29 01:22:53 +00:00
</small>
2025-01-12 01:23:47 +00:00
<small class="webring__date">- <date datetime="2024-09-16 17:36:53 &#43;0000 GMT">2024-09-16</date></small>
2020-11-06 22:16:12 +00:00
</span>
</div>
</section>
<p class="webring__attribution">
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</p>
</section>
<style>
.webring .articles {
margin: -0.5rem;
}
.webring__title {
margin: 0;
}
.webring__article {
margin: 0.5rem;
padding: 0.5rem;
background: var(--base01);
}
.webring__attribution {
text-align: right;
font-size: 0.8rem;
}
</style>