NixNet/_includes/webring-out.html

76 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/how-to-backup-a-synology-to-backblaze-b2/" target="_blank" rel="noopener">How to backup a Synology to Backblaze B2</a>
</h4>
<p class="summary">I recently wrote a post about moving from Nextcloud to Synology, in that post I mention how Im backing up to Backblaze B2. This post explains how I configured that. So you want to backup a Synology to Backblaze B2? Well, so does my friend and Fosstodon c…</p>
<small class="source">
via <a href="https://kevq.uk">Kev Quirk</a>
</small>
<small class="date">March 11, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://drewdevault.com/2020/03/07/Open-letter-to-Senator-Casey.html" target="_blank" rel="noopener">An open letter to Senator Bob Casey on end-to-end encryption</a>
</h4>
<p class="summary">To Senator Bob Casey, Im writing this open letter.
As your constituent, someone who voted for you in 2018, and an expert in
software technology, I am disappointed in your support of the EARN IT Act. I am
aware that encryption is a challenging technology to …</p>
<small class="source">
via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
</small>
<small class="date">March 7, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://secluded.site/posts/reading-methods-rsvp/" target="_blank" rel="noopener">Reading Methods &amp; RSVP</a>
</h4>
<p class="summary">Reading methods Today, I learned that there are three primary ways people read. The first and most common is mental reading and this is when you “say” the words in your head as if you were speaking them1. I find this useful when writing because its as if…</p>
<small class="source">
via <a href="https://secluded.site/posts/">Posts on Secluded.Site</a>
</small>
<small class="date">February 13, 2020</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>