NixNet/_includes/webring-out.html

75 lines
2.7 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>Articles from blogs I follow around the internet</h3>
<section class="articles">
<div class="article">
<h4 class="title">
<a href="https://kevq.uk/why-lobste-rs-is-better-than-hacker-news/" target="_blank" rel="noopener">Why Lobste.rs Is Better Than Hacker News</a>
</h4>
<p class="summary">Outside of my RSS feeds, there are a handful of places where I get my news from. Two of the main ones I use are Lobste.rs and Hacker News. Lobste.rs is far smaller than Hacker News, but I much prefer it. Heres why… The reasons why I think Lobste.rs is be…</p>
<small class="source">
via <a href="https://kevq.uk">Kev Quirk</a>
</small>
<small class="date">January 25, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://drewdevault.com/2020/01/21/Stress-and-happiness.html" target="_blank" rel="noopener">The happinesses and stresses of full-time FOSS work</a>
</h4>
<p class="summary">In the past few days, several free software maintainers have come out to discuss
the stresses of their work. Though the timing was suggestive, my article last
week on the philosophy of project governance was, at best, only tangentially
related to this topic …</p>
<small class="source">
via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
</small>
<small class="date">January 21, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://infosec-handbook.eu/blog/2019-12-monthly-review/" target="_blank" rel="noopener">Monthly review December 2019</a>
</h4>
<p class="summary">Each month, we publish a review that covers the most important activities of the last 30 days. This month, we talk about Python 2 EOL, malicious Python libraries, technical previews by Signal, WebAuthn for iOS, and more.</p>
<small class="source">
via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook information security blog</a>
</small>
<small class="date">December 31, 2019</small>
</div>
</section>
<p class="attribution">
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</p>
</section>
<style>
.webring .articles {
display: flex;
flex-wrap: wrap;
margin: -0.5rem;
}
.webring .title {
margin: 0;
}
.webring .article {
flex: 1 1 0;
display: flex;
flex-direction: column;
margin: 0.5rem;
padding: 0.5rem;
background: #323234;
min-width: 10rem;
}
.webring .summary {
font-size: 0.8rem;
flex: 1 1 0;
}
.webring .attribution {
text-align: right;
font-size: 0.8rem;
color: #fff;
}
</style>