mirror of
https://gitlab.com/thelazyoxymoron/siddhartha-golu-website.git
synced 2025-07-27 13:07:58 +02:00
80 lines
2.5 KiB
HTML
80 lines
2.5 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://newsletter.posthog.com/p/doing-support-makes-you-a-better" target="_blank" rel="noopener">Doing support makes you a better engineer</a>
|
||
</h4>
|
||
<p class="summary">What we've learned about providing support that doesn't suck (and does scale)!</p>
|
||
<small class="source">
|
||
via <a href="https://newsletter.posthog.com">Product for Engineers</a>
|
||
</small>
|
||
<small class="date">August 29, 2024</small>
|
||
</div>
|
||
|
||
<div class="article">
|
||
<h4 class="title">
|
||
<a href="https://aeon.co/essays/c-l-r-james-foresaw-the-crisis-of-us-liberal-democracy?utm_source=rss-feed" target="_blank" rel="noopener">C L R James and America</a>
|
||
</h4>
|
||
<p class="summary">
|
||
The brilliant Trinidadian thinker is remembered as an admirer of the US but he also warned of its dark political future - by Harvey Neptune Read at Aeon
|
||
</p>
|
||
<small class="source">
|
||
via <a href="https://aeon.co">Aeon | a world of ideas</a>
|
||
</small>
|
||
<small class="date">August 16, 2024</small>
|
||
</div>
|
||
|
||
<div class="article">
|
||
<h4 class="title">
|
||
<a href="https://perell.com/essay/how-ive-studied-the-bible/" target="_blank" rel="noopener">How I’ve Studied the Bible</a>
|
||
</h4>
|
||
<p class="summary">Years ago, I realized that the Bible is the foundational book of Western civilization. If I was going to be an educated person, I needed to know what it said.
|
||
The post How I’ve Studied the Bible appeared first on David Perell.
|
||
</p>
|
||
<small class="source">
|
||
via <a href="https://perell.com/">David Perell</a>
|
||
</small>
|
||
<small class="date">December 28, 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>
|