<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>11onRandom Geekery</title>
    <link>https://randomgeekery.org/note/2022/11/</link>
    <description>
      Recent contentin11 on Random Geekery
    </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
      
      <lastBuildDate>Wed, 30 Nov 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://randomgeekery.org/note/2022/11/index.xml" rel="self" type="application/rss+xml" /><item>
  <title>Note: 2022-11-30</title>
  <link>https://randomgeekery.org/note/2022/11/2022-11-30/</link>
  <pubDate>Wed, 30 Nov 2022 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2022/11/2022-11-30/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2022-11-30-wed-0028&#34;&gt;hackers.town: 2022-11-30 Wed 00:28&lt;/h3&gt;
&lt;p&gt;I was going to be mad about all the breaking changes in &lt;em&gt;#Nushell&lt;/em&gt; 0.72, but every bit they removed was something that at some point annoyed me enough that I had to set Nu aside for a little bit and practice my breathing.&lt;/p&gt;
&lt;p&gt;So — yay?&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.nushell.sh/blog/2022-11-29-nushell-0.72.html&#34;&gt;https://www.nushell.sh/blog/2022-11-29-nushell-0.72.html&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-30-wed-0109&#34;&gt;hackers.town: 2022-11-30 Wed 01:09&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@cinebox&lt;/em&gt; I’m used to it, but I know folks that have basically done aliases / functions for stuff like &lt;code&gt;ls | grid&lt;/code&gt; to get just names in one row. And now they can use a block in their alias: &lt;code&gt;ls | each {|it| print $it.name }&lt;/code&gt;&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category>  <category>look</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2022-11-30-wed-0028">hackers.town: 2022-11-30 Wed 00:28</h3>
<p>I was going to be mad about all the breaking changes in <em>#Nushell</em> 0.72, but every bit they removed was something that at some point annoyed me enough that I had to set Nu aside for a little bit and practice my breathing.</p>
<p>So — yay?</p>
<p><a href="https://www.nushell.sh/blog/2022-11-29-nushell-0.72.html">https://www.nushell.sh/blog/2022-11-29-nushell-0.72.html</a></p>
<h3 id="hackerstown-2022-11-30-wed-0109">hackers.town: 2022-11-30 Wed 01:09</h3>
<p><em>@cinebox</em> I&rsquo;m used to it, but I know folks that have basically done aliases / functions for stuff like <code>ls | grid</code> to get just names in one row. And now they can use a block in their alias: <code>ls | each {|it| print $it.name }</code></p>
<h3 id="hackerstown-2022-11-30-wed-0109-1">hackers.town: 2022-11-30 Wed 01:09</h3>
<p><em>@cinebox</em> what happens if you try <code>open config.toml</code></p>
<h3 id="hackerstown-2022-11-30-wed-0110">hackers.town: 2022-11-30 Wed 01:10</h3>
<p><em>@cinebox</em> or rather:</p>
<p><code>open config.toml | table --expand</code></p>
<h3 id="hackerstown-2022-11-30-wed-0111">hackers.town: 2022-11-30 Wed 01:11</h3>
<p><em>@cinebox</em> ohh right there&rsquo;s already an <code>open</code> under macOS. There&rsquo;s a setup to work around that, but naturally I&rsquo;m on the Windows machine right now.</p>
<h3 id="hackerstown-2022-11-30-wed-0114">hackers.town: 2022-11-30 Wed 01:14</h3>
<p><em>@cinebox</em> Even after a couple years, I don&rsquo;t use Nu as my login shell because of little surprises like that. But it&rsquo;s awesome enough for file processing that I have a binding in tmux to open a new window in Nushell.</p>
<h3 id="hackerstown-2022-11-30-wed-0119">hackers.town: 2022-11-30 Wed 01:19</h3>
<p><em>@cinebox</em> Stuff like this that sure I could do the equivalent in Python but I&rsquo;d need modules and some additional massaging.</p>
<p>(I&rsquo;ll chill now. I just have so much fun with it)</p>
<p>
    
    <figure>
      <img src="https://randomgeekery.org/img/73ebf5ee6acc9541_hu_863ba7b36394e452.webp" alt="extracting my Hugo Web site&rsquo;s configuration details with Nushell one-liners."/></figure></p>
