mirror of
https://gitlab.com/thelazyoxymoron/siddhartha-golu-website.git
synced 2025-07-27 08:57:59 +02:00
76 lines
2.6 KiB
HTML
76 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://blog.wesleyac.com/posts/bluesky" target="_blank" rel="noopener">If you think Bluesky is decentralized, you’ve 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'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's Troubles in November 2022</a>
|
||
</h4>
|
||
<p class="summary">Tether'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 "Hacker" "News" posts for the second week of August, 2021. One Bad Apple August 08, 2021 (comments) An Internet is mad about Apple (business model: "Uber for spyware") 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>
|