mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-23 09:19:00 +00:00
90 lines
3.0 KiB
HTML
90 lines
3.0 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://wingolog.org/archives/2025/02/14/tracepoints-gnarly-but-worth-it" target="_blank" rel="noopener">tracepoints: gnarly but worth it</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="2025-02-14 13:32:10 +0000 UTC">2025-02-14</date></small>
|
|
</span>
|
|
</div>
|
|
|
|
<div class="webring__article">
|
|
<p class="webring__title">
|
|
<a href="https://jvns.ca/blog/2025/02/13/how-to-add-a-directory-to-your-path/" target="_blank" rel="noopener">How to add a directory to your PATH</a>
|
|
</p>
|
|
<span class="webring__metadata">
|
|
<small class="webring__source">
|
|
via <a href="http://jvns.ca">Julia Evans</a>
|
|
</small>
|
|
<small class="webring__date">- <date datetime="2025-02-13 12:27:56 +0000 UTC">2025-02-13</date></small>
|
|
</span>
|
|
</div>
|
|
|
|
<div class="webring__article">
|
|
<p class="webring__title">
|
|
<a href="https://reproducible-builds.org/reports/2025-01/" target="_blank" rel="noopener">Reproducible Builds in January 2025</a>
|
|
</p>
|
|
<span class="webring__metadata">
|
|
<small class="webring__source">
|
|
via <a href="https://reproducible-builds.org/blog/">reproducible-builds.org</a>
|
|
</small>
|
|
<small class="webring__date">- <date datetime="2025-02-05 11:49:50 +0000 +0000">2025-02-05</date></small>
|
|
</span>
|
|
</div>
|
|
|
|
<div class="webring__article">
|
|
<p class="webring__title">
|
|
<a href="https://nixos.org/blog/announcements/2024/nixos-2411/" target="_blank" rel="noopener">NixOS 24.11 released</a>
|
|
</p>
|
|
<span class="webring__metadata">
|
|
<small class="webring__source">
|
|
via <a href="https://nixos.org/blog/">NixOS Announcements</a>
|
|
</small>
|
|
<small class="webring__date">- <date datetime="2024-11-30 11:00:00 +0000 GMT">2024-11-30</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>
|