Files
personal-website/layouts/partials/openring.html
2023-08-03 00:54:12 +05:30

76 lines
2.6 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://blog.wesleyac.com/posts/bluesky" target="_blank" rel="noopener">If you think Bluesky is decentralized, youve been conned</a>
</h4>
<p class="summary">Bluesky is a purportedly-decentralized social media company that spun out of Twitter, beginning in 2019. It makes sense that people are hunting for new social media platforms right now — Elon Musk&#39;s disastrous takeover of Twitter has demonstrated how …</p>
<small class="source">
via <a href="https://blog.wesleyac.com">Wesley Aptekar-Cassels</a>
</small>
<small class="date">April 28, 2023</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://www.kalzumeus.com/2022/11/11/tether-required-recapitalization-again/" target="_blank" rel="noopener">Tether&#39;s Troubles in November 2022</a>
</h4>
<p class="summary">Tether&#39;s November 2022 attestation, even if believed, strongly suggests it blew up (again) during the recent crypto route.</p>
<small class="source">
via <a href="https://www.kalzumeus.com">Kalzumeus Software</a>
</small>
<small class="date">November 12, 2022</small>
</div>
<div class="article">
<h4 class="title">
<a href="http://n-gate.com/hackernews/2021/08/14/0/" target="_blank" rel="noopener">webshit weekly</a>
</h4>
<p class="summary"> An annotated digest of the top &#34;Hacker&#34; &#34;News&#34; posts for the second week of August, 2021. One Bad Apple August 08, 2021 (comments) An Internet is mad about Apple (business model: &#34;Uber for spyware&#34;) turning your phone into a cop…</p>
<small class="source">
via <a href="http://n-gate.com/hackernews/index.rss">n-gate.com.</a>
</small>
<small class="date">October 18, 2021</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>