<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Someday you will need this &#8211; DragonFly BSD Digest</title>
	<atom:link href="https://www.dragonflydigest.com/category/someday-you-will-need-this/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dragonflydigest.com</link>
	<description>A running description of activity related to DragonFly BSD.</description>
	<lastBuildDate>Tue, 10 Mar 2026 15:34:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.dragonflydigest.com/wp-content/uploads/2016/12/FullLogoSquare-150x150.gif</url>
	<title>Someday you will need this &#8211; DragonFly BSD Digest</title>
	<link>https://www.dragonflydigest.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Another backup story</title>
		<link>https://www.dragonflydigest.com/2026/03/10/another-backup-story/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Tue, 10 Mar 2026 15:34:03 +0000</pubDate>
				<category><![CDATA[About This Site]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29694</guid>

					<description><![CDATA[Every few years, something happens and Hammer&#8217;s snapshotting saves me.  Last week, this host had a power outage and MySQL managed to mangle the WordPress database for this site.  Fixing it needed only: cd /var/hammer cd var/[date of last good snapshot]/db/mysql cpdup -VV -v . /var/db/mysql I am writing this down in part because I &#8230; <p class="link-more"><a href="https://www.dragonflydigest.com/2026/03/10/another-backup-story/" class="more-link">Continue reading<span class="screen-reader-text"> "Another backup story"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>Every few years, something happens and Hammer&#8217;s snapshotting saves me.  Last week, this host had a power outage and MySQL managed to mangle the WordPress database for this site.  Fixing it needed only:</p>
<ol>
<li>cd /var/hammer</li>
<li>cd var/[date of last good snapshot]/db/mysql</li>
<li>cpdup -VV -v . /var/db/mysql</li>
</ol>
<p>I am writing this down in part because I am sure I&#8217;ll need it again in a few years.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Make sure your Hammer cleanup cleans up</title>
		<link>https://www.dragonflydigest.com/2025/11/13/make-sure-your-hammer-cleanup-cleans-up/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Fri, 14 Nov 2025 04:14:45 +0000</pubDate>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29505</guid>

					<description><![CDATA[I meant to link this months ago: if you run DragonFly intermittently in a virtual machine, and it&#8217;s not left on overnight, it&#8217;ll never get around to automatic cleanup of the Hammer volumes.  You could then run out of space.  The fix is manually running the cleanup process.]]></description>
										<content:encoded><![CDATA[<p>I meant to link this months ago: if you run DragonFly intermittently in a virtual machine, and it&#8217;s not left on overnight, it&#8217;ll never get around to automatic cleanup of the Hammer volumes.  You could then <a href="https://lists.dragonflybsd.org/pipermail/users/2025-June/452517.html">run out of space</a>.  The fix is <a href="https://lists.dragonflybsd.org/pipermail/users/2025-June/452519.html">manually running the cleanup process</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Lazy Reading for 2025/09/07</title>
		<link>https://www.dragonflydigest.com/2025/09/07/lazy-reading-for-2025-09-07/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Sun, 07 Sep 2025 12:03:29 +0000</pubDate>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Lazy Reading]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29341</guid>

					<description><![CDATA[A little bit of a thread here on the current crawling plague. The Terminal Demise Of Consumer Electronics Through Subscription Services. Why I prefer rST to markdown.  Nobody remembers SGML, but everyone reinvents it.  (via) gpart on FreeBSD to partition and format a USB key. stylish bugs. The Magic Switch.  Surely I&#8217;ve mentioned this story &#8230; <p class="link-more"><a href="https://www.dragonflydigest.com/2025/09/07/lazy-reading-for-2025-09-07/" class="more-link">Continue reading<span class="screen-reader-text"> "Lazy Reading for 2025/09/07"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>A little bit of a thread here on the current crawling plague.</p>
<ul>
<li><a href="https://hackaday.com/2025/08/18/the-terminal-demise-of-consumer-electronics-through-subscription-services/">The Terminal Demise Of Consumer Electronics Through Subscription Services</a>.</li>
<li><a href="https://buttondown.com/hillelwayne/archive/why-i-prefer-rst-to-markdown/">Why I prefer rST to markdown</a>.  Nobody remembers SGML, but everyone reinvents it.  (<a href="https://pinboard.in/u:roger/public/">via</a>)</li>
<li><a href="https://www.ncartron.org/gpart-on-freebsd-to-partition-and-format-a-usb-key.html">gpart on FreeBSD to partition and format a USB key</a>.</li>
<li><a href="https://flak.tedunangst.com/post/stylish-bugs">stylish bugs</a>.</li>
<li><a href="https://github.com/PDP-10/its/issues/1232">The Magic Switch</a>.  Surely I&#8217;ve mentioned <a href="http://www.catb.org/jargon/html/magic-story.html">this story</a> before?  This is the actual hardware.</li>
<li><a href="https://blog.tobiasrevell.com/2025/08/13/box131-youre-a-national-security-project-harry/">Box131: You’re a National Security Project, Harry</a>.  Read the first point, about accuracy and how it can be counterproductive.</li>
<li><a href="https://selinadev.github.io/05-rogueliketutorial-01/">Yet Another Roguelike Tutorial, Parts 0 and 1</a>.  (<a href="https://kaigulliksen.com/roguelike-progress-still-going-this-time/">via</a>)</li>
<li><a href="https://utcc.utoronto.ca/~cks/space/blog/web/WebIsKindOfFragile">The current (2025) crawler plague and the fragility of the web</a>.</li>
<li>Related to the previous: “<a href="https://boston.conman.org/2025/08/21.1">Bro, ban me at the IP level if you don&#8217;t like me!</a>”</li>
<li>And more followup: <a href="https://boston.conman.org/2025/08/25">A neat idea, but I can see this leading to the Balkanization of the Internet</a>.</li>
<li><a href="https://vic20ultima1.wordpress.com/">VIC-20 Ultima I</a>.  (<a href="https://tilde.news/s/e8lbnv/vic_20_ultima_i">via</a>)</li>
<li><a href="https://feyor.sh/blog/my-other-email-client-is-a-mail-daemon/">My other email client is a daemon</a>.  (<a href="https://pinboard.in/u:roger/public/">via</a>)</li>
</ul>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Disable console bell globally</title>
		<link>https://www.dragonflydigest.com/2025/08/18/disable-console-bell-globally/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Mon, 18 Aug 2025 13:25:22 +0000</pubDate>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29314</guid>

					<description><![CDATA[DragonFly now has a sysctl that will disable the console beep everywhere, not just in a particular shell.  This is either unimportant to you or a massive relief.]]></description>
										<content:encoded><![CDATA[<p>DragonFly now has a sysctl that will <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-August/923587.html">disable the console beep everywhere</a>, not just in a particular shell.  This is either unimportant to you or a <em>massive relief</em>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Lazy Reading for 2025/07/06</title>
		<link>https://www.dragonflydigest.com/2025/07/06/lazy-reading-for-2025-07-06/</link>
					<comments>https://www.dragonflydigest.com/2025/07/06/lazy-reading-for-2025-07-06/#comments</comments>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Sun, 06 Jul 2025 12:11:17 +0000</pubDate>
				<category><![CDATA[Lazy Reading]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29190</guid>

					<description><![CDATA[RPG mini-theme this week. You&#8217;ll have to scroll a bit, but: Hal Foster images.  (via) A modern version of the 1968 game Hammurabi.  (via) I feel open source has turned into two worlds. Classic Computer Replicas.  (via) Deep Fishing, a Sinclair game.  (indirectly via) FIST, a paranormal A-Team RPG.  (via) XScreenSaver 6.11 out &#8211; for &#8230; <p class="link-more"><a href="https://www.dragonflydigest.com/2025/07/06/lazy-reading-for-2025-07-06/" class="more-link">Continue reading<span class="screen-reader-text"> "Lazy Reading for 2025/07/06"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>RPG mini-theme this week.</p>
<ul>
<li>You&#8217;ll have to scroll a bit, but: <a href="https://www.erbzine.com/mag55/5570.html">Hal Foster images</a>.  (<a href="https://ultrawolvesunderthefullmoon.blog/2025/06/14/hal-foster/">via</a>)</li>
<li><a href="https://github.com/stjepangolemac/hammurabi">A modern version of the 1968 game Hammurabi</a>.  (<a href="https://pinboard.in/u:roger/public/">via</a>)</li>
<li><a href="https://utcc.utoronto.ca/~cks/space/blog/tech/OpenSourceTwoWorlds">I feel open source has turned into two worlds</a>.</li>
<li><a href="https://obsolescence.dev/">Classic Computer Replicas</a>.  (<a href="https://webcurios.co.uk/webcurios-20-06-25/">via</a>)</li>
<li><a href="https://solhsa.com/oldernews2025.html#DEEP-FISHING">Deep Fishing</a>, a Sinclair game.  (indirectly <a href="https://newsletter.nixers.net/entries.php#291">via</a>)</li>
<li><a href="https://claymorerpgs.itch.io/fist">FIST</a>, a paranormal A-Team RPG.  (<a href="https://buttondown.com/klintron">via</a>)</li>
<li><a href="https://www.jwz.org/blog/2025/07/xscreensaver-6-11/">XScreenSaver 6.11 out</a> &#8211; for the Wayland experimenters.</li>
<li><a href="https://lists.nycbug.org:8443/pipermail/semibug/2025-June/001059.html">listfile: help your scripts process a list of things</a>.</li>
<li><a href="https://undeadly.org/cgi?action=article;sid=20250705081315">Blink and you&#8217;ll miss it! 4096 colours and flashing text on the console!</a></li>
<li><a href="https://undeadly.org/cgi?action=article;sid=20250705081711">KDE Plasma 6.4 has landed in OpenBSD</a>.</li>
<li><a href="https://mail-index.netbsd.org/netbsd-announce/2025/07/05/msg000386.html">pkgsrc-2025Q2 has been released</a>.</li>
<li>The <a href="https://www.storiesofapple.net/the-jonathan-computer.html">Apple Johnathan</a>, new to me.  (<a href="https://newsletter.nixers.net/entries.php#292">via</a>)</li>
<li><a href="https://www.lamemage.com/microscope/">Microscope RPG</a>, a GMless game for building a world.  (<a href="https://epictablegames.com/i-am-begging-you-to-play-something-besides-dd-or-pathfinder/">via</a>, <a href="https://pinboard.in/u:roger/public/">via</a>)</li>
<li><a href="https://livelaugh.blog/posts/glitch-alternatives/">my official list of post-glitch.com hosting options</a>.</li>
<li><a href="https://it-notes.dragas.net/2025/07/02/install_freebsd_providers_mfsbsd/">How to install FreeBSD on providers that don&#8217;t support it with mfsBSD</a>.  I&#8217;ve linked to this sort of method before.</li>
<li><a href="https://ghostty.org/">Ghostty</a> is <a href="https://hachyderm.io/@mitchellh/114723436763667607">available for FreeBSD</a>, from a comment last week.</li>
</ul>
<p>Your unrelated music link of the week: <a href="https://bandcamp.com/jzcamp/playlist/beanbag-metal">Beanbag metal</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dragonflydigest.com/2025/07/06/lazy-reading-for-2025-07-06/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Lazy Reading for 2025/01/26</title>
		<link>https://www.dragonflydigest.com/2025/01/26/lazy-reading-for-2025-01-26/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Sun, 26 Jan 2025 13:04:57 +0000</pubDate>
				<category><![CDATA[Lazy Reading]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=28920</guid>

					<description><![CDATA[Done quite early, but it cleared my tabs. A Retrospective on the Source Code Control System.  SCCS, summarized by the guy who wrote it, 50 years later.  (via) Coding font comparison, the game.  (via) The new Public Domain Image Archive. &#8220;/bin/sh: the biggest Unix security loophole&#8220;.  A more fun read than the format would lead &#8230; <p class="link-more"><a href="https://www.dragonflydigest.com/2025/01/26/lazy-reading-for-2025-01-26/" class="more-link">Continue reading<span class="screen-reader-text"> "Lazy Reading for 2025/01/26"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>Done quite early, but it cleared my tabs.</p>
<ul>
<li><a href="https://www.mrochkind.com/mrochkind/docs/SCCSretro2.pdf">A Retrospective on the Source Code Control System</a>.  SCCS, summarized by the guy who wrote it, 50 years later.  (<a href="https://www.tuhs.org/pipermail/tuhs/2025-January/031316.html">via</a>)</li>
<li><a href="https://www.codingfont.com/">Coding font comparison</a>, the game.  (<a href="https://arbesman.substack.com/p/the-humanistic-computation-project">via</a>)</li>
<li>The new <a href="https://pdimagearchive.org/">Public Domain Image Archive</a>.</li>
<li>&#8220;<a href="https://www.tuhs.org/Archive/Documentation/TechReports/Bell_Labs/ReedsShellHoles.pdf">/bin/sh: the biggest Unix security loophole</a>&#8220;.  A more fun read than the format would lead you to believe.  (<a href="https://www.tuhs.org/pipermail/tuhs/2025-January/031330.html">via</a>)</li>
<li><a href="https://blog.zarfhome.com/2025/01/the-visible-zorker">The Visible Zorker</a>.  This is quite a gem.</li>
<li><a href="https://moral.net.au/writing/2025/01/11/waiting_for_oregon/">Can you complete the Oregon Trail if you wait at a river for 14272 years: A study</a>.  (<a href="https://pinboard.in/u:roger/public/">via</a>)</li>
<li><a href="https://jvns.ca/blog/2025/01/11/getting-a-modern-terminal-setup/">What&#8217;s involved in getting a &#8220;modern&#8221; terminal setup?</a>  (<a href="https://lobste.rs/s/ks4m0r/what_s_involved_getting_modern_terminal">via</a>)</li>
<li><a href="https://flak.tedunangst.com/post/a-grep-that-doesnt-stuck">a grep that doesn&#8217;t stuck</a>.  Not a typo.</li>
<li><a href="https://www.jwz.org/blog/2025/01/a-tale-from-the-time_t-mines/">A tale from the time_t mines:</a></li>
<li><a href="https://utcc.utoronto.ca/~cks/space/blog/sysadmin/TcpdumpOnlyInOrOut">Using tcpdump to see only incoming or outgoing traffic</a>.</li>
<li><a href="https://utcc.utoronto.ca/~cks/space/blog/unix/FreeBSDBridgeMacMovedMessage">What a FreeBSD kernel message about your bridge means</a>.</li>
</ul>
<p>Your unrelated music of the week: <a href="https://keygenchurch.bandcamp.com/album/tenebre-rosso-sangue">Tenebre Rosso Sangue by KEYGEN CHURCH</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Check your signal to noise ratio</title>
		<link>https://www.dragonflydigest.com/2024/04/26/check-your-signal-to-noise-ratio/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Fri, 26 Apr 2024 16:34:56 +0000</pubDate>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=28491</guid>

					<description><![CDATA[Michael Neumann&#8217;s recent iwm(4) update fixes signal to noise display in ifconfig.  I am linking it to remind you to check your existing ratios now, while your network is fine.  You then can tell what has changed weeks, months from now when your network goes haywire and you&#8217;re looking for a reason.]]></description>
										<content:encoded><![CDATA[<p>Michael Neumann&#8217;s recent <a href="https://man.dragonflybsd.org/?command=iwm&amp;section=ANY">iwm(4)</a> <a href="https://lists.dragonflybsd.org/pipermail/commits/2024-April/923238.html">update</a> fixes signal to noise display in ifconfig.  I am linking it to remind you to check your existing ratios now, while your network is fine.  You then can tell what has changed weeks, months from now when your network goes haywire and you&#8217;re looking for a reason.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Lazy Reading for 2024/04/21</title>
		<link>https://www.dragonflydigest.com/2024/04/21/lazy-reading-for-2024-04-21/</link>
					<comments>https://www.dragonflydigest.com/2024/04/21/lazy-reading-for-2024-04-21/#comments</comments>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Sun, 21 Apr 2024 12:07:08 +0000</pubDate>
				<category><![CDATA[Lazy Reading]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=28468</guid>

					<description><![CDATA[Accidental &#8216;old web&#8217; nostalgia theme this week. BUTTERICK’S PRACTICAL TYPOGRAPHY.  A very pretty site to read, unsurprisingly.  (via) SmolBSD: make your own BSD UNIX MicroVM.  (via) Email DNS Records Cheatsheet. Timeline of the xz open source attack. &#8220;Further Explorations&#8221; Now Available!  If you missed the 50 Years of Text Games book. The Mask of the &#8230; <p class="link-more"><a href="https://www.dragonflydigest.com/2024/04/21/lazy-reading-for-2024-04-21/" class="more-link">Continue reading<span class="screen-reader-text"> "Lazy Reading for 2024/04/21"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>Accidental &#8216;old web&#8217; nostalgia theme this week.</p>
<ul>
<li><a href="https://practicaltypography.com/">BUTTERICK’S PRACTICAL TYPOGRAPHY</a>.  A very pretty site to read, unsurprisingly.  (<a href="https://www.somebits.com/linkblog/">via</a>)</li>
<li><a href="https://smolbsd.org/">SmolBSD: make your own BSD UNIX MicroVM</a>.  (<a href="https://www.reddit.com/r/BSD/comments/1bvjs4u/smolbsd_make_your_own_bsd_unix_microvm/">via</a>)</li>
<li><a href="https://www.netmeister.org/blog/email-dns-records.html">Email DNS Records Cheatsheet</a>.</li>
<li><a href="https://research.swtch.com/xz-timeline">Timeline of the xz open source attack</a>.</li>
<li><a href="https://if50.substack.com/p/further-explorations">&#8220;Further Explorations&#8221; Now Available!</a>  If you missed the 50 Years of Text Games book.</li>
<li><a href="https://bluerenga.blog/2024/04/04/the-mask-of-the-sun-1982/">The Mask of the Sun, a playthrough</a>.  The first <a href="https://bluerenga.blog/2024/04/07/the-mask-of-the-sun-inside-the-first-ruin/">of</a> <a href="https://bluerenga.blog/2024/04/12/the-mask-of-the-sun-the-path-to-doom/">several</a> <a href="https://bluerenga.blog/2024/04/15/the-mask-of-the-sun-only-a-high-priest-may-enter-into-the-presence-of-the-sun/">articles</a>, posted simply because I remember every screen in it.</li>
<li><a href="https://predr.ag/blog/wifi-only-works-when-its-raining/">The Wi-Fi only works when it&#8217;s raining</a>.  (<a href="https://waxy.org/category/links/">via</a>)</li>
<li><a href="https://www.arrowtype.com/kyrios">Kyrios</a>, a fun blackletter font.  (<a href="https://www.robinsloan.com/newsletters/extinguish-a-star/">via</a>)</li>
<li><a href="https://www.ways-of-seeing.com/">Ways of Seeing</a>, the website.  I&#8217;ve <a href="https://roughlydaily.com/2020/05/15/the-relation-between-what-we-see-and-what-we-know-is-never-settled/">mentioned that show</a> before.  (<a href="https://webcurios.co.uk/webcurios-05-04-24/">via</a>)</li>
<li><a href="https://blog.geocities.institute/archives/7358">“read, write, own” web</a>.  (<a href="https://waxy.org/category/links/">via</a>)</li>
<li><a href="https://sebemina.substack.com/p/read-me-5-all-you-can-do">Read Me #5</a>.  Linked not for any particular segment, but for the writing style.</li>
<li><a href="https://www.bsdcan.org/2024/registration.php">BSDCan 2024 registration</a> is open.</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dragonflydigest.com/2024/04/21/lazy-reading-for-2024-04-21/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Lazy Reading for 2024/03/10</title>
		<link>https://www.dragonflydigest.com/2024/03/10/lazy-reading-for-2024-03-10/</link>
					<comments>https://www.dragonflydigest.com/2024/03/10/lazy-reading-for-2024-03-10/#comments</comments>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Sun, 10 Mar 2024 12:01:15 +0000</pubDate>
				<category><![CDATA[Lazy Reading]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=28402</guid>

					<description><![CDATA[No theme arose this week. The Voyager Keyboard. Important efibootmgr(8) Command. Shift Happens is a fantastic set of books.  Sold out, but dig around in the companion for gems like this. History of the supercomputer, a video.  (via) Post-Scarcity Web Mapping.  (via) A history of the tty.  In-depth! The Quest to Decode the Mandelbrot Set, &#8230; <p class="link-more"><a href="https://www.dragonflydigest.com/2024/03/10/lazy-reading-for-2024-03-10/" class="more-link">Continue reading<span class="screen-reader-text"> "Lazy Reading for 2024/03/10"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>No theme arose this week.</p>
<ul>
<li><a href="https://www.cartoongravity.com/the-voyager-keyboard/">The Voyager Keyboard</a>.</li>
<li><a href="https://vermaden.wordpress.com/2024/02/27/important-efibootmgr-command/">Important efibootmgr(8) Command</a>.</li>
<li><a href="https://shifthappens.site/">Shift Happens</a> is a fantastic set of books.  Sold out, but dig around in <a href="https://shifthappens.site/companion/">the companion</a> for gems <a href="https://archive.org/details/wicharytypewriter">like this</a>.</li>
<li><a href="https://www.youtube.com/watch?v=MO2OlnW3XgY">History of the supercomputer</a>, a video.  (<a href="https://tedium.co/2024/02/28/wordpress-automattic-tumblr-controversy/">via</a>)</li>
<li><a href="https://www.muckrock.com/news/archives/2024/feb/13/release-notes-how-to-make-self-hosted-maps-that-work-everywhere-cost-next-to-nothing-and-might-even-work-in-airplane-mode/">Post-Scarcity Web Mapping</a>.  (<a href="https://simonwillison.net/2024/Feb/24/self-hosted-maps/">via</a>)</li>
<li><a href="https://computer.rip/2024-02-25-a-history-of-the-tty.html">A history of the tty</a>.  In-depth!</li>
<li><a href="https://www.quantamagazine.org/the-quest-to-decode-the-mandelbrot-set-maths-famed-fractal-20240126/">The Quest to Decode the Mandelbrot Set, Math’s Famed Fractal</a>.  (<a href="https://www.robinsloan.com/newsletters/leverage/">via</a>)</li>
<li><a href="https://www.tickettailor.com/events/romchipajournalofgamehistories/1144604">Player vs. Monster</a>, a video game talk.  (<a href="http://lists.sigcis.org/pipermail/members-sigcis.org/2024-February/008514.html">via</a>)</li>
<li><a class="u-url" href="https://github.com/nixos-bsd/nixbsd" rel="ugc noreferrer">nixbsd: An unofficial NixOS fork with a FreeBSD kernel</a>.  (<a href="https://lobste.rs/s/lrdkd5/nixbsd_unofficial_nixos_fork_with">via</a>)</li>
<li><a href="https://github.com/hoglet67/RGBtoHDMI">RGBtoHDMI</a>, converts old computer RGB outputs to newer video with a Pi.  (<a href="https://celso.io/posts/2024/02/25/c128dcr/">via</a>, <a href="https://pinboard.in/u:roger/public/">via</a>)</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dragonflydigest.com/2024/03/10/lazy-reading-for-2024-03-10/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>BSD Now  471: De-Penguinization</title>
		<link>https://www.dragonflydigest.com/2022/09/08/bsd-now-471-de-penguinization/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Thu, 08 Sep 2022 21:41:44 +0000</pubDate>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Periodicals]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=27366</guid>

					<description><![CDATA[This week&#8217;s BSD Now includes a link to depenguin.me, a way to install BSD using a rescue boot environment, which is going to come in handy for someone reading this.  I know I&#8217;ve linked to it before.]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.bsdnow.tv/471">This week&#8217;s BSD Now</a> includes a link to <a href="http://depenguin.me">depenguin.me</a>, a way to install BSD using a rescue boot environment, which is going to come in handy for someone reading this.  I know I&#8217;ve linked to it before.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Cleaning up a HAMMER drive</title>
		<link>https://www.dragonflydigest.com/2022/08/08/cleaning-up-a-hammer-drive/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Tue, 09 Aug 2022 00:18:15 +0000</pubDate>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[Hammer]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=27269</guid>

					<description><![CDATA[Predrag Punosevac has some notes on how he cleaned up some HAMMER drives and freed up half his disk space.]]></description>
										<content:encoded><![CDATA[<p>Predrag Punosevac has some notes on how he <a href="https://lists.dragonflybsd.org/pipermail/users/2022-July/428440.html">cleaned up</a> some HAMMER drives and <a href="https://lists.dragonflybsd.org/pipermail/users/2022-July/428437.html">freed</a> <a href="https://lists.dragonflybsd.org/pipermail/users/2022-July/428444.html">up</a> half his disk space.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Hetzner cloud and DragonFly</title>
		<link>https://www.dragonflydigest.com/2022/06/28/hetzner-cloud-and-dragonfly/</link>
					<comments>https://www.dragonflydigest.com/2022/06/28/hetzner-cloud-and-dragonfly/#comments</comments>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Tue, 28 Jun 2022 21:57:23 +0000</pubDate>
				<category><![CDATA[Device support]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=27128</guid>

					<description><![CDATA[When you are setting up a DragonFly machine on Hetzner, pay attention to this bug report for dhcp setup.  The short answer is &#8220;use dhcpcd&#8221;.]]></description>
										<content:encoded><![CDATA[<p>When you are setting up a DragonFly machine on <a href="https://www.hetzner.com/">Hetzner</a>, pay attention to this <a href="https://bugs.dragonflybsd.org/issues/3317#change-14376">bug report for dhcp setup</a>.  The short answer is &#8220;use dhcpcd&#8221;.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dragonflydigest.com/2022/06/28/hetzner-cloud-and-dragonfly/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>DragonFly as a KVM guest</title>
		<link>https://www.dragonflydigest.com/2022/03/04/dragonfly-as-a-kvm-guest/</link>
					<comments>https://www.dragonflydigest.com/2022/03/04/dragonfly-as-a-kvm-guest/#comments</comments>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Fri, 04 Mar 2022 15:17:24 +0000</pubDate>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=26737</guid>

					<description><![CDATA[There&#8217;s a new page on the DragonFly site covering how to install DragonFly as a guest system under KVM.]]></description>
										<content:encoded><![CDATA[<p>There&#8217;s a new page on the DragonFly site covering how to <a href="https://www.dragonflybsd.org/docs/howtos/HowToKvmGuest/">install DragonFly as a guest system under KVM</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dragonflydigest.com/2022/03/04/dragonfly-as-a-kvm-guest/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>A reminder on X</title>
		<link>https://www.dragonflydigest.com/2022/02/22/a-reminder-on-x/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Tue, 22 Feb 2022 15:42:44 +0000</pubDate>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=26703</guid>

					<description><![CDATA[I know I&#8217;ll need this again, so I am making a post out of it.  If you are running a DragonFly system through NVMM using the excellent site instructions, and you want X apps to display on a local Windows workstation, you need to: Install VcXsrv (or your X server of choice) on Windows and &#8230; <p class="link-more"><a href="https://www.dragonflydigest.com/2022/02/22/a-reminder-on-x/" class="more-link">Continue reading<span class="screen-reader-text"> "A reminder on X"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>I know I&#8217;ll need this <a href="https://www.dragonflydigest.com/2018/10/02/21876.html">again</a>, so I am making a post out of it.  If you are running a DragonFly system through NVMM using the excellent <a href="https://www.dragonflybsd.org/docs/docs/howtos/nvmm/">site instructions</a>, and you want X apps to display on a local Windows workstation, you need to:</p>
<ol>
<li>Install <a href="https://sourceforge.net/projects/vcxsrv/">VcXsrv</a> (or your X <a href="https://www.cygwin.com/">server</a> of <a href="https://mobaxterm.mobatek.net/">choice</a>) on Windows and start it up.</li>
<li>Install xauth and xterm on the DragonFly host.</li>
<li>On the DragonFly host, set these three options in /etc/ssh/sshd_config.  They are already there but commented out with different arguments.
<pre>X11Forwarding yes
X11DisplayOffset 0
X11UseLocalhost yes</pre>
</li>
<li>Reload sshd: &#8216;service sshd reload&#8217;.</li>
<li>&#8216;Enable X11 Forwarding&#8217; under Connection -&gt; SSH -&gt; X11 in the puTTY setup dialog.</li>
</ol>
<p>Connect to the DragonFly host with puTTY, type &#8216;xterm&#8217;, and a terminal window should appear on your Windows desktop within a few seconds.  This could be turned into a shortcut with puTTY to avoid having redundant terminals, but I&#8217;m not writing that out yet.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Date output sanity</title>
		<link>https://www.dragonflydigest.com/2022/02/21/date-output-sanity/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Mon, 21 Feb 2022 14:26:34 +0000</pubDate>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=26697</guid>

					<description><![CDATA[I use date(1) just rarely enough that I can never remember the right arguments to create a human-readable result.  Now, there&#8217;s an -I arg to date(1) that uses a word instead of a format string to get ISO8601 output.]]></description>
										<content:encoded><![CDATA[<p>I use <a href="https://man.dragonflybsd.org/?command=date&amp;section=ANY">date(1)</a> just rarely enough that I can never remember the right arguments to create a human-readable result.  Now, there&#8217;s <a href="https://lists.dragonflybsd.org/pipermail/commits/2022-February/820855.html">an -I arg to date(1)</a> that uses a word instead of a format string to get ISO8601 output.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Synproxy/pf note to save</title>
		<link>https://www.dragonflydigest.com/2021/11/23/synproxy-pf-note-to-save/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Tue, 23 Nov 2021 22:41:43 +0000</pubDate>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=26399</guid>

					<description><![CDATA[Linked here cause maybe it&#8217;ll help someone else with synproxy and pf in DragonFly: synproxy state doesn&#8217;t work in Packet Filter.]]></description>
										<content:encoded><![CDATA[<p>Linked here cause maybe it&#8217;ll help someone else with synproxy and pf in DragonFly: <a href="https://www.reddit.com/r/dragonflybsd/comments/qz5sn4/synproxy_state_doesnt_work_in_packet_filter/">synproxy state doesn&#8217;t work in Packet Filter</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to mess up mail delivery</title>
		<link>https://www.dragonflydigest.com/2021/07/23/how-to-mess-up-mail-delivery/</link>
					<comments>https://www.dragonflydigest.com/2021/07/23/how-to-mess-up-mail-delivery/#comments</comments>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Fri, 23 Jul 2021 14:50:40 +0000</pubDate>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=26013</guid>

					<description><![CDATA[Here&#8217;s something I just learned: If you are running dma(8), /etc/dma.conf will contain MAILNAME.   If your email server is somewhere else, but you set MAILNAME as your domain &#8211; dma will deliver locally. I had /etc/dma.conf set with MAILNAME shiningsilence.com &#8211; so dma kept delivering overnight periodic results to root, which was aliased to justin@shiningsilence.com &#8230; <p class="link-more"><a href="https://www.dragonflydigest.com/2021/07/23/how-to-mess-up-mail-delivery/" class="more-link">Continue reading<span class="screen-reader-text"> "How to mess up mail delivery"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>Here&#8217;s something I just learned: If you are running <a href="https://man.dragonflybsd.org/?command=dma&amp;section=ANY">dma(8)</a>, /etc/dma.conf will contain MAILNAME.   If your email server is somewhere else, but you set MAILNAME as your domain &#8211; dma will deliver locally.</p>
<p>I had /etc/dma.conf set with MAILNAME shiningsilence.com &#8211; so dma kept delivering overnight periodic results to root, which was aliased to justin@shiningsilence.com in /etc/mail/aliases and so it was delivered to &#8216;justin&#8217; locally on the machine.</p>
<p>Changing MAILNAME to www.shiningsilence.com &#8211; the host you are reading right now &#8211; fixed the problem.  Now, whether this was an automatically set config or something I misconfigured some years ago&#8230; I can&#8217;t tell.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dragonflydigest.com/2021/07/23/how-to-mess-up-mail-delivery/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>*_show_badconfig on by default in DragonFly</title>
		<link>https://www.dragonflydigest.com/2021/07/16/_show_badconfig-on-by-default-in-dragonfly/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Fri, 16 Jul 2021 17:31:40 +0000</pubDate>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=25987</guid>

					<description><![CDATA[I didn&#8217;t know about this, but there&#8217;s a daily/weekly/monthly/security_show_badconfig option in periodic.conf that is now defaulting to &#8220;yes&#8221; in DragonFly.  This I assume means you&#8217;ll get the output of erroring periodic scripts sent to you.  Useful, especially if you find out about an error you hadn&#8217;t seen before.]]></description>
										<content:encoded><![CDATA[<p>I didn&#8217;t know about this, but there&#8217;s a daily/weekly/monthly/security_show_badconfig option in periodic.conf that is now <a href="https://lists.dragonflybsd.org/pipermail/commits/2021-July/820391.html">defaulting to &#8220;yes&#8221; in DragonFly</a>.  This I assume means you&#8217;ll get the output of erroring periodic scripts sent to you.  Useful, especially if you find out about an error you hadn&#8217;t seen before.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Forcing slower speeds on purpose</title>
		<link>https://www.dragonflydigest.com/2021/06/28/forcing-slower-speeds-on-purpose/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Tue, 29 Jun 2021 03:18:34 +0000</pubDate>
				<category><![CDATA[Device support]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=25905</guid>

					<description><![CDATA[If you&#8217;ve got unshielded disk cables in a tiny PC, you can run the AHCI link a bit slower to better handle interference.]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;ve got unshielded disk cables in a tiny PC, you can <a href="https://lists.dragonflybsd.org/pipermail/commits/2021-June/820226.html">run the AHCI link a bit slower</a> to better handle interference.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>One more reminder about pkg</title>
		<link>https://www.dragonflydigest.com/2021/05/13/one-more-reminder-about-pkg/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Thu, 13 May 2021 23:18:58 +0000</pubDate>
				<category><![CDATA[DPorts]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=25754</guid>

					<description><![CDATA[If you are upgrading an older 5.8.x system to DragonFly 6, and get a lua error when updating pkg: manually copy over a config file, and you&#8217;ll be set.]]></description>
										<content:encoded><![CDATA[<p>If you are upgrading an older 5.8.x system to DragonFly 6, and get a lua error when updating pkg: <a href="https://lists.dragonflybsd.org/pipermail/users/2021-January/381508.html">manually copy over a config file</a>, and you&#8217;ll be set.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
