<?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>10onRandom Geekery</title>
    <link>https://randomgeekery.org/note/2023/10/</link>
    <description>
      Recent contentin10 on Random Geekery
    </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
      
      <lastBuildDate>Tue, 31 Oct 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://randomgeekery.org/note/2023/10/index.xml" rel="self" type="application/rss+xml" /><item>
  <title>Note: 2023-10-31</title>
  <link>https://randomgeekery.org/note/2023/10/2023-10-31/</link>
  <pubDate>Tue, 31 Oct 2023 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2023/10/2023-10-31/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2023-10-31-tue-0810&#34;&gt;hackers.town: 2023-10-31 Tue 08:10&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@masukomi&lt;/em&gt; &lt;em&gt;@CynAq&lt;/em&gt; @actuallyautistic@a.gup.pe @actuallyadhd@a.gup.pe My group had Time Blindness as a -5 or -20 depending on severity, with the severe version requiring per-turn IQ checks to avoid losing actions in combat.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2023-10-31-tue-0853&#34;&gt;hackers.town: 2023-10-31 Tue 08:53&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@masukomi&lt;/em&gt; &lt;em&gt;@CynAq&lt;/em&gt; @actuallyautistic@a.gup.pe @actuallyadhd@a.gup.pe that’s why we had the severity split. The lesser version was just an extreme quirk that impacted social obligations but not survival stuff.&lt;/p&gt;
&lt;p&gt;The extreme version was our friend Derek. But yeah it could’ve been addressed by existing disadvantages. We were just having some fun with the game system.&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2023-10-31-tue-0810">hackers.town: 2023-10-31 Tue 08:10</h3>
<p><em>@masukomi</em> <em>@CynAq</em> @actuallyautistic@a.gup.pe @actuallyadhd@a.gup.pe My group had Time Blindness as a -5 or -20 depending on severity, with the severe version requiring per-turn IQ checks to avoid losing actions in combat.</p>
<h3 id="hackerstown-2023-10-31-tue-0853">hackers.town: 2023-10-31 Tue 08:53</h3>
<p><em>@masukomi</em> <em>@CynAq</em> @actuallyautistic@a.gup.pe @actuallyadhd@a.gup.pe that&rsquo;s why we had the severity split. The lesser version was just an extreme quirk that impacted social obligations but not survival stuff.</p>
<p>The extreme version was our friend Derek. But yeah it could&rsquo;ve been addressed by existing disadvantages. We were just having some fun with the game system.</p>
<h3 id="hackerstown-2023-10-31-tue-1004">hackers.town: 2023-10-31 Tue 10:04</h3>
<p>Always fun to see how much of my customary workflow I can set up without admin permissions. Constraints can be a boost to creativity.</p>
<h3 id="hackerstown-2023-10-31-tue-1107">hackers.town: 2023-10-31 Tue 11:07</h3>
<p>It&rsquo;s weird how there are few noises harder to tune out than somebody trying to be quiet.</p>
<h3 id="hackerstown-2023-10-31-tue-1138">hackers.town: 2023-10-31 Tue 11:38</h3>
<p><em>@IamMrsGeek</em> Oh it wasn&rsquo;t you, you were making normal polite-level noise. &lsquo;Twas the others trying to be quiet little hobbits while they made food except they&rsquo;re not quiet little hobbits.</p>
<h3 id="hackerstown-2023-10-31-tue-1149">hackers.town: 2023-10-31 Tue 11:49</h3>
<p>Appreciate the reminder from cohost that I paid for an annual subscription and it renews in a few days.</p>
<p>(cancel subscription to unused service)</p>
<h3 id="hackerstown-2023-10-31-tue-1333">hackers.town: 2023-10-31 Tue 13:33</h3>
<p><em>@onelson</em> If my budget was more relaxed I might&rsquo;ve done the same, but with first payday a few weeks away I had to be reasonable.</p>
<h3 id="hackerstown-2023-10-31-tue-1428">hackers.town: 2023-10-31 Tue 14:28</h3>
<p>The Serverless Web application framework has been downloaded over 164,000,000 times, but with CI/CD pipelines being what they are these days that could mean ten applications.</p>
<h3 id="hackerstown-2023-10-31-tue-2044">hackers.town: 2023-10-31 Tue 20:44</h3>
<p>my python&rsquo;s starting to look like sql</p>
<p>may want to lay off the list comprehensions a bit</p>
<h3 id="hackerstown-2023-10-31-tue-2104">hackers.town: 2023-10-31 Tue 21:04</h3>
<p>who am i kidding</p>
<p>my list comprehensions aren&rsquo;t looking like sql</p>
<p>they&rsquo;re looking like perl but clumsy and without sigil roadmaps</p>
<h3 id="hackerstown-2023-10-31-tue-2116">hackers.town: 2023-10-31 Tue 21:16</h3>
<p><em>@genehack</em> I find list comprehensions (or a good <code>map grep sort @_</code> dance) are the readable choice for simpler cases, or cases that can be abstracted sufficiently that they look simple to the uninformed observer.</p>
<p>But when it starts getting chunky, for loops may be a better option. As is questioning your life decisions in general.</p>
<p>I think I&rsquo;m straddling that fence right now.</p>



  <article class="admonition note">
    <header>
      ℹ️
      
        <code>12203596d436789b.png</code> missing from archive
      
    </header>
    
  </article>

