website/layouts/partials/openring.html
github-actions[bot] de8c514963
Some checks failed
Build and deploy to Netlify / build (push) Has been cancelled
Update webring / build (push) Has been cancelled
Update webring as of 2024-12-29
2024-12-29 01:22:53 +00:00

91 lines
3.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. 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://nim-lang.org//blog/2024/12/24/nim-2014-released.html" target="_blank" rel="noopener">Nim version 2.0.14 released</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://nim-lang.org//">Nim Programming Language</a>
</small>
<small class="webring__date">- <date datetime="2024-12-24 00:00:00 &#43;0000 &#43;0000">2024-12-24</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://engineering.fb.com/2024/12/19/developer-tools/glean-open-source-code-indexing/" target="_blank" rel="noopener">Indexing code at scale with Glean</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-12-19 14:00:29 &#43;0000 &#43;0000">2024-12-19</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://web.dev/blog/web-platform-12-2024?hl=en" target="_blank" rel="noopener">New to the web platform in December</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-12-18 08:00:00 &#43;0000 GMT">2024-12-18</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://nyxt-browser.com/article/release-4.0.0-pre-release-1.org" target="_blank" rel="noopener">Nyxt 4.0.0-pre-release-1</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://nyxt-browser.com">Nyxt Browser</a>
</small>
<small class="webring__date">- <date datetime="2024-12-17 00:00:00 &#43;0000 UTC">2024-12-17</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://bootlin.com/blog/cyber-resilience-act-cra-overview/" target="_blank" rel="noopener">Cyber Resilience Act (CRA) overview</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-12-10 12:23:06 &#43;0000 &#43;0000">2024-12-10</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>