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/ecsm2019-emerging-technology/" target="_blank" rel="noopener">ECSM 2019: Securing emerging technology (IoT) at home</a>
 8      </h4>
 9      <p class="summary">The second topic of this year’s European Cyber Security Month is “Emerging Technology”. We decided to address IoT (Internet of Things) devices at your home since many different devices are connected to the internet nowadays.
10
11In this short article, we prese…</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">October 30, 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">
37            
38                        There was a post on Fosstodon recently where one of our members shared their thoughts on what they think self-hosting is.
39
40        
41        
42Following the post, a conversation started about what different people considered …</p>
43      <small class="source">
44        via <a href="https://kevq.uk/feed">Blog</a>
45      </small>
46      <small class="date">October 26, 2019</small>
47    </div>
48    
49  </section>
50  <p class="attribution">
51    Generated by
52    <a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
53  </p>
54</section>
55<style>
56.webring .articles {
57  display: flex;
58  flex-wrap: wrap;
59  margin: -0.5rem;
60}
61.webring .title {
62  margin: 0;
63}
64.webring .article {
65  flex: 1 1 0;
66  display: flex;
67  flex-direction: column;
68  margin: 0.5rem;
69  padding: 0.5rem;
70  background: #323234;
71  min-width: 10rem;
72}
73.webring .summary {
74  font-size: 0.8rem;
75  flex: 1 1 0;
76}
77.webring .attribution {
78  text-align: right;
79  font-size: 0.8rem;
80  color: #fff;
81}
82</style>