add blogroll

This commit is contained in:
filifa
2026-03-10 18:59:29 -04:00
parent dd7435cb9a
commit 052b22a477
2 changed files with 108 additions and 0 deletions

107
blogroll.html Normal file
View File

@@ -0,0 +1,107 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="/styles/default.css" />
<link rel="icon" href="/images/favicon.ico" />
<title>Blogroll</title>
</head>
<body>
<header>
<a id="homelink" href="/">dairydemon.net</a>
</header>
<main>
<article>
<h1>Blogroll.</h1>
<p>Once you get bored of this site, here's some more to look at.</p>
<p>I follow way, <em>way</em> more than this, but these are some of my
favorites. All of them have RSS feeds, if that's your thing.</p>
<ul>
<li>
<p><a href="https://www.qwantz.com/">Dinosaur Comics</a></p>
<p>Every comic uses the same panel layout. You'd be shocked how
much mileage the author gets out of that.</p>
</li>
<li>
<p><a href="https://smbc-comics.com/">Saturday Morning Breakfast Cereal</a></p>
<p>Simultaneously the smartest and funniest comic I've ever read.</p>
</li>
<li>
<p><a href="https://pluralistic.net/">Pluralistic</a></p>
<p>Near-daily linkblog. Don't think his writing style is for
everyone, but I love it.</p>
</li>
<li>
<p><a href="https://buttondown.com/monteiro">Mike Monteiros Good News</a></p>
<p>Weekly Q&amp;A newsletter. Excellent writer.</p>
</li>
<li>
<p><a href="https://www.tomscott.com/newsletter/">Tom Scott</a></p>
<p>Weekly linkblog from one of the GOAT YouTubers. I'm not a big
podcast listener, but I also enjoy
<a href="https://lateralcast.com/">Lateral</a>
from him.</p>
</li>
<li>
<p><a href="https://www.forever-wars.com/">Forever Wars</a></p>
<p>Journalism and commentary from a longtime War on Terror reporter.</p>
</li>
<li>
<p><a href="https://www.hamiltonnolan.com/">How Things Work</a></p>
<p>Progressive journalist and commentator.</p>
</li>
<li>
<p><a href="https://paulkrugman.substack.com/">Paul Krugman</a></p>
<p>Started following him because I've always felt like I should
know more about economics than I do. Still feel that way, but he
fills some gaps.</p>
</li>
<li>
<p><a href="https://data4democracy.substack.com/">On Data and Democracy</a></p>
<p>Stanford political science professor. If you only read one piece
from him,
<a href="https://data4democracy.substack.com/p/money-doesnt-buy-elections-it-does">it should be this</a>.</p>
</li>
<li>
<p><a href="https://karlbode.com/">The Fine Print</a></p>
<p>Progressive commentator that doesn't pull punches. Also writes
for
<a href="https://www.techdirt.com/">Techdirt</a>.</p>
</li>
<li>
<p><a href="https://ludic.mataroa.blog/">Ludicity</a></p>
<p>Developer. Snarky, but I like his writing style.</p>
</li>
<li>
<p><a href="https://jvns.ca/">Julia Evans</a></p>
<p>Developer and zine maker.</p>
</li>
<li>
<p><a href="https://www.garbageday.email/">Garbage Day</a></p>
<p>Internet culture blog. I fear I've reached the point where I'm
so out of touch that I need someone else to let me know what the
kids are up to.</p>
</li>
<li>
<p><a href="https://www.quantamagazine.org/">Quanta Magazine</a></p>
<p>Science magazine. Love their math and computer science articles.</p>
</li>
<li>
<p><a href="https://www.404media.co/">404 Media</a></p>
<p>Their reporting punches <em>way</em> above their weight.</p>
</li>
<li>
<p><a href="https://prospect.org/">American Prospect</a></p>
<p>Progressive magazine.</p>
</li>
</ul>
</article>
</main>
<footer>
<p id="copyright">© 2026 filifa. This page is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</p>
</footer>
</body>
</html>

View File

@@ -51,6 +51,7 @@
<footer> <footer>
<ul> <ul>
<li><a href="/about.html">about</a></li> <li><a href="/about.html">about</a></li>
<li><a href="/blogroll.html">blogroll</a></li>
<li><a href="/attributions.html">attributions</a></li> <li><a href="/attributions.html">attributions</a></li>
</ul> </ul>
<div id="badges"> <div id="badges">