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/ecsm2019-ctf/" target="_blank" rel="noopener">ECSM 2019: Preparing and hosting a security CTF contest</a>
8 </h4>
9 <p class="summary">In recent weeks, some of us were heavily involved in preparing and hosting a public CTF contest in the context of this year’s European Cyber Security Month (ECSM). More than 1,000 teams registered, nearly 600 solved at least one challenge. Unlike most oth…</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 19, 2019</small>
14 </div>
15
16 <div class="article">
17 <h4 class="title">
18 <a href="https://drewdevault.com/2019/10/15/Status-update-October-2019.html" target="_blank" rel="noopener">Status update, October 2019</a>
19 </h4>
20 <p class="summary">Last month, I gave you an update at the conclusion of a long series of travels.
21But, I wasn’t done yet - this month, I spent a week in Montreal for XDC.
22Simon Ser put up a great write-up which goes over a lot of the
23important things we discussed there. It wa…</p>
24 <small class="source">
25 via <a href="https://drewdevault.com">Drew DeVault's Blog</a>
26 </small>
27 <small class="date">October 15, 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>