<h3 id="hackerstown-2022-11-30-wed-0308">hackers.town: 2022-11-30 Wed 03:08</h3>
<p>Another day when I&rsquo;m at my smartest at 1am.</p>
<p>Not THAT surprising. Very little chance of any distracting requests, meetings, or barking dogs.</p>
<p>Well at least the bug was identifiable that this much brain was sufficient.</p>
<h3 id="hackerstown-2022-11-30-wed-0859">hackers.town: 2022-11-30 Wed 08:59</h3>
<p>there will be naps today</p>
<h3 id="hackerstown-2022-11-30-wed-0900">hackers.town: 2022-11-30 Wed 09:00</h3>
<p><em>@halcy</em> That sounds right, but I did all my rst stuff in context of a Hugo site, so missed out on most of the Sphinx specifics.</p>
<h3 id="hackerstown-2022-11-30-wed-0901">hackers.town: 2022-11-30 Wed 09:01</h3>
<p><em>@WuMargaret</em> Would love to get my productivity rhythms a little closer to that of others, or at least closer to their waking hours. Especially those of <em>@IamMrsGeek</em>!</p>
<h3 id="hackerstown-2022-11-30-wed-0908">hackers.town: 2022-11-30 Wed 09:08</h3>
<p>Last night as my brain was wandering I pondered what whether anybody did any <em>#ActivityPub</em> / <em>#IndieWeb</em> crossovers and of course Aaron Parecki already has a relevant project:</p>
<p><a href="https://github.com/aaronpk/Nautilus">https://github.com/aaronpk/Nautilus</a></p>
<h3 id="hackerstown-2022-11-30-wed-0923">hackers.town: 2022-11-30 Wed 09:23</h3>
<p>TFW when trauma sorry I mean valuable work experience makes you blurt in the meeting to support the data person&rsquo;s work giving every date value a time and time zone (to be converted to UTC)</p>
<h3 id="hackerstown-2022-11-30-wed-1008">hackers.town: 2022-11-30 Wed 10:08</h3>
<p><em>@yenzie</em> I&rsquo;d default to h-card but it&rsquo;s mostly down to personal preference. If you&rsquo;re using an SSG you can handle multiple and hide the complexity behind a template / shortcode.</p>
<h3 id="hackerstown-2022-11-30-wed-1026">hackers.town: 2022-11-30 Wed 10:26</h3>
<p><em>@yenzie</em> And it&rsquo;s a very forgiving format. You could have <code>&lt;a class=&quot;h-card&quot; href=&quot;...&quot;&gt;...&lt;/a&gt;</code> and handlers could do something with it.</p>
<h3 id="hackerstown-2022-11-30-wed-1422">hackers.town: 2022-11-30 Wed 14:22</h3>
<p><em>@jacob</em> Well, mostly I assume somebody else will also take a nap on this world.</p>
<h3 id="hackerstown-2022-11-30-wed-1459">hackers.town: 2022-11-30 Wed 14:59</h3>
<p>Honestly I kinda like my 2022 Wrapped playlist. I go to Spotify in very specific moods, and this includes material from each of those moods. Big recognizable titles prioritized over curious explorations. That&rsquo;s what Bandcamp&rsquo;s for.</p>
<p><em>#NowPlaying</em></p>
<p><a href="https://open.spotify.com/playlist/37i9dQZF1F0sijgNaJdgit?si=d63dff6a451b4ac2">https://open.spotify.com/playlist/37i9dQZF1F0sijgNaJdgit?si=d63dff6a451b4ac2</a></p>
<h3 id="hackerstown-2022-11-30-wed-1644">hackers.town: 2022-11-30 Wed 16:44</h3>
<p>Snow again? That&rsquo;s just confusing.</p>
<h3 id="hackerstown-2022-11-30-wed-2324">hackers.town: 2022-11-30 Wed 23:24</h3>
<p>Entertaining myself with the <em>#JuliaLang</em> Term.jl library examples this evening.</p>
<p>
    
    <figure>
      <img src="https://randomgeekery.org/img/8de2f12e460c6fdd_hu_ea6173aa7059e055.webp" alt="Julia code samples and fancy formatted terminal output"/></figure></p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2022-11-29</title>
  <link>https://randomgeekery.org/note/2022/11/2022-11-29/</link>
  <pubDate>Tue, 29 Nov 2022 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2022/11/2022-11-29/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2022-11-29-tue-0902&#34;&gt;hackers.town: 2022-11-29 Tue 09:02&lt;/h3&gt;