<h3 id="hackerstown-2023-10-31-tue-2118">hackers.town: 2023-10-31 Tue 21:18</h3>
<p><em>@genehack</em> (screenshot right while I was in the middle of a clarity edit, so there&rsquo;s a dangling variable name in there)</p>
<h3 id="hackerstown-2023-10-31-tue-2135">hackers.town: 2023-10-31 Tue 21:35</h3>
<p><em>@genehack</em> gotta have the code where you let your hair down and do the things that you&rsquo;d make a stern note about if you saw it in someone&rsquo;s PR.</p>
<h3 id="hackerstown-2023-10-31-tue-2139">hackers.town: 2023-10-31 Tue 21:39</h3>
<p><em>@genehack</em> oh and the extra hidden fun there is that&rsquo;s pseudo-Hungarian. <code>notes_path</code> is a Path object and <code>note_paths</code> is a list of Path objects.</p>
<h3 id="hackerstown-2023-10-31-tue-2215">hackers.town: 2023-10-31 Tue 22:15</h3>
<p><em>@lmorchard</em> I&rsquo;ve had Steam open for a few days and haven&rsquo;t managed any game more compelling than Simon&rsquo;s Cat on the iPad.</p>
<p>OTOH I&rsquo;ve been writing a lot of code, so maybe my brain just wants its entertainment elsewhere right now.</p>
<h3 id="hackerstown-2023-10-31-tue-2234">hackers.town: 2023-10-31 Tue 22:34</h3>
<p>Bouncy Dog got game. The game is called Being Cute.</p>
<p><em>#DogsOfMastodon</em></p>



  <article class="admonition note">
    <header>
      ℹ️
      
        <code>fd7aa16131a8b170.jpeg</code> missing from archive
      
    </header>
    
  </article>

]]></content:encoded>
</item>
<item>
  <title>Note: 2023-10-30</title>
  <link>https://randomgeekery.org/note/2023/10/2023-10-30/</link>
  <pubDate>Mon, 30 Oct 2023 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2023/10/2023-10-30/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2023-10-30-mon-0638&#34;&gt;hackers.town: 2023-10-30 Mon 06:38&lt;/h3&gt;
&lt;p&gt;First day with a new job. In my time zone, which is something of a novelty.&lt;/p&gt;
&lt;p&gt;Forcing myself to drink this coffee before I go logging in.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2023-10-30-mon-0658&#34;&gt;hackers.town: 2023-10-30 Mon 06:58&lt;/h3&gt;
&lt;p&gt;“not so much now”&lt;/p&gt;
&lt;p&gt;(while doing that fidgety thing where you’re trying not to stim)&lt;/p&gt;
&lt;p&gt;Okay David. If it makes you happy to think that.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=mVBOzbApRO8&amp;t=7s&#34;&gt;David Byrne talks about being autistic - YouTube&lt;/a&gt;&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2023-10-30-mon-0638">hackers.town: 2023-10-30 Mon 06:38</h3>
<p>First day with a new job. In my time zone, which is something of a novelty.</p>
<p>Forcing myself to drink this coffee before I go logging in.</p>
<h3 id="hackerstown-2023-10-30-mon-0658">hackers.town: 2023-10-30 Mon 06:58</h3>
<p>&ldquo;not so much now&rdquo;</p>
<p>(while doing that fidgety thing where you&rsquo;re trying not to stim)</p>
<p>Okay David. If it makes you happy to think that.</p>
<p><a href="https://www.youtube.com/watch?v=mVBOzbApRO8&amp;t=7s">David Byrne talks about being autistic - YouTube</a></p>
<h3 id="hackerstown-2023-10-30-mon-1256">hackers.town: 2023-10-30 Mon 12:56</h3>
<p>Payoff of trying every damn PKM out there is I could figure out which ones satisfied work security requirements. (Dendron in VS Code for the moment, though probably Org mode once I figure out their position on Homebrew and Emacs)</p>
<h3 id="hackerstown-2023-10-30-mon-1358">hackers.town: 2023-10-30 Mon 13:58</h3>
<p>Difference in quantity and pace of typing is a bit more intense during onboarding week, so out comes the Model 100 for the first time in a bit.</p>
<p>Hands are cramping up a bit with the basic keyboards.</p>
<h3 id="hackerstown-2023-10-30-mon-1645">hackers.town: 2023-10-30 Mon 16:45</h3>
<p>A good first day. I feel like they could use me, which is giving my imposter syndrome a conniption fit.</p>
<h3 id="hackerstown-2023-10-30-mon-1716">hackers.town: 2023-10-30 Mon 17:16</h3>
<p>Too hungry to watch the Apple Event but I do generally enjoy them presenting last year’s Android baseline and next year’s Microsoft innovations.</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2023-10-29</title>
  <link>https://randomgeekery.org/note/2023/10/2023-10-29/</link>
  <pubDate>Sun, 29 Oct 2023 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2023/10/2023-10-29/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2023-10-29-sun-0657&#34;&gt;hackers.town: 2023-10-29 Sun 06:57&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@chris&lt;/em&gt; Windows has been sufficiently useful for my needs for a couple years now thanks to WSL2. It’s a darn shame about all the tradeoffs.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2023-10-29-sun-0917&#34;&gt;hackers.town: 2023-10-29 Sun 09:17&lt;/h3&gt;
