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/privacy-security-are-different-round-2/" target="_blank" rel="noopener">Privacy &amp; Security Are Different Round 2</a>
</h4>
<p class="summary">I recently wrote a post explaining that I think Privacy &amp; Security Are Different. Following that post Ive received some feedback questioning my rationale. This post is a response to some of that feedback. Privacy is part of security A lot of the feed…</p>
<small class="source">
via <a href="https://kevq.uk">Kev Quirk</a>
</small>
<small class="date">December 24, 2019</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://infosec-handbook.eu/blog/yubico-security-key-nitrokey-fido2/" target="_blank" rel="noopener">Yubico Security Key vs. Nitrokey FIDO2</a>
</h4>
<p class="summary">WebAuthn, Web Authentication: An API for accessing Public Key Credentials Level 1, is a W3C Recommendation released in March 2019. It defines creation and use of strong, attested, scoped, public key-based credentials by web applications. It is very simila…</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 22, 2019</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://drewdevault.com/2019/12/18/PinePhone-review.html" target="_blank" rel="noopener">PinePhone review</a>
</h4>
<p class="summary">tl;dr: Holy shit! This is the phone I have always wanted. I have never been
this excited about the mobile sector before. However: the software side is
totally absent — phone calls are very dubious, SMS is somewhat dubious,
LTE requires some hacks, and everyt…</p>
<small class="source">
via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
</small>
<small class="date">December 18, 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>