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://drewdevault.com/2019/10/15/Status-update-October-2019.html" target="_blank" rel="noopener">Status update, October 2019</a>
8 </h4>
9 <p class="summary">Last month, I gave you an update at the conclusion of a long series of travels.
10But, I wasn’t done yet - this month, I spent a week in Montreal for XDC.
11Simon Ser put up a great write-up which goes over a lot of the
12important things we discussed there. It wa…</p>
13 <small class="source">
14 via <a href="https://drewdevault.com">Drew DeVault's Blog</a>
15 </small>
16 <small class="date">October 15, 2019</small>
17 </div>
18
19 <div class="article">
20 <h4 class="title">
21 <a href="https://infosec-handbook.eu/blog/ecsm2019-cyber-hygiene/" target="_blank" rel="noopener">ECSM 2019: Tips for your cyber hygiene</a>
22 </h4>
23 <p class="summary">Broadly speaking, hygiene is about maintaining health by doing many different actions such as taking a bath, washing hands and clothes, or cleaning surfaces in rooms. When it comes to “cyber hygiene”—the first of two topics addressed by this year’s Europe…</p>
24 <small class="source">
25 via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook – information security blog</a>
26 </small>
27 <small class="date">October 13, 2019</small>
28 </div>
29
30 <div class="article">
31 <h4 class="title">
32 <a href="https://kevq.uk/why-you-shouldnt-use-facebook" target="_blank" rel="noopener">Why You Shouldn't Use Facebook</a>
33 </h4>
34 <p class="summary">
35
36 I was having a conversation with a friend of mine recently and they were asking me why I don't use Facebook. Within my circle of friends, I'm the IT guy and most of them aren't really into IT, let alone priv…</p>
37 <small class="source">
38 via <a href="https://kevq.uk/feed">Blog</a>
39 </small>
40 <small class="date">October 12, 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>