webring-out.html

 1<section class="webring">
 2  <h3>Articles from blogs I follow around the internet</h3>
 3  <section class="articles">
 4    
 5    <div class="article">
 6      <h4 class="title">
 7        <a href="https://kevq.uk/what-is-self-hosting" target="_blank" rel="noopener">What Is Self-Hosting?</a>
 8      </h4>
 9      <p class="summary">
10            What Is Self-Hosting?
11                    There was a post on Fosstodon recently where one of our members shared their thoughts on what they think self-hosting is.
12Following the post, a conversation started about what different people considered…</p>
13      <small class="source">
14        via <a href="https://kevq.uk">Blog | Kev Quirk</a>
15      </small>
16      <small class="date">November 13, 2019</small>
17    </div>
18    
19    <div class="article">
20      <h4 class="title">
21        <a href="https://infosec-handbook.eu/blog/libreoffice63-redaction/" target="_blank" rel="noopener">How to redact sensitive information with LibreOffice 6.3&#43;</a>
22      </h4>
23      <p class="summary">LibreOffice 6.3 contains a new “redaction” feature. This feature allows editors to quickly redact (= remove) sensitive or confidential information from documents.
24
25In this article, we show the risks of leaking information in documents, and the new redaction…</p>
26      <small class="source">
27        via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook – information security blog</a>
28      </small>
29      <small class="date">November 10, 2019</small>
30    </div>
31    
32    <div class="article">
33      <h4 class="title">
34        <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>
35      </h4>
36      <p class="summary">It’s been too long since I last did a good hack, for no practical reason other
37than great hack value. In my case, these often amount to a nostalgia
38for an age of computing I wasn’t present for. In a recent bid to capture more of
39this nostalgia, I recently pi…</p>
40      <small class="source">
41        via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
42      </small>
43      <small class="date">October 30, 2019</small>
44    </div>
45    
46  </section>
47  <p class="attribution">
48    Generated by
49    <a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
50  </p>
51</section>
52<style>
53.webring .articles {
54  display: flex;
55  flex-wrap: wrap;
56  margin: -0.5rem;
57}
58.webring .title {
59  margin: 0;
60}
61.webring .article {
62  flex: 1 1 0;
63  display: flex;
64  flex-direction: column;
65  margin: 0.5rem;
66  padding: 0.5rem;
67  background: #323234;
68  min-width: 10rem;
69}
70.webring .summary {
71  font-size: 0.8rem;
72  flex: 1 1 0;
73}
74.webring .attribution {
75  text-align: right;
76  font-size: 0.8rem;
77  color: #fff;
78}
79</style>