<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on Andrew Imeson&#39;s Microblog</title>
    <link>https://micro.andrewimeson.com/p/</link>
    <description>Recent content in Posts on Andrew Imeson&#39;s Microblog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 28 Mar 2022 14:36:40 -0400</lastBuildDate>
    
	<atom:link href="https://micro.andrewimeson.com/p/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>A Tribute to My Grandfather</title>
      <link>https://micro.andrewimeson.com/p/a_tribute_to_my_grandfather/</link>
      <pubDate>Sat, 26 Mar 2022 11:55:06 -0400</pubDate>
      
      <guid>https://micro.andrewimeson.com/p/a_tribute_to_my_grandfather/</guid>
      <description>My grandfather, Wesley Bellon, went to be with the Lord on March 18, 2022, at the age of 87.
My grandpa was born in Lehr, North Dakota, and then at some point moved to Hardin, Montana. His parents were farmers and lost their farm twice during the Great Depression.
He would tell stories that amazed his 20 grandchildren and made us wonder at the different era he was from. He worked hard from an early age, had a car before he had a license (and drove it without interference), and told of being chased by the Indians from his school.</description>
    </item>
    
    <item>
      <title>iTerm2 ShellCheck wiki links</title>
      <link>https://micro.andrewimeson.com/p/iterm2_shellcheck_links/</link>
      <pubDate>Tue, 13 Jul 2021 14:39:41 -0400</pubDate>
      
      <guid>https://micro.andrewimeson.com/p/iterm2_shellcheck_links/</guid>
      <description>I have Vim configured with ALE and ShellCheck for linting shell scripts. Sometimes I want to go to the wiki page for a particular issue. I made a Trigger in iTerm2 that will do this.
Go to iTerm2 &amp;gt; Preferences &amp;gt; Profiles &amp;gt; Your profile &amp;gt; Advanced and click Edit under &amp;ldquo;Triggers&amp;rdquo;
Make the regex SC[0-9].{3}, the action Make Hyperlink&amp;hellip;, and the parameter https://shellcheck.net/wiki/\0
Since I have mouse reporting on in iTerm and Vim, I can&amp;rsquo;t just ⌘ + click like I can outside of vim, but I can ⌘ + ALT + click and get a link to the wiki page for the ShellCheck issue in my browser!</description>
    </item>
    
    <item>
      <title>GitHub Actions Annotations</title>
      <link>https://micro.andrewimeson.com/p/github_actions_annotations/</link>
      <pubDate>Wed, 23 Jun 2021 09:56:41 -0400</pubDate>
      
      <guid>https://micro.andrewimeson.com/p/github_actions_annotations/</guid>
      <description>You can annotate files in GitHub Actions by echoing a special format to STDOUT or STDERR. I submitted a PR to add that functionality to yamllint a while ago, but I can never remember where the docs are for the GitHub feature. They are under Workflow commands for GitHub Actions
::warning file={name},line={line},col={col}::{message} ::warning file=app.js,line=1,col=5::Missing semicolon  I want to add this feature to more tools, but I think it&amp;rsquo;s kind of a waste to have to implement it in each tool.</description>
    </item>
    
    <item>
      <title>SSH to a Mac on the LAN with Bonjour</title>
      <link>https://micro.andrewimeson.com/p/ssh_to_mac_on_lan_with_bonjour/</link>
      <pubDate>Sat, 05 Jun 2021 15:46:53 -0400</pubDate>
      
      <guid>https://micro.andrewimeson.com/p/ssh_to_mac_on_lan_with_bonjour/</guid>
      <description>Bonjour is Apple&amp;rsquo;s zeroconf technology. I wanted to SSH to another Macbook I have, but I want it to always work even if I&amp;rsquo;m on another network (provided we&amp;rsquo;re both on the same network). To do this, we just append the special &amp;ldquo;.local&amp;rdquo; TLD to the hostname of the target machine, and this tells the name resolution system to consult its MDNS database.
