Source code for https://nixnet.services
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.7 KiB
76 lines
2.7 KiB
<section class="webring"> |
|
<h3>Articles from blogs I follow around the internet</h3> |
|
<section class="articles"> |
|
|
|
<div class="article"> |
|
<h4 class="title"> |
|
<a href="https://drewdevault.com/2019/10/15/Status-update-October-2019.html" target="_blank" rel="noopener">Status update, October 2019</a> |
|
</h4> |
|
<p class="summary">Last month, I gave you an update at the conclusion of a long series of travels. |
|
But, I wasn’t done yet - this month, I spent a week in Montreal for XDC. |
|
Simon Ser put up a great write-up which goes over a lot of the |
|
important things we discussed there. It wa…</p> |
|
<small class="source"> |
|
via <a href="https://drewdevault.com">Drew DeVault's Blog</a> |
|
</small> |
|
<small class="date">October 15, 2019</small> |
|
</div> |
|
|
|
<div class="article"> |
|
<h4 class="title"> |
|
<a href="https://infosec-handbook.eu/blog/ecsm2019-cyber-hygiene/" target="_blank" rel="noopener">ECSM 2019: Tips for your cyber hygiene</a> |
|
</h4> |
|
<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> |
|
<small class="source"> |
|
via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook – information security blog</a> |
|
</small> |
|
<small class="date">October 13, 2019</small> |
|
</div> |
|
|
|
<div class="article"> |
|
<h4 class="title"> |
|
<a href="https://kevq.uk/why-you-shouldnt-use-facebook" target="_blank" rel="noopener">Why You Shouldn't Use Facebook</a> |
|
</h4> |
|
<p class="summary"> |
|
|
|
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> |
|
<small class="source"> |
|
via <a href="https://kevq.uk/feed">Blog</a> |
|
</small> |
|
<small class="date">October 12, 2019</small> |
|
</div> |
|
|
|
</section> |
|
<p class="attribution"> |
|
Generated by |
|
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a> |
|
</p> |
|
</section> |
|
<style> |
|
.webring .articles { |
|
display: flex; |
|
flex-wrap: wrap; |
|
margin: -0.5rem; |
|
} |
|
.webring .title { |
|
margin: 0; |
|
} |
|
.webring .article { |
|
flex: 1 1 0; |
|
display: flex; |
|
flex-direction: column; |
|
margin: 0.5rem; |
|
padding: 0.5rem; |
|
background: #323234; |
|
min-width: 10rem; |
|
} |
|
.webring .summary { |
|
font-size: 0.8rem; |
|
flex: 1 1 0; |
|
} |
|
.webring .attribution { |
|
text-align: right; |
|
font-size: 0.8rem; |
|
color: #fff; |
|
} |
|
</style>
|
|
|