Files
personal-website/layouts/partials/openring.html
Siddhartha 322ac0e8ea add bluesky in bio
update openring feeds
2023-09-09 00:16:58 +05:30

77 lines
2.8 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 class="header">Articles from blogs I follow around the net</h3>
<section class="articles">
<div class="article">
<h4 class="title">
<a href="https://world.hey.com/dhh/open-source-hooliganism-and-the-typescript-meltdown-a474bfda" target="_blank" rel="noopener">Open source hooliganism and the TypeScript meltdown</a>
</h4>
<p class="summary">
I&#39;ve seen a lot of true believers argue for virtues of their favorite paradigms and methods over the decades working in software. And mostly, I look at people with a passionate preference and smile. Isn&#39;t it great that people care so much about …</p>
<small class="source">
via <a href="https://world.hey.com/dhh">David Heinemeier Hansson</a>
</small>
<small class="date">September 7, 2023</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://www.raptitude.com/2023/08/how-to-get-wise/" target="_blank" rel="noopener">How to Become Wise</a>
</h4>
<p class="summary">On Twitter the other day someone asked why he should continue to experiment with mindfulness meditation — specifically, what does it do for you when youre not meditating? Others and I gave the usual replies: you dont get stuck in rumination as easily, y…</p>
<small class="source">
via <a href="https://www.raptitude.com">Raptitude.com</a>
</small>
<small class="date">August 30, 2023</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://erikbern.com/2022/12/07/what-ive-been-working-on-modal.html" target="_blank" rel="noopener">What I have been working on: Modal</a>
</h4>
<p class="summary">Long story short: I&#39;m working on a super cool tool called Modal. Please check it out — it lets you run things in the cloud without having to think about infrastructure. Scaling out, scheduling, containerization, using GPUs, setting up webhooks, and al…</p>
<small class="source">
via <a href="https://erikbern.com/">Home on Erik Bernhardsson</a>
</small>
<small class="date">December 7, 2022</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>