<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <updated>2026-07-26T01:26:38Z</updated>
  <generator>https://nostr.ae</generator>

  <title>Nostr notes by r1w1s1</title>
  <author>
    <name>r1w1s1</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://nostr.ae/npub1773c2kdhaf88lk6nntdudn2p74egzurcs528cnmltl6vmshltu2q0teh9a.rss" />
  <link href="https://nostr.ae/npub1773c2kdhaf88lk6nntdudn2p74egzurcs528cnmltl6vmshltu2q0teh9a" />
  <id>https://nostr.ae/npub1773c2kdhaf88lk6nntdudn2p74egzurcs528cnmltl6vmshltu2q0teh9a</id>
  <icon>https://snac.bsd.cafe/r1w1s1/s/avatar-aa8cf9fe6484f5e6eb3532137b7b8fee.png</icon>
  <logo>https://snac.bsd.cafe/r1w1s1/s/avatar-aa8cf9fe6484f5e6eb3532137b7b8fee.png</logo>




  <entry>
    <id>https://nostr.ae/nevent1qqsy9ql5wldy9v284hrsyjt67v8eswj8cg4ttssdargfs2dst5fsfpczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g3rzcgh</id>
    
      <title type="html">19 June 1984. Bob Scheifler announces the first release of the X ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsy9ql5wldy9v284hrsyjt67v8eswj8cg4ttssdargfs2dst5fsfpczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g3rzcgh" />
    <content type="html">
      19 June 1984.&lt;br/&gt;&lt;br/&gt;Bob Scheifler announces the first release of the X Window System:&lt;br/&gt;&lt;br/&gt;&amp;#34;I stole a fair amount of code from W ... and called it X.&amp;#34;&lt;br/&gt;&lt;br/&gt;Forty-two years later, I&amp;#39;m still running X11 daily on Slackware.&lt;br/&gt;&lt;br/&gt;Happy Birthday, X.&lt;br/&gt;&lt;br/&gt;Source: &lt;a href=&#34;https://www.talisman.org/x-debut.shtml&#34;&gt;https://www.talisman.org/x-debut.shtml&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#X11 #Unix #Linux #Slackware #XLibre
    </content>
    <updated>2026-06-19T20:31:58Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsx58tszx8z67vu8ryxdfkp3qu7vgr86u7wraauyzy7nyygt232gxczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gflml9n</id>
    
      <title type="html">I know that feeling. 🙂 For me, the tagging model is the ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsx58tszx8z67vu8ryxdfkp3qu7vgr86u7wraauyzy7nyygt232gxczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gflml9n" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqstaxxq0m5yjrh3md9xg89le6hjyfckmkes3379fuyf9vfqlexykkgeugun7&#39;&gt;nevent1q…gun7&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I know that feeling. 🙂&lt;br/&gt;&lt;br/&gt;For me, the tagging model is the hardest thing to give up. Once you get used to it, traditional workspaces feel surprisingly limiting.
    </content>
    <updated>2026-06-17T20:59:52Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswg8emxmnlzsjrrpla9wzlg9m4hxu2f42ye8y8qvw2ngdq6y02tyqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gdlz8du</id>
    
      <title type="html">Are you familiar with dwm&amp;#39;s powerful tag feature? THE TAGGING ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswg8emxmnlzsjrrpla9wzlg9m4hxu2f42ye8y8qvw2ngdq6y02tyqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gdlz8du" />
    <content type="html">
      Are you familiar with dwm&amp;#39;s powerful tag feature?&lt;br/&gt;THE TAGGING MODEL&lt;br/&gt;Many desktop environments organize windows using rigid workspaces:    Workspace 1&amp;lt;br&amp;gt;    Workspace 2&amp;lt;br&amp;gt;    Workspace 3&amp;lt;br&amp;gt;&lt;br/&gt;A window belongs to a single workspace.&lt;br/&gt;dwm uses a different model, treating workspaces as bitmask labels (tags).&lt;br/&gt;This allows a single window instance to hold multiple tags simultaneously,&lt;br/&gt;acting as a persistent visual anchor across different contexts:    Firefox            -&amp;amp;gt; Tag 1 (Web Browsing)&amp;lt;br&amp;gt;    st (nvi/dev)       -&amp;amp;gt; Tag 2 (Code/Scripts)&amp;lt;br&amp;gt;    st (Monitor/Logs)  -&amp;amp;gt; Tag 1 &#43; Tag 2 (Persistent)&amp;lt;br&amp;gt;&lt;br/&gt;When you view Tag 1, you see your browser and the log monitor. When you&lt;br/&gt;switch to Tag 2, the browser disappears, but the exact same log window&lt;br/&gt;remains on screen, now sharing space with your text editor.&lt;br/&gt;The application is never duplicated or restarted in memory.&lt;br/&gt;The UI remains minimal while enabling workflows that are difficult to&lt;br/&gt;express using traditional workspace-oriented desktops.&lt;br/&gt;Two decades later, this tagging model remains one of the most&lt;br/&gt;distinctive features of dwm.&lt;br/&gt;&lt;br/&gt;#suckless #dwm #unix #linux #sysadmin
    </content>
    <updated>2026-06-17T00:48:53Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsv9lpp5xz9cj9vectp6rx6k0xynwph5kdjvqnn2r3jprwd2s979ygzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gxg8ll8</id>
    
      <title type="html">nice!!! I&amp;#39;m running on Thinkpad x220.</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsv9lpp5xz9cj9vectp6rx6k0xynwph5kdjvqnn2r3jprwd2s979ygzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gxg8ll8" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs99znflrjk4077d8naj7f7xreeshamgtclvcapz82s0renhawc6lgjya0gh&#39;&gt;nevent1q…a0gh&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;nice!!! I&amp;#39;m running on Thinkpad x220.
    </content>
    <updated>2026-06-16T17:26:43Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs932z8gvjwt4ycx850fkp8ujju27urnvl64s9sneauk6ljppcxykczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gksjusv</id>
    
      <title type="html">Plasma 6 has officially landed in Slackware-current. After years ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs932z8gvjwt4ycx850fkp8ujju27urnvl64s9sneauk6ljppcxykczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gksjusv" />
    <content type="html">
      Plasma 6 has officially landed in Slackware-current.&lt;br/&gt;&lt;br/&gt;After years of community testing and development, Plasma 6 is now part of the official Slackware-current tree alongside the ffmpeg8 transition. Many thanks to Patrick Volkerding, alienBOB, LuckyCyborg, and everyone who contributed code, packaging, testing, and bug reports along the way.&lt;br/&gt;&lt;br/&gt;Mon Jun 15 23:27:31 UTC 2026&lt;br/&gt;Well folks, it seems that the stars have aligned to bring us a bunch of long-&lt;br/&gt;awaited updates, including ffmpeg8 and Plasma 6! This has been developed in a&lt;br/&gt;side tree for several weeks, and I&amp;#39;ll be happy to get that off my plate and&lt;br/&gt;have a greatly reduced todo list. Many thanks to alienBOB for getting the tree&lt;br/&gt;in good shape, helping when I got stuck, and for being a good manager who&lt;br/&gt;inspires me to do my best work. 🙂 And we both extend our thanks to the&lt;br/&gt;illustrious LuckyCyborg who ported the build scripts to Plasma 6 in the first&lt;br/&gt;place and then maintained Plasma 6 for Slackware users to test for a couple of&lt;br/&gt;years. And thanks to everyone else who helped out with either of the Slackware&lt;br/&gt;Plasma 6 projects that these updates grew out of.&lt;br/&gt;Have fun!&lt;br/&gt;&lt;br/&gt;#slackware #kde #plasma6
    </content>
    <updated>2026-06-16T08:37:24Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9kf2apsuzvkhpkgauhwj9q659yx20tv9x2gelhvtgf68e9kck28gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gr6hd0m</id>
    
      <title type="html">Plasma 6 has officially landed in Slackware-current. Mon Jun 15 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9kf2apsuzvkhpkgauhwj9q659yx20tv9x2gelhvtgf68e9kck28gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gr6hd0m" />
    <content type="html">
      Plasma 6 has officially landed in Slackware-current.&lt;br/&gt;&lt;br/&gt;Mon Jun 15 23:27:31 UTC 2026&lt;br/&gt;Well folks, it seems that the stars have aligned to bring us a bunch of long-&lt;br/&gt;awaited updates, including ffmpeg8 and Plasma 6! This has been developed in a&lt;br/&gt;side tree for several weeks, and I&amp;#39;ll be happy to get that off my plate and&lt;br/&gt;have a greatly reduced todo list. Many thanks to alienBOB for getting the tree&lt;br/&gt;in good shape, helping when I got stuck, and for being a good manager who&lt;br/&gt;inspires me to do my best work. 🙂 And we both extend our thanks to the&lt;br/&gt;illustrious LuckyCyborg who ported the build scripts to Plasma 6 in the first&lt;br/&gt;place and then maintained Plasma 6 for Slackware users to test for a couple of&lt;br/&gt;years. And thanks to everyone else who helped out with either of the Slackware&lt;br/&gt;Plasma 6 projects that these updates grew out of.&lt;br/&gt;Have fun!&lt;br/&gt;&lt;br/&gt;#slackware #kde6
    </content>
    <updated>2026-06-16T00:41:16Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsgas8emzdam9vf54gu7vfvqnlnyxnk0dt90c6mrwg85rmnvvn43nszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gpnmqg4</id>
    
      <title type="html">Exactly. The composability and automation aspect is what keeps ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsgas8emzdam9vf54gu7vfvqnlnyxnk0dt90c6mrwg85rmnvvn43nszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gpnmqg4" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2p6f45lkw44c84f8wjj4jvewttnlevucq28und0rkyphrgtlugcqhrrqhe&#39;&gt;nevent1q…rqhe&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Exactly. The composability and automation aspect is what keeps pulling me back to the traditional UNIX environment.
    </content>
    <updated>2026-05-15T22:05:14Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqst0j4uagrvrnw8umdnv36hsuhlhj87dkhlj0tm757fd7c9sh9p4gqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g82pxzw</id>
    
      <title type="html">The UNIX shell is still one of the best IDEs ever created. ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqst0j4uagrvrnw8umdnv36hsuhlhj87dkhlj0tm757fd7c9sh9p4gqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g82pxzw" />
    <content type="html">
      The UNIX shell is still one of the best IDEs ever created.&lt;br/&gt;&lt;br/&gt;grep/find/sed/awk/make/ssh/git/nvi often compose better than many modern “integrated” environments.&lt;br/&gt;&lt;br/&gt;Small programs connected together still scale surprisingly well.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://repo.or.cz/code-notes.git/blob_plain/HEAD:/notes/Unix_As_An_IDE.txt&#34;&gt;https://repo.or.cz/code-notes.git/blob_plain/HEAD:/notes/Unix_As_An_IDE.txt&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#unix #linux #slackware #vi
    </content>
    <updated>2026-05-15T21:41:56Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs03rpjt3eufqwtpkvcugf24gg0fh83gwf0ngfu6sers0gnfp3phgszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gmqgkd7</id>
    
      <title type="html">Fascinating firsthand perspective. It&amp;#39;s incredible how ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs03rpjt3eufqwtpkvcugf24gg0fh83gwf0ngfu6sers0gnfp3phgszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gmqgkd7" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsqarcgzjvc0t6s7sufk6eveke5aegwhuvhykweyunvpg9888a28aqkelvxd&#39;&gt;nevent1q…lvxd&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Fascinating firsthand perspective.&lt;br/&gt;It&amp;#39;s incredible how constrained systems were, yet many of the ideas survived decades.
    </content>
    <updated>2026-05-09T02:40:25Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsq46utqr39t6nmqw3hv29rtp65uz3kav9gvmzrdunyyqfq47m9lagzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gafw35p</id>
    
      <title type="html">Reading an old UNIX Review article from September 1984 about ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsq46utqr39t6nmqw3hv29rtp65uz3kav9gvmzrdunyyqfq47m9lagzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gafw35p" />
    <content type="html">
      Reading an old UNIX Review article from September 1984 about&lt;br/&gt;termcap. Fascinating how much modern terminal software still&lt;br/&gt;inherits ideas from this era.&lt;br/&gt;&lt;br/&gt;vi depended heavily on terminal capability databases to remain&lt;br/&gt;portable across different hardware terminals. Bill Joy originally&lt;br/&gt;wired vi only for Lear Siegler ADM-3A terminals, and termcap was&lt;br/&gt;born from the flood of requests for support on other hardware.&lt;br/&gt;&lt;br/&gt;&amp;#34;Termcap Unveiled&amp;#34; by Douglas R. Merritt, pages 42-48.&lt;br/&gt;&lt;a href=&#34;https://archive.org/details/Unix_Review_1984_Sep.pdf/page/n43/mode/2up&#34;&gt;https://archive.org/details/Unix_Review_1984_Sep.pdf/page/n43/mode/2up&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Also updated my nvi notes with a small historical section about&lt;br/&gt;termcap/curses and terminal portability.&lt;br/&gt;&lt;a href=&#34;https://repo.or.cz/code-notes.git/blob_plain/HEAD:/notes/NVI_Editor_Guide.txt&#34;&gt;https://repo.or.cz/code-notes.git/blob_plain/HEAD:/notes/NVI_Editor_Guide.txt&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#vi #unix #termcap #nvi #linux
    </content>
    <updated>2026-05-08T20:01:57Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2ysmfm23n52rv0wlepzslm2x4790jw0fff4xpkjts2w96vp4szhszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gkru5ra</id>
    
      <title type="html">Spent the day exploring heirloom-ex-vi (n-t-roff). It&amp;#39;s ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2ysmfm23n52rv0wlepzslm2x4790jw0fff4xpkjts2w96vp4szhszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gkru5ra" />
    <content type="html">
      Spent the day exploring heirloom-ex-vi (n-t-roff). It&amp;#39;s&lt;br/&gt;essentially the cleaned-up 1985 ex/vi 3.7 code, brought&lt;br/&gt;forward by Gunnar Ritter and Carsten Kunze: small, simple,&lt;br/&gt;and very readable — about 25k LOC for the editor itself,&lt;br/&gt;versus 38k for nvi. The memory footprint is lower too,&lt;br/&gt;around 3MB RSS against nvi&amp;#39;s 6MB in typical use, and it&lt;br/&gt;feels snappy in daily use.&lt;br/&gt;&lt;br/&gt;The limits are by design rather than oversight. Fixed&lt;br/&gt;temp-file blocks and a line-pointer table capped at&lt;br/&gt;LBLKS=900 in the default build give you about 230k lines,&lt;br/&gt;or roughly 30MB of text. Beyond that, you get the classic&lt;br/&gt;&amp;#34;Tmp file too large&amp;#34; — and that&amp;#39;s fine, because a screen&lt;br/&gt;editor isn&amp;#39;t the right tool for huge files anyway.&lt;br/&gt;&lt;br/&gt;Trade-offs worth knowing: no set ruler, single-level&lt;br/&gt;undo, and a hard ceiling on file size. nvi is more&lt;br/&gt;practical for daily work, especially if you live in YAML&lt;br/&gt;where column awareness matters. But heirloom is closer to&lt;br/&gt;the original, and the codebase is genuinely beautiful.&lt;br/&gt;Worth a look.&lt;br/&gt;&lt;br/&gt;#vi #unix #suckless #nvi
    </content>
    <updated>2026-05-05T17:19:30Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0ttump7cl96grgymcw4r0ez6z0r4k5dfqjxmymplf499gwe77qwczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gs4tfhv</id>
    
      <title type="html">## Slackware Patches &amp;#34;Copy Fail&amp;#34; Kernel Bug — ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0ttump7cl96grgymcw4r0ez6z0r4k5dfqjxmymplf499gwe77qwczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gs4tfhv" />
    <content type="html">
      ## &lt;br/&gt;&lt;br/&gt;Slackware Patches &amp;#34;Copy Fail&amp;#34; Kernel Bug — CVE-2026-31431Slackware has issued a kernel security update for **CVE-2026-31431**, the [Copy Fail](&lt;a href=&#34;https://copy.fail/&#34;&gt;https://copy.fail/&lt;/a&gt; ) vulnerability disclosed April 29, 2026. It&amp;#39;s an out-of-bounds write in the AEAD userspace crypto interface (AF_ALG) that lets any local user get a root shell via a setuid binary — the same 732-byte Python PoC works on essentially every Linux distro shipped since 2017.&lt;br/&gt;&lt;br/&gt;**If you can&amp;#39;t patch right away**, Slackware ships the affected code as a module (CONFIG_CRYPTO_USER_API_AEAD=m), so you can blacklist or remove it as a stopgap:echo &amp;#34;install algif_aead /bin/false&amp;#34; &amp;amp;gt; /etc/modprobe.d/disable-algif.conf&amp;lt;br&amp;gt;rmmod algif_aead&amp;lt;br&amp;gt;&lt;br/&gt;&lt;br/&gt;For most systems this breaks nothing — AF_ALG is a userspace front-door to the kernel crypto API, and OpenSSL, SSH, dm-crypt, kTLS, and IPsec all bypass it.&lt;br/&gt;&lt;br/&gt;Patch and reboot when you can. slackpkg update &amp;amp;amp;&amp;amp;amp; slackpkg upgrade-all.&lt;br/&gt;&lt;br/&gt;**Sources:**&amp;lt;li&amp;gt;&amp;lt;a href=&amp;#34;&lt;a href=&#34;http://www.slackware.com/security/viewer.php?l=slackware-security&amp;amp;amp;y=2026&amp;amp;amp;m=slackware-security.1267034&amp;#34&#34;&gt;http://www.slackware.com/security/viewer.php?l=slackware-security&amp;amp;amp;y=2026&amp;amp;amp;m=slackware-security.1267034&amp;#34&lt;/a&gt;; target=&amp;#34;_blank&amp;#34;&amp;gt;&lt;a href=&#34;http://www.slackware.com/security/viewer.php?l=slackware-security&amp;amp;amp;y=2026&amp;amp;amp;m=slackware-security.1267034&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a&#34;&gt;http://www.slackware.com/security/viewer.php?l=slackware-security&amp;amp;amp;y=2026&amp;amp;amp;m=slackware-security.1267034&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a&lt;/a&gt; href=&amp;#34;&lt;a href=&#34;https://www.cve.org/CVERecord?id=CVE-2026-31431&amp;#34&#34;&gt;https://www.cve.org/CVERecord?id=CVE-2026-31431&amp;#34&lt;/a&gt;; target=&amp;#34;_blank&amp;#34;&amp;gt;&lt;a href=&#34;https://www.cve.org/CVERecord?id=CVE-2026-31431&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt&#34;&gt;https://www.cve.org/CVERecord?id=CVE-2026-31431&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt&lt;/a&gt;;&lt;br/&gt;#slackware #copyfail
    </content>
    <updated>2026-05-03T02:59:54Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsyavmhp7h8mp4kgs6c8ka579r08zydadxjrw99lre8gsnh307jgtczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gepze83</id>
    
      <title type="html">Thanks so much for the detailed comment, lots of great tips here! ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsyavmhp7h8mp4kgs6c8ka579r08zydadxjrw99lre8gsnh307jgtczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gepze83" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs9e3kywaxuymxkk7qlf5c5jf47f2dc6kqm3ts40aec5ufr5xzahkc0cal5q&#39;&gt;nevent1q…al5q&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Thanks so much for the detailed comment, lots of great tips here!&lt;br/&gt;The mv -T --exchange pattern for atomic GC is really elegant, I hadn&amp;#39;t thought of using hardlinks that way. And the TCP slow-start trick with split &#43; parallel downloads is wild :)&lt;br/&gt;&lt;br/&gt;Just one quick clarification: the blog isn&amp;#39;t mine, I just shared the link because I enjoyed the article. The author is Dave (ratfactor.com), and he&amp;#39;s on Mastodon at [@ratfactor@mastodon.art](&lt;a href=&#34;https://mastodon.art/users/ratfactor&#34;&gt;https://mastodon.art/users/ratfactor&lt;/a&gt; ) If you have corrections or things you&amp;#39;d like to see added to the article itself, reaching out to him there would be the best way.&lt;br/&gt;&lt;br/&gt;But please keep the comments coming here, I&amp;#39;m learning a lot from them!
    </content>
    <updated>2026-04-29T19:31:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs8cv0zhm5rjanzkj4mykhkupyc4avg4akk0m69ghtp9nnhcjwjqdqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gnjum3w</id>
    
      <title type="html">Same here — .xinitrc, no graphical login. I manage dotfiles ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs8cv0zhm5rjanzkj4mykhkupyc4avg4akk0m69ghtp9nnhcjwjqdqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gnjum3w" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsgz0ucjmwf0maffr0qm0pjeyx0en9h29pl7pjpl7f5cstul0puj6skxxppa&#39;&gt;nevent1q…xppa&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Same here — .xinitrc, no graphical login. I manage dotfiles manually via a Makefile: I decide which files go into my home repo and update them when I choose. More control, but drift is still very much possible 😅
    </content>
    <updated>2026-04-28T23:27:30Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspah6xrdxm7ksaueqx8hljd3c5gx5xf5d72hyt0phyn5q3mnc30agzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g39sf7z</id>
    
      <title type="html">Wrote a howto on ZRAM configuration for Slackware -current, ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspah6xrdxm7ksaueqx8hljd3c5gx5xf5d72hyt0phyn5q3mnc30agzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g39sf7z" />
    <content type="html">
      Wrote a howto on ZRAM configuration for Slackware -current, covers compression algorithms (lz4, zstd, lzo-rle, etc), device sizing for different RAM scenarios, and monitoring. Useful if you&amp;#39;re tweaking the defaults in /etc/default/zram.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://docs.slackware.com/howtos:slackware_admin:zram_configuration&#34;&gt;https://docs.slackware.com/howtos:slackware_admin:zram_configuration&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#Slackware #Linux #ZRAM
    </content>
    <updated>2026-04-27T21:57:36Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstghxl8rslp2h4sj6dptw2v3e265e9dyy5r6acm0h7vdxuvml92sszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g6ch79l</id>
    
      <title type="html">Sounds like “productive procrastination” to me 😄</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstghxl8rslp2h4sj6dptw2v3e265e9dyy5r6acm0h7vdxuvml92sszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g6ch79l" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsprwzupwte6jt6dp33vl6r3tgfjan0kphm9vpfz5nxxl74aa90jfca65txd&#39;&gt;nevent1q…5txd&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Sounds like “productive procrastination” to me 😄
    </content>
    <updated>2026-04-26T13:30:56Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvvnrex6unemu2lesta8adf3xzuqvgldp83jl9fqdw0zec2wcjhjgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gft4l8l</id>
    
      <title type="html">Yeah makes sense… some laptops are really picky with ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvvnrex6unemu2lesta8adf3xzuqvgldp83jl9fqdw0zec2wcjhjgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gft4l8l" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxuarju20qztrupm4vma9c7mkmlr6dmvzf927s3tn2dar3slmae0g6njmxf&#39;&gt;nevent1q…jmxf&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yeah makes sense… some laptops are really picky with wifi/firmware.&lt;br/&gt;Nice that Slackware just works out of the box for you 👍&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub180aur55xc2u20lyjn62csvl24qnpw7sw9pqsfz35dhnlxprwqfrsjue3he&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;N4t3R&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub180a…e3he&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2026-04-23T23:36:56Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxsh4a6xmjmp7u0vkh9uznf9udjlrgpyjvc4hwjethcd27fney6wqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g572d6f</id>
    
      <title type="html">Haha, classic 😄 Slackware just works. Curious, what broke on ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxsh4a6xmjmp7u0vkh9uznf9udjlrgpyjvc4hwjethcd27fney6wqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g572d6f" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2k3k0myr06rpc5wykkv3lu5ur0p60g07xzewdzaaazsh27g2z59ckgghdh&#39;&gt;nevent1q…ghdh&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Haha, classic 😄&lt;br/&gt;Slackware just works.&lt;br/&gt;Curious, what broke on the other ISOs?&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub180aur55xc2u20lyjn62csvl24qnpw7sw9pqsfz35dhnlxprwqfrsjue3he&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;N4t3R&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub180a…e3he&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2026-04-23T18:59:46Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsz807v5kqu54hdjnn2hkj95gq2v52ls44j4ph9cs6f8yphm8xmrhczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g2tnzh3</id>
    
      <title type="html">I use st but my second option and always keep installed is xterm ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsz807v5kqu54hdjnn2hkj95gq2v52ls44j4ph9cs6f8yphm8xmrhczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g2tnzh3" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsw9ejhqr43q8thmw40wynguj3d6axvuclskhs3utxy7jag9a39pcgkyc0kr&#39;&gt;nevent1q…c0kr&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I use st but my second option and always keep installed is xterm :)&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1ne67t9n54n0xzhmt4mzf2wkf9j92jqf23rfdcqud97c57hlcrpgs9phhrn&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Justine Smithies&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1ne6…hhrn&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2026-04-21T21:44:26Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs9zcc7rzpjakp42jz8gqypcwtkl29upm6w7y5q8a0ygvl8en4wvfqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gkth7pk</id>
    
      <title type="html">nice! CC: @npub16l0…f0y2 @npub1wy2…hy0n @npub1der…t5gj</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs9zcc7rzpjakp42jz8gqypcwtkl29upm6w7y5q8a0ygvl8en4wvfqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gkth7pk" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsqn4gmt55r9cnqrxuz86c43akdg6qt6jdwmkuckc26lypyqsa4hrqsheuuj&#39;&gt;nevent1q…euuj&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;nice!&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub16l0zqucnzh5826q9vr8txg7e72ucr3fg245rdzve69e3hf795f5s3sf0y2&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;jloc0&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub16l0…f0y2&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1wy2ms4m4cdq2y3uyxlfm8v6lnxk2w2daek2vlnvtqet3qf2e8ulsefhy0n&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Mark&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1wy2…hy0n&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1dersnaa92gxjxnxs5sz7gj320jp4lr3al8zxh5t045jjf6l67kjqztt5gj&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Döbbie03&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1der…t5gj&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2026-04-17T12:32:20Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstm44wzv9j4eannlunppkwag4v5l4lh5jm8qd8xp9asaq7rf23nsszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gqqf0te</id>
    
      <title type="html">Cheatsheet trick for tools with too many shortcuts:$ alias ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstm44wzv9j4eannlunppkwag4v5l4lh5jm8qd8xp9asaq7rf23nsszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gqqf0te" />
    <content type="html">
      Cheatsheet trick for tools with too many shortcuts:$ alias screenhelp=&amp;#39;cat ~/.screen-cheatsheet.txt&amp;#39;&amp;lt;br&amp;gt;$ screenhelp&amp;lt;br&amp;gt;&lt;br/&gt;&lt;br/&gt;One alias per tool.&lt;br/&gt;No apps, no TUIs, no search.&lt;br/&gt;Just cat and muscle memory.&lt;br/&gt;&lt;br/&gt;Example:&lt;br/&gt;&lt;a href=&#34;https://git.sr.ht/~r1w1s1/code-notes/blob/main/notes/My_GNU_Screen_Setup.txt&#34;&gt;https://git.sr.ht/~r1w1s1/code-notes/blob/main/notes/My_GNU_Screen_Setup.txt&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#unix #commandline #gnu #screen
    </content>
    <updated>2026-04-17T00:19:27Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspwugtpl4le3s4wgqr9g3zpunv57zgdkm586u9vflmd34wfqdsnvgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gq5p5sh</id>
    
      <title type="html">I was going to compile it this morning, but I think it’s worth ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspwugtpl4le3s4wgqr9g3zpunv57zgdkm586u9vflmd34wfqdsnvgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gq5p5sh" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0tvfl2g97staq5u3dr3l8w42eqefwuywqaa6rxp3j0jg22hmfwdstd63cs&#39;&gt;nevent1q…63cs&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I was going to compile it this morning, but I think it’s worth waiting for testing.&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub16l0zqucnzh5826q9vr8txg7e72ucr3fg245rdzve69e3hf795f5s3sf0y2&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;jloc0&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub16l0…f0y2&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2026-04-16T02:59:35Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsg46u57y8qujctzvu4cy759f47qlgty0j35qngfe2se73y8cn69rszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g564wpg</id>
    
      <title type="html">Just updated two ThinkPads to Linux 7.0! T14 Gen2 (Tiger ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsg46u57y8qujctzvu4cy759f47qlgty0j35qngfe2se73y8cn69rszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g564wpg" />
    <content type="html">
      Just updated two ThinkPads to Linux 7.0!&lt;br/&gt;&lt;br/&gt;T14 Gen2 (Tiger Lake):&amp;lt;li&amp;gt;i915/Iris Xe fixes&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;iwlwifi/AX201 Wi-Fi 6 improvements&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Thunderbolt 4 stack work&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;ext4 reliability improvements&amp;lt;/li&amp;gt;&lt;br/&gt;X220 (Sandy Bridge, 2011!):&amp;lt;li&amp;gt;i915 legacy GPU still well supported&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;iwlwifi fixes (Centrino Advanced-N 6205)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;e1000e improvements (82579LM)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;SATA/AHCI power management fixes&amp;lt;/li&amp;gt;&lt;br/&gt;Same kernel, 15 years apart of hardware. That&amp;#39;s Linux.&lt;br/&gt;&lt;br/&gt;#linux #kernel #thinkpad #x220 #t14&lt;br/&gt; &lt;img src=&#34;https://snac.bsd.cafe/r1w1s1/s/post-c02ed258d62a093e103c244401ddef3a.png&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2026-04-16T02:56:10Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0m95s9zxjuge4z3zl4lxye7egt6mg6vnzvc2qmzcy0jgl0nj9rpqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gsw6snn</id>
    
      <title type="html">nice! I&amp;#39;m running kernel 7.0 on -current CC: @npub16l0…f0y2</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0m95s9zxjuge4z3zl4lxye7egt6mg6vnzvc2qmzcy0jgl0nj9rpqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gsw6snn" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdc09gjdu3wwz6e6cpzh7nd49thada2tscr2eahm7tx4xfj675jdcc9720x&#39;&gt;nevent1q…720x&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;nice! I&amp;#39;m running kernel 7.0 on -current&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub16l0zqucnzh5826q9vr8txg7e72ucr3fg245rdzve69e3hf795f5s3sf0y2&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;jloc0&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub16l0…f0y2&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2026-04-16T02:48:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqszc78fazdt0628jxpkmmhkzqzecdac0qwr9kuu9p3m585h8ux2tjczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gcnea8r</id>
    
      <title type="html">I mentioned it&amp;#39;s experimental in my post :) The goal ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqszc78fazdt0628jxpkmmhkzqzecdac0qwr9kuu9p3m585h8ux2tjczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gcnea8r" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0vgn0d6dljv7dq80549zx29zg8mgqfv20ha6h5vvyaqyw07e0apgrf3frs&#39;&gt;nevent1q…3frs&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I mentioned it&amp;#39;s experimental in my post :) The goal isn&amp;#39;t to replace Xorg today but to eventually drop it while keeping X11 apps working. DPMS is already on the 1.0 roadmap. Just sharing early findings!
    </content>
    <updated>2026-04-09T12:11:02Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsqeykl5j4899hedcckgemkz90twlj9ghcppe3f4mfd4dcxeqt9fvqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gcagduw</id>
    
      <title type="html">Very cool indeed! Built from source on Slackware -current, all ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqeykl5j4899hedcckgemkz90twlj9ghcppe3f4mfd4dcxeqt9fvqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gcagduw" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdc5dxs8usdw6rldc3nzwk5ru3l9nx0tcdqv9uyrhpkcwpssvxrrc6ael58&#39;&gt;nevent1q…el58&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Very cool indeed! Built from source on Slackware -current, all dependencies already shipped by Patrick. dwm, st and dmenu_run worked out of the box. Still needs some tweaking but very promising for suckless users who want to drop Xorg without changing their setup!
    </content>
    <updated>2026-04-09T01:30:05Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs2wra3hzy0p6z8r8k83sujq0ywfa960qfdtssuyxvupwzvfe6twqczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gpyp5r5</id>
    
      <title type="html">Finally tested wayback with dwm on Slackware -current! 🎉 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs2wra3hzy0p6z8r8k83sujq0ywfa960qfdtssuyxvupwzvfe6twqczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gpyp5r5" />
    <content type="html">
      Finally tested wayback with dwm on Slackware -current! 🎉&lt;br/&gt;&lt;br/&gt;wayback is a stub Wayland compositor that hosts a rootful Xwayland server, letting you run your full X11 setup unchanged on top of Wayland. Built from source, wrote a small launch script and dwm came up fine with st.&lt;br/&gt;&lt;br/&gt;Still experimental and needs some tweaking but the core concept works — keep your dwm, st and all your suckless tools, just drop Xorg underneath.&lt;br/&gt;&lt;br/&gt;If you&amp;#39;re a minimalist X11 user not ready to jump to a Wayland WM, keep an eye on this project!&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://gitlab.freedesktop.org/wayback/wayback&#34;&gt;https://gitlab.freedesktop.org/wayback/wayback&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#dwm #wayland #linux #suckless #slackware #xorg
    </content>
    <updated>2026-04-08T21:04:36Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsgmn6ywf5w5sy5hyk7qrhy73w0xw0lpnprhk22ss0h5t6fwjv3agqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gjpnjdm</id>
    
      <title type="html">I should use more ed :) I also have the book it&amp;#39;s great! CC: ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsgmn6ywf5w5sy5hyk7qrhy73w0xw0lpnprhk22ss0h5t6fwjv3agqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gjpnjdm" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs9hu7h6fmeuurtvh4uz886h4xf8pc30k65d9knp9fsezea3xrntnc0yqt6r&#39;&gt;nevent1q…qt6r&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I should use more ed :) I also have the book it&amp;#39;s great!&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1ksfsk7zf88lk37thy0w5254empykpkw2aenr3chpnjv7wp2usyjsgmr6s6&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Michael W Lucas :flan_on_fire:&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1ksf…r6s6&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; [@ed1conf@bsd.network](&lt;a href=&#34;https://bsd.network/users/ed1conf&#34;&gt;https://bsd.network/users/ed1conf&lt;/a&gt; )
    </content>
    <updated>2026-04-07T13:48:22Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsytgeynj2l75vleptvft78kdtwgrl74n80pzka0u08k265q23xp9gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gzg3udu</id>
    
      <title type="html">SourceHut is currently under a DDoS attack affecting multiple ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsytgeynj2l75vleptvft78kdtwgrl74n80pzka0u08k265q23xp9gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gzg3udu" />
    <content type="html">
      SourceHut is currently under a DDoS attack affecting multiple services.&lt;br/&gt;&lt;br/&gt;git.sr.ht is unstable, builds may have been cancelled, and chat.sr.ht is also impacted.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://status.sr.ht/issues/2026-04-06-ddos-attack/&#34;&gt;https://status.sr.ht/issues/2026-04-06-ddos-attack/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#sourcehut #devops #fediverse #opensource
    </content>
    <updated>2026-04-06T17:18:25Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsg59cc88jmmukep8jj0thn0jx9yjad8nlytyyeusyh3uk6c6p8rsszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gt5w36s</id>
    
      <title type="html">If you really know your GNU coreutils, you probably don&amp;#39;t ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsg59cc88jmmukep8jj0thn0jx9yjad8nlytyyeusyh3uk6c6p8rsszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gt5w36s" />
    <content type="html">
      If you really know your GNU coreutils, you probably don&amp;#39;t need as many extra tools as you think. 🐧&lt;br/&gt;&lt;br/&gt;KISS isn&amp;#39;t just a design principle — it&amp;#39;s already built into your system.&lt;br/&gt;&lt;br/&gt;A comprehensive review of every coreutils command, with examples and honest opinions. The lobste.rs discussion is also worth reading.&lt;br/&gt;&lt;br/&gt;Article: &lt;a href=&#34;https://ratfactor.com/slackware/pkgblog/coreutils&#34;&gt;https://ratfactor.com/slackware/pkgblog/coreutils&lt;/a&gt;&lt;br/&gt;Discussion: &lt;a href=&#34;https://lobste.rs/s/xqf5ex/coreutils_comprehensive_review_2023&#34;&gt;https://lobste.rs/s/xqf5ex/coreutils_comprehensive_review_2023&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#linux #unix #coreutils #gnu
    </content>
    <updated>2026-04-03T04:06:53Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsfxy379lalaw5nkz9vej27t50vr298h2hq475fw86sqqzzvqm3qsszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gza2ant</id>
    
      <title type="html">Great point! I’ve also written a short explanation of how the ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsfxy379lalaw5nkz9vej27t50vr298h2hq475fw86sqqzzvqm3qsszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gza2ant" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsqa85deqtx55d4dq3409y7wya805xggfxwuwf6mpfgtta55azgxnqv7g9dv&#39;&gt;nevent1q…g9dv&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Great point! I’ve also written a short explanation of how the init/boot process works in Slackware and why it stays simple without systemd if anyone wants to dive deeper:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://git.sr.ht/~r1w1s1/code-notes/tree/main/item/notes/Slackware_Init_Boot_Process.txt&#34;&gt;https://git.sr.ht/~r1w1s1/code-notes/tree/main/item/notes/Slackware_Init_Boot_Process.txt&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#slackware
    </content>
    <updated>2026-03-24T01:39:43Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsdlnyjpkccwn9285symreeddhcg9jdus4puzm70s6hzwqcr4kkyqqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gkqgyla</id>
    
      <title type="html">Nice deep dive into SSH keystroke obfuscation and why packet ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsdlnyjpkccwn9285symreeddhcg9jdus4puzm70s6hzwqcr4kkyqqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gkqgyla" />
    <content type="html">
      Nice deep dive into SSH keystroke obfuscation and why packet captures look so noisy. Learned something new here.&lt;br/&gt;&lt;a href=&#34;https://eieio.games/blog/ssh-sends-100-packets-per-keystroke/&#34;&gt;https://eieio.games/blog/ssh-sends-100-packets-per-keystroke/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#openssh #ssh
    </content>
    <updated>2026-01-23T18:23:41Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsd799scue4gqrquxk3mwxj5y7lj8jzfjjyn050gaz0jml9h95vq7gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gelrear</id>
    
      <title type="html">I’m a dwm &#43; solid colors person, so for me this is already rice ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsd799scue4gqrquxk3mwxj5y7lj8jzfjjyn050gaz0jml9h95vq7gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gelrear" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsvndwwd8fp0xvgcr94q0268kj4lscvwwkakgkuwclmep40rvh4vdqrew66c&#39;&gt;nevent1q…w66c&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I’m a dwm &#43; solid colors person, so for me this is already rice 😄&lt;br/&gt;Looking forward to the next tweaks.
    </content>
    <updated>2026-01-23T05:16:48Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsglzsuyzzzyp7prcy9zfnr62cfmy50dpa7qngzyjjp5kdtqwempcczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gk7y6ql</id>
    
      <title type="html">very nice! CC: @npub1gs2…7nxx</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsglzsuyzzzyp7prcy9zfnr62cfmy50dpa7qngzyjjp5kdtqwempcczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gk7y6ql" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8qylar82wq3m3p7av520whwj6vu5j9u6czt5qruavy0hjdel2tqq6ncqpu&#39;&gt;nevent1q…cqpu&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;very nice!&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1gs2r5hqj3umehkyawu3lcphyy3juwltw4dmrumd24xjhru5jrslsfx7nxx&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;wickedlester&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1gs2…7nxx&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2026-01-23T04:10:51Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsv5c76zewqc9xzfvyp84wfftrupln5yt4ehgddnkhp9m6u630lzvgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gzsvmkv</id>
    
      <title type="html">Slackware isn’t about shortcuts. It’s about understanding the ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsv5c76zewqc9xzfvyp84wfftrupln5yt4ehgddnkhp9m6u630lzvgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gzsvmkv" />
    <content type="html">
      Slackware isn’t about shortcuts.&lt;br/&gt;It’s about understanding the system, from boot to shell.&lt;br/&gt;&lt;br/&gt;This video explains well why Slackware still matters.&lt;br/&gt;&lt;a href=&#34;https://youtu.be/pRp1I3OzMEY&#34;&gt;https://youtu.be/pRp1I3OzMEY&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#slackware
    </content>
    <updated>2026-01-20T02:04:28Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs04qk3qnxtwlpvrxwn55t6urtz9kkryv4x764mmug840qmjm8uphszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g6ejsmu</id>
    
      <title type="html">New hardware can be painful early on, but it’s not a rule. My ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs04qk3qnxtwlpvrxwn55t6urtz9kkryv4x764mmug840qmjm8uphszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g6ejsmu" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs033cc67ng57e6s7nw4rhke2lu5cytxgughr4n5xkh62xun466q2qn0k32d&#39;&gt;nevent1q…k32d&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;New hardware can be painful early on, but it’s not a rule.&lt;br/&gt;&lt;br/&gt;My ThinkPad T14 is new and Linux works perfectly. Kernel &#43; firmware maturity matters more than age.
    </content>
    <updated>2026-01-19T23:12:47Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsyjkh4me2y2qmm7j25a9v98yqk86z2lmyj4zk0dum0s69wsttphdszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gnlq7nz</id>
    
      <title type="html">Nice work! The notification filter is a great quality-of-life ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsyjkh4me2y2qmm7j25a9v98yqk86z2lmyj4zk0dum0s69wsttphdszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gnlq7nz" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs9uv7s6rx2hau567kqsdk8uj9m8kf45rhu99lhgmr3l44cdc0qe2qn775h3&#39;&gt;nevent1q…75h3&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Nice work!&lt;br/&gt;&lt;br/&gt;The notification filter is a great quality-of-life improvement and the implementation looks clean. Thanks for taking care of the UI helper and small code style fixes too.&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1peaheuvr4a8l7234lrefjg43hsnksfkqj32wry64ncnr2sgp9mcsc388h9&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;npub1peaheuvr4a8l7234lrefjg43hsnksfkqj32wry64ncnr2sgp9mcsc388h9&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1pea…88h9&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2026-01-18T23:02:54Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswnj490s8p40mvqjv6zrpw78dpn3cfn5fsjm0ht0ycmk98j6xt3mgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gug35jl</id>
    
      <title type="html">great shot!</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswnj490s8p40mvqjv6zrpw78dpn3cfn5fsjm0ht0ycmk98j6xt3mgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gug35jl" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8unmfmfdhkqh8w7xp7k9h7dwfat64v2fs6el00yg9mtznvsqja7gt5jtkl&#39;&gt;nevent1q…jtkl&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;great shot!
    </content>
    <updated>2026-01-18T15:12:03Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxxvhs2djcl9ttdpad28hqzhfvau2v70f7f5d3lpwkpsh778q7ssczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gm50sd6</id>
    
      <title type="html">This really captures what I enjoy about BSD Cafe as well - a ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxxvhs2djcl9ttdpad28hqzhfvau2v70f7f5d3lpwkpsh778q7ssczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gm50sd6" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdfc82n5gatdcz9c4ngvf65yrvkpmmy7trx256dlg27ar0527u66cfr0srg&#39;&gt;nevent1q…0srg&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;This really captures what I enjoy about BSD Cafe as well - a relaxed mix of people, systems, and experiences. Thanks for sharing, and have a great Sunday.&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1ef53dd26zz26wlxa70xrl238fywamsrfp24nxxysesczwv425r0q6tgcpc&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Stefano Marinelli&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1ef5…gcpc&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2026-01-18T15:06:07Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqst7mlw28p5ucg78tq4ayy3ngxsvgxpv7d7xx98yv0ccuxwh3axh3gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gxc0azy</id>
    
      <title type="html">Slackware / X11. pekwm for daily use, evilwm when I want ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqst7mlw28p5ucg78tq4ayy3ngxsvgxpv7d7xx98yv0ccuxwh3axh3gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gxc0azy" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs029e4ljzn75zgelwx5ykm3tuk9f6fzg3la03hhglpgd4hml0dkwsac92mm&#39;&gt;nevent1q…92mm&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Slackware / X11. pekwm for daily use, evilwm when I want something ultra-minimal.&lt;br/&gt;&lt;br/&gt;#slackware
    </content>
    <updated>2026-01-18T15:01:46Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsy3zdpw8gstwd8azmhxlamneazj9tlvw72d6a6lmdnduu2ffshltszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gzukg9m</id>
    
      <title type="html">This inspired me to do the same. My site is now text-first: plain ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsy3zdpw8gstwd8azmhxlamneazj9tlvw72d6a6lmdnduu2ffshltszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gzukg9m" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2x5t0nv40hshndyvazqzfjvcavjduedrwfmzhehj2swglw5ds32cw6cpka&#39;&gt;nevent1q…cpka&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;This inspired me to do the same.&lt;br/&gt;My site is now text-first: plain text as the source of truth, HTML only for navigation.&lt;br/&gt;&lt;a href=&#34;https://4c6e.xyz/&#34;&gt;https://4c6e.xyz/&lt;/a&gt;
    </content>
    <updated>2026-01-17T05:42:45Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqst9w4kpv4nh78xphpa89eshyvlqchjrmjx3ypc6jcl8zq4uxyle3gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gc3jj9l</id>
    
      <title type="html">For me, boring is a feature.</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqst9w4kpv4nh78xphpa89eshyvlqchjrmjx3ypc6jcl8zq4uxyle3gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gc3jj9l" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsx3h4w6ve44rngyjg6z3y64tq2lhz35zypvqzdcl8qjz9j67fq3sqw95r09&#39;&gt;nevent1q…5r09&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;For me, boring is a feature.
    </content>
    <updated>2026-01-10T14:06:35Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsqxh6jh9m3a64d8ge95dsay2rvw4d8amjq9sherd7chyf6wtlhssszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g723c6m</id>
    
      <title type="html">very nice!</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqxh6jh9m3a64d8ge95dsay2rvw4d8amjq9sherd7chyf6wtlhssszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g723c6m" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsy75kl6xxuefwn7hwqfv35cehmju9m0wfyf9qae7u8mn28f4xdq7q6pawwh&#39;&gt;nevent1q…awwh&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;very nice!
    </content>
    <updated>2026-01-09T16:00:44Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspwc79c83lyqu7m0tkfy9vcjk2s8ctnjxlwfn29t0gzlg8vfl9guszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03ga89mqh</id>
    
      <title type="html">i actually think the spartan side is the interesting part 🙂 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspwc79c83lyqu7m0tkfy9vcjk2s8ctnjxlwfn29t0gzlg8vfl9guszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03ga89mqh" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8fsc73j82f7ywrttse9t87pasl3jfrq3smdhzs9s2h24zx38exwqj3rmkq&#39;&gt;nevent1q…rmkq&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;i actually think the spartan side is the interesting part 🙂 daily use, simple workflows, and what stays after the novelty wears off.
    </content>
    <updated>2026-01-08T21:02:39Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsyyvd60lm69epetn3vx6gxzwjsspglj2y7a4vk0ge5nfgkxjfh2jqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gfhlp02</id>
    
      <title type="html">I’d really enjoy more articles about OpenBSD as a desktop OS -- ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsyyvd60lm69epetn3vx6gxzwjsspglj2y7a4vk0ge5nfgkxjfh2jqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gfhlp02" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsqw97de4fn3u08d4n24tysfwjhjjjhy88f5jt0hfnqha2kfv6a7tc4x3kw6&#39;&gt;nevent1q…3kw6&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I’d really enjoy more articles about OpenBSD as a desktop OS -- daily use, hardware, workflows, and the little details you only notice when you live in it.
    </content>
    <updated>2026-01-08T19:31:27Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsdz25gyrca0hzwye7nzxxrcd2lj0hwmuv6yzvldqztf4tzuz4zv0qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g3gzkys</id>
    
      <title type="html">Clean and intentional. That’s always satisfying to see.</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsdz25gyrca0hzwye7nzxxrcd2lj0hwmuv6yzvldqztf4tzuz4zv0qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g3gzkys" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsv4rgrgzsenh0cjynjak9hqt2fkxeaj8x5fl4uwmgjgclvj23r7xgrr488k&#39;&gt;nevent1q…488k&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Clean and intentional. That’s always satisfying to see.
    </content>
    <updated>2026-01-08T17:39:38Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsydvvvcdpq897yagwlqz3hngh6qwnuzwgmntjlgflatvn8ralzwrszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gpd0ssy</id>
    
      <title type="html">Internal monitoring can go dark. External monitoring tells the ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsydvvvcdpq897yagwlqz3hngh6qwnuzwgmntjlgflatvn8ralzwrszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gpd0ssy" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdmwdwpcprpnte2eysxmz8gdtg7dv0977w5x3pn279lldjtcwu36qdveylm&#39;&gt;nevent1q…eylm&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Internal monitoring can go dark.&lt;br/&gt;External monitoring tells the truth.&lt;br/&gt;&lt;br/&gt;Great example of why both matter.
    </content>
    <updated>2026-01-08T17:28:19Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsv933jj27shryeve02p7fqafyjk52zaxghj2muxf6c5qq9whgdcrqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03grxlj9f</id>
    
      <title type="html">Really nice to see this: Game of Trees Hub (GOT) A Git hosting ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsv933jj27shryeve02p7fqafyjk52zaxghj2muxf6c5qq9whgdcrqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03grxlj9f" />
    <content type="html">
      Really nice to see this: Game of Trees Hub (GOT)&lt;br/&gt;A Git hosting service built on OpenBSD and Game of Trees, transparently funded via Open Collective.&lt;br/&gt;&lt;br/&gt;Small, boring, security-first, and run by people who actually care about infrastructure.&lt;br/&gt;Feels like one of the first real BSD-native Git hosting services.&lt;br/&gt;&lt;br/&gt;This is the kind of thing BSD folks quietly smile about. 🐡&lt;br/&gt;&lt;br/&gt;👉 &lt;a href=&#34;https://gothub.org/&#34;&gt;https://gothub.org/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#OpenBSD #BSD #GameOfTrees #Git #FOSS
    </content>
    <updated>2026-01-07T19:24:32Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqst4mgv208cu8k6yfspa6lhjacn0tvzr8t89e7r7hytzmu0pdqpwcqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g0mtv0v</id>
    
      <title type="html">In a world of increasing complexity, Slackware offers a ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqst4mgv208cu8k6yfspa6lhjacn0tvzr8t89e7r7hytzmu0pdqpwcqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g0mtv0v" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsr7nre3xqk59249hdl332mav405ftg0ty74ntcl4jzz9r93yr5jhsuy4mgd&#39;&gt;nevent1q…4mgd&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;In a world of increasing complexity, Slackware offers a refreshing return to the elegance of Unix principles.&lt;br/&gt;#Slackware #KISS
    </content>
    <updated>2026-01-05T19:47:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrx5tyvxdfetakhukqkx9mprdkfje234levmsnt5jn6tget9x3d4qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gnzk0tn</id>
    
      <title type="html">Big thanks to @npub1ysc…ffqw for snac2 -- a fantastic release. ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrx5tyvxdfetakhukqkx9mprdkfje234levmsnt5jn6tget9x3d4qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gnzk0tn" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsfnezqfcxz3467c445yfarxlkylx44em5jx9pj08uk9cf777xqtmq9h5hj6&#39;&gt;nevent1q…5hj6&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Big thanks to &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1yscgqlwkcfe68mcdlm9g7qc73ftd020cn7yk05s329j3j7ftenrswuffqw&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;The Real Grunfink&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1ysc…ffqw&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; for snac2 -- a fantastic release.&lt;br/&gt;Simple, fast, and thoughtfully implemented, as always.&lt;br/&gt;&lt;br/&gt;And a special thanks to &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1ef53dd26zz26wlxa70xrl238fywamsrfp24nxxysesczwv425r0q6tgcpc&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Stefano Marinelli&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1ef5…gcpc&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; for running snac.bsd.cafe and&lt;br/&gt;keeping the instance already up to date. Much appreciated!
    </content>
    <updated>2026-01-05T14:01:55Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsqvp2zxyzatkm0kvgm297gz2c57wuc8qr29zkcn8zxy05e3xts6lczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03guh2smc</id>
    
      <title type="html">Yeah, that’s exactly my experience too. Even on -current, the ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqvp2zxyzatkm0kvgm297gz2c57wuc8qr29zkcn8zxy05e3xts6lczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03guh2smc" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsycmx82n89aerwtu4uqg8knkhzzccf74h9ecre9xvzg32z7cyr6qqvh09uu&#39;&gt;nevent1q…09uu&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yeah, that’s exactly my experience too.&lt;br/&gt;Even on -current, the fundamentals are very solid, and large update batches usually just reflect steady maintenance rather than instability. That reliability is really what keeps me on Slackware as well -- boring in the best possible way 🙂
    </content>
    <updated>2026-01-05T13:54:51Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxf3h6zlfxelewcr48z4uhgxzcg4zkgn8u3atghk0l6ge0894uhpczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gpq6d0q</id>
    
      <title type="html">Yes, I agree with you -- same here, I’m on -current daily. I ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxf3h6zlfxelewcr48z4uhgxzcg4zkgn8u3atghk0l6ge0894uhpczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gpq6d0q" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsx60r5jkazpr0gv33tg9e75k8nqg5kjp48yulsyqvccus5arkfx9s0jtqnt&#39;&gt;nevent1q…tqnt&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yes, I agree with you -- same here, I’m on -current daily. I just wanted to point out that 15.0 still works very well; for gaming, though, -current is usually the better choice.
    </content>
    <updated>2026-01-05T05:00:01Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsy8m2l6a0pshwd85yjmmx2d0mcthp4hph0y9qr5ekcq4975dsq3zqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g8lvjdj</id>
    
      <title type="html">Slackware 15.0 is often called “outdated,” but the ChangeLog ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsy8m2l6a0pshwd85yjmmx2d0mcthp4hph0y9qr5ekcq4975dsq3zqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g8lvjdj" />
    <content type="html">
      Slackware 15.0 is often called “outdated,” but the ChangeLog tells a different story.&lt;br/&gt;&lt;br/&gt;Since release, 15.0 has received not only security fixes, but also new packages and updates that match or closely track&lt;br/&gt;Slackware-current (glibc-zoneinfo, curl, kernel firmware, and Mozilla ESR/SeaMonkey).&lt;br/&gt;&lt;br/&gt;It also maintains supported versions of PHP in its extra directory and updated Rust in testing to support modern software.&lt;br/&gt;What diverges in -current is mostly graphics stacks, toolchains, and desktop layers.&lt;br/&gt;&lt;br/&gt;Slackware 15.0 is not frozen -- it is maintained by design.&lt;br/&gt;&lt;br/&gt;#slackware #linux #unix #opensource
    </content>
    <updated>2026-01-05T02:52:06Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxxjy9flevdl53xfv74d0lvtt5y4y6sfstzjqpe99fc5ye07hxscqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gu8meqs</id>
    
      <title type="html">Good to hear COSMIC on Slackware behaved nicely. The minimal ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxxjy9flevdl53xfv74d0lvtt5y4y6sfstzjqpe99fc5ye07hxscqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gu8meqs" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsy0lqhmrs4l4n70rexg4qjp7w5nmzqd2refnmjcm84y22zyw2wlxqfhpxnm&#39;&gt;nevent1q…pxnm&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Good to hear COSMIC on Slackware behaved nicely.&lt;br/&gt;The minimal setup looks great -- I’ll likely try COSMIC myself, keeping it as stripped-down as possible.&lt;br/&gt;Curious to see your tweaks next week 🙂
    </content>
    <updated>2026-01-04T12:08:43Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0w2r670rqpscfhnpg8eetfgqqd49sg9g5s9w4fxf0gvhw4e0u4xgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g9wkkaz</id>
    
      <title type="html">nice shot!</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0w2r670rqpscfhnpg8eetfgqqd49sg9g5s9w4fxf0gvhw4e0u4xgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g9wkkaz" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxgmr64zqcv6ju5tv7vp9rs665zj9vatnlqmkfjldycksllpuq8vqjp72rf&#39;&gt;nevent1q…72rf&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;nice shot!
    </content>
    <updated>2026-01-04T11:58:51Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsggsq55gg68x0pq0rpheqs4wa5g3p2yz4x5xygxcvsqcaf8cf0m4qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g9e3r2x</id>
    
      <title type="html">Yep, that’s fair mobile sync is where Bitwarden really wins.</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsggsq55gg68x0pq0rpheqs4wa5g3p2yz4x5xygxcvsqcaf8cf0m4qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g9e3r2x" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2ed8njcdu2jgmggt6fvs937c43muhqkwfap5ysyxelfqz94jz5dgau3jdu&#39;&gt;nevent1q…3jdu&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yep, that’s fair  mobile sync is where Bitwarden really wins.
    </content>
    <updated>2026-01-04T11:57:16Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsq37qg6kgefj5erl7t8drkphe7rm47qqnhulu70cvrvvafntsu6xqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g26znd6</id>
    
      <title type="html">[NEW] pass Address Book for mutt Using Password Store (pass) as ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsq37qg6kgefj5erl7t8drkphe7rm47qqnhulu70cvrvvafntsu6xqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g26znd6" />
    <content type="html">
      [NEW] pass Address Book for mutt&lt;br/&gt;&lt;br/&gt;Using Password Store (pass) as an encrypted address source for mutt.&lt;br/&gt;&lt;br/&gt;Instead of a separate address book or plaintext aliases, mutt sources&lt;br/&gt;aliases directly from pass at runtime. Data stays encrypted at rest and&lt;br/&gt;exists only in memory.&lt;br/&gt;&lt;br/&gt;Simple, auditable, and very Unix.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://4c6e.xyz/code_notes.html&#34;&gt;https://4c6e.xyz/code_notes.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#slackware #mutt #pass #gpg #unix #terminal
    </content>
    <updated>2026-01-04T05:44:48Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqszft8fdg9c0pssfgrrjpaxpwu972dzffzus96awxmczqtwjxrnzqqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03geej6j2</id>
    
      <title type="html">Sorry for the late reply -- this is a fair criticism, and I agree ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqszft8fdg9c0pssfgrrjpaxpwu972dzffzus96awxmczqtwjxrnzqqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03geej6j2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8vzhj2qe7y6ryapmghsq9dawjhjxcude995rcnguc2ec7zfhm8qg42294f&#39;&gt;nevent1q…294f&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Sorry for the late reply -- this is a fair criticism, and I agree with you on the&lt;br/&gt;core issue: tagfiles stop being first-class citizens the moment the installer&lt;br/&gt;exits. There’s no lifecycle connection to slackpkg -- by design.&lt;br/&gt;&lt;br/&gt;That said, I’ve been experimenting with tagfiles as a deliberate project rather&lt;br/&gt;than a convenience feature. I actively use this approach for a jump machine at&lt;br/&gt;work, built on Slackware-current, and I keep the tagfiles updated as -current&lt;br/&gt;evolves.&lt;br/&gt;&lt;br/&gt;The cost is exactly what you describe: manually auditing dependencies and keeping&lt;br/&gt;the set coherent over time. There’s no automation here -- just careful review and&lt;br/&gt;explicit decisions.&lt;br/&gt;&lt;br/&gt;In other words, tagfiles can scale -- but only if you accept that dependency&lt;br/&gt;resolution becomes a human responsibility, not something Slackware tries to&lt;br/&gt;infer or automate.&lt;br/&gt;&lt;br/&gt;In practice, I treat these systems as intentionally “finished”: slackpkg is&lt;br/&gt;used conservatively, often without install-new, and changes are explicit and&lt;br/&gt;reviewed. It’s not elegant, but it’s honest -- and very Slackware.&lt;br/&gt;&lt;br/&gt;I’d love to see better tooling around this, but I’m also wary of solving it in a&lt;br/&gt;way that undermines Slackware’s transparency. Your idea of exploring tagfile&lt;br/&gt;support in slackpkg is interesting precisely because it raises that question.&lt;br/&gt;&lt;br/&gt;For completeness: to detect dependencies when building and updating these&lt;br/&gt;tagfiles, I rely on an existing Slackware helper script that scans for broken&lt;br/&gt;library links. This script helps *identify* missing dependencies, but it does&lt;br/&gt;not resolve them or make decisions -- the review remains manual.&lt;br/&gt;&lt;br/&gt;Script (by mozes@slackware.com, 2010):&lt;br/&gt;&lt;a href=&#34;https://git.sr.ht/~r1w1s1/slackware-scripts/blob/main/find-whatneedsrecompiling&#34;&gt;https://git.sr.ht/~r1w1s1/slackware-scripts/blob/main/find-whatneedsrecompiling&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Tagfiles repo (Slackware-current, used in practice, shared as reference):&lt;br/&gt;&lt;a href=&#34;https://git.sr.ht/~r1w1s1/slackware-tagfiles&#34;&gt;https://git.sr.ht/~r1w1s1/slackware-tagfiles&lt;/a&gt;
    </content>
    <updated>2026-01-03T00:34:50Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsf6a5jzukzkdp5nr30szph37hqy0cn4q2xy7q06da82rmrcdrhq2gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03ggvdngn</id>
    
      <title type="html">Slackware exists as a moral reference in the Linux ecosystem. Not ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsf6a5jzukzkdp5nr30szph37hqy0cn4q2xy7q06da82rmrcdrhq2gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03ggvdngn" />
    <content type="html">
      Slackware exists as a moral reference in the Linux ecosystem.&lt;br/&gt;Not to be popular -- but to remind us what matters.&lt;br/&gt;&lt;br/&gt;Transparency over abstraction.&lt;br/&gt;Stability over novelty.&lt;br/&gt;Responsibility over convenience.&lt;br/&gt;&lt;br/&gt;This video explains why Slackware is loved even when not used daily:&lt;br/&gt;transparent design, stable behavior, no silent changes --  and the honest trade-off of time for control.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://yewtu.be/watch?v=R-gJ7aJJnqg&#34;&gt;https://yewtu.be/watch?v=R-gJ7aJJnqg&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#Slackware #Linux #Unix #Philosophy
    </content>
    <updated>2026-01-02T17:13:45Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqst8gqlvkcphg0uptlczkuldwdpnk57sjclk6lgu2s57zq9gcpk6dgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gltzvya</id>
    
      <title type="html">This is the kind of sustainable FOSS support that actually works: ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqst8gqlvkcphg0uptlczkuldwdpnk57sjclk6lgu2s57zq9gcpk6dgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gltzvya" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsthhghy2sjs5xexgwsnyz5u8d8t7zl3x7dtqptcpahlyh6pcx2h0qtpgd6r&#39;&gt;nevent1q…gd6r&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;This is the kind of sustainable FOSS support that actually works: donating to the tools you use.&lt;br/&gt;FreeBSD and the others listed here deserve it. More of us should do this. Respect. 👏&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1kkf6quxplpsg753nvacpmax0eyjxn8lq5jn7dc6pf54zjp4zhdwse06dgf&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;FreeBSD Foundation&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1kkf…6dgf&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1rqk66wzzvf950ut3ulwumzpulcmhq4qq8gr06jd0qmd4c600tz4q0gdxqz&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Nitrokey&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1rqk…dxqz&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1nsd5eee587lwzxw4sp3562nrg9y0utgmx2xsrewxvj9q36f90eyq8v7jsu&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;The Linux Foundation&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1nsd…7jsu&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1ncyt83v7dhf4u0lec6r0jt93a4rqwauec5eu6wa2azem8ss8w7ls5h3x0q&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;KDE&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1ncy…3x0q&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2025-12-29T14:22:13Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsfm62v8fddfyx26w802nu86r376d7qdt3954e3uy0mjuvhhgfcgzqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g7ywm0h</id>
    
      <title type="html">👉 Why do people use Slackware? One thing people often miss is ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsfm62v8fddfyx26w802nu86r376d7qdt3954e3uy0mjuvhhgfcgzqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g7ywm0h" />
    <content type="html">
      👉 Why do people use Slackware?&lt;br/&gt;&lt;br/&gt;One thing people often miss is continuity.&lt;br/&gt;Slackware isn’t just technically stable , it’s culturally stable.&lt;br/&gt;&lt;br/&gt;The same person, Patrick Volkerding, has guided it for 30 years with the same philosophy: don’t change things unless there’s a real reason.&lt;br/&gt;&lt;br/&gt;For many users, that long-term trust matters more than new features.&lt;br/&gt;&lt;br/&gt;You know what Slackware will be next year, and that’s rare today.&lt;br/&gt;&lt;br/&gt;#Slackware #Linux #UnixPhilosophy #FOSS
    </content>
    <updated>2025-12-21T13:33:11Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsyn99wtr2xwpu5eatulpxm6mcanhlzcenzndwmd0m2cq560mj8knqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gkm6tj2</id>
    
      <title type="html">nice! I used for while dwm&#43;st CC: @npub1rp6…w5et</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsyn99wtr2xwpu5eatulpxm6mcanhlzcenzndwmd0m2cq560mj8knqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gkm6tj2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqstg7l33727xkepq42fn7pch3azwcxlzc6v4ue935v4zu6cncegfdq0y2gyj&#39;&gt;nevent1q…2gyj&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;nice! I used for while dwm&#43;st&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1rp65huha7xkdw3l9w0jt87yzjdlrg54rxq4fw4h0978hm78nttfqjnw5et&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;God Emperor of Mastodon&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1rp6…w5et&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2025-07-10T00:22:26Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsq2m0364vmhyvkgzyuqcagr8lcycewhqwaqwvx8r0cf2zgr5vgn9czyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g00sgru</id>
    
      <title type="html">using icewm :)</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsq2m0364vmhyvkgzyuqcagr8lcycewhqwaqwvx8r0cf2zgr5vgn9czyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g00sgru" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsf6qjrvexel7al23su8yxq0g09eef2ktjjvmwftrqcgmefs20wv0qv84ukr&#39;&gt;nevent1q…4ukr&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;using icewm :)
    </content>
    <updated>2025-07-08T22:49:48Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs0sdu4axv3e8jgk54hg2swvazyf245x3hyuamzzep8l9euq4ageqgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gj4ekz9</id>
    
      <title type="html">Geany 2.1 was released today! As always, it’s great to see this ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs0sdu4axv3e8jgk54hg2swvazyf245x3hyuamzzep8l9euq4ageqgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gj4ekz9" />
    <content type="html">
      Geany 2.1 was released today!&lt;br/&gt;&lt;br/&gt;As always, it’s great to see this lightweight IDE keep getting improvements while staying fast and simple.&lt;br/&gt;&lt;br/&gt;I&amp;#39;ve already updated my personal SlackBuild and am now running Geany 2.1 on Slackware -current.&lt;br/&gt;Everything is working perfectly so far. If you’re on Slackware and want to try the latest Geany, you can grab my updated build script.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://git.sr.ht/~r1w1s1/slackbuilds/tree/main/item/modified/geany&#34;&gt;https://git.sr.ht/~r1w1s1/slackbuilds/tree/main/item/modified/geany&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#slackware #geany
    </content>
    <updated>2025-07-06T15:26:57Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrx09st47p25fus49dfxc0fxdrwqn335fqk3dffmyl2dk0y02xmsczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g9axw42</id>
    
      <title type="html">thank you for your work!!!</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrx09st47p25fus49dfxc0fxdrwqn335fqk3dffmyl2dk0y02xmsczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g9axw42" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8xquljghtpgp7jh65639llrgnmnhr0u2snlxpa5vwxxtd8czuvpg6yr2ck&#39;&gt;nevent1q…r2ck&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;thank you for your work!!!
    </content>
    <updated>2025-06-17T20:10:12Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsqjwzy6kvm3wrdsq04zz4zwddrde7vhtjstcf9x6fj9l9a0ru630gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g9d6hmg</id>
    
      <title type="html">f/8 and be there. (Nov/2012) #streetphotography ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqjwzy6kvm3wrdsq04zz4zwddrde7vhtjstcf9x6fj9l9a0ru630gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g9d6hmg" />
    <content type="html">
      f/8 and be there. (Nov/2012)&lt;br/&gt;#streetphotography&lt;br/&gt; &lt;img src=&#34;https://snac.bsd.cafe/r1w1s1/s/post-0066180ac9ced9f7485fca5058168aec.jpg&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-06-15T17:49:27Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsq9t74fg5yqq489hpnmhvf79c0jke8h6jv2ucu4rec7vsrqgtcnfczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gqwnymw</id>
    
      <title type="html">I&amp;#39;m using fastfetch how do you achieve that? looks like ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsq9t74fg5yqq489hpnmhvf79c0jke8h6jv2ucu4rec7vsrqgtcnfczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gqwnymw" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxte6cyf5nvpf2l4cyzppd2u4czjvddrcqh0hksz7gyx2wcz3c3ycryz0pe&#39;&gt;nevent1q…z0pe&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I&amp;#39;m using fastfetch how do you achieve that? looks like ricing fastfetch :)
    </content>
    <updated>2025-06-15T12:25:01Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxq86lmet7txkddk8gwuxkl77ahd4248t5jmcm3vdylp0u77scysszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gtgdctf</id>
    
      <title type="html">Sandboxing on Linux is powerful but painful. Tools like seccomp ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxq86lmet7txkddk8gwuxkl77ahd4248t5jmcm3vdylp0u77scysszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gtgdctf" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs22exc5s3vftvvagwjnfj83l9ca0nsyv4fgxuhqqk7awymxpwpqncnu4a4p&#39;&gt;nevent1q…4a4p&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Sandboxing on Linux is powerful but painful.&lt;br/&gt;Tools like seccomp and landlock are complex and hard to adopt compared to OpenBSD’s pledge or&lt;br/&gt;FreeBSD’s capsicum, which are much simpler and better documented.&lt;br/&gt;&lt;br/&gt;Simplicity wins.&lt;br/&gt;&lt;br/&gt;#unix #linux #infosec
    </content>
    <updated>2025-06-12T00:53:38Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsp7ag7m06tyjqfc9m4420tjrl3z2325zw5zsqakxy0jcealkpt3ugzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gvzrd94</id>
    
      <title type="html">yeah :(</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsp7ag7m06tyjqfc9m4420tjrl3z2325zw5zsqakxy0jcealkpt3ugzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gvzrd94" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsprxjyy7tn4lk422m3d7zl7pqhltz2ew90sxuhuzjkxz9vwa8qdcs60vwzw&#39;&gt;nevent1q…vwzw&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;yeah :(
    </content>
    <updated>2025-06-11T18:21:43Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsqgn75zsv3t5lkm0x65g8vtfyjzqn7qh43a3h65dv34s6jdn7x27gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gjatqaf</id>
    
      <title type="html">https://mastodon.social/@alatiera/114661446785833161 What&amp;#39;s ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsqgn75zsv3t5lkm0x65g8vtfyjzqn7qh43a3h65dv34s6jdn7x27gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gjatqaf" />
    <content type="html">
      &lt;a href=&#34;https://mastodon.social/@alatiera/114661446785833161&#34;&gt;https://mastodon.social/@alatiera/114661446785833161&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;What&amp;#39;s happening with this people?
    </content>
    <updated>2025-06-11T15:06:38Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsg3pfvsute9qyau8qklwsxnpmy73ds7388eufxr70vghgw3zj5lyczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gvapme6</id>
    
      <title type="html">I use icedesert</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsg3pfvsute9qyau8qklwsxnpmy73ds7388eufxr70vghgw3zj5lyczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gvapme6" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsw3tulr7snlr5qzq54uvdlj6fjgww8t0hsjtp9ra8rtdy43tz6e3q5ntc4n&#39;&gt;nevent1q…tc4n&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I use icedesert
    </content>
    <updated>2025-06-10T17:48:33Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrphus8hh6aahcp6v585vleputwuq2g8nkg84jq3lwq49d4yqprmgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gezuzgc</id>
    
      <title type="html">Just me, my ThinkPad, a white mouse, and Slackware. No frills. ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrphus8hh6aahcp6v585vleputwuq2g8nkg84jq3lwq49d4yqprmgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gezuzgc" />
    <content type="html">
      Just me, my ThinkPad, a white mouse, and Slackware.&lt;br/&gt;No frills. Just control. 🐧🖤&lt;br/&gt; &lt;img src=&#34;https://snac.bsd.cafe/r1w1s1/s/post-d187cdb50b6c1d220dad3ba9fd7b810f.jpg&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-06-09T20:33:33Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspfpqntldxle0yqnqdav457lsjf3y96jd5dv3s3afm33daue8jazqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gd8ye7d</id>
    
      <title type="html">yes I can see.</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspfpqntldxle0yqnqdav457lsjf3y96jd5dv3s3afm33daue8jazqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gd8ye7d" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsrw32n4vlpyxrh9cn8pt8yg9rs3z7xxskl7578l5pm8s483guzxxg0j2djw&#39;&gt;nevent1q…2djw&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;yes I can see.
    </content>
    <updated>2025-06-08T02:16:45Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsplqnv543d2h6u9t96gch5d5luyc3h40rsen2v49xfz6532sd9urszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g728sl9</id>
    
      <title type="html">The latest version of Snac (2.78) works great on Moshidon. #snac2 ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsplqnv543d2h6u9t96gch5d5luyc3h40rsen2v49xfz6532sd9urszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g728sl9" />
    <content type="html">
      The latest version of Snac (2.78) works great on Moshidon.&lt;br/&gt;&lt;br/&gt;#snac2 #moshidon
    </content>
    <updated>2025-06-07T17:49:47Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrehjjnggr5layh8859da454cv8gndzd0ku80y49v67nmex5l4rvqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g772sst</id>
    
      <title type="html">Yes for sure ☺ While I don&amp;#39;t use ed as much as I&amp;#39;d ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrehjjnggr5layh8859da454cv8gndzd0ku80y49v67nmex5l4rvqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g772sst" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsgmq6vydyl2c6v3c3jd3td89qahxrln5dq2vu0enhqczlf66njq2cm8kup2&#39;&gt;nevent1q…kup2&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yes for sure ☺&lt;br/&gt;&lt;br/&gt;While I don&amp;#39;t use ed as much as I&amp;#39;d like, I&amp;#39;m actively trying to change that.&lt;br/&gt;To push myself, I&amp;#39;ve even created some personal challenges.&lt;br/&gt;I&amp;#39;m also working through &amp;#34;Ed Mastery: The Standard Unix Text Editor.&amp;#34;&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1ksfsk7zf88lk37thy0w5254empykpkw2aenr3chpnjv7wp2usyjsgmr6s6&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Michael W Lucas :flan_on_fire:&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1ksf…r6s6&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2025-05-08T15:10:08Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs8r7k7mz9x4mzsllz04l2n486dzxd74zc5hrrqf20xsd5xcusat6qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gtkss49</id>
    
      <title type="html">Yes, it requires a bit of effort at first, but I&amp;#39;m getting ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs8r7k7mz9x4mzsllz04l2n486dzxd74zc5hrrqf20xsd5xcusat6qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gtkss49" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8wa2zj7338xjdwl7nfvhl6nd62eutr2hvnhz7gslk8j24smy36hgex55z4&#39;&gt;nevent1q…55z4&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Yes, it requires a bit of effort at first, but I&amp;#39;m getting the hang of it.
    </content>
    <updated>2025-05-08T11:07:14Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsr38amujj73ega90kqh9798gz0rr50mjqpfz2e2h9antfe2jrh6rczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g98dzl6</id>
    
      <title type="html">yeah! :) everything is shell script which is very nice.</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsr38amujj73ega90kqh9798gz0rr50mjqpfz2e2h9antfe2jrh6rczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g98dzl6" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsvcumwx3cc73fr4ahv3kmtjglyqc854p8wq9qgnk5z67rfttkecmgh7xtwz&#39;&gt;nevent1q…xtwz&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;yeah! :) everything is shell script which is very nice.
    </content>
    <updated>2025-05-08T10:48:27Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsz4qc7umxxzam2vlpml8vscdnhny7wyxc9l2uyvj79lcycu8s5prszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gg346rz</id>
    
      <title type="html">yeah simple shell like rc :)</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsz4qc7umxxzam2vlpml8vscdnhny7wyxc9l2uyvj79lcycu8s5prszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gg346rz" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxs24wgj2yy0qx0p2ggyv986lfz470gw6h3yy4c6qs4xpnjp0wv7guhvvq0&#39;&gt;nevent1q…vvq0&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;yeah simple shell like rc :)
    </content>
    <updated>2025-05-08T10:34:28Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqszf87kp2d5cgd7a36h3esgsxflueywp00pwlht37twrx8undu5p6czyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gw2ynpc</id>
    
      <title type="html">No, go ahead. CC: @npub1ef5…gcpc</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqszf87kp2d5cgd7a36h3esgsxflueywp00pwlht37twrx8undu5p6czyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gw2ynpc" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsrkyp6sw9804hle3w0fgq5etsvu9fe3cl6jf0t5nmnqtneaurwnvgwkpms0&#39;&gt;nevent1q…pms0&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;No, go ahead.&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1ef53dd26zz26wlxa70xrl238fywamsrfp24nxxysesczwv425r0q6tgcpc&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Stefano Marinelli&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1ef5…gcpc&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2025-05-08T10:32:39Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsr6nly2f43a8dsfej9sz4aajlgseymd7kgvtrj8xm06kk45j0409qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03ge9wppd</id>
    
      <title type="html">lets do! CC: @npub1wy2…hy0n</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsr6nly2f43a8dsfej9sz4aajlgseymd7kgvtrj8xm06kk45j0409qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03ge9wppd" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsynzv2ecxhxcqa26vnc45yc4ly0d7kxhdm5x2qskmk5pspyae6ltq7xuw4u&#39;&gt;nevent1q…uw4u&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;lets do!&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1wy2ms4m4cdq2y3uyxlfm8v6lnxk2w2daek2vlnvtqet3qf2e8ulsefhy0n&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Mark&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1wy2…hy0n&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2025-05-08T00:37:41Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvhng7stdk376e29zarmyx35ys5hw6jntfrzkmn5rcrvw4sqjukegzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g0m6jv4</id>
    
      <title type="html">I’ve been exploring a more minimalist approach in my tools ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvhng7stdk376e29zarmyx35ys5hw6jntfrzkmn5rcrvw4sqjukegzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g0m6jv4" />
    <content type="html">
      I’ve been exploring a more minimalist approach in my tools lately, and part of that includes trying to use nvi more often instead of Vim. To make the transition easier (for myself and anyone else interested), I put together a simple nvi quick reference:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://4c6e.xyz/nvi.html&#34;&gt;https://4c6e.xyz/nvi.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;It’s not meant to be exhaustive, just a practical guide to help get things done with a lighter touch.&lt;br/&gt;&lt;br/&gt;#nvi #vi #vim #minimalism
    </content>
    <updated>2025-05-07T23:19:46Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsq72dw5lhkqmp7dfh84l5pjgvgacdmx6du60ffdztyeych3j5s9lgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g3yrrn2</id>
    
      <title type="html">I forgot to mention yesterday—I made a quick reference for nvi. ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsq72dw5lhkqmp7dfh84l5pjgvgacdmx6du60ffdztyeych3j5s9lgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g3yrrn2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8l707qgq6cha385mp7n3jnnjzexyrv7avd76ywfvs2rqxlxtmrcsc3g4tl&#39;&gt;nevent1q…g4tl&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I forgot to mention yesterday—I made a quick reference for nvi.&lt;br/&gt;It&amp;#39;s simpler than Vim, which is what I use most of the time now.&lt;br/&gt;&lt;a href=&#34;https://4c6e.xyz/nvi.html&#34;&gt;https://4c6e.xyz/nvi.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#nvi #vim #minimalism
    </content>
    <updated>2025-05-07T22:54:16Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsw7mtkysr45uqhdcjcpc5tlzcr3l7rx5fp9up0muljmjd2fa2y99qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g7lkhlg</id>
    
      <title type="html">I’ve been using Slackware for almost 20 years, but to be ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsw7mtkysr45uqhdcjcpc5tlzcr3l7rx5fp9up0muljmjd2fa2y99qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g7lkhlg" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8l707qgq6cha385mp7n3jnnjzexyrv7avd76ywfvs2rqxlxtmrcsc3g4tl&#39;&gt;nevent1q…g4tl&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I’ve been using Slackware for almost 20 years, but to be honest, I haven’t used rpm2tgz much.&lt;br/&gt;I usually stick with native Slackware packages or build from source when needed.&lt;br/&gt;That said, there are cases like Google Chrome where a .deb package is converted into a .tgz.&lt;br/&gt;Slackware even provides an example of this in the extra directory:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://mirrors.kernel.org/slackware/slackware64-current/extra/google-chrome/README&#34;&gt;https://mirrors.kernel.org/slackware/slackware64-current/extra/google-chrome/README&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#slackware
    </content>
    <updated>2025-05-07T22:51:14Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqszmsmh02q3m9lh9hde5s5s6dq89ktzh8z5tf80waszlpqp85ggmngzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gp9ufrv</id>
    
      <title type="html">Nice! I saw tkRemind in the video looks simple and nice. CC: ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqszmsmh02q3m9lh9hde5s5s6dq89ktzh8z5tf80waszlpqp85ggmngzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gp9ufrv" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsx89th9ly0k2raf68h0t22npmn2e593wjdarhn53dv7pglyt9ucecp6w5e4&#39;&gt;nevent1q…w5e4&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Nice! I saw tkRemind in the video looks simple and nice.&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1xeyh9u0j8xqdmlr3w20lcm9u027c662v66hyf9qztssmmfpyg7fqmsvhnv&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;npub1xeyh9u0j8xqdmlr3w20lcm9u027c662v66hyf9qztssmmfpyg7fqmsvhnv&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1xey…vhnv&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2025-05-07T19:50:17Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqstl64ykkechqhl5404e0xm6226088wtf0e8xajyfu56pcv8jdhn7qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03guydzn4</id>
    
      <title type="html">Your remind(1) blog and the developer&amp;#39;s video have me wanting ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqstl64ykkechqhl5404e0xm6226088wtf0e8xajyfu56pcv8jdhn7qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03guydzn4" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs95de9jd7sajygf0ejrp3qj6yrj08vh3j5ylcuq5hrwm85gvzjt3qqnca6a&#39;&gt;nevent1q…ca6a&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Your remind(1) blog and the developer&amp;#39;s video have me wanting a terminal-based reminder experience akin to the interactivity I enjoy with aerc.&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1xeyh9u0j8xqdmlr3w20lcm9u027c662v66hyf9qztssmmfpyg7fqmsvhnv&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;npub1xeyh9u0j8xqdmlr3w20lcm9u027c662v66hyf9qztssmmfpyg7fqmsvhnv&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1xey…vhnv&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2025-05-07T17:53:47Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsw8x0yupgxscyrdywy5txxlwqfjnt58mhzwax988eywzx6u80e7rqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g3mppav</id>
    
      <title type="html">I found x220 in a good condition, let see the seller is able to ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsw8x0yupgxscyrdywy5txxlwqfjnt58mhzwax988eywzx6u80e7rqzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g3mppav" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswy4ztax79wltrnd348lyj59e0gfef6wjvm7ypfv5d3alqpvg9jlsz2y2cc&#39;&gt;nevent1q…y2cc&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I found x220 in a good condition, let see the seller is able to send to my home address.
    </content>
    <updated>2025-05-07T16:47:45Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs07f68h4xnd2tj456q3hl6htc7uem6r63epd5m3h8nfv7w4zxsm8czyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g5pegj7</id>
    
      <title type="html">welcome!</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs07f68h4xnd2tj456q3hl6htc7uem6r63epd5m3h8nfv7w4zxsm8czyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g5pegj7" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsp7qzkn5rfv5qg6vwcae2cjy4x4gs8ztqn8kjvcaxrakcre6ck83gs35v0h&#39;&gt;nevent1q…5v0h&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;welcome!
    </content>
    <updated>2025-05-07T13:06:02Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswy04rp43uec0cwtkpejsd8zlxe0xjn7qwh0heskxcn8zn9amx46gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gum8mg0</id>
    
      <title type="html">https://fedi-relay.gyptazy.com/ I think it&amp;#39;s use here in ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswy04rp43uec0cwtkpejsd8zlxe0xjn7qwh0heskxcn8zn9amx46gzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gum8mg0" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs9nmcf7ny3k4fcd0ffszc4ncswdl9hdqpmwgdxpe92qka9987fd6gyez4sa&#39;&gt;nevent1q…z4sa&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://fedi-relay.gyptazy.com/&#34;&gt;https://fedi-relay.gyptazy.com/&lt;/a&gt;&lt;br/&gt;I think it&amp;#39;s use here in bad.cafe
    </content>
    <updated>2025-05-07T01:30:45Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvs76j78c2ntw9cjesytfeemxqh2tnrnztnq2584hxz3epfn67asgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gk9uxu6</id>
    
      <title type="html">Hi Stu, I&amp;#39;m away from my computer but take a look ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvs76j78c2ntw9cjesytfeemxqh2tnrnztnq2584hxz3epfn67asgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gk9uxu6" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsx5p9ffgluzgqzf3ll8zqjca0c0qjm63qjvedc6te8a8jex5lenqqwvypr6&#39;&gt;nevent1q…ypr6&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Hi Stu,&lt;br/&gt;&lt;br/&gt;I&amp;#39;m away from my computer but take a look&lt;br/&gt;&lt;a href=&#34;https://vimsheet.com/&#34;&gt;https://vimsheet.com/&lt;/a&gt;, normally I use &amp;#34;x&amp;#34; in normal mode.
    </content>
    <updated>2025-05-06T20:56:46Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsvmfntzrfnet25vmxuhk8t2t07v6zmrhhgevse6lcxwzfgvpa0gzczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gq84rz8</id>
    
      <title type="html">Also good one :)</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvmfntzrfnet25vmxuhk8t2t07v6zmrhhgevse6lcxwzfgvpa0gzczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gq84rz8" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsw978z86uc6rdcupesh77kdlnxzdzdlg6evx7367547jgrfuh8n8cmfsqqz&#39;&gt;nevent1q…sqqz&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Also good one :)
    </content>
    <updated>2025-05-06T14:26:36Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqswjn7av8s9h7zgqrf3vw309zfelsd6ckf8dwtfcqagdnduy2ttj7qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gvsrsxy</id>
    
      <title type="html">I use #slackware current on my T480. :) if you need any help let ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqswjn7av8s9h7zgqrf3vw309zfelsd6ckf8dwtfcqagdnduy2ttj7qzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gvsrsxy" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs9epwz53wxv3ckwm3eqdtwtaf7ya64tmwnnldlmc3q0gatew9auwq72rp2f&#39;&gt;nevent1q…rp2f&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I use #slackware current on my T480. :) if you need any help let me know, I have some post on my blog about Slackware.
    </content>
    <updated>2025-05-06T13:03:36Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxnjdltc66fyhtqce45tdkln9xfuw87v73u9xpl73svmye9ugha7szyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gnscj9v</id>
    
      <title type="html">thank you @npub1hd9…tkwc I will check now. CC: @npub1hd9…tkwc</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxnjdltc66fyhtqce45tdkln9xfuw87v73u9xpl73svmye9ugha7szyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gnscj9v" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsdl3kl5vfruc6p0kmjaelx7vx6qv5sz325nvyy4thdcrckqcakvhq6sle7k&#39;&gt;nevent1q…le7k&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;thank you &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1hd9kduvqry2fsmadf4wzec9ff4z8rpqf4qz48p447032sak9p25qhctkwc&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Blain Smith&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1hd9…tkwc&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; I will check now.&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1hd9kduvqry2fsmadf4wzec9ff4z8rpqf4qz48p447032sak9p25qhctkwc&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Blain Smith&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1hd9…tkwc&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2025-05-06T13:02:32Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs8zkjjdlyjnvt9cv2kulj8005yxc5f6wnhseuhqdpgv7kk6xddr8czyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g4wuxuq</id>
    
      <title type="html">Dreaming of getting my hands on a Lenovo ThinkPad X201 tablet ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs8zkjjdlyjnvt9cv2kulj8005yxc5f6wnhseuhqdpgv7kk6xddr8czyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g4wuxuq" />
    <content type="html">
      Dreaming of getting my hands on a Lenovo ThinkPad X201 tablet someday! Imagine the possibilities with a clean install of Slackware. That legendary keyboard and robust build would be perfect for a lightweight and customizable Linux experience. Anyone in Brazil 🇧🇷 know where to find these gems? Let&amp;#39;s make it happen! 🤩&lt;br/&gt;#ThinkPad #Lenovo #Slackware #LinuxDreams #RetroTech&lt;br/&gt; &lt;img src=&#34;https://snac.bsd.cafe/r1w1s1/s/post-95381ddff21c3f6b705ea7e53b8f798e.jpg&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-05-06T10:49:31Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspjdaqznykq35s5k7h0e4y4fzq8f2dwnhlp5z9dkyf89fp2e0kzdszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gg43e9d</id>
    
      <title type="html">Nice idea maybe stow can help you with handle synlink ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspjdaqznykq35s5k7h0e4y4fzq8f2dwnhlp5z9dkyf89fp2e0kzdszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gg43e9d" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8ve2yzf78n4jx2e2etckxvdfh7kqlqu059882ksp7a38cwl3sp3cgkvvye&#39;&gt;nevent1q…vvye&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Nice idea maybe stow can help you with handle synlink&lt;br/&gt;&lt;a href=&#34;https://www.gnu.org/software/stow/manual/stow.html&#34;&gt;https://www.gnu.org/software/stow/manual/stow.html&lt;/a&gt;
    </content>
    <updated>2025-05-06T09:35:30Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsrcm25n53rs4r0uwlpd7sxp6y98r3jd0244nzn3ulma9vgxc9qnaszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gts8lyc</id>
    
      <title type="html">One more #slackware user :) those are all shell scripts.</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsrcm25n53rs4r0uwlpd7sxp6y98r3jd0244nzn3ulma9vgxc9qnaszyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gts8lyc" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs072pycnmp4r6hy7w2lwafqky5pgs2mszulmm99srkrk369x8985ce6hc0w&#39;&gt;nevent1q…hc0w&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;One more #slackware user :) those are all shell scripts.
    </content>
    <updated>2025-05-06T03:38:39Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsxnuwqyjaug7hyuc2z7jc9htrrjv39e3sssf0qdhgtef8n6pmdzmgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gha57d2</id>
    
      <title type="html">Great idea! I also like customizing my login messages, and I’ve ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsxnuwqyjaug7hyuc2z7jc9htrrjv39e3sssf0qdhgtef8n6pmdzmgzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gha57d2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsfn6afystl6ph63mtyyga09ne4m9ue7d0jm2652uj0vanml54u70s96casn&#39;&gt;nevent1q…casn&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Great idea! I also like customizing my login messages, and I’ve done something similar on Slackware.&lt;br/&gt;I created a simple how-to on setting up fortune and cowsay for a fun and informative login message.&lt;br/&gt;You can check it out here:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://4c6e.xyz/code_notes.html&#34;&gt;https://4c6e.xyz/code_notes.html&lt;/a&gt; (Slackware Cowsay)&lt;br/&gt;&lt;br/&gt;It&amp;#39;s a nice touch to bring a bit of personality to the terminal! 💻✨&lt;br/&gt;#slackware #cowsay #bash&lt;br/&gt;&lt;br/&gt;CC: &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1l5has25tt9xu5dfa2qcxtjk60v6rg9cedhgyq3arktpn57rgrpzskj79na&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;npub1l5has25tt9xu5dfa2qcxtjk60v6rg9cedhgyq3arktpn57rgrpzskj79na&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1l5h…79na&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2025-05-05T22:58:38Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsfn6afystl6ph63mtyyga09ne4m9ue7d0jm2652uj0vanml54u70szyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g2ccvy2</id>
    
      <title type="html">its time to adapt the blog post to use in #slackware :)</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsfn6afystl6ph63mtyyga09ne4m9ue7d0jm2652uj0vanml54u70szyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g2ccvy2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqswz9424aeqz5k2e7xenj2dy9u0z7mtzhu48mwmz9vxt7nuf78cf8g55aj3g&#39;&gt;nevent1q…aj3g&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;its time to adapt the blog post to use in #slackware :)
    </content>
    <updated>2025-05-05T15:30:49Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqspdkzc46wmhv28g6jrmt6zy8kxgqurad7g0futr3nnlw9uy7t3rqczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gc8n9ew</id>
    
      <title type="html">#fzf 0.62.0 released! New alt-bg for striped rows, multiline ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqspdkzc46wmhv28g6jrmt6zy8kxgqurad7g0futr3nnlw9uy7t3rqczyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gc8n9ew" />
    <content type="html">
      #fzf 0.62.0 released! New alt-bg for striped rows, multiline --color, and better Fish CTRL-R.&lt;br/&gt;Release: &lt;a href=&#34;https://github.com/junegunn/fzf/releases/tag/v0.62.0&#34;&gt;https://github.com/junegunn/fzf/releases/tag/v0.62.0&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;I’ve updated my personal SlackBuild too:&lt;br/&gt;&lt;a href=&#34;https://git.sr.ht/~r1w1s1/slackbuilds/tree/main/item/fzf&#34;&gt;https://git.sr.ht/~r1w1s1/slackbuilds/tree/main/item/fzf&lt;/a&gt;&lt;br/&gt;#slackware
    </content>
    <updated>2025-05-04T13:21:21Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqs90gj6qlx279jles540wzaqtegyfk7zuvmzmlnfcq5mhf5767nungzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gxzf50n</id>
    
      <title type="html">&#43;dovecot</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqs90gj6qlx279jles540wzaqtegyfk7zuvmzmlnfcq5mhf5767nungzyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03gxzf50n" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxel4vdjrjc6nqzjm8yqzep6svgms25f3akr22lpw0fmqk5fcwstq905fta&#39;&gt;nevent1q…5fta&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;&#43;dovecot
    </content>
    <updated>2025-05-04T11:56:32Z</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsgdxpqsgneyj9q0rq0hd9pl5z6xzjn4th689v2wx4qade00daa00czyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g05agkh</id>
    
      <title type="html">, the admin of bsd.cafe, is a really kind person. He’s very ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsgdxpqsgneyj9q0rq0hd9pl5z6xzjn4th689v2wx4qade00daa00czyrm68p2ekl4yul7m2wddh3kdg86h9qts0zz3glz00a0lfnwzla03g05agkh" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0c0rg03c9323l4j9wu5lsrrjqqwake487ykj3k7rhd7v0lxhxrkg5tgwcv&#39;&gt;nevent1q…gwcv&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;, the admin of bsd.cafe, is a really kind person.&lt;br/&gt;He’s very passionate about promoting BSD, and his warmth and dedication make the community even better!
    </content>
    <updated>2025-05-04T01:18:41Z</updated>
  </entry>

</feed>