&lt;p&gt;Trying the &lt;code&gt;tut&lt;/code&gt; TUI Mastodon client. Off to an interesting start!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://tut.anv.nu&#34;&gt;https://tut.anv.nu&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-29-tue-0903&#34;&gt;hackers.town: 2022-11-29 Tue 09:03&lt;/h3&gt;
&lt;p&gt;I just want to mention that Loud Dog woke me up at 4:30am and I really really wish I could’ve gotten back to sleep.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-29-tue-0918&#34;&gt;hackers.town: 2022-11-29 Tue 09:18&lt;/h3&gt;
&lt;p&gt;We have weather. Who said that was okay?&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-29-tue-1155&#34;&gt;hackers.town: 2022-11-29 Tue 11:55&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@gizmomathboy&lt;/em&gt; Well I’m just itching to give terrible advice, so let me know if you have any questions.&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2022-11-29-tue-0902">hackers.town: 2022-11-29 Tue 09:02</h3>
<p>Trying the <code>tut</code> TUI Mastodon client. Off to an interesting start!</p>
<p><a href="https://tut.anv.nu">https://tut.anv.nu</a></p>
<h3 id="hackerstown-2022-11-29-tue-0903">hackers.town: 2022-11-29 Tue 09:03</h3>
<p>I just want to mention that Loud Dog woke me up at 4:30am and I really really wish I could&rsquo;ve gotten back to sleep.</p>
<h3 id="hackerstown-2022-11-29-tue-0918">hackers.town: 2022-11-29 Tue 09:18</h3>
<p>We have weather. Who said that was okay?</p>
<h3 id="hackerstown-2022-11-29-tue-1155">hackers.town: 2022-11-29 Tue 11:55</h3>
<p><em>@gizmomathboy</em> Well I&rsquo;m just itching to give terrible advice, so let me know if you have any questions.</p>
<h3 id="hackerstown-2022-11-29-tue-1201">hackers.town: 2022-11-29 Tue 12:01</h3>
<p>We got a handy JS file that goes in an HTML file and does a useful thing.</p>
<p>Kinda want to use it locally, but as an app.</p>
<p>I&rsquo;ll use Electron!</p>
<p>But I&rsquo;m not too fond of JS.</p>
<p>Let&rsquo;s use Pyodide instead.</p>
<p>Hey maybe some htmx would amuse.</p>
<p>wait where&rsquo;d the handy JS file go</p>
<h3 id="hackerstown-2022-11-29-tue-1225">hackers.town: 2022-11-29 Tue 12:25</h3>
<p><em>@gizmomathboy</em> Ooh yeah with a file handler widget that will recognize and launch the electron application!</p>
<h3 id="hackerstown-2022-11-29-tue-1228">hackers.town: 2022-11-29 Tue 12:28</h3>
<p><em>@gizmomathboy</em> I&rsquo;m thinking I do want a feedback option, if not full-on comments.</p>
<p>Could also rebuild proper support for WebMentions. The part I got hung up on was sending WebMentions, when a post of mine is a response to someone else.</p>
<h3 id="hackerstown-2022-11-29-tue-1334">hackers.town: 2022-11-29 Tue 13:34</h3>
<p><em>@gizmomathboy</em> Yep, any language that&rsquo;s got a Jupyter kernel out there can be run in a notebook. I was doing notebook stuff with Raku a little while back.</p>
<h3 id="hackerstown-2022-11-29-tue-1726">hackers.town: 2022-11-29 Tue 17:26</h3>
<p><em>@halcy</em> It depends what folks need.</p>
<p>&ldquo;give us a way to look at this data&rdquo; means Datasette</p>
<p>&ldquo;No, a fancy way&rdquo; means Dash</p>
<p>Something with functionality and a clear purpose? Probably FastAPI using its HTML rendering.</p>
<p>&ldquo;I dunno, maybe look at some data and maybe do something later?&rdquo; Django&rsquo;s admin setup will get them started</p>
<h3 id="hackerstown-2022-11-29-tue-2232">hackers.town: 2022-11-29 Tue 22:32</h3>
<p><em>@mcgrew</em> <em>@halcy</em> I like how heavily FastAPI leans into type hinting, but you&rsquo;re right. Flask is a better choice for getting something small and focused up quick.</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2022-11-28</title>
  <link>https://randomgeekery.org/note/2022/11/2022-11-28/</link>
  <pubDate>Mon, 28 Nov 2022 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2022/11/2022-11-28/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2022-11-28-mon-0019&#34;&gt;hackers.town: 2022-11-28 Mon 00:19&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@gizmomathboy&lt;/em&gt; only way to be sure&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-28-mon-1014&#34;&gt;hackers.town: 2022-11-28 Mon 10:14&lt;/h3&gt;
&lt;p&gt;All right. Got enough material to talk about PKM stuff at work. First version of a talk, at least.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-28-mon-1136&#34;&gt;hackers.town: 2022-11-28 Mon 11:36&lt;/h3&gt;
&lt;p&gt;That was a lot of talking. Fun, but now my brain’s all “are we done? good. let us not speak out loud for a while please.”&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-28-mon-1253&#34;&gt;hackers.town: 2022-11-28 Mon 12:53&lt;/h3&gt;
&lt;p&gt;More of a lightning talk than a full deep dive, because that’s my style.&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category>  <category>look</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2022-11-28-mon-0019">hackers.town: 2022-11-28 Mon 00:19</h3>
<p><em>@gizmomathboy</em> only way to be sure</p>
<h3 id="hackerstown-2022-11-28-mon-1014">hackers.town: 2022-11-28 Mon 10:14</h3>
<p>All right. Got enough material to talk about PKM stuff at work. First version of a talk, at least.</p>
<h3 id="hackerstown-2022-11-28-mon-1136">hackers.town: 2022-11-28 Mon 11:36</h3>
<p>That was a lot of talking. Fun, but now my brain&rsquo;s all &ldquo;are we done? good. let us not speak out loud for a while please.&rdquo;</p>
<h3 id="hackerstown-2022-11-28-mon-1253">hackers.town: 2022-11-28 Mon 12:53</h3>
<p>More of a lightning talk than a full deep dive, because that&rsquo;s my style.</p>
<p>The Kinopio space I used for slides / notes</p>
<p><a href="https://kinopio.club/talk-pkm-intro-for-tech-folks-eaz3vJ_qEEbAwLQEhyZ5K">https://kinopio.club/talk-pkm-intro-for-tech-folks-eaz3vJ_qEEbAwLQEhyZ5K</a></p>
<h3 id="hackerstown-2022-11-28-mon-1340">hackers.town: 2022-11-28 Mon 13:40</h3>
<p>Starting to think we should specify in our <em>#introduction</em> posts whether we prefer fave or boost. Some folks need the visibility of a boost for professional or other reasons. Some would rather avoid it, but don&rsquo;t want to lock down their account.</p>
<p>Me, I don&rsquo;t care which you do. I&rsquo;m just happy we&rsquo;re both here and we see each other. <em>#nobirb</em></p>
<h3 id="hackerstown-2022-11-28-mon-1403">hackers.town: 2022-11-28 Mon 14:03</h3>
<p>New hackers.town hoodie arrived. The one with all the logos.</p>
<p>
    
    <figure>
      <img src="https://randomgeekery.org/img/c60154f1fa9d5582_hu_421e19b48828e15f.webp" alt="Tired beardy dude in glasses wears hoodie that has site logo with “Eternal October” text"/></figure></p>
