mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 12:19:36 +00:00
91 lines
3.1 KiB
HTML
91 lines
3.1 KiB
HTML
<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://this-week-in-rust.org/blog/2024/02/14/this-week-in-rust-534/" target="_blank" rel="noopener">This Week in Rust 534</a>
|
|
</p>
|
|
<span class="webring__metadata">
|
|
<small class="webring__source">
|
|
via <a href="https://this-week-in-rust.org/">This Week in Rust</a>
|
|
</small>
|
|
<small class="webring__date">- <date datetime="2024-02-14 00:00:00 -0500 -0500">2024-02-14</date></small>
|
|
</span>
|
|
</div>
|
|
|
|
<div class="webring__article">
|
|
<p class="webring__title">
|
|
<a href="https://engineering.fb.com/2024/02/12/developer-tools/meta-loves-python/" target="_blank" rel="noopener">Meta loves Python</a>
|
|
</p>
|
|
<span class="webring__metadata">
|
|
<small class="webring__source">
|
|
via <a href="https://engineering.fb.com/">Engineering at Meta</a>
|
|
</small>
|
|
<small class="webring__date">- <date datetime="2024-02-12 14:00:16 +0000 +0000">2024-02-12</date></small>
|
|
</span>
|
|
</div>
|
|
|
|
<div class="webring__article">
|
|
<p class="webring__title">
|
|
<a href="https://web.dev/blog/array-with?hl=en" target="_blank" rel="noopener">Immutable array updates with Array.prototype.with</a>
|
|
</p>
|
|
<span class="webring__metadata">
|
|
<small class="webring__source">
|
|
via <a href="https://web.dev/blog/">web.dev: Blog</a>
|
|
</small>
|
|
<small class="webring__date">- <date datetime="2024-02-06 08:00:00 +0000 GMT">2024-02-06</date></small>
|
|
</span>
|
|
</div>
|
|
|
|
<div class="webring__article">
|
|
<p class="webring__title">
|
|
<a href="https://bootlin.com/blog/linux-6-7-released-bootlin-contributions/" target="_blank" rel="noopener">Linux 6.7 released, Bootlin contributions</a>
|
|
</p>
|
|
<span class="webring__metadata">
|
|
<small class="webring__source">
|
|
via <a href="https://bootlin.com">Bootlin</a>
|
|
</small>
|
|
<small class="webring__date">- <date datetime="2024-01-19 08:56:41 +0000 +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 +0000 UTC">2023-10-30</date></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>
|