mirror of
https://gitlab.com/thelazyoxymoron/siddhartha-golu-website.git
synced 2025-07-27 08:57:59 +02:00
83 lines
2.6 KiB
HTML
83 lines
2.6 KiB
HTML
|
||
<section class="webring">
|
||
<h3 class="header">Articles from blogs I follow around the net</h3>
|
||
<section class="articles">
|
||
|
||
<div class="article">
|
||
<h4 class="title">
|
||
<a href="https://github.com/luainkernel/lunatik" target="_blank" rel="noopener">lunatik: Lunatik is a framework for scripting the Linux kernel with Lua</a>
|
||
</h4>
|
||
<p class="summary">
|
||
|
||
Comments
|
||
</p>
|
||
<small class="source">
|
||
via <a href="https://lobste.rs/">Lobsters</a>
|
||
</small>
|
||
<small class="date">April 21, 2024</small>
|
||
</div>
|
||
|
||
<div class="article">
|
||
<h4 class="title">
|
||
<a href="https://www.raptitude.com/2024/04/the-ancient-art-of-turning-walls-into-doors/" target="_blank" rel="noopener">The Ancient Art of Turning Walls into Doors</a>
|
||
</h4>
|
||
<p class="summary">Last year I wrote a post asking readers to consider how much they’d pay for a hypothetical miracle medicine that lengthens your life, makes you happier, reduces anxiety, lowers risk of disease and injury, increases personal confidence, and literally makes…</p>
|
||
<small class="source">
|
||
via <a href="https://www.raptitude.com">Raptitude.com</a>
|
||
</small>
|
||
<small class="date">April 18, 2024</small>
|
||
</div>
|
||
|
||
<div class="article">
|
||
<h4 class="title">
|
||
<a href="https://blog.kronis.dev/articles/unity-runtime-fee-a-look-at-some-numbers" target="_blank" rel="noopener">Unity Runtime Fee: a look at some numbers</a>
|
||
</h4>
|
||
<p class="summary">
|
||
|
||
|
||
Unity Runtime Fee: a look at some numbers
|
||
For the past few months I've been pretty busy with all sorts of development: I've been working on a video game of my own, in a…</p>
|
||
<small class="source">
|
||
via <a href="https://blog.kronis.dev/articles">blog.kronis.dev feed</a>
|
||
</small>
|
||
<small class="date">September 15, 2023</small>
|
||
</div>
|
||
|
||
</section>
|
||
<p class="attribution">
|
||
Generated by
|
||
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
|
||
</p>
|
||
</section>
|
||
<style>
|
||
.webring .header {
|
||
margin: 0 0 12px;
|
||
}
|
||
.webring .articles {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
margin: -0.5rem;
|
||
}
|
||
.webring .title {
|
||
margin: 4px 0 12px;
|
||
}
|
||
.webring .article {
|
||
flex: 1 1 0;
|
||
display: flex;
|
||
flex-direction: column;
|
||
margin: 0.5rem;
|
||
padding: 0.5rem;
|
||
background: var(--openring-bg);
|
||
min-width: 10rem;
|
||
}
|
||
.webring .summary {
|
||
font-size: 0.8rem;
|
||
flex: 1 1 0;
|
||
}
|
||
.webring .attribution {
|
||
text-align: right;
|
||
font-size: 0.8rem;
|
||
color: #555;
|
||
}
|
||
</style>
|