<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>honk</title>
    <link>https://honk.vedetta.com/</link>
    <description>honk rss</description>
    <image>
      <url>https://honk.vedetta.com/icon.png</url>
      <title>honk rss</title>
      <link>https://honk.vedetta.com/</link>
    </image>
    <item>
      <title>horia bonked https://bsd.network/users/solene/statuses/116602416680152266</title>
      <description><![CDATA[<p>I'm happy to announce the 19th release of the <a href="https://bsd.network/tags/OpenBSD" rel=noreferrer>#OpenBSD</a> <a href="https://bsd.network/tags/webzine" rel=noreferrer>#webzine</a></p>
<p><a href="https://webzine.puffy.cafe/issue-19.html" rel=noreferrer>https://webzine.puffy.cafe/issue-19.html</a></p>
]]></description>
      <link>https://bsd.network/@solene/116602416680152266</link>
      <pubDate>Tue, 19 May 2026 17:30:19 UTC</pubDate>
      <guid isPermaLink="true">https://bsd.network/@solene/116602416680152266</guid>
    </item>
    <item>
      <title>horia bonked https://fe.disroot.org/objects/06fbb6a5-fb20-47c2-8b20-479328e2353f</title>
      <description><![CDATA[<p>multidisplay hack for <a href="https://fe.disroot.org/tag/openbsd" rel=noreferrer>#OpenBSD</a>, <a href="https://fe.disroot.org/tag/netbsd" rel=noreferrer>#NetBSD</a> xenodm/xdm.</p>
<pre><code>#!/bin/ksh

# Define variables at the top for easy access
readonly MULTIDISPLAY_DIRECTION="--right-of"

# find list of connected monitors to span
monitors=$(xrandr --query | awk '/[^s]connected/{print $1}')

# the first monitor found will be the primary
primary=$(echo "$monitors" | head -n 1)

# initialize the xrandr command
xrandr_cmd="xrandr --output $primary --auto --primary"

# loop through the displays, assigning them --auto and MULTIDISPLAY_DIRECTION with randr
previous=$primary
for monitor in $monitors
do
    if [ "$monitor" != "$primary" ]; then
        xrandr_cmd+=" --output $monitor --auto $MULTIDISPLAY_DIRECTION $previous"
        previous=$monitor
    fi
done

# Execute the composed xrandr command
eval "$xrandr_cmd"</code></pre><p>could drop in to your <code>Xsetup_0</code> file. written in ksh, should work in OpenBSD’s ksh and NetBSD’s ksh.</p>
]]></description>
      <link>https://fe.disroot.org/objects/06fbb6a5-fb20-47c2-8b20-479328e2353f</link>
      <pubDate>Tue, 19 May 2026 17:14:10 UTC</pubDate>
      <guid isPermaLink="true">https://fe.disroot.org/objects/06fbb6a5-fb20-47c2-8b20-479328e2353f</guid>
    </item>
    <item>
      <title>horia honked https://honk.vedetta.com/u/horia/h/2BMS4V3vj6921513LC</title>
      <description><![CDATA[<p>💎BSD</p>
]]></description>
      <link>https://honk.vedetta.com/u/horia/h/2BMS4V3vj6921513LC</link>
      <pubDate>Tue, 19 May 2026 17:08:32 UTC</pubDate>
      <guid isPermaLink="true">https://honk.vedetta.com/u/horia/h/2BMS4V3vj6921513LC</guid>
    </item>
    <item>
      <title>horia bonked https://burningboard.net/users/Larvitz/statuses/116596486603862834</title>
      <description><![CDATA[<p>I’ve been replacing sudo/doas on most of my FreeBSD boxes with something much smaller: mdo(1) + mac_do(4) from base.</p>
<p>No port. No sudoers parser. No setuid helper. Just a kernel MAC policy, a sysctl rule, and an explicit “SSH is the gate” security model.</p>
<p>Wrote up the full walkthrough for FreeBSD 15, including rule syntax, examples, caveats, and my surrounding hardening sysctls:</p>
<p><a href="https://blog.hofstede.it/mdo-on-freebsd-15-base-system-privilege-delegation-with-mac_do/" rel=noreferrer>https://blog.hofstede.it/mdo-on-freebsd-15-base-system-privilege-delegation-with-mac_do/</a></p>
<p><a href="https://burningboard.net/tags/FreeBSD" rel=noreferrer>#FreeBSD</a> <a href="https://burningboard.net/tags/runbsd" rel=noreferrer>#runbsd</a> <a href="https://burningboard.net/tags/mdo" rel=noreferrer>#mdo</a> <a href="https://burningboard.net/tags/mac_do" rel=noreferrer>#mac_do</a> <a href="https://burningboard.net/tags/sysadmin" rel=noreferrer>#sysadmin</a> <a href="https://burningboard.net/tags/security" rel=noreferrer>#security</a></p>
]]></description>
      <link>https://burningboard.net/@Larvitz/116596486603862834</link>
      <pubDate>Tue, 19 May 2026 16:15:16 UTC</pubDate>
      <guid isPermaLink="true">https://burningboard.net/@Larvitz/116596486603862834</guid>
    </item>
    <item>
      <title>horia bonked https://merveilles.town/users/prahou/statuses/116597591451953578</title>
      <description><![CDATA[<p><a href="https://masto.hackers.town/@maddiefuzz" rel=noreferrer>@maddiefuzz</a></p>
<p><a href="https://assets.merveilles.town/media_attachments/files/116/597/591/148/442/593/original/0682bdf369d2c4a5.png">Attachment: </a><img src="https://assets.merveilles.town/media_attachments/files/116/597/591/148/442/593/original/0682bdf369d2c4a5.png">]]></description>
      <link>https://merveilles.town/@prahou/116597591451953578</link>
      <pubDate>Tue, 19 May 2026 16:12:48 UTC</pubDate>
      <guid isPermaLink="true">https://merveilles.town/@prahou/116597591451953578</guid>
    </item>
    <item>
      <title>horia bonked https://gts.tumfatig.net/users/joel/statuses/01KS01ZWWVPA513XT807E3J3SG</title>
      <description><![CDATA[<p>Them: how to tell which desk is yours?</p>
<p>Me: you’ll know it when you’ll see it.</p>
<p><a href="https://gts.tumfatig.net/fileserver/01FJ093H6Y5VGN20G998J7KN1M/attachment/original/01KS01ZRY8A20JQFQ0KAVXD1PE.jpeg">Attachment: A close shot of a working desk. On the left, a ThinkPad L14 with an orange headphone cable can be seen. The center of the image consists of an eye glasses box. The top right side is filled with a black mug where one can see the OpenBSD and RunBSD logos.</a><img src="https://gts.tumfatig.net/fileserver/01FJ093H6Y5VGN20G998J7KN1M/attachment/original/01KS01ZRY8A20JQFQ0KAVXD1PE.jpeg">]]></description>
      <link>https://gts.tumfatig.net/@joel/statuses/01KS01ZWWVPA513XT807E3J3SG</link>
      <pubDate>Tue, 19 May 2026 16:02:22 UTC</pubDate>
      <guid isPermaLink="true">https://gts.tumfatig.net/@joel/statuses/01KS01ZWWVPA513XT807E3J3SG</guid>
    </item>
    <item>
      <title>horia honked https://honk.vedetta.com/u/horia/h/27CG1QBRM1M4ljMBC2</title>
      <description><![CDATA[<p>💎 7.9</p>
]]></description>
      <link>https://honk.vedetta.com/u/horia/h/27CG1QBRM1M4ljMBC2</link>
      <pubDate>Tue, 19 May 2026 15:16:32 UTC</pubDate>
      <guid isPermaLink="true">https://honk.vedetta.com/u/horia/h/27CG1QBRM1M4ljMBC2</guid>
    </item>
    <item>
      <title>horia honked https://honk.vedetta.com/u/horia/h/BDb549w2xDH4VKqy94</title>
      <description><![CDATA[<p><a href="https://honk.vedetta.com/o/selfie" rel=noreferrer>#Selfie</a> <a href="https://honk.vedetta.com/o/photo" rel=noreferrer>#Photo</a></p>
<p><a href="https://honk.vedetta.com/d/HC4178GtlF8v8FztTM8Kn.jpg">Attachment: The Reflection</a><img src="https://honk.vedetta.com/d/HC4178GtlF8v8FztTM8Kn.jpg">]]></description>
      <link>https://honk.vedetta.com/u/horia/h/BDb549w2xDH4VKqy94</link>
      <pubDate>Sat, 16 May 2026 15:46:13 UTC</pubDate>
      <guid isPermaLink="true">https://honk.vedetta.com/u/horia/h/BDb549w2xDH4VKqy94</guid>
    </item>
    <item>
      <title>horia bonked https://mastodon.bsd.cafe/users/bt/statuses/116573608067727480</title>
      <description><![CDATA[<p>After being inspired by a submitted patch to support <a href="https://mastodon.bsd.cafe/tags/Linux" rel=noreferrer>#Linux</a>, I decided to put together a very dinky micro-site for <a href="https://mastodon.bsd.cafe/tags/minwm" rel=noreferrer>#minwm</a> (extremely minimal window manager)</p>
<p><a href="https://minwm.btxx.org" rel=noreferrer>https://minwm.btxx.org</a></p>
<p><a href="https://mastodon.bsd.cafe/tags/openbsd" rel=noreferrer>#openbsd</a> <a href="https://mastodon.bsd.cafe/tags/desktop" rel=noreferrer>#desktop</a></p>
]]></description>
      <link>https://mastodon.bsd.cafe/@bt/116573608067727480</link>
      <pubDate>Fri, 15 May 2026 17:43:06 UTC</pubDate>
      <guid isPermaLink="true">https://mastodon.bsd.cafe/@bt/116573608067727480</guid>
    </item>
    <item>
      <title>horia bonked https://mastodon.social/users/pitrh/statuses/116577188259658455</title>
      <description><![CDATA[<p>OpenSMTPD Is The Mail Server For The Future <a href="https://nxdomain.no/~peter/time_for_opensmtpd.html" rel=noreferrer>https://nxdomain.no/~peter/time_for_opensmtpd.html</a> Migrating to OpenSMTPD from exim on OpenBSD was joyfully painless and smooth. <a href="https://mastodon.social/tags/openbsd" rel=noreferrer>#openbsd</a> <a href="https://mastodon.social/tags/opensmtpd" rel=noreferrer>#opensmtpd</a> <a href="https://mastodon.social/tags/email" rel=noreferrer>#email</a> <a href="https://mastodon.social/tags/smtpd" rel=noreferrer>#smtpd</a> <a href="https://mastodon.social/tags/rspamd" rel=noreferrer>#rspamd</a> <a href="https://mastodon.social/tags/spam" rel=noreferrer>#spam</a> <a href="https://mastodon.social/tags/antispam" rel=noreferrer>#antispam</a> <a href="https://mastodon.social/tags/greylisting" rel=noreferrer>#greylisting</a> <a href="https://mastodon.social/tags/greytrapping" rel=noreferrer>#greytrapping</a> <a href="https://mastodon.social/tags/mailserver" rel=noreferrer>#mailserver</a></p>
]]></description>
      <link>https://mastodon.social/@pitrh/116577188259658455</link>
      <pubDate>Fri, 15 May 2026 17:41:53 UTC</pubDate>
      <guid isPermaLink="true">https://mastodon.social/@pitrh/116577188259658455</guid>
    </item>
    <item>
      <title>horia bonked https://mastodon.social/users/oneguynick/statuses/116573972376616678</title>
      <description><![CDATA[<p>Trading the Galaxy Watch8 for a Core Pebble Time 2. </p>
<p>After years of “standalone” features that were just too clunky to use, I am moving back to the open ecosystem that started it all. Why?</p>
<p>- 30-day battery (estimated) vs. 30 hours<br>- No more charger-hunting  <br>- Digital sovereignty &amp; ease of dev<br>- Physical buttons for the win</p>
<p>It is time to stop charging the watch every night and get back to basics. ⌚️🔓</p>
<p><a href="https://geekyschmidt.com/post/2026-05-14-onthepebbleagain/" rel=noreferrer>https://geekyschmidt.com/post/2026-05-14-onthepebbleagain/</a></p>
<p><a href="https://mastodon.social/tags/Pebble" rel=noreferrer>#Pebble</a> <a href="https://mastodon.social/tags/OpenSource" rel=noreferrer>#OpenSource</a> <a href="https://mastodon.social/tags/DigitalSovereignty" rel=noreferrer>#DigitalSovereignty</a> <a href="https://mastodon.social/tags/HackerTech" rel=noreferrer>#HackerTech</a> <a href="https://mastodon.social/tags/PebbleTime2" rel=noreferrer>#PebbleTime2</a></p>
<p><a href="https://files.mastodon.social/media_attachments/files/116/573/971/156/908/357/original/26dfcc3f47813875.jpg">Attachment: two watches
</a><img src="https://files.mastodon.social/media_attachments/files/116/573/971/156/908/357/original/26dfcc3f47813875.jpg">]]></description>
      <link>https://mastodon.social/@oneguynick/116573972376616678</link>
      <pubDate>Thu, 14 May 2026 17:10:12 UTC</pubDate>
      <guid isPermaLink="true">https://mastodon.social/@oneguynick/116573972376616678</guid>
    </item>
    <item>
      <title>horia bonked https://hostux.social/users/miodvallat/statuses/116565518115700587</title>
      <description><![CDATA[<p>The second half of the <a href="https://hostux.social/tags/OpenBSD" rel=noreferrer>#OpenBSD</a>/zaurus story has been published! You can read it here: <a href="http://miod.online.fr/software/openbsd/stories/zaurus2.html" rel=noreferrer>http://miod.online.fr/software/openbsd/stories/zaurus2.html</a><br>or read the whole story on one big page: <a href="http://miod.online.fr/software/openbsd/stories/zaurusall.html" rel=noreferrer>http://miod.online.fr/software/openbsd/stories/zaurusall.html</a></p>
]]></description>
      <link>https://hostux.social/@miodvallat/116565518115700587</link>
      <pubDate>Wed, 13 May 2026 17:12:37 UTC</pubDate>
      <guid isPermaLink="true">https://hostux.social/@miodvallat/116565518115700587</guid>
    </item>
  </channel>
</rss>