&lt;p&gt;Walked in while she was watching Knights of the Zodiac.&lt;/p&gt;
&lt;p&gt;Didn’t know the movie. Didn’t know the story. But I saw Sean Bean and knew he was there to die in a dramatic futile gesture before the plot climax.&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2023-10-29-sun-0657">hackers.town: 2023-10-29 Sun 06:57</h3>
<p><em>@chris</em> Windows has been sufficiently useful for my needs for a couple years now thanks to WSL2. It&rsquo;s a darn shame about all the tradeoffs.</p>
<h3 id="hackerstown-2023-10-29-sun-0917">hackers.town: 2023-10-29 Sun 09:17</h3>
<p>Walked in while she was watching Knights of the Zodiac.</p>
<p>Didn’t know the movie. Didn’t know the story. But I saw Sean Bean and knew he was there to die in a dramatic futile gesture before the plot climax.</p>
<p>In the running for world’s most specific typecasting.</p>
<h3 id="hackerstown-2023-10-29-sun-1153">hackers.town: 2023-10-29 Sun 11:53</h3>
<p>We&rsquo;re watching 3,000 Years of Longing and I am greatly enjoying but be careful with that recommendation as I also enjoy Jim Jarmusch movies and stayed awake through most of my multiple viewings of My Dinner With Andre.</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2023-10-28</title>
  <link>https://randomgeekery.org/note/2023/10/2023-10-28/</link>
  <pubDate>Sat, 28 Oct 2023 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2023/10/2023-10-28/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2023-10-28-sat-1255&#34;&gt;hackers.town: 2023-10-28 Sat 12:55&lt;/h3&gt;
&lt;p&gt;“Now he’s being cute. Dammit.”&lt;/p&gt;
&lt;p&gt;&lt;em&gt;@IamMrsGeek&lt;/em&gt; is talking about Bouncy Dog.&lt;/p&gt;
&lt;p&gt;“Stinky boy!”&lt;/p&gt;
&lt;p&gt;I think.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2023-10-28-sat-1323&#34;&gt;hackers.town: 2023-10-28 Sat 13:23&lt;/h3&gt;
&lt;p&gt;On a related note, my code nearly lets me use &lt;em&gt;#SiYuanNote&lt;/em&gt; as a CMS for my blog.&lt;/p&gt;



  &lt;article class=&#34;admonition note&#34;&gt;
    &lt;header&gt;
      ℹ️
      
        &lt;code&gt;90a0b7ea3c608e7f.png&lt;/code&gt; missing from archive
      
    &lt;/header&gt;
    
  &lt;/article&gt;

&lt;h3 id=&#34;hackerstown-2023-10-28-sat-1801&#34;&gt;hackers.town: 2023-10-28 Sat 18:01&lt;/h3&gt;
&lt;p&gt;why did it have to be guy who played the friends character with an inappropriately sarcastic response to absolutely everything&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2023-10-28-sat-1255">hackers.town: 2023-10-28 Sat 12:55</h3>
<p>&ldquo;Now he&rsquo;s being cute. Dammit.&rdquo;</p>
<p><em>@IamMrsGeek</em> is talking about Bouncy Dog.</p>
<p>&ldquo;Stinky boy!&rdquo;</p>
<p>I think.</p>
<h3 id="hackerstown-2023-10-28-sat-1323">hackers.town: 2023-10-28 Sat 13:23</h3>
<p>On a related note, my code nearly lets me use <em>#SiYuanNote</em> as a CMS for my blog.</p>



  <article class="admonition note">
    <header>
      ℹ️
      
        <code>90a0b7ea3c608e7f.png</code> missing from archive
      
    </header>
    
  </article>

