website/layouts/partials/openring.html
2023-11-05 01:08:40 +00:00

79 lines
2.6 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://lwn.net/Articles/950123/" target="_blank" rel="noopener">First handset with MTE on the market (Project Zero)</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://lwn.net">LWN.net</a>
</small>
<small class="webring__date">- <date datetime="2023-11-03 18:24:35 &#43;0000 UTC">2023-11-03</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://jvns.ca/blog/2023/11/01/confusing-git-terminology/" target="_blank" rel="noopener">Confusing git terminology</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="2023-11-01 08:45:26 &#43;0000 UTC">2023-11-01</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://www.gimp.org/news/2023/08/13/experimental-windows-arm-installer/" target="_blank" rel="noopener">GIMP now on Windows for ARM (experimental)</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="2023-08-13 00:00:00 &#43;0200 &#43;0200">2023-08-13</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="http://malloc47.com/building-a-personal-dashboard-in-clojurescript-part-3/" target="_blank" rel="noopener">Building a Personal Dashboard in ClojureScript Part 3</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="http://malloc47.com/">malloc47</a>
</small>
<small class="webring__date">- <date datetime="2021-09-12 00:00:00 &#43;0000 &#43;0000">2021-09-12</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>