<?xml version="1.0"?>
<!-- RSS generated by WordLand v0.5.24 on Thu, 30 Jul 2026 17:47:06 GMT -->
<rss version="2.0" xmlns:source="https://source.scripting.com/">
	<channel>
		<title>Scott Hanson's Linkblog</title>
		<link>https://linkblog.scotthanson.de</link>
		<description>All the news that is fit to link</description>
		<pubDate>Thu, 30 Jul 2026 17:46:10 GMT</pubDate>
		<lastBuildDate>Thu, 30 Jul 2026 17:47:06 GMT</lastBuildDate>
		<language>en-us</language>
		<generator>WordLand v0.5.24</generator>
		<docs>https://cyber.law.harvard.edu/rss/rss.html</docs>
		<source:localTime>Thursday, July 30, 2026 at 12:47 PM</source:localTime>
		<source:self>https://wordland.social/papascott/246529703/rss.xml</source:self>
		<site xmlns="com-wordpress:feed-additions:1">246429364</site>
		<cloud domain="rpc.rsscloud.io" port="5337" path="/pleaseNotify" registerProcedure="" protocol="http-post" />
		<image>
			<title>Scott Hanson's Linkblog</title>
			<url>https://imgs.scripting.com/2025/06/13/tomatoSoup.png</url>
			<link>https://linkblog.scotthanson.de</link>
			<description>All the news that is fit to link</description>
			</image>
		<item>
			<description>&lt;p&gt;Gen Z Thinks Religion Got Too Political&lt;/p&gt;</description>
			<pubDate>Thu, 30 Jul 2026 17:46:10 GMT</pubDate>
			<link>https://www.nytimes.com/2026/07/30/opinion/gen-z-religion-evangelicals-trump.html</link>
			<guid>https://linkblog.scotthanson.de/2026/07/30/108/</guid>
			<source:markdown>Gen Z Thinks Religion Got Too Political</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">108</post-id>
			</item>
		<item>
			<description>&lt;p&gt;And what about the Bundesliga with 50+1? How will the clubs ever earn billions? &quot;MLB owners want what NBA, NFL owners have: soaring franchise values, and a salary cap&quot; - The Athletic&lt;/p&gt;</description>
			<pubDate>Wed, 27 May 2026 16:55:10 GMT</pubDate>
			<link>https://www.nytimes.com/athletic/7310615/2026/05/27/mlb-franchise-value-lags-behind-nfl-nba-nhl/?campaign=18248196&amp;source=athletic_thewindup_newsletter&amp;userId=3437323</link>
			<guid>https://linkblog.scotthanson.de/2026/05/27/107/</guid>
			<source:markdown>And what about the Bundesliga with 50+1? How will the clubs ever earn billions? &quot;MLB owners want what NBA, NFL owners have: soaring franchise values, and a salary cap&quot; - The Athletic</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">107</post-id>
			</item>
		<item>
			<description>&lt;p&gt;FIFA may be a corrupt bag of shit that always gets its way, but not in New Jersey&lt;/p&gt;</description>
			<pubDate>Mon, 04 May 2026 15:45:43 GMT</pubDate>
			<link>https://www.politico.com/news/2026/05/03/fifa-new-jersey-world-cup-00896497?campaign_id=4&amp;emc=edit_dk_20260504&amp;instance_id=175074&amp;nl=dealbook&amp;regi_id=78462081&amp;segment_id=219330&amp;user_id=2c5f872c6d2026d4c85baa897f05c87f&amp;utm_campaign=RSS_Syndication&amp;utm_medium=RSS&amp;utm_source=RSS_Feed</link>
			<guid>https://linkblog.scotthanson.de/2026/05/04/106/</guid>
			<source:markdown>FIFA may be a corrupt bag of shit that always gets its way, but not in New Jersey</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">106</post-id>
			</item>
		<item>
			<description>Updates to RSS Cloud Server – Andrew Shell's Weblog</description>
			<pubDate>Mon, 27 Apr 2026 15:28:10 GMT</pubDate>
			<link>https://andrewshell.org/2026/04/updates-to-rss-cloud-server/</link>
			<guid>https://linkblog.scotthanson.de/2026/04/27/105/</guid>
			<source:markdown>Updates to RSS Cloud Server – Andrew Shell's Weblog</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">105</post-id>
			</item>
		<item>
			<description>&lt;p&gt;Wolf caught by police in downtown Hamburg, had apparently wandered through the city since the weekend and attacked a woman&lt;/p&gt;</description>
			<pubDate>Tue, 31 Mar 2026 05:08:40 GMT</pubDate>
			<link>https://www.ndr.de/nachrichten/hamburg/frau-gebissen-polizei-faengt-wolf-am-hamburger-jungfernstieg,wolf-538.html</link>
			<guid>https://linkblog.scotthanson.de/2026/03/31/98/</guid>
			<source:markdown>Wolf caught by police in downtown Hamburg, had apparently wandered through the city since the weekend and attacked a woman</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">98</post-id>
			</item>
		<item>
			<title>FeedLand Docker Compose for Localhost</title>
			<description>&lt;p&gt;When I was creating the &lt;a href=&quot;https://github.com/scotthansonde/feedlandDockerCompose&quot;&gt;FeedLand Docker Compose file&lt;/a&gt;, I was thinking of it running on a VPS with a public hostname. There was another use case I was not thinking about: running on a local machine in a private network, without any hostname in DNS. This would be pretty common for someone just wanting to run FeedLand for themselves on their own laptop, without wanting to set up any SSL or proxy. &lt;/p&gt;&#10;&#10;&lt;p&gt;For this case I've added an option to run FeedLand as localhost. When the initial script is called as `./scripts/generate-env.sh --http-localhost`, the URL of FeedLand is set to http://localhost:1452, and the Caddy web proxy is not started.&lt;/p&gt;&#10;&#10;&lt;p&gt;I've also added a script to easily determine the confirmation URL for a new user when email has not been configured.&lt;/p&gt;&#10;&#10;&lt;p&gt;Thanks to John Johnston and Frank McPherson for &lt;a href=&quot;https://github.com/scotthansonde/feedlandDockerCompose/issues/3&quot;&gt;suggesting&lt;/a&gt; and testing the localhost installation. This should make it even easier to explore FeedLand.&lt;/p&gt;&#10;&#10;&lt;p&gt;Next I intend to explore other possibilities for using the FeedLand Docker image, for example with the &lt;a href=&quot;https://www.synology.com/en-br/dsm/feature/docker&quot;&gt;Synology Container Manager&lt;/a&gt; or with &lt;a href=&quot;https://coolify.io/&quot;&gt;Coolify&lt;/a&gt;.&lt;/p&gt;</description>
			<pubDate>Thu, 19 Feb 2026 12:57:00 GMT</pubDate>
			<link>https://linkblog.scotthanson.de/2026/02/20/feedland-docker-compose-for-localhost/</link>
			<guid>https://linkblog.scotthanson.de/2026/02/20/feedland-docker-compose-for-localhost/</guid>
			<source:markdown>When I was creating the [FeedLand Docker Compose file](https://github.com/scotthansonde/feedlandDockerCompose), I was thinking of it running on a VPS with a public hostname. There was another use case I was not thinking about: running on a local machine in a private network, without any hostname in DNS. This would be pretty common for someone just wanting to run FeedLand for themselves on their own laptop, without wanting to set up any SSL or proxy.&#10;&#10;For this case I've added an option to run FeedLand as localhost. When the initial script is called as \`./scripts/generate-env.sh --http-localhost\`, the URL of FeedLand is set to http://localhost:1452, and the Caddy web proxy is not started.&#10;&#10;I've also added a script to easily determine the confirmation URL for a new user when email has not been configured.&#10;&#10;Thanks to John Johnston and Frank McPherson for [suggesting](https://github.com/scotthansonde/feedlandDockerCompose/issues/3) and testing the localhost installation. This should make it even easier to explore FeedLand.&#10;&#10;Next I intend to explore other possibilities for using the FeedLand Docker image, for example with the [Synology Container Manager](https://www.synology.com/en-br/dsm/feature/docker) or with [Coolify](https://coolify.io/).</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">94</post-id>
			</item>
		<item>
			<description>&lt;p&gt;Biathlon’s wild Olympic start: Infidelity, credit card fraud and reallocated medals (gifted article)&lt;/p&gt;</description>
			<pubDate>Thu, 12 Feb 2026 07:57:37 GMT</pubDate>
			<link>https://www.nytimes.com/athletic/7038971/2026/02/11/olympics-biathlon-norwegian-infidelity-fraud-medals/</link>
			<guid>https://linkblog.scotthanson.de/2026/02/12/93/</guid>
			<source:markdown>Biathlon’s wild Olympic start: Infidelity, credit card fraud and reallocated medals (gifted article)</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">93</post-id>
			</item>
		<item>
			<description>&lt;p&gt;This morning my wife played me &quot;When I'm 64&quot;, but the Udo Lindenberg version, which is a bit harder.&lt;/p&gt;</description>
			<pubDate>Mon, 09 Feb 2026 06:38:20 GMT</pubDate>
			<link>https://www.udo-lindenberg.de/wenn-ich-64-bin.217.htm</link>
			<guid>https://linkblog.scotthanson.de/2026/02/09/92/</guid>
			<source:markdown>This morning my wife played me &quot;When I'm 64&quot;, but the Udo Lindenberg version, which is a bit harder.</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">92</post-id>
			</item>
		<item>
			<title>Baseball Bugs 80th anniversary - The Contrarian</title>
			<description>&lt;p&gt;“The GOAT Looney Tunes cartoon&quot;: ‘Baseball Bugs’ at 80: How a Looney Tunes classic left its mark on America’s pastime&lt;/p&gt;</description>
			<pubDate>Thu, 05 Feb 2026 17:19:48 GMT</pubDate>
			<link>https://contrarian.substack.com/p/baseball-bugs-80th-anniversary</link>
			<guid>https://linkblog.scotthanson.de/2026/02/05/baseball-bugs-80th-anniversary-the-contrarian/</guid>
			<source:markdown>“The GOAT Looney Tunes cartoon&quot;: ‘Baseball Bugs’ at 80: How a Looney Tunes classic left its mark on America’s pastime</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">91</post-id>
			</item>
		<item>
			<description>&lt;p&gt;The iconic Elbphilharmonie in Hamburg has been open over 9 years, but tonight we're attending our first concert there. Brahms: A German Requiem (coincidently simultaneous with the HSV-Bayern match across town).&lt;/p&gt;</description>
			<pubDate>Sat, 31 Jan 2026 14:11:31 GMT</pubDate>
			<link>https://www.elbphilharmonie.de/en/whats-on/brahms-a-german-requiem-christian-thielemann/23507</link>
			<guid>https://linkblog.scotthanson.de/2026/01/31/90/</guid>
			<source:markdown>The iconic Elbphilharmonie in Hamburg has been open over 9 years, but tonight we're attending our first concert there. Brahms: A German Requiem (coincidently simultaneous with the HSV-Bayern match across town).</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">90</post-id>
			</item>
		<item>
			<description>&lt;p&gt;Why Walmart Still Doesn’t Support Apple Pay (via Daring Fireball)&lt;/p&gt;</description>
			<pubDate>Fri, 23 Jan 2026 16:21:05 GMT</pubDate>
			<link>https://9to5mac.com/2026/01/18/heres-why-walmart-still-doesnt-support-apple-pay/</link>
			<guid>https://linkblog.scotthanson.de/2026/01/23/89/</guid>
			<source:markdown>Why Walmart Still Doesn’t Support Apple Pay (via Daring Fireball)</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">89</post-id>
			</item>
		<item>
			<description>&lt;p&gt;Trump’s Letter to Norway - Anne Applebaum: “Donald Trump now genuinely lives in a different reality, one in which neither grammar nor history nor the normal rules of human interaction now affect him. Also, he really is maniacally, unhealthily obsessive about the Nobel Prize.”&lt;/p&gt;</description>
			<pubDate>Mon, 19 Jan 2026 17:02:53 GMT</pubDate>
			<link>https://politicalwire.com/2026/01/19/trumps-letter-to-norway-should-be-the-last-straw/</link>
			<guid>https://linkblog.scotthanson.de/2026/01/19/88/</guid>
			<source:markdown>Trump’s Letter to Norway - Anne Applebaum: “Donald Trump now genuinely lives in a different reality, one in which neither grammar nor history nor the normal rules of human interaction now affect him. Also, he really is maniacally, unhealthily obsessive about the Nobel Prize.”</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">88</post-id>
			</item>
		<item>
			<description>&lt;p&gt;3 Federal Prosecutors in Minnesota Quit After Push to Investigate ICE Shooting Victim’s Widow (including the prosecutor that oversaw the Minnesota fraud investigation) (NYT gift link)&lt;/p&gt;</description>
			<pubDate>Tue, 13 Jan 2026 17:52:38 GMT</pubDate>
			<link>https://www.nytimes.com/2026/01/13/us/3-prosecutors-quit-after-push-to-investigate-ice-shooting-victims-widow.html?unlocked_article_code=1.EFA.VSPn.2zhfN0p0LWHl&amp;smid=url-share</link>
			<guid>https://linkblog.scotthanson.de/2026/01/13/82/</guid>
			<source:markdown>3 Federal Prosecutors in Minnesota Quit After Push to Investigate ICE Shooting Victim’s Widow (including the prosecutor that oversaw the Minnesota fraud investigation) (NYT gift link)</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">82</post-id>
			</item>
		<item>
			<description>&lt;p&gt;In 1987 we lived 5 blocks from this location. &quot;Minnesota woman fatally shot by ICE agent during raid, video shows&quot; | Minneapolis&lt;/p&gt;</description>
			<pubDate>Wed, 07 Jan 2026 19:24:27 GMT</pubDate>
			<link>https://www.theguardian.com/us-news/2026/jan/07/minneapolis-shooting-immigration-crackdown</link>
			<guid>https://linkblog.scotthanson.de/2026/01/07/79/</guid>
			<source:markdown>In 1987 we lived 5 blocks from this location. &quot;Minnesota woman fatally shot by ICE agent during raid, video shows&quot; | Minneapolis</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">79</post-id>
			</item>
		<item>
			<description>&lt;p&gt;In 19897 we lived 5 blocks from this location. &quot;Minnesota woman fatally shot by ICE agent during raid, video shows&quot; | Minneapolis&lt;/p&gt;</description>
			<pubDate>Wed, 07 Jan 2026 19:21:21 GMT</pubDate>
			<link>https://www.theguardian.com/us-news/2026/jan/07/minneapolis-shooting-immigration-crackdown</link>
			<guid>https://linkblog.scotthanson.de/2026/01/07/78/</guid>
			<source:markdown>In 19897 we lived 5 blocks from this location. &quot;Minnesota woman fatally shot by ICE agent during raid, video shows&quot; | Minneapolis</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">78</post-id>
			</item>
		<item>
			<description>&lt;p&gt;The Venezuelan crisis of 1902–1903 was a naval blockade imposed against Venezuela by Great Britain, Germany, and Italy.&lt;/p&gt;</description>
			<pubDate>Sat, 03 Jan 2026 10:41:39 GMT</pubDate>
			<link>https://en.wikipedia.org/wiki/Venezuelan_crisis_of_1902%E2%80%931903</link>
			<guid>https://linkblog.scotthanson.de/2026/01/03/77/</guid>
			<source:markdown>The Venezuelan crisis of 1902–1903 was a naval blockade imposed against Venezuela by Great Britain, Germany, and Italy.</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">77</post-id>
			</item>
		<item>
			<description>Roomba Maker iRobot Declares Bankruptcy, Falls Into Chinese Hands</description>
			<pubDate>Mon, 15 Dec 2025 19:11:34 GMT</pubDate>
			<link>https://www.wsj.com/business/roomba-maker-declares-bankruptcy-but-tries-to-ease-bricking-fears-fe73dff2?st=XATuAs</link>
			<guid>https://linkblog.scotthanson.de/2025/12/15/76/</guid>
			<source:markdown>Roomba Maker iRobot Declares Bankruptcy, Falls Into Chinese Hands</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">76</post-id>
			</item>
		<item>
			<description>&lt;p&gt;Germany's train service is one of Europe's worst. How did it get so bad? (Spoiler: chronic underinvestment)&lt;/p&gt;</description>
			<pubDate>Sat, 13 Dec 2025 14:24:52 GMT</pubDate>
			<link>https://www.npr.org/2025/12/12/g-s1-100794/germany-train-rail-deutsche-bahn</link>
			<guid>https://linkblog.scotthanson.de/2025/12/13/75/</guid>
			<source:markdown>Germany's train service is one of Europe's worst. How did it get so bad? (Spoiler: chronic underinvestment)</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">75</post-id>
			</item>
		<item>
			<description>&lt;p&gt;U.S. Wants to Persuade Four Nations to Leave EU (Spoiler: Austria, Italy, Hungary, Poland)&lt;/p&gt;</description>
			<pubDate>Fri, 12 Dec 2025 16:28:08 GMT</pubDate>
			<link>https://politicalwire.com/2025/12/12/u-s-wants-to-persuade-four-nations-to-leave-eu/</link>
			<guid>https://linkblog.scotthanson.de/2025/12/12/74/</guid>
			<source:markdown>U.S. Wants to Persuade Four Nations to Leave EU (Spoiler: Austria, Italy, Hungary, Poland)</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">74</post-id>
			</item>
		<item>
			<description>Traveling to the US with an ESTA in 2026.</description>
			<pubDate>Fri, 12 Dec 2025 10:30:22 GMT</pubDate>
			<link>https://herve.bzh/traveling-to-the-us-with-an-esta-in-2026/</link>
			<guid>https://linkblog.scotthanson.de/2025/12/12/73/</guid>
			<source:markdown>Traveling to the US with an ESTA in 2026.</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">73</post-id>
			</item>
		<item>
			<description>‘Ruined my Christmas spirit’: McDonald’s removes AI-generated ad after backlash</description>
			<pubDate>Thu, 11 Dec 2025 06:45:07 GMT</pubDate>
			<link>https://www.theguardian.com/business/2025/dec/11/mcdonalds-removes-ai-generated-christmas-ad-advert-backlash</link>
			<guid>https://linkblog.scotthanson.de/2025/12/11/72/</guid>
			<source:markdown>‘Ruined my Christmas spirit’: McDonald’s removes AI-generated ad after backlash</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">72</post-id>
			</item>
		<item>
			<description>&lt;p&gt;How the dollar-store industry overcharges cash-strapped customers while promising low prices&lt;/p&gt;</description>
			<pubDate>Sun, 07 Dec 2025 10:05:19 GMT</pubDate>
			<link>https://www.theguardian.com/us-news/2025/dec/03/customers-pay-more-rising-dollar-store-costs</link>
			<guid>https://linkblog.scotthanson.de/2025/12/07/71/</guid>
			<source:markdown>How the dollar-store industry overcharges cash-strapped customers while promising low prices</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">71</post-id>
			</item>
		<item>
			<description>Germany’s far left saves Merz from potential humiliation on pensions</description>
			<pubDate>Wed, 03 Dec 2025 19:49:18 GMT</pubDate>
			<link>https://www.politico.eu/article/germany-the-left-friedrich-merz-coalition-conservative-politics-law/?utm_source=RSS_Feed&amp;utm_medium=RSS&amp;utm_campaign=RSS_Syndication</link>
			<guid>https://linkblog.scotthanson.de/2025/12/03/70/</guid>
			<source:markdown>Germany’s far left saves Merz from potential humiliation on pensions</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">70</post-id>
			</item>
		<item>
			<description>&lt;p&gt;Anthropic acquires Bun as Claude Code reaches $1B milestone&lt;/p&gt;</description>
			<pubDate>Wed, 03 Dec 2025 16:14:13 GMT</pubDate>
			<link>https://www.anthropic.com/news/anthropic-acquires-bun-as-claude-code-reaches-usd1b-milestone</link>
			<guid>https://linkblog.scotthanson.de/2025/12/03/67/</guid>
			<source:markdown>Anthropic acquires Bun as Claude Code reaches $1B milestone</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">67</post-id>
			</item>
		<item>
			<description>&lt;p&gt;&quot;McDonald's brings back the McRib for limited time only&quot; in the US. In Germany we have McRib all year round! 🐷&lt;/p&gt;</description>
			<pubDate>Wed, 12 Nov 2025 16:33:45 GMT</pubDate>
			<link>https://rollingout.com/2025/11/12/mcdonalds-mcrib-returns-limited-time/</link>
			<guid>https://linkblog.scotthanson.de/2025/11/12/53/</guid>
			<source:markdown>&quot;McDonald's brings back the McRib for limited time only&quot; in the US. In Germany we have McRib all year round! 🐷</source:markdown>
			<post-id xmlns="com-wordpress:feed-additions:1">53</post-id>
			</item>
		</channel>
	</rss>
