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.

80 lines
2.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<section class="webring">
<h3>Articles from blogs I follow</h3>
<section class="articles">
<div class="article">
<h4 class="title">
<a href="https://drewdevault.com/2023/01/24/2023-01-24-FOSDEM.html" target="_blank" rel="noopener">My plans at FOSDEM: SourceHut, Hare, and Helios</a>
</h4>
<p class="summary">FOSDEM is right around the corner, and finally in person after long years of
dealing with COVID. Ill be there again this year, and Im looking forward to
it! I have four slots on the schedule (wow! Thanks for arranging these, FOSDEM
team) and Ill be talkin…</p>
<small class="source">
via <a href="https://drewdevault.com">Drew DeVault&#39;s blog</a>
</small>
<small class="date">January 24, 2023</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://tech.davis-hansson.com/p/goog-news-headlines/" target="_blank" rel="noopener">YSK: Google allows spoofing news headlines in search results</a>
</h4>
<p class="summary">A minor scandal unfolding in the Swedish election highlights a way to influence news narratives:
Google allows you to set headlines for news articles in search results by paying for adwords placements of legitimate articles.
This is being used by political …</p>
<small class="source">
via <a href="https://tech.davis-hansson.com/">Jacob Davis-Hansson</a>
</small>
<small class="date">September 9, 2022</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://blog.benjojo.co.uk/post/multipath-without-mptcp" target="_blank" rel="noopener">Going multipath without Multipath TCP
</a>
</h4>
<p class="summary">Going multipath without Multipath TCP
Gigabit ethernet has been around for a long time, its so ubiquitous that there is a very strong chance that if you have a RJ-45 port on your compu
</p>
<small class="source">
via <a href="https://blog.benjojo.co.uk">benjojo blog</a>
</small>
<small class="date">February 24, 2022</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;
min-width: 10rem;
}
.webring .summary {
font-size: 0.8rem;
flex: 1 1 0;
}
.webring .attribution {
text-align: right;
font-size: 0.8rem;
}
</style>