NixNet/_includes/webring-out.html

81 lines
2.6 KiB
HTML
Raw Normal View History

2019-10-15 18:47:05 +00:00
<section class="webring">
<h3>Articles from blogs I follow around the internet</h3>
<section class="articles">
<div class="article">
<h4 class="title">
2019-11-03 15:56:20 +00:00
<a href="https://infosec-handbook.eu/blog/2019-10-monthly-review/" target="_blank" rel="noopener">Monthly review October 2019</a>
2019-10-15 18:47:05 +00:00
</h4>
2019-11-03 15:56:20 +00:00
<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 Simjacker (again), web browser support for TLS, important security updates, MinTOTP, and more.</p>
2019-10-15 18:47:05 +00:00
<small class="source">
2019-10-19 19:26:39 +00:00
via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook information security blog</a>
2019-10-15 18:47:05 +00:00
</small>
2019-11-03 15:56:20 +00:00
<small class="date">October 31, 2019</small>
2019-10-15 18:47:05 +00:00
</div>
<div class="article">
<h4 class="title">
<a href="https://drewdevault.com/2019/10/30/Line-printer-shell-hack.html" target="_blank" rel="noopener">An old-school shell hack on a line printer</a>
2019-10-15 18:47:05 +00:00
</h4>
<p class="summary">Its been too long since I last did a good hack, for no practical reason other
than great hack value. In my case, these often amount to a nostalgia
for an age of computing I wasnt present for. In a recent bid to capture more of
this nostalgia, I recently pi…</p>
2019-10-15 18:47:05 +00:00
<small class="source">
2019-10-19 19:26:39 +00:00
via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
2019-10-15 18:47:05 +00:00
</small>
<small class="date">October 30, 2019</small>
2019-10-15 18:47:05 +00:00
</div>
<div class="article">
<h4 class="title">
<a href="https://kevq.uk/what-is-self-hosting" target="_blank" rel="noopener">What Is Self-Hosting?</a>
2019-10-15 18:47:05 +00:00
</h4>
<p class="summary">
There was a post on Fosstodon recently where one of our members shared their thoughts on what they think self-hosting is.
Following the post, a conversation started about what different people considered …</p>
2019-10-15 18:47:05 +00:00
<small class="source">
via <a href="https://kevq.uk/feed">Blog</a>
</small>
<small class="date">October 26, 2019</small>
2019-10-15 18:47:05 +00:00
</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>