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