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://drewdevault.com/2020/02/15/Status-update.html" target="_blank" rel="noopener">Status update, February 2020</a>
 8      </h4>
 9      <p class="summary">Today I thought it’d try out something new: I have an old family recipe
10simmering on the stove right now, but instead of beef I’m trying out impossible
11beef. It cooked up a bit weird — it doesn’t brown up in the same way I
12expect of ground beef, and it made …</p>
13      <small class="source">
14        via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
15      </small>
16      <small class="date">February 15, 2020</small>
17    </div>
18    
19    <div class="article">
20      <h4 class="title">
21        <a href="https://kevq.uk/the-case-for-wordpress/" target="_blank" rel="noopener">The Case For WordPress</a>
22      </h4>
23      <p class="summary">Apparently, WordPress is slow, insecure and hard to maintain. I disagree and wanted to take a minute to explain why I think none of this is actually true. This morning, I saw a post from one of the Fosstodon team, Gina. She was asking about creating a blo…</p>
24      <small class="source">
25        via <a href="https://kevq.uk">Kev Quirk</a>
26      </small>
27      <small class="date">February 4, 2020</small>
28    </div>
29    
30    <div class="article">
31      <h4 class="title">
32        <a href="https://infosec-handbook.eu/blog/2019-12-monthly-review/" target="_blank" rel="noopener">Monthly review – December 2019</a>
33      </h4>
34      <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 Python 2 EOL, malicious Python libraries, technical previews by Signal, WebAuthn for iOS, and more.</p>
35      <small class="source">
36        via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook – information security blog</a>
37      </small>
38      <small class="date">December 31, 2019</small>
39    </div>
40    
41  </section>
42  <p class="attribution">
43    Generated by
44    <a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
45  </p>
46</section>
47<style>
48.webring .articles {
49  display: flex;
50  flex-wrap: wrap;
51  margin: -0.5rem;
52}
53.webring .title {
54  margin: 0;
55}
56.webring .article {
57  flex: 1 1 0;
58  display: flex;
59  flex-direction: column;
60  margin: 0.5rem;
61  padding: 0.5rem;
62  background: #323234;
63  min-width: 10rem;
64}
65.webring .summary {
66  font-size: 0.8rem;
67  flex: 1 1 0;
68}
69.webring .attribution {
70  text-align: right;
71  font-size: 0.8rem;
72  color: #fff;
73}
74</style>