<h3 id="hackerstown-2023-10-28-sat-1801">hackers.town: 2023-10-28 Sat 18:01</h3>
<p>why did it have to be guy who played the friends character with an inappropriately sarcastic response to absolutely everything</p>
<p>I am slightly sad but also trying so hard not to type inappropriately sarcastic catchphrasey commentary</p>
<h3 id="hackerstown-2023-10-28-sat-1804">hackers.town: 2023-10-28 Sat 18:04</h3>
<p><em>@IamMrsGeek</em> see now that&rsquo;s dramatic! Moody! Tasteful, even!</p>
<h3 id="hackerstown-2023-10-28-sat-1806">hackers.town: 2023-10-28 Sat 18:06</h3>
<p><em>@IamMrsGeek</em> Honestly mine too, which is part of why my brain jumped straight to &ldquo;what would Chandler say?&rdquo; which you know all things considered is not the correct direction.</p>
<h3 id="hackerstown-2023-10-28-sat-1824">hackers.town: 2023-10-28 Sat 18:24</h3>
<p><em>@c0debabe</em> <a href="https://kinopio.club">https://kinopio.club</a> is my favorite brainstorming concept map / mind map tool, but for more structured mind maps I&rsquo;d lean towards MindNode</p>
<h3 id="hackerstown-2023-10-28-sat-1825">hackers.town: 2023-10-28 Sat 18:25</h3>
<p><em>@c0debabe</em> sample Kinopio workspace at <a href="https://kinopio.club/collecting-pkm-notes-OdVpnfOfEEtQD-Cg4M_MT">https://kinopio.club/collecting-pkm-notes-OdVpnfOfEEtQD-Cg4M_MT</a></p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2023-10-27</title>
  <link>https://randomgeekery.org/note/2023/10/2023-10-27/</link>
  <pubDate>Fri, 27 Oct 2023 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2023/10/2023-10-27/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2023-10-27-fri-1018&#34;&gt;hackers.town: 2023-10-27 Fri 10:18&lt;/h3&gt;
&lt;p&gt;Hyperfocus isn’t always like a twenty hour targeted session. Sometimes it’s revisiting a game or project routinely not because you like it, but because you aren’t done with it yet.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2023-10-27-fri-1339&#34;&gt;hackers.town: 2023-10-27 Fri 13:39&lt;/h3&gt;
&lt;p&gt;I want to be clear for anyone who mistakes this for productivity: “the project is incomplete” and “you aren’t done with it” are not necessarily describing the same thing. Project goals might be reached but you wanted to shuffle some things. Or maybe the project is miles from completion but you figure out this one tricky little thing and your brain is done.&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2023-10-27-fri-1018">hackers.town: 2023-10-27 Fri 10:18</h3>
<p>Hyperfocus isn&rsquo;t always like a twenty hour targeted session. Sometimes it&rsquo;s revisiting a game or project routinely not because you like it, but because you aren&rsquo;t done with it yet.</p>
<h3 id="hackerstown-2023-10-27-fri-1339">hackers.town: 2023-10-27 Fri 13:39</h3>
<p>I want to be clear for anyone who mistakes this for productivity: “the project is incomplete” and “you aren’t done with it” are not necessarily describing the same thing. Project goals might be reached but you wanted to shuffle some things. Or maybe the project is miles from completion but you figure out this one tricky little thing and your brain is done.</p>
<h3 id="hackerstown-2023-10-27-fri-1629">hackers.town: 2023-10-27 Fri 16:29</h3>
<p>Okay right this not good but how do I make it my desktop background</p>



  <article class="admonition note">
    <header>
      ℹ️
      
        <code>ea1daf8109704922.jpg</code> missing from archive
      
    </header>
    
  </article>

<h3 id="hackerstown-2023-10-27-fri-1641">hackers.town: 2023-10-27 Fri 16:41</h3>
<p>Scanner line chaos aside, I am now set up and ready for work Monday.</p>
<h3 id="hackerstown-2023-10-27-fri-1839">hackers.town: 2023-10-27 Fri 18:39</h3>
<p><em>@VeryBadLlama</em> <em>@VE2UWY</em> Ella Fitzgerald did the more famous renditions but I still think Maya Angelou&rsquo;s is the best.</p>
<p><a href="https://www.youtube.com/watch?v=ZdgJQqeiVSc">Stone Cold Dead In The Market - YouTube</a></p>
<h3 id="hackerstown-2023-10-27-fri-2057">hackers.town: 2023-10-27 Fri 20:57</h3>
<p>Cut myself accidentally during cleanup. Having made the requisite blood sacrifice, this kitchen now acknowledges me as authorized to cook.</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2023-10-26</title>
  <link>https://randomgeekery.org/note/2023/10/2023-10-26/</link>
  <pubDate>Thu, 26 Oct 2023 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2023/10/2023-10-26/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2023-10-26-thu-1217&#34;&gt;hackers.town: 2023-10-26 Thu 12:17&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;https://hackers.town/users/IamMrsGeek/statuses/111302917802249157&#34;&gt;https://hackers.town/users/IamMrsGeek/statuses/111302917802249157&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2023-10-26-thu-1218&#34;&gt;hackers.town: 2023-10-26 Thu 12:18&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@IamMrsGeek&lt;/em&gt; dang global conspiracy to keep me from injuring myself I AM AMERKAN IT IS MY GOD-GIVEN RIGHT TO ow oops dang&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2023-10-26-thu-1221&#34;&gt;hackers.town: 2023-10-26 Thu 12:21&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@IamMrsGeek&lt;/em&gt; (waves flag with remaining hand)&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2023-10-26-thu-1518&#34;&gt;hackers.town: 2023-10-26 Thu 15:18&lt;/h3&gt;