<p>
    
    <figure>
      <img src="https://randomgeekery.org/img/57b2b7330a9147de_hu_57fff6ca1d26e877.webp" alt="Back of the hoodie, with 12 logo variations"/></figure></p>
<h3 id="hackerstown-2022-11-28-mon-1457">hackers.town: 2022-11-28 Mon 14:57</h3>
<p><em>@bitprophet</em> The Elonification of Twitter is a viable option, though honestly it&rsquo;s more fun to leave it open and just say the Internet clock of eternities has move forward a month. Looking forward to Eternal November. Hoping to be dead before Eternal December.</p>
<h3 id="hackerstown-2022-11-28-mon-1525">hackers.town: 2022-11-28 Mon 15:25</h3>
<p>Used our treadmill in the first time since (please don&rsquo;t ask) and walked more than 30 minutes for the first time since well before (please don&rsquo;t ask) and not even a fast clip but I&rsquo;m still feeling it.</p>
<p>Confusingly, I need to do that more often.</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2022-11-27</title>
  <link>https://randomgeekery.org/note/2022/11/2022-11-27/</link>
  <pubDate>Sun, 27 Nov 2022 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2022/11/2022-11-27/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2022-11-27-sun-0216&#34;&gt;hackers.town: 2022-11-27 Sun 02:16&lt;/h3&gt;
&lt;p&gt;Time for something besides my usual symmetry bedtime &lt;em&gt;#drawing&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://at.tumblr.com/randomgeekery/having-some-fun-with-perspective-because-usually/o473byxef4yz&#34;&gt;https://at.tumblr.com/randomgeekery/having-some-fun-with-perspective-because-usually/o473byxef4yz&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-27-sun-0802&#34;&gt;hackers.town: 2022-11-27 Sun 08:02&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@rhosyn&lt;/em&gt; Did that with Procreate on an iPad!&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-27-sun-1655&#34;&gt;hackers.town: 2022-11-27 Sun 16:55&lt;/h3&gt;
&lt;p&gt;I miss living within lazy walking distance of stuff to do.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-27-sun-1832&#34;&gt;hackers.town: 2022-11-27 Sun 18:32&lt;/h3&gt;
&lt;p&gt;Loud Dog does not approve of my dancing style. She has a point but that’s just too bad.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;#NowPlaying&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Cameo — “Word Up”&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category>  <category>look</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2022-11-27-sun-0216">hackers.town: 2022-11-27 Sun 02:16</h3>
<p>Time for something besides my usual symmetry bedtime <em>#drawing</em>.</p>
<p><a href="https://at.tumblr.com/randomgeekery/having-some-fun-with-perspective-because-usually/o473byxef4yz">https://at.tumblr.com/randomgeekery/having-some-fun-with-perspective-because-usually/o473byxef4yz</a></p>
<h3 id="hackerstown-2022-11-27-sun-0802">hackers.town: 2022-11-27 Sun 08:02</h3>
<p><em>@rhosyn</em> Did that with Procreate on an iPad!</p>
<h3 id="hackerstown-2022-11-27-sun-1655">hackers.town: 2022-11-27 Sun 16:55</h3>
<p>I miss living within lazy walking distance of stuff to do.</p>
<h3 id="hackerstown-2022-11-27-sun-1832">hackers.town: 2022-11-27 Sun 18:32</h3>
<p>Loud Dog does not approve of my dancing style. She has a point but that&rsquo;s just too bad.</p>
<p><em>#NowPlaying</em></p>
<p>Cameo &mdash; &ldquo;Word Up&rdquo;</p>
<p><a href="https://song.link/us/i/1444076759">https://song.link/us/i/1444076759</a></p>
<h3 id="hackerstown-2022-11-27-sun-1833">hackers.town: 2022-11-27 Sun 18:33</h3>
<p><em>@Perigrin</em> even their crimes are boring</p>
<h3 id="hackerstown-2022-11-27-sun-1851">hackers.town: 2022-11-27 Sun 18:51</h3>
<p>Trying Django as a static site generation layer over a notes app because there&rsquo;s no kill like overkill.</p>
<h3 id="hackerstown-2022-11-27-sun-1853">hackers.town: 2022-11-27 Sun 18:53</h3>
<p><em>@bitprophet</em> I understand the why but all it means is it&rsquo;s not quoted and notifications don&rsquo;t go out for it.</p>
<p>So folks use it as an old school subtweet. This is not necessarily an improvement.</p>
<h3 id="hackerstown-2022-11-27-sun-1856">hackers.town: 2022-11-27 Sun 18:56</h3>
<p><em>@bitprophet</em> Incidentally, that&rsquo;s just a Mastodon thing. Misskey is also ActivityPub, and it supports quotes. Course, it&rsquo;ll look weird to Mastodon folks. Welcome to federated communication!</p>
<h3 id="hackerstown-2022-11-27-sun-1907">hackers.town: 2022-11-27 Sun 19:07</h3>
<p><em>@Perigrin</em> I had not, and that was definitely worth the minute of my time!</p>
<h3 id="hackerstown-2022-11-27-sun-2328">hackers.town: 2022-11-27 Sun 23:28</h3>
<p>There we go. I can wedge a Dendron vault into a Django project.</p>
<p>I can&rsquo;t do anything useful with it yet, but I wasn&rsquo;t aiming for useful today. It&rsquo;s Sunday, for crying out loud.</p>
<p>
    
    <figure>
      <img src="https://randomgeekery.org/img/bf28052f67e92ef4_hu_7a2e5112cd4a4719.webp" alt="Django admin with a list of Dendron notes containing &ldquo;Django&rdquo; in their title."/></figure></p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2022-11-26</title>
  <link>https://randomgeekery.org/note/2022/11/2022-11-26/</link>
  <pubDate>Sat, 26 Nov 2022 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2022/11/2022-11-26/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2022-11-26-sat-1216&#34;&gt;hackers.town: 2022-11-26 Sat 12:16&lt;/h3&gt;
