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">
2023-11-26 01:04:07 +00:00
<a href="https://this-week-in-rust.org/blog/2023/11/22/this-week-in-rust-522/" target="_blank" rel="noopener">This Week in Rust 522</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">
2023-11-26 01:04:07 +00:00
via <a href="https://this-week-in-rust.org/">This Week in Rust</a>
2020-11-06 22:16:12 +00:00
</small>
2023-11-26 01:04:07 +00:00
<small class="webring__date">- <date datetime="2023-11-22 00:00:00 -0500 -0500">2023-11-22</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">
2023-11-26 01:04:07 +00:00
<a href="https://bootlin.com/blog/open-source-linux-kernel-support-for-the-allwinner-v3-v3s-s3-h-264-video-encoder/" target="_blank" rel="noopener">Open-source Linux kernel support for the Allwinner V3/V3s/S3 H.264 video encoder</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">
2023-11-26 01:04:07 +00:00
via <a href="https://bootlin.com">Bootlin</a>
2023-10-15 01:06:14 +00:00
</small>
2023-11-26 01:04:07 +00:00
<small class="webring__date">- <date datetime="2023-11-15 11:01:20 &#43;0000 &#43;0000">2023-11-15</date></small>
2023-10-15 01:06:14 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2023-11-26 01:04:07 +00:00
<a href="https://drewdevault.com/2023/11/09/Can-I-be-on-your-podcast.html" target="_blank" rel="noopener">Can I be on your podcast?</a>
2023-10-15 01:06:14 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2023-11-26 01:04:07 +00:00
via <a href="https://drewdevault.com">Drew DeVault&#39;s blog</a>
2023-10-15 01:06:14 +00:00
</small>
2023-11-26 01:04:07 +00:00
<small class="webring__date">- <date datetime="2023-11-09 00:00:00 &#43;0000 &#43;0000">2023-11-09</date></small>
2023-10-15 01:06:14 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2023-11-26 01:04:07 +00:00
<a href="https://www.gimp.org/news/2023/11/07/gimp-2-10-36-released/" target="_blank" rel="noopener">GIMP 2.10.36 Released</a>
2023-10-15 01:06:14 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2023-11-26 01:04:07 +00:00
via <a href="https://www.gimp.org/">GIMP</a>
2023-11-12 01:02:45 +00:00
</small>
2023-11-26 01:04:07 +00:00
<small class="webring__date">- <date datetime="2023-11-07 00:00:00 &#43;0100 &#43;0100">2023-11-07</date></small>
2023-11-12 01:02:45 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2023-11-26 01:04:07 +00:00
<a href="http://www.bay12games.com/dwarves/index.html#R2023-10-03" target="_blank" rel="noopener">2023-10-03: DF 50.11 Released</a>
2023-11-12 01:02:45 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2023-11-26 01:04:07 +00:00
via <a href="http://www.bay12games.com/dwarves/index.html">Dwarf Fortress Release Log</a>
2020-11-06 22:16:12 +00:00
</small>
2023-11-26 01:04:07 +00:00
<small class="webring__date">- <date datetime="2023-10-03 09:16:00 &#43;0000 PDT">2023-10-03</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>