&lt;p&gt;It seems like every time some app provides an API to a SQLite database, I struggle with the API a little, then give up and just query the database directly.&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2023-10-26-thu-1217">hackers.town: 2023-10-26 Thu 12:17</h3>
<p><a href="https://hackers.town/users/IamMrsGeek/statuses/111302917802249157">https://hackers.town/users/IamMrsGeek/statuses/111302917802249157</a></p>
<h3 id="hackerstown-2023-10-26-thu-1218">hackers.town: 2023-10-26 Thu 12:18</h3>
<p><em>@IamMrsGeek</em> dang global conspiracy to keep me from injuring myself I AM AMERKAN IT IS MY GOD-GIVEN RIGHT TO ow oops dang</p>
<h3 id="hackerstown-2023-10-26-thu-1221">hackers.town: 2023-10-26 Thu 12:21</h3>
<p><em>@IamMrsGeek</em> (waves flag with remaining hand)</p>
<h3 id="hackerstown-2023-10-26-thu-1518">hackers.town: 2023-10-26 Thu 15:18</h3>
<p>It seems like every time some app provides an API to a SQLite database, I struggle with the API a little, then give up and just query the database directly.</p>
<h3 id="hackerstown-2023-10-26-thu-1747">hackers.town: 2023-10-26 Thu 17:47</h3>
<p>“You are a good looking man — more or less.”</p>
<p>Been a bit. Ready to watch a few more times.</p>
<p><em>#TuckerAndDaleVsEvil</em></p>
<h3 id="hackerstown-2023-10-26-thu-2259">hackers.town: 2023-10-26 Thu 22:59</h3>
<p>Had actual need for the Python walrus operator <code>:=</code> in some code tonight.</p>
<p>And I think that&rsquo;s enough accomplishment for one day.</p>
<h3 id="hackerstown-2023-10-26-thu-2342">hackers.town: 2023-10-26 Thu 23:42</h3>
<p><em>@Wizkid_alex</em> regular expression match and capture.</p>
<p>Didn’t need the walrus operator so much as it was an obvious choice.</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2023-10-25</title>
  <link>https://randomgeekery.org/note/2023/10/2023-10-25/</link>
  <pubDate>Wed, 25 Oct 2023 15:43:19 -0800</pubDate>
  
  <guid>https://randomgeekery.org/note/2023/10/2023-10-25/</guid>
  <description>&lt;h2 id=&#34;revisiting-an-old-layout&#34;&gt;Revisiting an old layout&lt;/h2&gt;