&lt;p&gt;Starting to use Tumblr as a drop spot for doodles, since they don’t to terrible things with image compression, aren’t run by some dude trying to speed run for Most Terrible Company Ever, and aren’t adding to storage costs for a Fedi instance.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.tumblr.com/randomgeekery/702010878190616576/for-something-ive-probably-done-a-hundred-times?source=share&#34;&gt;https://www.tumblr.com/randomgeekery/702010878190616576/for-something-ive-probably-done-a-hundred-times?source=share&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-26-sat-1305&#34;&gt;hackers.town: 2022-11-26 Sat 13:05&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@mwop&lt;/em&gt; Thanks! I put my favorites on my site, but I also go through phases of nightly doodles, and putting all of those on the site tests my patience for static site generation.&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2022-11-26-sat-1216">hackers.town: 2022-11-26 Sat 12:16</h3>
<p>Starting to use Tumblr as a drop spot for doodles, since they don&rsquo;t to terrible things with image compression, aren&rsquo;t run by some dude trying to speed run for Most Terrible Company Ever, and aren&rsquo;t adding to storage costs for a Fedi instance.</p>
<p><a href="https://www.tumblr.com/randomgeekery/702010878190616576/for-something-ive-probably-done-a-hundred-times?source=share">https://www.tumblr.com/randomgeekery/702010878190616576/for-something-ive-probably-done-a-hundred-times?source=share</a></p>
<h3 id="hackerstown-2022-11-26-sat-1305">hackers.town: 2022-11-26 Sat 13:05</h3>
<p><em>@mwop</em> Thanks! I put my favorites on my site, but I also go through phases of nightly doodles, and putting all of those on the site tests my patience for static site generation.</p>
<p>Examining other options like WordPress, Statamic, or a Django idea floating in my head. But meanwhile, Tumblr works!</p>
<h3 id="hackerstown-2022-11-26-sat-1349">hackers.town: 2022-11-26 Sat 13:49</h3>
<p>Me: (light headed from hunger, eating delicious Turkey soup)</p>
<p>She: “makes sense if you just ate crackers today.”</p>
<p>Me: (indignant) “I did NOT just eat crackers. … I also ate two brownies.”</p>
<h3 id="hackerstown-2022-11-26-sat-1922">hackers.town: 2022-11-26 Sat 19:22</h3>
<p><a href="https://hackers.town/users/Medus4/statuses/109412965984788759">https://hackers.town/users/Medus4/statuses/109412965984788759</a></p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2022-11-25</title>
  <link>https://randomgeekery.org/note/2022/11/2022-11-25/</link>
  <pubDate>Fri, 25 Nov 2022 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2022/11/2022-11-25/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2022-11-25-fri-0052&#34;&gt;hackers.town: 2022-11-25 Fri 00:52&lt;/h3&gt;
&lt;p&gt;Sometimes the bedtime &lt;em&gt;#drawing&lt;/em&gt; is just trying a few ideas for texture and shadow, this time in &lt;em&gt;#LineaSketch&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
    
    &lt;figure&gt;
      &lt;img src=&#34;https://randomgeekery.org/img/68be3d9b6db8df12_hu_c4057edae550a243.webp&#34; alt=&#34;Drawing of assorted rocks drawn with pencil, pen, and watercolor brushes&#34;/&gt;&lt;/figure&gt;&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-25-fri-0955&#34;&gt;hackers.town: 2022-11-25 Fri 09:55&lt;/h3&gt;
