NixNet/_includes/webring-out.html

75 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">
2019-12-19 02:35:09 +00:00
<div class="article">
<h4 class="title">
2020-01-04 00:24:59 +00:00
<a href="https://kevq.uk/slim-wallet/" target="_blank" rel="noopener">Slim Wallet</a>
2019-12-19 02:35:09 +00:00
</h4>
2020-01-04 00:24:59 +00:00
<p class="summary">Im one of those people who likes to always carry a wallet, but I dont like to have a big bulky block in my pocket. I have been after a small, slim and useable wallet for some time now, but havent been very successful. My wife and I went out to dinner w…</p>
2019-12-19 02:35:09 +00:00
<small class="source">
via <a href="https://kevq.uk">Kev Quirk</a>
</small>
2020-01-04 00:24:59 +00:00
<small class="date">January 3, 2020</small>
2019-12-19 02:35:09 +00:00
</div>
<div class="article">
<h4 class="title">
2020-01-04 00:24:59 +00:00
<a href="https://infosec-handbook.eu/blog/2019-12-monthly-review/" target="_blank" rel="noopener">Monthly review December 2019</a>
</h4>
2020-01-04 00:24:59 +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 Python 2 EOL, malicious Python libraries, technical previews by Signal, WebAuthn for iOS, and more.</p>
<small class="source">
2019-12-24 15:02:58 +00:00
via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook information security blog</a>
</small>
2020-01-04 00:24:59 +00:00
<small class="date">December 31, 2019</small>
</div>
2019-11-14 19:46:25 +00:00
<div class="article">
<h4 class="title">
2020-01-04 00:24:59 +00:00
<a href="https://drewdevault.com/2019/12/30/dotfiles.html" target="_blank" rel="noopener">Managing my dotfiles as a git repository</a>
2019-11-14 19:46:25 +00:00
</h4>
2020-01-04 00:24:59 +00:00
<p class="summary">There are many tools for managing your dotfiles - user-specific configuration
files. GNU stow is an example. Ive tried a few solutions over the years, but I
settled on a very simple system several years ago which has served me very well
in the time since: m…</p>
2019-11-14 19:46:25 +00:00
<small class="source">
2019-12-24 15:02:58 +00:00
via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
2019-11-14 19:46:25 +00:00
</small>
2020-01-04 00:24:59 +00:00
<small class="date">December 30, 2019</small>
2019-11-14 19:46:25 +00:00
</div>
2019-10-15 18:47:05 +00:00
</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>