&lt;p&gt;I’m not saying it’s good. I’m not saying I’ll stick with it. I just wanted to pull solidly away from the utility-class CSS I was using for a while there. Got real hard to tweak.&lt;/p&gt;
&lt;p&gt;So for the moment, a slightly tweaked layout I used regularly a couple years ago.&lt;/p&gt;
&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2023-10-25-wed-1000&#34;&gt;hackers.town: 2023-10-25 Wed 10:00&lt;/h3&gt;
&lt;p&gt;Finally got the neurons free to finish a couple personal code tasks now that job hunting isn’t front and center anymore.&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category>  <category>site</category> 
  <content:encoded><![CDATA[<h2 id="revisiting-an-old-layout">Revisiting an old layout</h2>
<p>I&rsquo;m not saying it&rsquo;s good. I&rsquo;m not saying I&rsquo;ll stick with it. I just wanted to pull solidly away from the utility-class CSS I was using for a while there. Got real hard to tweak.</p>
<p>So for the moment, a slightly tweaked layout I used regularly a couple years ago.</p>
<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2023-10-25-wed-1000">hackers.town: 2023-10-25 Wed 10:00</h3>
<p>Finally got the neurons free to finish a couple personal code tasks now that job hunting isn’t front and center anymore.</p>
<h3 id="hackerstown-2023-10-25-wed-1445">hackers.town: 2023-10-25 Wed 14:45</h3>
<p>Doing some blog cleanup and pondering how most SSGs are built around an assumption that you&rsquo;ll get bored of your blog around 20-30 posts. Or maybe not so much the SSGs as the common blog templates.</p>
<p>We&rsquo;re not even talking build speed here. More like information architecture changes needed when you go from &ldquo;I should start a blog&rdquo; to a multi-decade waltz of shamelessness with hundreds or thousands of posts.</p>
<p>&ldquo;Page 4 of 78&rdquo; doesn&rsquo;t quite do it.</p>
<h3 id="hackerstown-2023-10-25-wed-1448">hackers.town: 2023-10-25 Wed 14:48</h3>
<p>I&rsquo;m not pondering a (edit: another) WordPress or Statamic revamp, you are!</p>
<p>That made no sense.</p>
<h3 id="hackerstown-2023-10-25-wed-1451">hackers.town: 2023-10-25 Wed 14:51</h3>
<p><em>@socketwench</em> Drupal has the &ldquo;tweak every little thing&rdquo; flexibility I&rsquo;d want. Just — so much to learn!</p>
<h3 id="hackerstown-2023-10-25-wed-1453">hackers.town: 2023-10-25 Wed 14:53</h3>
<p><em>@socketwench</em> first question is: any hosting recommendations?</p>
<h3 id="hackerstown-2023-10-25-wed-1456">hackers.town: 2023-10-25 Wed 14:56</h3>
<p><em>@socketwench</em> thank you!</p>
<p>I&rsquo;ll be keeping it in mind for sure. I&rsquo;m pulled towards Statamic because I enjoy playing with Laravel, but I know Drupal can do, and probably already has done, anything I can think of.</p>
<h3 id="hackerstown-2023-10-25-wed-1733">hackers.town: 2023-10-25 Wed 17:33</h3>
<p>new note on random geekery:</p>
<p>Revisiting an old layout</p>
<p><em>#Site</em> <em>#Blog</em></p>
<p><a href="https://randomgeekery.org/post/2023/10/revisiting-an-old-layout/">https://randomgeekery.org/post/2023/10/revisiting-an-old-layout/</a></p>
<h3 id="hackerstown-2023-10-25-wed-1733-1">hackers.town: 2023-10-25 Wed 17:33</h3>
<p>that was more about double-checking my syndication script than any big weighty blog post</p>
<h3 id="hackerstown-2023-10-25-wed-1850">hackers.town: 2023-10-25 Wed 18:50</h3>
<p>So glad there were no witnesses to tonight&rsquo;s dinner preparation.</p>
<p>Well technically the dogs. They were more like accomplices really, helping clean up evidence.</p>
<h3 id="hackerstown-2023-10-25-wed-1904">hackers.town: 2023-10-25 Wed 19:04</h3>
<p>Baked cheesy chicken with veggies. Thank goodness the veggies cooked down.</p>



  <article class="admonition note">
    <header>
      ℹ️
      
        <code>2e3b2c5b38fe2c12.jpeg</code> missing from archive
      
    </header>
    
  </article>

]]></content:encoded>
</item>
<item>
  <title>Note: 2023-10-24</title>
  <link>https://randomgeekery.org/note/2023/10/2023-10-24/</link>
  <pubDate>Tue, 24 Oct 2023 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2023/10/2023-10-24/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2023-10-24-tue-0945&#34;&gt;hackers.town: 2023-10-24 Tue 09:45&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@gizmomathboy&lt;/em&gt; &lt;em&gt;@minego&lt;/em&gt; singing the song of my people there&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2023-10-24-tue-0957&#34;&gt;hackers.town: 2023-10-24 Tue 09:57&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@minego&lt;/em&gt; &lt;em&gt;@gizmomathboy&lt;/em&gt; even for me it clarifies more than it amplifies.&lt;/p&gt;