&lt;p&gt;Oh hey I just noticed django-mirror for a CodeMirror editor widget in Django projects. This gives me many terrible ideas.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/pavelsof/django-mirror&#34;&gt;https://github.com/pavelsof/django-mirror&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-25-fri-1151&#34;&gt;hackers.town: 2022-11-25 Fri 11:51&lt;/h3&gt;
&lt;p&gt;Decided to try wearing contacts for the first time in several months and I got them both in, and in less than ten minutes!&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category>  <category>look</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2022-11-25-fri-0052">hackers.town: 2022-11-25 Fri 00:52</h3>
<p>Sometimes the bedtime <em>#drawing</em> is just trying a few ideas for texture and shadow, this time in <em>#LineaSketch</em></p>
<p>
    
    <figure>
      <img src="https://randomgeekery.org/img/68be3d9b6db8df12_hu_c4057edae550a243.webp" alt="Drawing of assorted rocks drawn with pencil, pen, and watercolor brushes"/></figure></p>
<h3 id="hackerstown-2022-11-25-fri-0955">hackers.town: 2022-11-25 Fri 09:55</h3>
<p>Oh hey I just noticed django-mirror for a CodeMirror editor widget in Django projects. This gives me many terrible ideas.</p>
<p><a href="https://github.com/pavelsof/django-mirror">https://github.com/pavelsof/django-mirror</a></p>
<h3 id="hackerstown-2022-11-25-fri-1151">hackers.town: 2022-11-25 Fri 11:51</h3>
<p>Decided to try wearing contacts for the first time in several months and I got them both in, and in less than ten minutes!</p>
<p>Doesn&rsquo;t mean I&rsquo;ll manage the same tomorrow, but I&rsquo;m still proud of myself.</p>
<h3 id="hackerstown-2022-11-25-fri-1328">hackers.town: 2022-11-25 Fri 13:28</h3>
<p>Mom mentioned a guest playing guitar and trying to sing Bowie yesterday, and of course I had to ask if she knew about Seu Jorge. She didn&rsquo;t, but she does now!</p>
<p><em>#NowPlaying</em></p>
<p>Seu Jorge — The Life Aquatic Studio Sessions</p>
<p><a href="https://album.link/i/1440916686">https://album.link/i/1440916686</a></p>
<h3 id="hackerstown-2022-11-25-fri-1358">hackers.town: 2022-11-25 Fri 13:58</h3>
<p>ADHD family moment: Mom and I bouncing back and forth sharing tracks and tangents at a pace that would likely melt the brain of more neurotypical folks.</p>
<h3 id="hackerstown-2022-11-25-fri-1754">hackers.town: 2022-11-25 Fri 17:54</h3>
<p><em>@genehack</em> Is it on what?</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2022-11-24</title>
  <link>https://randomgeekery.org/note/2022/11/2022-11-24/</link>
  <pubDate>Thu, 24 Nov 2022 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2022/11/2022-11-24/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2022-11-24-thu-1817&#34;&gt;hackers.town: 2022-11-24 Thu 18:17&lt;/h3&gt;
&lt;p&gt;Jumpy Dog wishes she was on the side of the bars where the turkey is.&lt;/p&gt;
&lt;p&gt;
    
    &lt;figure&gt;
      &lt;img src=&#34;https://randomgeekery.org/img/ab474c415f55feba_hu_71c7ea14e2d9751c.webp&#34; alt=&#34;Small dog rests its head against the bars of a metal baby gate. &#34;/&gt;&lt;/figure&gt;&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-24-thu-2017&#34;&gt;hackers.town: 2022-11-24 Thu 20:17&lt;/h3&gt;
&lt;p&gt;I bought Exploding Kittens six and a half years ago. We played it for the first time tonight. Lots of fun, and not just because I won.&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category>  <category>look</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2022-11-24-thu-1817">hackers.town: 2022-11-24 Thu 18:17</h3>
<p>Jumpy Dog wishes she was on the side of the bars where the turkey is.</p>
<p>
    
    <figure>
      <img src="https://randomgeekery.org/img/ab474c415f55feba_hu_71c7ea14e2d9751c.webp" alt="Small dog rests its head against the bars of a metal baby gate. "/></figure></p>
<h3 id="hackerstown-2022-11-24-thu-2017">hackers.town: 2022-11-24 Thu 20:17</h3>
<p>I bought Exploding Kittens six and a half years ago. We played it for the first time tonight. Lots of fun, and not just because I won.</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2022-11-23</title>
  <link>https://randomgeekery.org/note/2022/11/2022-11-23/</link>
  <pubDate>Wed, 23 Nov 2022 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2022/11/2022-11-23/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2022-11-23-wed-0912&#34;&gt;hackers.town: 2022-11-23 Wed 09:12&lt;/h3&gt;
