website/layouts/partials/openring.html
2024-09-22 01:20:13 +00:00

90 lines
3.0 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="webring">
<h3>Posts from other places I follow</h3>
<section class="articles">
<div class="webring__article">
<p class="webring__title">
<a href="https://wingolog.org/archives/2024/09/18/whippet-progress-update-feature-complete" target="_blank" rel="noopener">whippet progress update: feature-complete!</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://wingolog.org/">wingolog</a>
</small>
<small class="webring__date">- <date datetime="2024-09-18 14:18:11 &#43;0000 UTC">2024-09-18</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://nim-lang.org//blog/2024/07/03/version-208-released.html" target="_blank" rel="noopener">Nim version 2.0.8 released</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://nim-lang.org//">Nim Programming Language</a>
</small>
<small class="webring__date">- <date datetime="2024-07-03 00:00:00 &#43;0000 &#43;0000">2024-07-03</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://www.gimp.org/news/2024/05/28/experiments-appimage/" target="_blank" rel="noopener">Experiments with AppImage</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://www.gimp.org/">GIMP</a>
</small>
<small class="webring__date">- <date datetime="2024-05-28 00:00:00 &#43;0200 &#43;0200">2024-05-28</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="http://www.bay12games.com/dwarves/index.html#R2024-04-23" target="_blank" rel="noopener">2024-04-23: DF 50.12 Released</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="http://www.bay12games.com/dwarves/index.html">Dwarf Fortress Release Log</a>
</small>
<small class="webring__date">- <date datetime="2024-04-23 08:57:00 &#43;0000 PDT">2024-04-23</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://distill.pub/2021/understanding-gnns" target="_blank" rel="noopener">Understanding Convolutions on Graphs</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://distill.pub">Distill</a>
</small>
</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>