&lt;p&gt;Family’s got a history of self-medicating stronger stuff, so I figured caffeine was an acceptable choice all things considered.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2023-10-24-tue-1004&#34;&gt;hackers.town: 2023-10-24 Tue 10:04&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;@minego&lt;/em&gt; &lt;em&gt;@gizmomathboy&lt;/em&gt; Fingers crossed this helps more! I had to revert to self-medicating thanks to the executive dysfunction obstacles involved in staying medicated with the current US health care system.&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2023-10-24-tue-0945">hackers.town: 2023-10-24 Tue 09:45</h3>
<p><em>@gizmomathboy</em> <em>@minego</em> singing the song of my people there</p>
<h3 id="hackerstown-2023-10-24-tue-0957">hackers.town: 2023-10-24 Tue 09:57</h3>
<p><em>@minego</em> <em>@gizmomathboy</em> even for me it clarifies more than it amplifies.</p>
<p>Family&rsquo;s got a history of self-medicating stronger stuff, so I figured caffeine was an acceptable choice all things considered.</p>
<h3 id="hackerstown-2023-10-24-tue-1004">hackers.town: 2023-10-24 Tue 10:04</h3>
<p><em>@minego</em> <em>@gizmomathboy</em> Fingers crossed this helps more! I had to revert to self-medicating thanks to the executive dysfunction obstacles involved in staying medicated with the current US health care system.</p>
<p>Coffee (less than before, and switch to mushroom coffee mid-afternoon) is not as helpful but also not as much of a hassle. An acceptable tradeoff for me.</p>
<h3 id="hackerstown-2023-10-24-tue-1009">hackers.town: 2023-10-24 Tue 10:09</h3>
<p><em>@minego</em> <em>@gizmomathboy</em> but you did it because of course you rock.</p>
<h3 id="hackerstown-2023-10-24-tue-1010">hackers.town: 2023-10-24 Tue 10:10</h3>
<p><em>@th</em> <em>@twistylittlepassages</em> when somebody steals your catalytic converter so you put a straight pipe in.</p>
<h3 id="hackerstown-2023-10-24-tue-1250">hackers.town: 2023-10-24 Tue 12:50</h3>
<p><em>@ieatkillerbees</em> that and sometimes had to go for her when she was working two jobs</p>
<h3 id="hackerstown-2023-10-24-tue-1252">hackers.town: 2023-10-24 Tue 12:52</h3>
<p><em>@ieatkillerbees</em> yep that&rsquo;s the one.</p>
<p>Course, it was a gas station not a deli but it was the place that would cash her checks, let me buy smokes for her, and have some of the hot burritos they were about to toss</p>
<h3 id="hackerstown-2023-10-24-tue-1531">hackers.town: 2023-10-24 Tue 15:31</h3>
<p><em>@lowqualityfacts</em> &ldquo;I wish I was the smartest person in the room&rdquo; or something like that</p>
<p>Devastating, whatever the exact phrasing was.</p>
<h3 id="hackerstown-2023-10-24-tue-1539">hackers.town: 2023-10-24 Tue 15:39</h3>
<p><em>@robby</em> <em>@mhoye</em> every time I want to add a feature to my IDE, PKM, or task manager, it occurs to me that it can be and probably already has been done in Emacs.</p>
<h3 id="hackerstown-2023-10-24-tue-1733">hackers.town: 2023-10-24 Tue 17:33</h3>
<p><em>@amydentata</em> I’ve gotten so much smug over the last few months. Really uplifting.</p>
<p>That said I’m looking forward to paychecks and buyer’s remorse.</p>
<h3 id="hackerstown-2023-10-24-tue-2116">hackers.town: 2023-10-24 Tue 21:16</h3>
<p><em>@genehack</em> the grandpa was inspirational and the badge thing was irritational. What a ride!</p>
<h3 id="hackerstown-2023-10-24-tue-2123">hackers.town: 2023-10-24 Tue 21:23</h3>
<p><em>@genehack</em> Yes indeed. It meshes with &ldquo;flow&rdquo; which is absolutely not just a thing for individuals. Good teams have a flow.</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2023-10-23</title>
  <link>https://randomgeekery.org/note/2023/10/2023-10-23/</link>
  <pubDate>Mon, 23 Oct 2023 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2023/10/2023-10-23/</guid>
  <description>&lt;h2 id=&#34;activity-log&#34;&gt;Activity Log&lt;/h2&gt;