&lt;p&gt;Still no ADHD meds. USPS tracker’s shown it as “Arrived Shipping Partner Facility, USPS Awaiting Item” since yesterday at 3:30am.&lt;/p&gt;
&lt;p&gt;So I’ll just do the best I can do.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-23-wed-0922&#34;&gt;hackers.town: 2022-11-23 Wed 09:22&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@d20jarrod&lt;/em&gt; Today? All of the above. Thank goodness it’s a short week in the US.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-23-wed-1115&#34;&gt;hackers.town: 2022-11-23 Wed 11:15&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@tek&lt;/em&gt; thanks for reminding me! I need to charge up my other phone for 2FA so I can log in on the main phone via Metatext.&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2022-11-23-wed-0912">hackers.town: 2022-11-23 Wed 09:12</h3>
<p>Still no ADHD meds. USPS tracker&rsquo;s shown it as &ldquo;Arrived Shipping Partner Facility, USPS Awaiting Item&rdquo; since yesterday at 3:30am.</p>
<p>So I&rsquo;ll just do the best I can do.</p>
<h3 id="hackerstown-2022-11-23-wed-0922">hackers.town: 2022-11-23 Wed 09:22</h3>
<p><em>@d20jarrod</em> Today? All of the above. Thank goodness it&rsquo;s a short week in the US.</p>
<h3 id="hackerstown-2022-11-23-wed-1115">hackers.town: 2022-11-23 Wed 11:15</h3>
<p><em>@tek</em> thanks for reminding me! I need to charge up my other phone for 2FA so I can log in on the main phone via Metatext.</p>
<p>Should probably transfer that at some point. But hey there&rsquo;s no security like: a thing you are, a thing you know, and a thing you had on you two minutes ago, where did you put it this time?</p>
<h3 id="hackerstown-2022-11-23-wed-1118">hackers.town: 2022-11-23 Wed 11:18</h3>
<p>Been using Toot! for a couple few years. I like it, though I never have gotten notifications working. Not always a bad thing.</p>
<p>Now trying Metatext for the Mastodon mobile experience.</p>
<h3 id="hackerstown-2022-11-23-wed-1213">hackers.town: 2022-11-23 Wed 12:13</h3>
<p>Oh well hey it’s at the local post office now! With a new estimated delivery date of the 25th.</p>
<h3 id="hackerstown-2022-11-23-wed-1225">hackers.town: 2022-11-23 Wed 12:25</h3>
<p><em>@banjofox2</em> oh yes there’s been a lot of eye twitching over the last week.</p>
<h3 id="hackerstown-2022-11-23-wed-2124">hackers.town: 2022-11-23 Wed 21:24</h3>
<p>When I read some talking about something&rsquo;s productivity impact being &ldquo;10x&rdquo; &ldquo;100x&rdquo; &ldquo;4x&rdquo; or any &ldquo;Nx&rdquo; where N is any number greater than oh say 1.1</p>
<p>and I know they&rsquo;re using their brain to break wind</p>
<h3 id="hackerstown-2022-11-23-wed-2157">hackers.town: 2022-11-23 Wed 21:57</h3>
<p>Setting up a local Statamic project via Laravel Sail because I&rsquo;m too cool to just use PHP I gotta use containers too.</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2022-11-22</title>
  <link>https://randomgeekery.org/note/2022/11/2022-11-22/</link>
  <pubDate>Tue, 22 Nov 2022 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2022/11/2022-11-22/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2022-11-22-tue-0007&#34;&gt;hackers.town: 2022-11-22 Tue 00:07&lt;/h3&gt;
&lt;p&gt;A few adjustments left, but pretty much done with that particular bedtime &lt;em&gt;#drawing&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;
    
    &lt;figure&gt;
      &lt;img src=&#34;https://randomgeekery.org/img/1217f1dbd1c1a72f_hu_c9e4fe449a4d892b.webp&#34; alt=&#34;Kaleidoscopic images in yellow orange and red&#34;/&gt;&lt;/figure&gt;&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-22-tue-0846&#34;&gt;hackers.town: 2022-11-22 Tue 08:46&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@panasaurusrex&lt;/em&gt; they can be soothing to draw, too!&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-22-tue-0920&#34;&gt;hackers.town: 2022-11-22 Tue 09:20&lt;/h3&gt;
&lt;p&gt;Three pharmacies in two months due to changing insurance policies and anyways I hope my ADHD meds show up today.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-22-tue-0922&#34;&gt;hackers.town: 2022-11-22 Tue 09:22&lt;/h3&gt;
&lt;p&gt;I’m just so tired.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2022-11-22-tue-1027&#34;&gt;hackers.town: 2022-11-22 Tue 10:27&lt;/h3&gt;
&lt;p&gt;Some poor soul in the meeting: “So what are folks using instead of Twitter?”&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category>  <category>look</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2022-11-22-tue-0007">hackers.town: 2022-11-22 Tue 00:07</h3>
<p>A few adjustments left, but pretty much done with that particular bedtime <em>#drawing</em>.</p>
<p>
    
    <figure>
      <img src="https://randomgeekery.org/img/1217f1dbd1c1a72f_hu_c9e4fe449a4d892b.webp" alt="Kaleidoscopic images in yellow orange and red"/></figure></p>
