website/layouts/partials/openring.html

91 lines
3.1 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">
2024-02-18 01:01:01 +00:00
<a href="https://this-week-in-rust.org/blog/2024/02/14/this-week-in-rust-534/" target="_blank" rel="noopener">This Week in Rust 534</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">
2024-02-18 01:01:01 +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>
2024-02-18 01:01:01 +00:00
<small class="webring__date">- <date datetime="2024-02-14 00:00:00 -0500 -0500">2024-02-14</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">
2024-02-18 01:01:01 +00:00
<a href="https://engineering.fb.com/2024/02/12/developer-tools/meta-loves-python/" target="_blank" rel="noopener">Meta loves Python</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">
2024-02-18 01:01:01 +00:00
via <a href="https://engineering.fb.com/">Engineering at Meta</a>
2023-10-15 01:06:14 +00:00
</small>
2024-02-18 01:01:01 +00:00
<small class="webring__date">- <date datetime="2024-02-12 14:00:16 &#43;0000 &#43;0000">2024-02-12</date></small>
2023-10-15 01:06:14 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2024-02-18 01:01:01 +00:00
<a href="https://web.dev/blog/array-with?hl=en" target="_blank" rel="noopener">Immutable array updates with Array.prototype.with</a>
2023-10-15 01:06:14 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2024-02-18 01:01:01 +00:00
via <a href="https://web.dev/blog/">web.dev: Blog</a>
2023-11-12 01:02:45 +00:00
</small>
2024-02-18 01:01:01 +00:00
<small class="webring__date">- <date datetime="2024-02-06 08:00:00 &#43;0000 GMT">2024-02-06</date></small>
2024-01-21 01:06:54 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2024-02-18 01:01:01 +00:00
<a href="https://bootlin.com/blog/linux-6-7-released-bootlin-contributions/" target="_blank" rel="noopener">Linux 6.7 released, Bootlin contributions</a>
2024-01-21 01:06:54 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2024-02-18 01:01:01 +00:00
via <a href="https://bootlin.com">Bootlin</a>
2024-01-21 01:06:54 +00:00
</small>
2024-02-18 01:01:01 +00:00
<small class="webring__date">- <date datetime="2024-01-19 08:56:41 &#43;0000 &#43;0000">2024-01-19</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://webzine.puffy.cafe/issue-16-special-octopenbsd-2023.html" target="_blank" rel="noopener">special octopenbsd 2023</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://webzine.puffy.cafe/">OpenBSD Webzine</a>
</small>
<small class="webring__date">- <date datetime="2023-10-30 20:13:37 &#43;0000 UTC">2023-10-30</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>