website/layouts/partials/openring.html

90 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-12 01:02:45 +00:00
<a href="https://emersion.fr/blog/2023/raspberry-pi-archlinux-mainline-compilation/" target="_blank" rel="noopener">Compiling the mainline kernel on a Raspberry Pi running under Arch Linux ARM</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-12 01:02:45 +00:00
via <a href="https://emersion.fr/blog/">emersion</a>
2020-11-06 22:16:12 +00:00
</small>
2023-11-12 01:02:45 +00:00
<small class="webring__date">- <date datetime="2023-11-09 00:00:00 &#43;0200 &#43;0200">2023-11-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">
2023-11-12 01:02:45 +00:00
<a href="https://this-week-in-rust.org/blog/2023/11/08/this-week-in-rust-520/" target="_blank" rel="noopener">This Week in Rust 520</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-12 01:02:45 +00:00
via <a href="https://this-week-in-rust.org/">This Week in Rust</a>
2023-10-15 01:06:14 +00:00
</small>
2023-11-12 01:02:45 +00:00
<small class="webring__date">- <date datetime="2023-11-08 00:00:00 -0500 -0500">2023-11-08</date></small>
2023-10-15 01:06:14 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2023-11-12 01:02:45 +00:00
<a href="https://sfconservancy.org/news/2023/nov/01/us-copyright-office-generative-ai-machine-learning/" target="_blank" rel="noopener">SFC Submits comments to US Copyright Office on Generative AI and Copyleft</a>
2023-10-15 01:06:14 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2023-11-12 01:02:45 +00:00
via <a href="https://sfconservancy.org/news/">Software Freedom Conservancy News</a>
2023-10-15 01:06:14 +00:00
</small>
2023-11-12 01:02:45 +00:00
<small class="webring__date">- <date datetime="2023-11-01 07:44:28 -0400 -0400">2023-11-01</date></small>
2023-10-15 01:06:14 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2023-11-12 01:02:45 +00:00
<a href="https://fasterthanli.me/articles/just-paying-figma-15-dollars" target="_blank" rel="noopener">Just paying Figma $15/month because nothing else fucking works</a>
2023-10-15 01:06:14 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2023-11-12 01:02:45 +00:00
via <a href="https://fasterthanli.me">fasterthanli.me</a>
</small>
<small class="webring__date">- <date datetime="2023-10-19 16:50:00 &#43;0000 UTC">2023-10-19</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>
2020-11-06 22:16:12 +00:00
</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>