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