&lt;h3 id=&#34;hackerstown-2023-10-23-mon-1013&#34;&gt;hackers.town: 2023-10-23 Mon 10:13&lt;/h3&gt;
&lt;p&gt;Got the itch to putter with Emacs today.&lt;/p&gt;
&lt;p&gt;Last time I had some kind of org version mismatch. Need to double check my early-init.el.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2023-10-23-mon-1146&#34;&gt;hackers.town: 2023-10-23 Mon 11:46&lt;/h3&gt;
&lt;p&gt;Went to the acupuncturist with complaints about back pain. They stabbed me in the neck and now I don’t even notice my back at all.&lt;/p&gt;
&lt;h3 id=&#34;hackerstown-2023-10-23-mon-1524&#34;&gt;hackers.town: 2023-10-23 Mon 15:24&lt;/h3&gt;
&lt;p&gt;After hearing some annoyingly clangy noises with my (mysteriously but consistently hearing-impaired for the last six months) right ear, thought I’d try an equalizer experiment to see if I could tune the computer’s sounds.&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category> 
  <content:encoded><![CDATA[<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2023-10-23-mon-1013">hackers.town: 2023-10-23 Mon 10:13</h3>
<p>Got the itch to putter with Emacs today.</p>
<p>Last time I had some kind of org version mismatch. Need to double check my early-init.el.</p>
<h3 id="hackerstown-2023-10-23-mon-1146">hackers.town: 2023-10-23 Mon 11:46</h3>
<p>Went to the acupuncturist with complaints about back pain. They stabbed me in the neck and now I don’t even notice my back at all.</p>
<h3 id="hackerstown-2023-10-23-mon-1524">hackers.town: 2023-10-23 Mon 15:24</h3>
<p>After hearing some annoyingly clangy noises with my (mysteriously but consistently hearing-impaired for the last six months) right ear, thought I&rsquo;d try an equalizer experiment to see if I could tune the computer&rsquo;s sounds.</p>
<p>Yes. But.</p>
<p>This is like the opposite of how I usually prefer my music, so it&rsquo;s for one-eared listening only. My left ear is very unhappy with the sound range my right ear can register.</p>



  <article class="admonition note">
    <header>
      ℹ️
      
        <code>879c8cb4d65958ee.png</code> missing from archive
      
    </header>
    
  </article>

<h3 id="hackerstown-2023-10-23-mon-1808">hackers.town: 2023-10-23 Mon 18:08</h3>
<p>Pasta is one of the things <em>@IamMrsGeek</em> has to look out for with the blood sugar thing, so we made beef stroganoff with zucchini noodles!</p>



  <article class="admonition note">
    <header>
      ℹ️
      
        <code>654a644f6b48cf4a.jpeg</code> missing from archive
      
    </header>
    
  </article>

]]></content:encoded>
</item>
<item>
  <title>Note: 2023-10-22</title>
  <link>https://randomgeekery.org/note/2023/10/2023-10-22/</link>
  <pubDate>Sun, 22 Oct 2023 05:21:35 -0800</pubDate>
  
  <guid>https://randomgeekery.org/note/2023/10/2023-10-22/</guid>
  <description>&lt;h2 id=&#34;watched-your-colors-suck-its-not-your-fault&#34;&gt;watched Your Colors Suck (it’s not your fault)&lt;/h2&gt;
&lt;p&gt;Hey do you want a 37 minute info dump about digital color? Of course you do.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=fv-wlo8yVhk&#34;&gt;Your Colors Suck (it’s not your fault) - YouTube&lt;/a&gt;&lt;/p&gt;



  &lt;blockquote&gt;
    &lt;p&gt;Topics covered include: Quantization, color banding, dithering, value mapping, palette swapping, radiometry, photometry, how humans perceive color, colorimetry, spectral rendering, the rgb color model, deriving srgb, the hsl color model, gradient mapping, randomly generated color palettes, perceptual color spaces, the lab color model, oklab&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category>  <category>watch</category>  <category>art</category> 
  <content:encoded><![CDATA[<h2 id="watched-your-colors-suck-its-not-your-fault">watched Your Colors Suck (it&rsquo;s not your fault)</h2>
<p>Hey do you want a 37 minute info dump about digital color? Of course you do.</p>
<p><a href="https://www.youtube.com/watch?v=fv-wlo8yVhk">Your Colors Suck (it&rsquo;s not your fault) - YouTube</a></p>



  <blockquote>
    <p>Topics covered include: Quantization, color banding, dithering, value mapping, palette swapping, radiometry, photometry, how humans perceive color, colorimetry, spectral rendering, the rgb color model, deriving srgb, the hsl color model, gradient mapping, randomly generated color palettes, perceptual color spaces, the lab color model, oklab</p>

  </blockquote>

<p>tl;dw: use <a href="https://bottosson.github.io/posts/oklab/">OKLAB</a> not RGB or HSL. There&rsquo;s even <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/oklab0"><code>oklab()</code></a> in <a href="/page/css/">CSS</a> now.</p>
<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2023-10-22-sun-0917">hackers.town: 2023-10-22 Sun 09:17</h3>
<p>Frustrated by Electron apps that don&rsquo;t offer an API. Thankfully it&rsquo;s getting less common but still.</p>
<p>Your app is 200MB of JS in front of 10MB of data. I know there&rsquo;s an API in there somewhere. Just let me use yours.</p>
<h3 id="hackerstown-2023-10-22-sun-1204">hackers.town: 2023-10-22 Sun 12:04</h3>
<p>From a chat with my mom, who&rsquo;s looking for smaller scale hub-and-spoke storefronts for artists (sort of like Fediverse Etsy for lack of a better analogy), me contrasting her goal with VC-funded storefront sites:</p>
<p>&ldquo;targeting sustainable income and community for all involved parties, which is the real unicorn honestly. Anyone can look good for a few months and flame out dramatically if you give them a few hundred million&rdquo;</p>
]]></content:encoded>
</item>
</channel>
</rss>