<h3 id="hackerstown-2022-11-22-tue-0846">hackers.town: 2022-11-22 Tue 08:46</h3>
<p><em>@panasaurusrex</em> they can be soothing to draw, too!</p>
<h3 id="hackerstown-2022-11-22-tue-0920">hackers.town: 2022-11-22 Tue 09:20</h3>
<p>Three pharmacies in two months due to changing insurance policies and anyways I hope my ADHD meds show up today.</p>
<h3 id="hackerstown-2022-11-22-tue-0922">hackers.town: 2022-11-22 Tue 09:22</h3>
<p>I&rsquo;m just so tired.</p>
<h3 id="hackerstown-2022-11-22-tue-1027">hackers.town: 2022-11-22 Tue 10:27</h3>
<p>Some poor soul in the meeting: &ldquo;So what are folks using instead of Twitter?&rdquo;</p>
<p>Me: (takes deep breath, grabs list)</p>
<h3 id="hackerstown-2022-11-22-tue-1349">hackers.town: 2022-11-22 Tue 13:49</h3>
<p>Making sure to ask the dumb questions because of brain fog, but the duration of &ldquo;… is typing&rdquo; suggests maybe it wasn&rsquo;t such a dumb question.</p>
<h3 id="hackerstown-2022-11-22-tue-1446">hackers.town: 2022-11-22 Tue 14:46</h3>
<p>Sometimes you&rsquo;re just in the mood.</p>
<p><em>#NowPlaying</em></p>
<p>Cheap Trick — at Budokan</p>
<p><a href="https://album.link/i/193204065">https://album.link/i/193204065</a></p>
<h3 id="hackerstown-2022-11-22-tue-2005">hackers.town: 2022-11-22 Tue 20:05</h3>
<p><em>@baweaver</em> I adore Ruby the language, and most of its community (at least what I know of it circa 2000-2010). A few egos (including but not limited to DHH) made the idea of going near Ruby distasteful.</p>
<h3 id="hackerstown-2022-11-22-tue-2009">hackers.town: 2022-11-22 Tue 20:09</h3>
<p><a href="https://hackers.town/users/benbrown/statuses/109388622934838622">https://hackers.town/users/benbrown/statuses/109388622934838622</a></p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2022-11-20</title>
  <link>https://randomgeekery.org/note/2022/11/2022-11-20/</link>
  <pubDate>Sun, 20 Nov 2022 21:38:39 -0800</pubDate>
  
  <guid>https://randomgeekery.org/note/2022/11/2022-11-20/</guid>
  <description>&lt;h2 id=&#34;social-network-stuff&#34;&gt;Social network stuff&lt;/h2&gt;
&lt;p&gt;The toilet fire that is &lt;a href=&#34;https://randomgeekery.org/page/twitter/&#34;&gt;Twitter&lt;/a&gt;’s new management strategy continues apace. Felt compelled to take my normally wide-open account and lock it. I don’t want to deactivate and delete. Somebody else can come along, grab the name, and spam the hell out of people with it.&lt;/p&gt;
&lt;p&gt;But hey, where else can you find me? I’ll update my h-card once the dust settles, but here’s where I’m at roughly in order of how much attention I’ve given it:&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category>  <category>site</category> 
  <content:encoded><![CDATA[<h2 id="social-network-stuff">Social network stuff</h2>
<p>The toilet fire that is <a href="/page/twitter/">Twitter</a>&rsquo;s new management strategy continues apace. Felt compelled to take my normally wide-open account and lock it. I don&rsquo;t want to deactivate and delete. Somebody else can come along, grab the name, and spam the hell out of people with it.</p>
<p>But hey, where else can you find me? I&rsquo;ll update my h-card once the dust settles, but here&rsquo;s where I&rsquo;m at roughly in order of how much attention I&rsquo;ve given it:</p>
<ul>
<li><a href="https://hackers.town/@randomgeek">Mastodon</a></li>
<li><a href="https://cohost.org/randomgeek">Cohost</a></li>
<li><a href="https://www.tumblr.com/blog/randomgeekery">Tumblr</a></li>
<li><a href="https://www.pillowfort.social/randomgeek">Pillowfort</a></li>
</ul>
<p>Meanwhile I&rsquo;m pondering the plausibility of a single-user <a href="https://fediverse.party">Fediverse</a> instance as a way to enable comments. Or I could just set up a WordPress site. Until I decide on that, you can find me at one or more of the listed sites.</p>
<p>And all this is kinda depressing after 15 years on Twitter. Okay yes I hated it half the time but that uh that came from a place of love. But anyways enough gloominess. How about a picture of <a href="/page/jack/">Jack</a>?</p>
<p>
    
    <figure>
      <img src="https://randomgeekery.org/img/cover-social-network-stuff_hu_bb5d0700d655a9ae.webp" alt="Jack wonders when dinner is"/></figure></p>
<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2022-11-20-sun-1456">hackers.town: 2022-11-20 Sun 14:56</h3>
<p>Borderlands 2: also good on the MBP 14.</p>
<p>Anyways, back to the day&rsquo;s tasks. Sure hope my <a href="/page/adhd/">ADHD</a> meds show up tomorrow.</p>
]]></content:encoded>
</item>
</channel>
</rss>