$ ssh andrew-macbook-air.local The authenticity of host &#39;andrew-macbook-air.</description>
    </item>
    
    <item>
      <title>Logitech G600 on M1 Mac</title>
      <link>https://micro.andrewimeson.com/p/logitech_g600_m1_mac/</link>
      <pubDate>Mon, 24 May 2021 16:00:32 -0400</pubDate>
      
      <guid>https://micro.andrewimeson.com/p/logitech_g600_m1_mac/</guid>
      <description>I have had a Logitech G600 for almost 6 years. I recently switched to an M1 Macbook Pro and was disappointed that I couldn&amp;rsquo;t get the Logitech software to work. I still wasn&amp;rsquo;t able to, but I was able to get my mappings stored on the mouse by booting up my old Intel Mac.
Initially, it wouldn&amp;rsquo;t even show the mouse in the Logitech G HUB software, but searching around I found I had to also install the Logitech Control Center.</description>
    </item>
    
    <item>
      <title>Apple Mail and IMAP Autodiscover</title>
      <link>https://micro.andrewimeson.com/p/apple_mail_and_imap_autodiscover/</link>
      <pubDate>Fri, 14 May 2021 17:31:02 -0400</pubDate>
      
      <guid>https://micro.andrewimeson.com/p/apple_mail_and_imap_autodiscover/</guid>
      <description>I think zeroconfiguration networking is a great thing. MDNS is an example of this super cool technology. The use of SRV records is also really cool. Apple loves this stuff, right? Then why does the Mail App still not support any kind of automatic configuration discovery for standard IMAP/SMTP accounts? No DNS lookups, no HTTP(s) requests to your domain for a special configuration file (I&amp;rsquo;d even settle for something nonstandard / Apple Mail only).</description>
    </item>
    
    <item>
      <title>Quitting Nano</title>
      <link>https://micro.andrewimeson.com/p/quiting_nano/</link>
      <pubDate>Wed, 12 May 2021 11:52:00 -0400</pubDate>
      
      <guid>https://micro.andrewimeson.com/p/quiting_nano/</guid>
      <description>I logged into a Linux box, and EDITOR was set to nano. I panicked trying to exit the file, and was worried that I would accidentally write the literal &amp;ldquo;:q!&amp;rdquo; I had put in the file. I remember that panic years ago when I logged into a box that didn&amp;rsquo;t have nano and only had vi. Funny what a few years can do.</description>
    </item>
    
    <item>
      <title>Sorting du with human readable output</title>
      <link>https://micro.andrewimeson.com/p/sort_du-h_human_readable_output/</link>
      <pubDate>Tue, 11 May 2021 13:30:43 +0000</pubDate>
      
      <guid>https://micro.andrewimeson.com/p/sort_du-h_human_readable_output/</guid>
      <description>TIL about the sort -h (or --human-numeric-sort) option which will sort by human readable byte measurements. It&amp;rsquo;s present in both GNU and BSD versions of sort I checked.
$ du -h | sort -h | tail -n 3 81M	./tmpchrome/Default 129M	./tmpchrome 10G	.  </description>
    </item>
    
    <item>
      <title>Microblog</title>
      <link>https://micro.andrewimeson.com/p/microblog/</link>
      <pubDate>Tue, 11 May 2021 13:30:42 +0000</pubDate>
      
      <guid>https://micro.andrewimeson.com/p/microblog/</guid>
      <description>I&amp;rsquo;m trying something new. A &amp;ldquo;microblog.&amp;rdquo; Maybe that&amp;rsquo;s not what this is, but the word &amp;ldquo;micro&amp;rdquo; makes it seem like there&amp;rsquo;s less ceremony and polish I need to do before I post.
Something is often better than nothing. I haven&amp;rsquo;t written a &amp;ldquo;normal&amp;rdquo; blog post in over 5 years, so if I can do at least once a year I&amp;rsquo;m already doing way better.
It feels like less commitment than having it on my main page.</description>
    </item>
    
  </channel>
</rss>