<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Banterability</title>
  <subtitle>A website by Jeff Long</subtitle>
  <link href="https://banterability.com/feed.xml" rel="self" />
  <link href="https://banterability.com/" />
  <updated>2025-10-12T12:00:00Z</updated>
  <id>https://banterability.com/</id>
  <author>
    <name>Jeff Long</name>
    <email>hello@banterability.com</email>
  </author>
  <entry>
    <title>Weeknotes 100: Two Years of Progress</title>
    <link href="https://banterability.com/posts/weeknotes-100/" />
    <updated>2025-10-12T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-100/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;I have listened to podcasts since the name made sense (iPod broadcasts!) and you had to use ugly apps to mush RSS content into your MP3 player and, wow, it is weird to be nostalgic for that kludge. Get off YouTube! Get out of Spotify! Do not make me look at you! There should not be a credited hair or makeup artist for &lt;a href=&quot;https://bsky.app/profile/brendelbored.bsky.social/post/3m2n5f74bms2g&quot;&gt;what is canonically a goblin job&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I haven’t had a chance to watch it yet, but I’m deeply fascinated by the premise of &lt;em&gt;Famous Last Words&lt;/em&gt;, the new Netflix show that got &lt;a href=&quot;https://www.nytimes.com/2025/10/03/arts/television/jane-goodall-netflix-famous-last-words.html?unlocked_article_code=1.rU8.hHUr.kzcBx1-rn8m1&amp;amp;smid=url-share&quot;&gt;surprise-launched by the death&lt;/a&gt; of Jane Goodall:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;a series of late-life interviews with famous people, whose contents — including their subjects’ identities — are kept closely guarded until after the subject dies. Goodall’s interview, which was completed in March, was one of a handful that have been sitting in a Netflix vault for months. She was simply the first among those interviewed to die.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Saw a post from the Chicago Transit Authority announcing that &lt;a href=&quot;https://bsky.app/profile/chicagocta.bsky.social/post/3m2ryxe2xbc23&quot;&gt;a new ‘L’ station was getting an elevator&lt;/a&gt; and realized that I hadn’t updated the station data backing my little toy CTA tracker &lt;a href=&quot;https://slow.zone/&quot;&gt;Slow Zone&lt;/a&gt; in two years.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The process I came up with for this way back when was deeply tortured:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download a CSV of stop data from the city’s &lt;a href=&quot;https://data.cityofchicago.org/Transportation/CTA-System-Information-List-of-L-Stops/8pix-ypme/about_data&quot;&gt;Data Portal&lt;/a&gt;. This dataset includes stop locations, which lines they serve, whether they’re accessible, etc.&lt;/li&gt;
&lt;li&gt;Convert that to JSON.&lt;/li&gt;
&lt;li&gt;Transform that JSON using a bunch of homegrown functions to massage the goofy data types and create an object of stations containing their associated stops. Save that as a different blob of JSON.&lt;/li&gt;
&lt;li&gt;Save that file in the repo and deploy the app.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Obviously, I never remembered to do any of this again. So this week I put together a GitHub Action to fetch the data and update it for me every weekend. Runs in ~20 seconds, opens a pull request if anything changes. Shockingly straightforward.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Behold: &lt;a href=&quot;https://github.com/banterability/slow-zone-web/commit/a266593e9006da9c1cba674f9bdac06c0a072698&quot;&gt;two years of infrastructure progress&lt;/a&gt;: four new elevators, &lt;a href=&quot;https://blockclubchicago.org/2024/08/05/ctas-new-damen-green-line-stop-opens-after-years-of-delays/&quot;&gt;one new station&lt;/a&gt;, and deleting a stray space.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 95: Prodrome</title>
    <link href="https://banterability.com/posts/weeknotes-95/" />
    <updated>2025-09-07T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-95/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Continuing to make up for lost time on the bike this summer. Took advantage of the long weekend to cross a massive item off my list: making it to the lake.&lt;/p&gt;
&lt;p&gt;&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/lakefront-trail-800w.webp 800w, https://banterability.com/assets/images/lakefront-trail-1600w.webp 1600w, https://banterability.com/assets/images/lakefront-trail-2400w.webp 2400w, https://banterability.com/assets/images/lakefront-trail-3024w.webp 3024w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/lakefront-trail-800w.jpeg&quot; alt=&quot;A view of the skyline of Chicago and Lake Michigan from behind bicycle handlebars on the Lakefront Trail&quot; width=&quot;3024&quot; height=&quot;4032&quot; srcset=&quot;https://banterability.com/assets/images/lakefront-trail-800w.jpeg 800w, https://banterability.com/assets/images/lakefront-trail-1600w.jpeg 1600w, https://banterability.com/assets/images/lakefront-trail-2400w.jpeg 2400w, https://banterability.com/assets/images/lakefront-trail-3024w.jpeg 3024w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Chicago has a magnificent &lt;a href=&quot;https://en.wikipedia.org/wiki/Chicago_Lakefront_Trail&quot;&gt;Lakefront Trail&lt;/a&gt; that runs from 5800 North to 7100 South. All that was left to add that pavement to my available routes was about a mile of Armitage Avenue through Lincoln Park I hadn’t ridden yet.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;My darling wife, who does not yet have a bike, met me in the park and grabbed a &lt;a href=&quot;https://divvybikes.com/&quot;&gt;Divvy&lt;/a&gt; so we could ride down to &lt;a href=&quot;https://www.adlerplanetarium.org/&quot;&gt;the planetarium&lt;/a&gt; together. Perfect little loop with a stop for ice cream. Best city in the world.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;And just like that: off again to Toronto again for work. This visit’s select seltzer flavors: mangosteen; black cherry; yuzu blossom and pomelo. Unserious country. Bless them.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This trip was accidentally scheduled at the same time as the &lt;a href=&quot;https://www.tiff.net/&quot;&gt;Toronto International Film Festival&lt;/a&gt;, which would usually have been a cool confluence of my interests, but in this case just meant that all the halfway convenient hotels were out of policy and I had to spend my last night back out at the airport.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which worked out more or less fine, given that I had a Friday meeting that ran from 10 a.m. until well after midnight, so a quick cab ride back to YYZ and a couple hours at the airport Sheraton to set the tone for an extremely delirious trip back to the US, where I was glad to find a Chicago not yet occupied by the National Guard and weather still nice enough for another long bike ride.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I think part of me is just trying to get as much riding in as I can before the various shoes start dropping. Both airports, the office, and everyone at home are coughing and wheezing with whatever not-COVID is currently going around. Meanwhile, the pools are closing and the summer is winding down. Double meanwhile, we’re all pretending my beautiful city is a crime-ridden war zone desperately in need of occupation.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Illness looms. Winter looms. Jackboots loom. Damned if I’m not going to enjoy it while I still can.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 78: My Numbers Look Fine</title>
    <link href="https://banterability.com/posts/weeknotes-78/" />
    <updated>2025-05-11T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-78/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;My &lt;a href=&quot;https://ouraring.com/&quot;&gt;goofy fitness ring&lt;/a&gt; has been pestering me to start tracking my blood glucose &lt;em&gt;for my wellness&lt;/em&gt;, so I’ve been doing that for a few days by wearing a &lt;a href=&quot;https://www.stelo.com/en-us&quot;&gt;weird dot&lt;/a&gt; on the back of my arm.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Early takeaways:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Continuous_glucose_monitor&quot;&gt;Continuous glucose monitoring&lt;/a&gt; is an extremely cool technology. If I had diabetes or some other reason to stay aware of it, I’d be super grateful somebody thought it up.&lt;/li&gt;
&lt;li&gt;I don’t have diabetes.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Friends who know more about medicine than me don’t seem very happy these devices are being marketed to people without any sort of indicated condition, but we just love &lt;a href=&quot;https://en.wikipedia.org/wiki/Quantified_self&quot;&gt;quantifying ourselves&lt;/a&gt;, don’t we folks?&lt;/p&gt;
&lt;p&gt;&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/quantified-self-800w.webp 800w, https://banterability.com/assets/images/quantified-self-1080w.webp 1080w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/quantified-self-800w.jpeg&quot; alt=&quot;Screenshot of two Twitter posts from December 2022 by @mycoliza. The first post reads: &amp;quot;the best part of having a body is that it turns out there&#39;s actually a lot of interesting numbers associated with it, and you can make number go up by torturing yourself&amp;quot;. The second post continues: &amp;quot;there&#39;s also bad numbers, and you can make them go down by torturing yourself. this is exactly the same as the computer.&amp;quot;&quot; width=&quot;1080&quot; height=&quot;619&quot; srcset=&quot;https://banterability.com/assets/images/quantified-self-800w.jpeg 800w, https://banterability.com/assets/images/quantified-self-1080w.jpeg 1080w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Pessimistically on the subject, via &lt;a href=&quot;https://www.welcometohellworld.com/believing-you-will-receive-2/&quot;&gt;Luke O’Neil&lt;/a&gt;: “The appointment is this week and I’m worried she’s going to tell me all my numbers look fine. That there is nothing wrong with me that I have the power to fix.”&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Pragmatically on the subject, via &lt;a href=&quot;https://bsky.app/profile/ericallixrogers.com/post/3llm7q3fgj22q&quot;&gt;Eric Allix Rogers&lt;/a&gt;: “I too am biohacking, but my goal is to die at a reasonable age and not be miserable.”&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;First Sunday of &lt;a href=&quot;https://www.logansquarefarmersmarket.org/&quot;&gt;farmers market&lt;/a&gt; season! Remind me that I should walk down here every weekend.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Please enjoy the mystery presented in the latest episode of &lt;em&gt;Search Engine&lt;/em&gt;: “&lt;a href=&quot;https://www.searchengine.show/the-dave-and-busters-anomaly/&quot;&gt;The Dave and Busters Anomaly&lt;/a&gt;”. No spoilers, but my brain is broken by too much time spent close to the computer, so I pretty much guessed it right.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Observation without context: almost every Airbnb story I’ve ever been told begins with “We couldn’t get into our Airbnb, so…”&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 74: Controlling a Small Area</title>
    <link href="https://banterability.com/posts/weeknotes-74/" />
    <updated>2025-04-13T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-74/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Big week for watching the line go down and up. Apparently market turmoil brings out the good posts:
&lt;a href=&quot;https://bsky.app/profile/noahs.bsky.social/post/3lm7a2pkmos2z&quot;&gt;&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/three-market-gods-800w.webp 800w, https://banterability.com/assets/images/three-market-gods-1178w.webp 1178w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/three-market-gods-800w.jpeg&quot; alt=&quot;A Bluesky post by @noahs.bsky.social: &amp;quot;future historians debating whether dow jones, nasdaq, and S&amp;amp;P 500 were three separate gods of ancient America, or just three aspects of the same god&amp;quot;&quot; width=&quot;1178&quot; height=&quot;354&quot; srcset=&quot;https://banterability.com/assets/images/three-market-gods-800w.jpeg 800w, https://banterability.com/assets/images/three-market-gods-1178w.jpeg 1178w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/a&gt;
&lt;a href=&quot;https://bsky.app/profile/amandamull.bsky.social/post/3lme4lx65rc27&quot;&gt;&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/we-slidin-800w.webp 800w, https://banterability.com/assets/images/we-slidin-1188w.webp 1188w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/we-slidin-800w.jpeg&quot; alt=&quot;A Bluesky post by @amandamull.bsky.social: &amp;quot;Every time I look at the line the last few days all I can think is &#39;we slidin&#39;&amp;quot; with an image of a tweet by roob: &amp;quot;snowing hard this morning. Bus driver slid through a red light. Only thing he said was &#39;we slidin&#39; i cant stop thinking about this&amp;quot;&quot; width=&quot;1188&quot; height=&quot;1126&quot; srcset=&quot;https://banterability.com/assets/images/we-slidin-800w.jpeg 800w, https://banterability.com/assets/images/we-slidin-1188w.jpeg 1188w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;It’s always so strange to live through these times waiting for all the lagging indicators to catch up. &lt;a href=&quot;https://bsky.app/profile/josephpolitano.bsky.social/post/3lo4eklah5k2m&quot;&gt;“Dunkirk for treats”&lt;/a&gt; is already well underway, but it’ll be weeks before we start to feel it. March 2020 all over again.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Somehow failed at every single meal I attempted to cook this week. Regular things I can do in my sleep, all botched in a variety of bizarre calamities.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Amid the chaos, I’ve found myself drawn back into &lt;a href=&quot;https://www.stardewvalley.net/&quot;&gt;Stardew Valley&lt;/a&gt; in a big way. Just foraging the pixelated woods and petting my chickens, happily puttering on my little daily loop. Never underestimate the psychic balm of controlling a small area.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The finale of &lt;em&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/The_White_Lotus&quot;&gt;The White Lotus&lt;/a&gt;&lt;/em&gt; completely validated the feeling I’ve had all season: any marketing exec who agreed to a partnership cannot possibly have ever watched the show. Did the people co-branding &lt;a href=&quot;https://www.awaytravel.com/pages/white-lotus-collection&quot;&gt;suitcases&lt;/a&gt; and &lt;a href=&quot;https://www.cb2.com/collections/the-white-lotus/&quot;&gt;home goods&lt;/a&gt; forget that “guest at a White Lotus property” is not actually a desirable thing to be? There’s a measurable fatality rate! If you escape with your life, you’re still bound to leave your relationships or your fortunes in shambles. These are the baddies! An entire cast discovering consequences for the first time in their lives.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;But hey, “it’s great exposure! What could possibly go wrong?”
&lt;a href=&quot;https://www.target.com/p/coffee-mate-pina-colada-coffee-creamer-28-fl-oz/-/A-93138926&quot;&gt;&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/white-lotus-creamer-800w.webp 800w, https://banterability.com/assets/images/white-lotus-creamer-1206w.webp 1206w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/white-lotus-creamer-800w.jpeg&quot; alt=&quot;A bottle of Piña Colada coffee creamer from Coffee-mate, with &amp;quot;The White Lotus&amp;quot; branding.&quot; width=&quot;1206&quot; height=&quot;1749&quot; srcset=&quot;https://banterability.com/assets/images/white-lotus-creamer-800w.jpeg 800w, https://banterability.com/assets/images/white-lotus-creamer-1206w.jpeg 1206w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 73: Wisdom TK</title>
    <link href="https://banterability.com/posts/weeknotes-73/" />
    <updated>2025-04-06T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-73/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Birthday! Another year older, &lt;a href=&quot;https://banterability.com/posts/weeknotes-21/#:~:text=I%E2%80%99ve%20always%20wanted%20to%20write%20one%20of%20those%20%E2%80%9Cthings%20I%E2%80%99ve%20learned%20this%20year%E2%80%9D%20posts%20around%20my%20birthday.%20Maybe%20in%202025.%20In%20lieu%20of%20that%3A%20a%20partial%20list%20of%20words%20I%20have%20never%20spelled%20correctly%20on%20the%20first%20attempt%3A%20maintenance%2C%20initialize%2C%20gauges%2C%20rendezvous%2C%20precedent%2C%20separates%2C%20rehearsal%2C%C2%A0repertoire.&quot;&gt;another year where I don’t write a wisdom post&lt;/a&gt;. Don’t worry; I’m bound to learn something eventually.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Marked it with a lovely dinner at &lt;a href=&quot;https://www.swiftandsonschicago.com/&quot;&gt;Swift &amp;amp; Sons&lt;/a&gt;. Maybe a bigger get together is in the cards for when proper patio weather arrives.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Apparently this Wednesday was “everybody release your new subway maps” day. &lt;a href=&quot;https://www.mta.info/map/5256&quot;&gt;New York’s&lt;/a&gt; is a triumph and I will hear no argument to the contrary. &lt;a href=&quot;https://www.transitchicago.com/assets/1/6/ctamap_Lsystem.png&quot;&gt;Chicago’s&lt;/a&gt; I’m a little more conflicted on; I like the new emphasis on the &lt;a href=&quot;https://en.wikipedia.org/wiki/Chicago_park_and_boulevard_system&quot;&gt;parks and boulevards&lt;/a&gt;, but miss the street grid &lt;a href=&quot;https://i0.wp.com/transitmap.net/wp-content/uploads/2011/10/tumblr_ltx0fl0drE1r54c4oo1_1280.png?w=942&amp;amp;ssl=1&quot;&gt;on the previous version&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Finally got a chance to sit down and tear through &lt;a href=&quot;https://press.uchicago.edu/ucp/books/book/chicago/U/bo252799883.html&quot;&gt;&lt;em&gt;The Unaccountability Machine&lt;/em&gt;&lt;/a&gt;&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-73/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; by Dan Davies. Shocking that it’s taken this long to coin a term for “accountability sinks”, the policies and structures that mark the asymmetry of every modern interaction: “a state of affairs where [the company] can speak to you with the anonymous voice of an amorphous corporation, but you have to talk back to it as if it were a person like yourself.” Pretty sure I highlighted more than half this book.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This bit certainly seemed relevant this week looking &lt;a href=&quot;https://commons.wikimedia.org/wiki/File:2025-April-02-Reciprocal_tariffs_(left_half).jpg&quot;&gt;at the big dumb tariff chart&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you trace back many important decisions of the last few decades, you will regularly come up against the uncomfortable sensation that the unacknowledged legislators are relatively junior civil servants who put placeholder numbers in spreadsheets, which are later adopted as fundamental constraints; to do otherwise would mean someone having to risk being criticized for making a decision.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The whole affair has me flashing back to my days working at &lt;a href=&quot;https://www.marketplace.org/&quot;&gt;&lt;em&gt;Marketplace&lt;/em&gt;&lt;/a&gt; during the global financial crisis. I am certainly not an economist, but I think our fearless leaders may not have a strong grasp on &lt;a href=&quot;https://bsky.app/profile/danielahorwitz.bsky.social/post/3lluifyoagk2f&quot;&gt;what a trade deficit actually is&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Incredible subtitle too: “Why Big Systems Make Terrible Decisions – and How the World Lost its Mind” &lt;a href=&quot;https://banterability.com/posts/weeknotes-73/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 72: Weights and Measures</title>
    <link href="https://banterability.com/posts/weeknotes-72/" />
    <updated>2025-03-30T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-72/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Saw someone wondering when the DOGE teens might stumble across the &lt;a href=&quot;https://en.wikipedia.org/wiki/National_Institute_of_Standards_and_Technology&quot;&gt;National Institute of Standards and Technology&lt;/a&gt;, accidentally throw out a mass standard and prevent us from ever knowing what an ounce is again, which reintroduced me to these beauties:&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-72/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/reference-cigarette-765w.webp 765w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/reference-cigarette-765w.jpeg&quot; alt=&quot;A pack of cigarettes labeled &amp;quot;Standard Reference Material&amp;quot; and &amp;quot;Standard Cigarette for Ignition Resistance Testing&amp;quot; in red and black text on a plain white box with the NIST logo.&quot; width=&quot;765&quot; height=&quot;1280&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;p&gt;I have never smoked cigarettes and I have never had an interest in smoking cigarettes, but damn if I don’t wonder if a pack of these would fix what’s wrong with me.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Is it worth it for a non-smoker to &lt;a href=&quot;https://shop.nist.gov/ccrz__ProductDetails?sku=1196a&amp;amp;cclcl=en_US&quot;&gt;order two cartons&lt;/a&gt; of unsmokable reference cigarettes to carry around as a bit in case someone asks to bum one? Certainly cheaper than dropping &lt;a href=&quot;https://shop.nist.gov/ccrz__ProductDetails?sku=2387&amp;amp;cclcl=en_US&quot;&gt;$1,200 on technical peanut butter&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I highly encourage you to peruse NIST’s entire &lt;a href=&quot;https://tsapps.nist.gov/srmext/certificates/documents/Current_SRM_Catalog.pdf&quot;&gt;catalog of reference materials [pdf]&lt;/a&gt; for calibrating machines, validating experiments, and just generally allowing industry to function. It’s almost like having an existent government is useful. Balm in another week trying to remind myself that &lt;a href=&quot;https://bsky.app/profile/rincewind.run/post/3ll7na7hdvc2s&quot;&gt;just because the clown car goes very fast does not mean it isn’t full of clowns&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This bit from &lt;a href=&quot;https://www.peoplespolicyproject.org/2025/03/24/the-abundance-agenda/&quot;&gt;Matt Bruenig’s review&lt;/a&gt; of Ezra Klein &amp;amp; Derek Thompson’s new book &lt;em&gt;Abundance&lt;/em&gt; really resonated:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I don’t personally understand why policy arguments need to be coupled with historical narratives to be compelling. If some aspect of the status quo is bad, then that is true regardless of whether it used to be less bad and regardless of how it got to be that way.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Took a few passes at figuring out enough SwiftUI to make the &lt;a href=&quot;https://banterability.com/posts/weeknotes-25/#:~:text=Kellan%20had%20the%20same%20problem%20and%20put%20together%20some%20Swift%20that%20I%20was%20able%20to%20fork%20to%20add%20a%20few%20other%20time%20ranges%20I%20cared%20about.%20Apparently%2C%20I%20cycled%20about%2088%20miles%20last%20year.%20So%20far%20in%202024%2C%20I%E2%80%99m%20sneaking%20up%20on%20300%20miles.%20Gonna%20see%20if%20I%20can%20break%201%2C000%20before%20year%E2%80%99s%C2%A0end.&quot;&gt;little app I made last year to fetch cycling stats&lt;/a&gt; out of HealthKit prettier. Pretty happy with the results:&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-72/#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt; &lt;img src=&quot;https://banterability.com/assets/images/miles-biked-redesign-482w.webp&quot; alt=&quot;An animated progression of designs for an iOS app that shows current and historic cycling trends&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;482&quot; height=&quot;957&quot;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Starting to see little bits of green on the ends of branches. I hope the plants don’t get &lt;a href=&quot;https://banterability.com/posts/weeknotes-18/#:~:text=Downright%20lovely%20outside.%2072%C2%B0F%20in%20the%20backyard%20on%20Tuesday!%20All%20the%20plants%20are%20starting%20to%20bloom.%20I%20feel%20bad%20that%20they%20don%E2%80%99t%20know%20what%E2%80%99s%20coming.%20Really%20looking%20forward%20to%20spending%20every%20late%20afternoon%20and%20weekend%20out%20back%20gardening%20and%20grilling.%20When%20did%20I%20turn%20into%20a%20lawn%C2%A0dad%3F&quot;&gt;fooled again&lt;/a&gt; this year.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The laser printer I bought in an effort to never need to buy another printer suddenly gave up on life. This is the last time I buy a product called – I shit you not – &lt;a href=&quot;https://www.hp.com/us-en/shop/pdp/hp-neverstop-laser-1001nw&quot;&gt;the HP Neverstop&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Scrolling through my photo library to make this joke, apparently I saved this exact same picture back in June 2017. This reference is almost ready for second grade. &lt;a href=&quot;https://banterability.com/posts/weeknotes-72/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Placeholder data in the simulator. I’m actually way ahead of where I was last year. Solid shot of breaking 1,000 miles in 2025 🤞. &lt;a href=&quot;https://banterability.com/posts/weeknotes-72/#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 71: Flipping Through the Stacks</title>
    <link href="https://banterability.com/posts/weeknotes-71/" />
    <updated>2025-03-23T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-71/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Excellent new-to-me term: &lt;a href=&quot;https://web.archive.org/web/20210603032824/https://www.inuse.se/read/onceability-the-consequence-of-technology-rot-inuseful/&quot;&gt;“onceability”&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;the quality in a technical system that prevents a user from restoring the system, once it has failed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;Everything&lt;/em&gt; feels like this now. All the cheap little Internet-of-Things devices that suddenly and irrevocably forget what Wi-Fi even is and repurpose themselves into expensive breathing orange LEDs. Overdue to go around plucking them off of power strips like gross little weeds.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-61/#:~:text=Started%20our%20rewatch%20of%20Severance%20before%20the%20second%20season%20kicks%20off%20next%20week.&quot;&gt;&lt;em&gt;Severance&lt;/em&gt; season two&lt;/a&gt; finale: 👍👍. The discourse around any popular show almost immediately gets exhausting nowadays, but they certainly landed the plane for me. Felt like a love letter to filmmaking.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Took advantage of a disturbingly warm March day to get the bike dusted off for the year. Turns out that despite being sunny, it was way too windy and I spent a good amount of the ride translating perpendicularly into the curb. Still a nice expansion of the places I know how to bike to well into River West.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Lovely walk down to &lt;a href=&quot;https://www.shugarecords.com/&quot;&gt;the record store&lt;/a&gt; to pick up one particular thing, and absentmindedly flipping through the stacks like I used to so many weekends at Amoeba on Sunset. Picked up some nice surprises and completely forgot the thing I came for.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which gave me an excuse for another bike errand the next day to &lt;em&gt;the other location of the same record store&lt;/em&gt;, which was more successful in the sense that I bought the record I tried to buy the day prior, and dramatically less successful in that I had to fight against pouring rain and a splitting headache the whole way.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Still: biking outdoors in March. Who can complain?&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 70: Queued Behind the TikTok Youths</title>
    <link href="https://banterability.com/posts/weeknotes-70/" />
    <updated>2025-03-16T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-70/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Stupidly lovely weather for March in New York.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Started the week off right with brunch at &lt;a href=&quot;https://www.goldendinerny.com/&quot;&gt;Golden Diner&lt;/a&gt;. The reviews we’d seen all warned to get there early and prepare to be quoted a two or three hour wait at the door, which is exactly what happened.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Please enjoy this from their &lt;a href=&quot;https://www.goldendinerny.com/faq&quot;&gt;Brunch FAQs&lt;/a&gt; under “WHY IS THE WAIT SO LONG?”:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Good question. We’re a tiny restaurant that can seat max 30 guests. Factor in TikTok youths and pancake bonanza, and you get the picture. We highly encourage making a reservation for literally any other time.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Comprehensive review: big pancakes good. Worth it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Spent Monday night jogging through &lt;a href=&quot;https://lifeandtrustnyc.com/&quot;&gt;&lt;em&gt;Life and Trust&lt;/em&gt;&lt;/a&gt;, the newish immersive theater thingy from some of the folks behind &lt;a href=&quot;https://en.wikipedia.org/wiki/Sleep_No_More_(2011_play)&quot;&gt;&lt;em&gt;Sleep No More&lt;/em&gt;&lt;/a&gt;. It felt bigger and maybe a bit harder to follow on the first journey through, but well worth a trip.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-70/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also saw &lt;a href=&quot;https://www.ohmaryplay.com/&quot;&gt;&lt;em&gt;Oh Mary!&lt;/em&gt;&lt;/a&gt; on Broadway which was unfathomably stupid (&lt;strong&gt;extremely complementary statement&lt;/strong&gt;.) &lt;a href=&quot;https://www.vogue.com/article/betty-gilpin-oh-mary-broadway&quot;&gt;Betty Gilpin recently took over the lead&lt;/a&gt; from creator Cole Escola, and Tituss Burgess is also taking a run soon. Betty crushed it, and had a truly world-class Playbill bio: &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/oh-mary-playbill-800w.webp 800w, https://banterability.com/assets/images/oh-mary-playbill-1600w.webp 1600w, https://banterability.com/assets/images/oh-mary-playbill-2400w.webp 2400w, https://banterability.com/assets/images/oh-mary-playbill-2844w.webp 2844w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/oh-mary-playbill-800w.jpeg&quot; alt=&quot;Text in a Playbill: &amp;quot;BETTY GILPIN (Mary Todd Lincoln) has wailed on television and keened on stage but nevermind listen to me: Betty&#39;s life has led to this very second. She is requesting that you have the time of your life because good lord she is having hers. Betty&#39;s father made his Broadway debut in THIS very theatre in 1978 as an understudy -- he went on one time.
Betty is currently in the wings dry-heaving as her father hath done before her. Betty&#39;s mom taught her how to be ridiculous. Betty will now cease heaving, straighten her shoulders and be ridiculous for you. She is forever grateful to Cole Escola for letting us see their soul&#39;s ass. She hopes her daughters will know and like themselves enough to find their exact corners of the world like Cole has done, whatever that looks like for them. I love you Cosmo. Typing this part through sobs: this is Betty&#39;s Broadway debut.&amp;quot;&quot; width=&quot;2844&quot; height=&quot;3127&quot; srcset=&quot;https://banterability.com/assets/images/oh-mary-playbill-800w.jpeg 800w, https://banterability.com/assets/images/oh-mary-playbill-1600w.jpeg 1600w, https://banterability.com/assets/images/oh-mary-playbill-2400w.jpeg 2400w, https://banterability.com/assets/images/oh-mary-playbill-2844w.jpeg 2844w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;My &lt;a href=&quot;https://banterability.com/posts/weeknotes-55/#:~:text=Small%20chance%20I%E2%80%99ll,photogenic%C2%A0widows.&quot;&gt;recently-reset Instagram algorithm&lt;/a&gt; has been feeding me nothing but ads for Broadway shows since I got off the plane, and honestly, I could live like this.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Finally made cocktail pilgrimages to &lt;a href=&quot;https://www.deathandcompany.com/location/death-and-company-new-york/&quot;&gt;Death &amp;amp; Co&lt;/a&gt;, &lt;a href=&quot;https://www.katanakitten.com/&quot;&gt;Katana Kitten&lt;/a&gt;, and &lt;a href=&quot;https://employeesonlynyc.com/&quot;&gt;Employees Only&lt;/a&gt;. And a college-esque crawl through the West Village, closing out five(‽) different bars.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;All this at the expense of forgetting to eat dinner at an actual restaurant at any point we were in town.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ethanol and malnutrition aside, Manhattan does a body good, because I always seem to accidentally get 20,000+ steps a day when I’m here.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Always delighted and surprised at how quickly I can slip back into the energy of a place. Five minutes on the ground and I suddenly remember which subway entrances only go uptown and which streets are the right ones for jaywalking.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-70/#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Beware: the masks are &lt;strong&gt;significantly shittier&lt;/strong&gt; for glasses wearers than the ones at &lt;em&gt;Sleep No More&lt;/em&gt;. An evening for contacts, if you’re able. &lt;a href=&quot;https://banterability.com/posts/weeknotes-70/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;An easy way to get your &lt;a href=&quot;https://harpers.org/archive/2012/12/anarchist-calisthenics/&quot;&gt;anarchist calisthenics&lt;/a&gt; in – and no better time to start. &lt;a href=&quot;https://banterability.com/posts/weeknotes-70/#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 69: That&#39;s Hypertext!</title>
    <link href="https://banterability.com/posts/weeknotes-69/" />
    <updated>2025-03-09T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-69/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Home alone most of the week. Always weird how I do a reverse-Risky Business and somehow forget to turn on any music at all. Just silently roaming the halls, &lt;a href=&quot;https://bsky.app/profile/localceleb.bsky.social/post/3lj4pckicxc2y&quot;&gt;supervising my unruly ward&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;At least my tongue has &lt;a href=&quot;https://banterability.com/posts/weeknotes-68/#:~:text=Started%20the%20weekend%20off%20right%20by%20absolutely%20destroying%20my%20tongue.%20I%20am%20an%20adult%20who%20has%20bitten%20his%20tongue%20many%2C%20many%20times%20before%2C%20but%20never%20with%20such%20gusto%20%E2%80%93%20drew%20blood%20and%20everything.%20Apparently%20this%20is%20just%20fine%20and%20my%20body%20will%20sort%20it%20out%20when%20it%20feels%20like%C2%A0it.&quot;&gt;already mostly healed&lt;/a&gt;. Bodies are truly wild.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Starting to tinker with the site again, and accidentally turned a minor change into a whole saga: When I reference a point from a previous week, I like to link back – that’s &lt;a href=&quot;https://en.wikipedia.org/wiki/Hypertext&quot;&gt;hypertext&lt;/a&gt;, baby! – but I’m currently just linking to the post and it feels like we can do better. What I want: when you follow one of these links, the page loads with the relevant bullet in the viewport, something draws your attention to the specific text I’m referencing, and things gradually return to normal so you can read easily.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;First idea was the simplest thing I could think of: toss an ID on the bullet in question and link directly to it with a &lt;a href=&quot;https://en.wikipedia.org/wiki/URI_fragment&quot;&gt;fragment&lt;/a&gt; (i.e. &lt;code&gt;/posts/weeknote#clever-joke-bullet&lt;/code&gt;). The rub is that under the hood, I write these posts in &lt;a href=&quot;https://daringfireball.net/projects/markdown/&quot;&gt;Markdown&lt;/a&gt;, and adding an arbitrary attribute to an element requires me to drop down into HTML, which sort of spoils the “folder full of text files” I want to work with.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Next idea was &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/URI/Reference/Fragment/Text_fragments&quot;&gt;text fragments&lt;/a&gt;, a newish syntax designed to let you deep link to content in a way that’s resistant to changing markup. These are kind of perfect: I can link to any text on another page and the browser will scroll there and (usually) highlight it. &lt;a href=&quot;https://banterability.com/posts/weeknotes-69/#:~:text=that%E2%80%99s%20hypertext%2C%20baby!&quot;&gt;Try this one&lt;/a&gt; – pretty cool, right? There’s even a &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/CSS/::target-text&quot;&gt;pseudo-element&lt;/a&gt; you can target for styling.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The good news is &lt;a href=&quot;https://caniuse.com/url-scroll-to-text-fragment&quot;&gt;browser support is there&lt;/a&gt; for every user agent I care about. The bad news is the experience is wildly inconsistent. Chrome lets me style the highlight effect, but ignores any animations or transitions I put on it. Safari does a whole animation all on its own that I actually like, but either partially or entirely ignores any styles I provide. I haven’t even bothered checking what Firefox does.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;It’s still an improvement from where we started, so I went back and updated all internal links to this format, but despite all efforts to use the platform and not write a bunch of JavaScript, looks like once again the only way to get what I want is to write a bunch of JavaScript.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I’ve already got a proof-of-concept change to my Markdown renderer on a branch that automatically adds an ID to every &lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt;. Once I have an animation I like working in all browsers, I guess I’ll go back and replace all the internal links again and be right back at my first idea: just tossing an ID on things.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Spent the weekend tidying up and packing our bags for a quick trip to New York. A friend from out-of-town had a business meeting in the middle of the week, and a variety of scheming transformed that into a good enough excuse for us all to get away for a few days.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Not really sure why I’ve gone so long without visiting again. There but for a slightly different coin flip, my adult life would have started in Manhattan, and every visit makes me think about what would have really been different and what would have worked out exactly the same.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Case in point: tonight we accidentally wandered into the same restaurant where we started dating all those years ago. Meant to be.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Settled in to the East Village and enjoying a nightcap at &lt;a href=&quot;https://www.raineslawroom.com&quot;&gt;The Raines Law Room&lt;/a&gt; as I try to prepare my feet for what I’m sure will be a truly preposterous amount of walking.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 68: Impeccable Vibes (Ongoing)</title>
    <link href="https://banterability.com/posts/weeknotes-68/" />
    <updated>2025-03-02T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-68/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Weegee’s lives!&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-68/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; Congrats to the &lt;a href=&quot;https://resto.newcity.com/2025/02/26/fair-winds-and-following-seas-weegees-lounge-owners-are-sailing-away/&quot;&gt;former owners on their well-earned retirement&lt;/a&gt; and cheers to the &lt;a href=&quot;https://blockclubchicago.org/2025/02/28/weegees-lounge-in-logan-square-saved-by-village-tap-owner/&quot;&gt;new owners&lt;/a&gt; for not messing with the already-impeccable vibes. Looking forward to many more visits.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A few excellent nights on the town this week: dinner at &lt;a href=&quot;https://www.ilcarciofochicago.com/&quot;&gt;il Carciofo&lt;/a&gt; (because you cannot keep me away from a Joe Flamm joint) and a Saturday night trip into the loop for dinner at &lt;a href=&quot;https://thegagechicago.com/&quot;&gt;The Gage&lt;/a&gt;, a show (&lt;a href=&quot;https://www.broadwayinchicago.com/shows/clue/&quot;&gt;Clue&lt;/a&gt;, which was more faithful to the movie than I imagined possible), and drinks at &lt;a href=&quot;https://www.cindysrooftop.com/&quot;&gt;Cindy’s&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Started the weekend off right by absolutely destroying my tongue. I am an adult who has bitten his tongue many, many times before, but never with such gusto – drew blood and everything. Apparently this is just fine and my body will sort it out when it feels like it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Feeling &lt;a href=&quot;https://ethanmarcotte.com/wrote/let-a-website-be-a-worry-stone/&quot;&gt;the itch&lt;/a&gt; to redesign this site again. Bigger text, better contrast and improved layout on very large and very small screens shouldn’t be too tricky. Images are still a mess, but I’ll figure it out. Watch this space…&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-61/#:~:text=Gutted%20to%20hear,old%C2%A0days.&quot;&gt;Previously.&lt;/a&gt; &lt;a href=&quot;https://banterability.com/posts/weeknotes-68/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 67: What They&#39;ve Done to the Computer</title>
    <link href="https://banterability.com/posts/weeknotes-67/" />
    <updated>2025-02-23T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-67/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Read &lt;a href=&quot;https://ethanmarcotte.com/wrote/leaving-18f/&quot;&gt;Ethan’s post about leaving 18F&lt;/a&gt;. It’s heartbreaking to see such a dedicated group torn apart out of nothing but spite, but you have no choice but to respect the hell out of folks like Ethan drawing a line and getting the fuck out when you see it being crossed. I can only hope I’d handle such a shit situation with the same amount of backbone.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I’d always planned on doing a tour at &lt;a href=&quot;https://en.wikipedia.org/wiki/18F&quot;&gt;18F&lt;/a&gt; or &lt;a href=&quot;https://en.wikipedia.org/wiki/United_States_Digital_Service&quot;&gt;USDS&lt;/a&gt;, though the timing never quite worked out. It’s sad to realize that’s never happening.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I suppose the good news is that all the people who worked there are still people with all their skills and passion, and I’m persuaded that &lt;a href=&quot;https://www.jpt.sh/posts/third-wave-civic-tech/&quot;&gt;the next wave of civic tech will be built outside the government&lt;/a&gt;. Seems like a good time to connect with others who care. &lt;a href=&quot;https://chihacknight.org/&quot;&gt;Chi Hack Night&lt;/a&gt; used to hold their meetings in my old office and I wish I’d gotten involved years ago.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bless this attempted journey from San Francisco to Los Angeles using only public transit: &lt;a href=&quot;https://www.youtube.com/watch?v=S-Jdfkuy9Ik&quot;&gt;part one&lt;/a&gt; and &lt;a href=&quot;https://www.youtube.com/watch?v=d4LemBsuEQU&quot;&gt;part two&lt;/a&gt;.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-67/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; I didn’t own a car at any point when I lived in Southern California, but I don’t think I was ever brave enough to try something like this.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;From Taylor Lorenz’s &lt;em&gt;User Mag&lt;/em&gt;: &lt;a href=&quot;https://www.usermag.co/p/whats-really-happening-on-youtube&quot;&gt;“What’s really happening on YouTube”&lt;/a&gt;, some grim stats:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The median number of views for a YouTube video is &lt;strong&gt;41&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;74%&lt;/strong&gt; of YouTube videos have &lt;strong&gt;0 comments.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Around &lt;strong&gt;89%&lt;/strong&gt; of YouTube videos have &lt;strong&gt;0 likes&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So don’t feel bad; we’re all screaming into the void together!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which really shouldn’t come as any surprise. These systems do not operate at humane scale and they never will. I like how &lt;a href=&quot;https://www.leahreich.com/technology-is-not-the-answer/&quot;&gt;Leah Reich put it in her newsletter&lt;/a&gt;, &lt;em&gt;Meets Most&lt;/em&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;No human experience has ever been designed for a billion people, and no human experience can be designed for a billion people. You cannot be a human in a system or on a platform that allows you to engage with thousands of people and millions of opinions, thoughts, ideas – especially when there are no standards or norms, no tools that help you moderate, mediate, disengage.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;But that will never stop us from chasing growth and vanity metrics and higher multiples. Highly recommend Ed Zitron’s phenomenal &lt;a href=&quot;https://www.betteroffline.com/&quot;&gt;&lt;em&gt;Better Offline&lt;/em&gt;&lt;/a&gt; podcast as a lens on the widespread and persistent decline – it’s not just happening to you!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;From this week’s episode &lt;a href=&quot;https://omny.fm/shows/better-offline/what-were-fighting-for&quot;&gt;“What We’re Fighting For”&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;These ideas – a miniature little computer that sits in our pocket and gives us access to the world’s information, or an app for falling in love – they’re extremely cool! Yet the reckless incentives of the rot economy and growth have poisoned them.&lt;/p&gt;
&lt;p&gt;The internet made me who I am, and it allowed me to thrive, both as a person and a professional, and it continues to do so every day, except now I have to fight seemingly every app and service to get them to do what I want.&lt;/p&gt;
&lt;p&gt;I will never forgive these people for what they’ve done to the computer, as I love what the computer has done for me, and I hate what the computer now does to other people and myself because Apple, Google and Meta need to increase quarterly revenues.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Hat tip to &lt;a href=&quot;https://a.wholelottanothing.org/links-for-february-18-2025/&quot;&gt;Matt Haughey&lt;/a&gt; &lt;a href=&quot;https://banterability.com/posts/weeknotes-67/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 66: A Peculiar Angle</title>
    <link href="https://banterability.com/posts/weeknotes-66/" />
    <updated>2025-02-16T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-66/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Doing a lot of “cutting the wings off while we’re still flying around” stuff at work lately. Is this why I’m clenching my jaw constantly? Impossible to tell.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Trying to increase my calm with a yoga practice has been complicated by the fact that I’m aggressively, cartoonishly awful at yoga. Hoping there’s still some physical or psychological benefit to just sort of gently vibrating while trying to hold my body at a peculiar angle.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also deployed my other secret weapon for inner peace: rearranging all the furniture in a room for no apparent reason.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Lovely Valentine’s dinner at &lt;a href=&quot;https://www.obelixchicago.com/&quot;&gt;Obélix&lt;/a&gt;. Trying to make a habit of weeknight dinners on the town to limit the number of days this winter where I never cross the threshold of an exterior door.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Another entry in the “whatever your opinion on AI, people have no idea how to sell it” file&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-66/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;: this &lt;a href=&quot;https://defector.com/salesforce-is-using-a-hallucination-to-sell-ai&quot;&gt;&lt;em&gt;Defector&lt;/em&gt; recap of Salesforce’s AI ad&lt;/a&gt; from the Super Bowl:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Nobody in this commercial, or anywhere, actually needs any of this shit. There is no evidence that the other, competent restaurant uses AI at all, or that the other diners needed an AI agent in a booking app to get themselves out of the rain, or that the Harrelson throuple did anything other than order their food off a menu like actual human beings. They are normal people doing normal things in a normal way; only McConaughey needs the power of AI to avoid rain and purchase food, two things mankind has been doing successfully for thousands of years.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A thing I’ve always wanted and might need to just make for myself: a &lt;a href=&quot;https://en.wikipedia.org/wiki/Fog_of_war#In_video_games&quot;&gt;fog of war&lt;/a&gt; map for where I’ve been in the real world. Just some little app running in the background on my phone all the time, gradually revealing a few hundred feet in all directions. &lt;a href=&quot;https://support.strava.com/hc/en-us/articles/216918467-Personal-Heatmaps&quot;&gt;Strava heatmaps&lt;/a&gt; kind of manage this for biking, but I want it all!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Of course, the biggest problem with building this now would be missing out on decades of already-revealed bits of the world. Maybe I just need to do it for a single year, &lt;a href=&quot;http://feltron.com/FAR14.html&quot;&gt;Feltron Annual Report&lt;/a&gt;-style.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Life is short; &lt;a href=&quot;https://haterade.substack.com/p/i-tasted-hondas-spicy-rodent-repelling&quot;&gt;lick the tape&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-55/#:~:text=While%20we%E2%80%99re%20on,it%E2%80%99s%C2%A0aspirational.&quot;&gt;Previously&lt;/a&gt;. &lt;a href=&quot;https://banterability.com/posts/weeknotes-66/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 65: Black Start</title>
    <link href="https://banterability.com/posts/weeknotes-65/" />
    <updated>2025-02-09T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-65/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Oh man, oh geez, it’s not getting any better out there is it?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.wired.com/&quot;&gt;&lt;em&gt;Wired&lt;/em&gt;&lt;/a&gt; is absolutely crushing the “off-putting meritless teen plugging random shit into government computers” beat. Toss them a few bucks if you can.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To fully explore this week’s predominant intrusive thought, we have to start with the story of “&lt;a href=&quot;https://en.m.wikipedia.org/wiki/Fogbank&quot;&gt;Fogbank&lt;/a&gt;”, some sort of something that does something in America’s nuclear weapons:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The material is classified. Its composition is classified. Its use in the weapon is classified, and the process itself is classified.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Everything about Fogbank is so mysterious, in fact, that when we needed to whip up a new batch, it took &lt;a href=&quot;https://web.archive.org/web/20181205161703/https://www.weeklystandard.com/jonathan-v-last/the-fog-of-war&quot;&gt;millions of dollars and literal years&lt;/a&gt; to figure out how to make it again.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-65/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;It’s the classic “if we can put a man on the moon, why can’t we put a man on the moon?” story. Put another way: are we, as a society, guaranteed to &lt;a href=&quot;https://twitter.com/jennschiffer/status/708888255828250625&quot;&gt;just keep getting hotter and smarter&lt;/a&gt;?&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-65/#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The last few weeks seem like a pretty clear arrow pointing at “no.” Sure, &lt;em&gt;arc of the moral universe&lt;/em&gt; and all, but we obviously can and do go backwards, and the things you naively unplug because you didn’t understand what they did can’t always just be flipped back on.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the world of the electric grid, they call this a &lt;a href=&quot;https://en.wikipedia.org/wiki/Black_start&quot;&gt;“black start”&lt;/a&gt;: when all the power goes out, you can’t just spin any generating station back up in any order. It can take days to make your way through the right sequence of bootstrapping and feeding power around — and the food in everyone’s fridge is rotting the whole time.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;And even that’s assuming that everything can be reinvented. It feels like some ideas can only take root in a very narrow season. The most depressing one I’ve come across: can you imagine someone trying to pitch the concept of a library today? There was thankfully a moment in time where we saw the value of broadly distributing knowledge and culture, but just think of the nightmare we’d create after mixing in modern surveillance capitalism and intellectual property law and concern trolling.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Library 2k25™ would certainly have subscription fees and ID requirements and complex business arrangements where authors saw some infinitesimal fraction of a cent per thousand checkouts. The books would all be split into premium tiers and Chase Sapphire Reserve cardholders would be able to hop in front of you on the waitlist. Everything you glanced at would be categorized and sold to data brokers and the whole thing would somehow be brought to you by Draft Kings.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Needless to say, feeling a little precious about the systems we’ve built and immediately taken for granted. Ruminating on Salvatore Sanfilippo’s &lt;a href=&quot;https://antirez.com/news/145&quot;&gt;“we are destroying software”&lt;/a&gt; and Jonathan Blow’s &lt;a href=&quot;https://www.youtube.com/watch?v=ZSRHeXYDLko&quot;&gt;“Preventing the Collapse of Civilization”&lt;/a&gt; and the many books I’ve enjoyed over the years about how one might get society going again, whether you’d been thrown back &lt;a href=&quot;https://www.howtoinventeverything.com/&quot;&gt;before we figured it out in the first place&lt;/a&gt; or thrust forward &lt;a href=&quot;http://the-knowledge.org/en-gb/the-book/&quot;&gt;beyond the point we forgot it all&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Have we drifted too far from the weeknotes format? Is this just a blog post without the pretense of paragraphs? Impossible to tell! I really don’t want these to exclusively be a chronicle of my declining mental state. Let the record stipulate that I am not enjoying watching the decline of the American experiment very much.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;That said, if these weeknotes devolve into a bulleted list of headlines, someone please do throw a rock at my head.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;If I’m reading the primary sources correctly, it seems like the “turns out” was that they did too good a job following what limited directions remained and accidentally removed too much of an impurity that the original inventors had no idea mattered. The whole saga is laid out in &lt;a href=&quot;https://www.gao.gov/assets/gao-09-385.pdf&quot;&gt;GAO-09-385: &lt;em&gt;NNSA and DOD Need to More Effectively Manage the Stockpile Life Extension Program&lt;/em&gt;&lt;/a&gt;, but I recommend the shorter version in Los Alamos National Laboratory’s &lt;a href=&quot;https://cdn.lanl.gov/files/nwj2-09_62c62.pdf&quot;&gt;&lt;em&gt;Nuclear Weapons Journal&lt;/em&gt;, Issue 2&lt;/a&gt;, pages 20-21. Stay for the highly-sanitized-for-public-consumption process diagram on how to make your own Fogbank at home! &lt;a href=&quot;https://banterability.com/posts/weeknotes-65/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;This link is deliberately broken at the time I’m posting it, because &lt;a href=&quot;https://jennschiffer.com/&quot;&gt;Jenn&lt;/a&gt; deleted her Twitter (complimentary). &lt;a href=&quot;https://bsky.app/profile/jennschiffer.com/post/3juhp6h6uw32g&quot;&gt;Here’s a copy on Bluesky&lt;/a&gt; from many years later if you don’t know the reference, but pointing at the void where the original used to be feels more to the point. &lt;a href=&quot;https://banterability.com/posts/weeknotes-65/#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 64: A Rough Transition</title>
    <link href="https://banterability.com/posts/weeknotes-64/" />
    <updated>2025-02-02T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-64/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Woof, where to begin? What a &lt;a href=&quot;https://theaircurrent.com/aviation-safety/trump-dca-disaster-news-analysis-icao-annex-13/&quot;&gt;enraging&lt;/a&gt;, &lt;a href=&quot;https://www.wsj.com/opinion/donald-trump-tariffs-25-percent-mexico-canada-trade-economy-84476fb2&quot;&gt;embarrassing&lt;/a&gt;, &lt;a href=&quot;https://www.wired.com/story/elon-musk-government-young-engineers/&quot;&gt;cartoonishly stupid&lt;/a&gt; week. Not doing great on &lt;a href=&quot;https://banterability.com/posts/no-surprises/&quot;&gt;my promise&lt;/a&gt; not to let the cruelty and stupidity of everything suck up all the oxygen in my life again.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;But the weeknotes go on. Can’t say it better than Ingrid did in her phenomenal &lt;a href=&quot;https://buttondown.com/perfectsentences&quot;&gt;&lt;em&gt;Perfect Sentences&lt;/em&gt;&lt;/a&gt; newsletter this week:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Amidst a not-quite bloodless coup, attending to one’s diary can feel frivolous at best, at worst a self-aggrandizing attempt to render inaction as “bearing witness.” One worries about coming across as all talk and no action, especially when seeing people who seemingly have greater access to levers of power like Congressional Democrats post through it instead of, say, doing literally anything.&lt;/p&gt;
&lt;p&gt;This is not a #resistance project, it is a personal and curatorial one. Maybe I will look back on the time I spent on this amidst collapse as denial, persisting in little routines when I should have been stationing barricades. But it’s not exactly an either/or thing (people certainly have kept diaries while at the barricades) and despite everything I want to believe it is worthwhile to continue paying close attention to language. It is, after all, a primary concern of the fascists who I expect might rename it the US Department of Portation given their childish fervor to erase all things trans from state speech.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sometimes a picture really does tell it as well as anything: &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/fbi-mural-800w.webp 800w, https://banterability.com/assets/images/fbi-mural-1256w.webp 1256w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/fbi-mural-800w.jpeg&quot; alt=&quot;A screenshot of an update to a live blog at the New York Times. The text of the update is &amp;quot;A photograph provided to The New York Times shows a glimpse of some of the changes underway at the F.B.I.&amp;quot; and the image is of a mural with words like &amp;quot;fairness&amp;quot;, &amp;quot;leadership&amp;quot;, &amp;quot;compassion&amp;quot;, and &amp;quot;diversity&amp;quot; being painted over with plain gray paint.&quot; width=&quot;1256&quot; height=&quot;1476&quot; srcset=&quot;https://banterability.com/assets/images/fbi-mural-800w.jpeg 800w, https://banterability.com/assets/images/fbi-mural-1256w.jpeg 1256w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you’ve left X, I sure do not recommend poking your head back in to see how it’s going. Feels like we’re all gonna need to think long and hard about dealing with the implications of &lt;a href=&quot;https://en.wikipedia.org/wiki/Brandolini%27s_law&quot;&gt;Brandolini’s law&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The amount of energy needed to refute bullshit is an order of magnitude bigger than that needed to produce it.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The complete collapse of any fucks remaining to give drove me to &lt;a href=&quot;https://banterability.com/posts/weeknotes-1/#:~:text=I%20have%20a,the%C2%A0universe.%E2%80%9D&quot;&gt;another queue purge&lt;/a&gt;. Farewell to the 6,000 unread articles in my RSS reader and who knows how many hundreds of unlistened podcast episodes. May you each find your way back to me if you were super interesting.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ok, this is an impermeable dismal tone barrier. Only trivial fun or interesting bullet points allowed beyond this point. I promise I’ll figure out how to just write about the week again eventually, but I anticipate we’re gonna have to put up with a rough transition here and there for a little while.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Speaking of precision in language: when something used to be on your boat, but isn’t anymore, you’ve got some things to consider if you care about choosing your words carefully. Did it fall off by accident? Did you push it off? Did it sink or is it floating? &lt;a href=&quot;https://en.wikipedia.org/wiki/Flotsam,_jetsam,_lagan_and_derelict&quot;&gt;“Flotsam”, “jetsam”, “lagan”, and “derelict”&lt;/a&gt; are all at your disposal&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-64/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;. Follow the rubric carefully.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You know that warning on a candle that you’re not supposed to let it burn all the way to the bottom? Found out why when one exploded on my desk and then all the broken glass pieces continued to be on fire for a while. Slightly takes away from &lt;a href=&quot;https://banterability.com/posts/weeknotes-56/#:~:text=I%20have%20become%20a%20candle%20person%20now%2C%20I%20guess.%20Do%20not%20underestimate%20the%20psychic%20balm%20of%20having%20a%20small%20fire%C2%A0nearby.&quot;&gt;the calming effects&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Nostalgic for those little headphone jack FM transmitters we used to use to listen to iPods in the car, but hate having to choose what to listen to? Why not &lt;a href=&quot;https://www.scd31.com/posts/taylorator&quot;&gt;simultaneously broadcast 100 different Taylor Swift songs across all available frequencies&lt;/a&gt;? Certainly not legal, but that doesn’t seem to be stopping anybody else lately. If I haven’t done a fascinating, questionably permissible side project like this before the end of the year, please chuck something (soft) at my head.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Read &lt;a href=&quot;https://interconnected.org/home/2025/01/22/synchronicity&quot;&gt;this post by Matt Webb about “stuff that happened”&lt;/a&gt;. No summary, no spoilers. Just read it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Schadenfreude corner: please enjoy this section of AI startup Anthropic’s job application (hat tip to &lt;a href=&quot;https://simonwillison.net/2025/Feb/2/anthropic/&quot;&gt;Simon Willison&lt;/a&gt;):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;While we encourage people to use AI systems during their role to help them work faster and more effectively, please do not use AI assistants during the application process. We want to understand your personal interest in Anthropic without mediation through an AI system, and we also want to evaluate your non-AI-assisted communication skills. Please indicate ‘Yes’ if you have read and agree.&lt;/p&gt;
&lt;p&gt;Why do you want to work at Anthropic?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Perpetually top of mind because “flotsam” and “jetsam” are my wife’s excellent names&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-64/#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt; for whenever you have two identical versions of a thing you need to keep straight. Headphones, humidifiers, snow shovels – works for everything. &lt;a href=&quot;https://banterability.com/posts/weeknotes-64/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;My personal favorites: “eeby” and “deeby”.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-64/#fn3&quot; id=&quot;fnref3&quot;&gt;[3]&lt;/a&gt;&lt;/sup&gt; &lt;a href=&quot;https://banterability.com/posts/weeknotes-64/#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn3&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Yes, I just did this to see if nested footnotes worked.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-64/#fn4&quot; id=&quot;fnref4&quot;&gt;[4]&lt;/a&gt;&lt;/sup&gt; &lt;a href=&quot;https://banterability.com/posts/weeknotes-64/#fnref3&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn4&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;They do. &lt;a href=&quot;https://banterability.com/posts/weeknotes-64/#fnref4&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 63: Greater Fools</title>
    <link href="https://banterability.com/posts/weeknotes-63/" />
    <updated>2025-01-26T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-63/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Starting off with a long weekend to contemplate the looming decline. As &lt;a href=&quot;https://x.com/cushbomb/status/822504053057929218&quot;&gt;Matt Christman said on Inauguration Day in 2017&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This is the stupidest day in American history, a record that will be broken by every subsequent day in American history.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Spent an upsetting amount of Monday tracking down an Amazon package from &lt;em&gt;somewhere&lt;/em&gt; on the block based only on the blurry little hostage photo they send out on delivery. Thanks to our neighbor for having a distinctive enough shovel and doormat.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;It got really cold really fast, which throws the delicate balance of the house into chaos. Gotta keep it dry enough that the windows don’t ice over, but humid enough that the floors don’t crack, all while making sure none of the pipes or vents freeze shut, which they absolutely did. Shoutout to having a drone in your homeownership toolkit so you can inspect the roof without falling off an extension ladder.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Flashed back to our late twenties with a celebration of gone-but-not-forgotten &lt;a href=&quot;https://chicago.eater.com/2024/11/15/24297514/boka-balena-italian-pop-up-reservations-fire&quot;&gt;Balena&lt;/a&gt; at a pop-up where they played all the hits (including that Tagliolini Nero!) Even managed to close out &lt;a href=&quot;https://www.giltbarchicago.com/&quot;&gt;Gilt Bar&lt;/a&gt; afterwards. Look at us, living large on a school night.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;YouTube has a treasure trove of motivational videos for scammy door-to-door salespeople that I can’t stop watching. I first stumbled across them before we went car shopping a few years ago and figured I could use them as a sort of booster shot to build up antibodies to high pressure sales tactics, but they’ve become a weird fascination in their own right. Over the past few years, it’s been wild to watch as the overall tone shifted from “mildly sleazy” to everyone being a full-on predator doing pickup artist shit while shilling artisanal growth hormones and berating you to &lt;em&gt;dominate the customer!!!&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Maybe viewing the other side of your transaction as a rube to be fleeced has always been a part of a certain kind of sales, but the escalation still seems noteworthy. I think ripping people off has sort of assumed an air of legitimacy now. Like Hamilton Nolan notes in &lt;a href=&quot;https://www.hamiltonnolan.com/p/the-land-of-greater-fools&quot;&gt;“The Land of Greater Fools”&lt;/a&gt;, “the assumption that scams are the way to get ahead has gotten so big that it now envelops something approaching the majority of this country.”&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Not to mention that being scammed has become entirely unexceptional both in frequency and effort. Every day I get dozens of profoundly lazy emails, texts, and calls trying to steal my identity or renew the Norton subscription I don’t have or tell me how to bail my non-existent children out of a Caribbean prison that only accepts payment in iTunes gift cards.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Somehow the takeaway from this is just mild annoyance and “report as spam”, but it feels like there has to be a long-term psychic toll at attempted muggings via every communication channel all day every day. I’m sure someone has written a better version of this thought. Let me know if you’ve seen it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Just barely warm enough Sunday to finally pull the Christmas lights down. Still January; pretty respectable.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 62: Wasting Metal</title>
    <link href="https://banterability.com/posts/weeknotes-62/" />
    <updated>2025-01-19T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-62/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Reached the very cool age where a week after you tweak your back a little, it gets worse instead of better. Neat!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Home alone for the middle of the week, which mostly served as a reminder that I do not remember how to do trivial things like go to bed before 3 a.m. without another person in the house.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Interesting week for rocket nerds like me, with &lt;a href=&quot;https://nextspaceflight.com/launches/details/7628&quot;&gt;New Glenn Flight 1&lt;/a&gt; and &lt;a href=&quot;https://nextspaceflight.com/launches/details/7705&quot;&gt;Starship Flight 7&lt;/a&gt; back to back. Both launches had things go well and things go wrong in almost opposite ways. Blue made it to the target orbit on their first flight (super impressive!), but failed to land the booster on a downrange ship, something they’re unlikely to dial in for a while.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-62/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; Meanwhile, SpaceX caught the first stage with the big motorized arms of the launch tower for a second time (one of the wildest feats of engineering I’ve ever seen), but lost the ship shortly before engine cutoff, a significant regression after the last three ships made it all the way through reentry.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Great example of the strangeness of assigning success and failure when companies are testing in the open like this. SpaceX has always gotten a lot of bad press when things go boom, and while there’s plenty of &lt;a href=&quot;https://www.nytimes.com/2021/05/24/us/space-x-boca-chica-texas.html&quot;&gt;valid&lt;/a&gt; &lt;a href=&quot;https://www.theatlantic.com/science/archive/2023/04/spacex-starship-explosion-dust-debris-texas/673881/&quot;&gt;criticism&lt;/a&gt; about the wheres and the hows of their development program, the specific tag of “It didn’t work because it blew up” has always felt like it misses the mark. There’s merit to wasting metal instead of time when you’re still figuring out the broad strokes of the thing you’re building, and it’s certainly paid dividends for them.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;So what’s the difference? Blue Origin did the mission and also learned a bit about something they’re still trying to figure out.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-62/#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt; All the experiments SpaceX had lined up for this flight – engine relight, payload deploy, changes to the aero surfaces &amp;amp; thermal protection system – were all precluded by the ship blowing up on the way uphill. It’s the unspoken corollary of the tech industry’s whole “failure is good actually” ethos: sure, as long as the failure happens &lt;em&gt;during the part you’re trying to learn from&lt;/em&gt;. Take a risk on a new product or something, but your business doesn’t magically get better because you forgot to unplug a space heater over a long weekend and burned the office down.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Space billionaires aside, the people working on these projects are living my dream and the things that become possible when vehicles like these are flying regularly are pretty cool. Big rockets are so back.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Caught &lt;em&gt;Demi Adejuyigbe Is Going to Do One (1) Backflip&lt;/em&gt; in town for one night fresh off its run at Edinburgh Fringe. A masterpiece. &lt;em&gt;Now this is jazz!&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Falcon 9 &lt;a href=&quot;https://www.youtube.com/watch?v=bvim4rsNHkQ&quot;&gt;botched the landing a bunch&lt;/a&gt; before the ~400 successful landings they’re racked up. &lt;a href=&quot;https://banterability.com/posts/weeknotes-62/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;The exact formula SpaceX used for F9: a free test flight after every paying customer got where they were going. &lt;a href=&quot;https://banterability.com/posts/weeknotes-62/#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 61: Before We Can Sit Back and Look at the Stars</title>
    <link href="https://banterability.com/posts/weeknotes-61/" />
    <updated>2025-01-12T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-61/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Eyes in for their regular check at the ophthalmologist and confirmed to still be eyes. For some reason, the dilation drops hit me extremely hard and I spend the next 18 hours in a useless blown-pupil haze. After the last few appointments, I’ve made a habit of spending it just randomly ambling home via whatever public transit I stumble across. Something to be said for a quiet, winter walk.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Whenever people say they love Chicago but couldn’t handle the winters, I wonder if they know that we get to &lt;a href=&quot;https://www.chicago.gov/city/en/depts/streets/supp_info/chicagoshovels.html&quot;&gt;give our snowplows punny little names&lt;/a&gt;. Not revealing all my favorites, but I will go ballistic if &lt;em&gt;Make Snow Little Plans&lt;/em&gt; doesn’t join the fleet.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Gutted to hear our neighborhood bar &lt;a href=&quot;https://blockclubchicago.org/2025/01/06/weegees-lounge-could-close-after-19-years-in-logan-square/&quot;&gt;may not be long for this earth&lt;/a&gt;. No kitchen, no credit cards; just stiff, solid drinks and a short walk home. Trying to take as many friends as often as we can until the end. I’ve always loved the way &lt;a href=&quot;https://www.timeout.com/chicago/bars/weegees-lounge&quot;&gt;&lt;em&gt;Time Out&lt;/em&gt;&lt;/a&gt; pitched it:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Ten years from now, when this strip of Armitage is populated with coffee shops and vintage clothing stores, this old-school, soul record–playing, classic cocktail–mixing bar will be overrun with hipsters vying for their turn in the photo booth. Start hanging out here now so you can say you knew it in the good old days.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;My most unpopular opinion is that I completely agree with Simon that &lt;a href=&quot;https://simonwillison.net/2025/Jan/2/they-spy-on-you-but-not-like-that/&quot;&gt;nobody’s listening to your microphone to serve you ads&lt;/a&gt;, and that &lt;a href=&quot;https://arstechnica.com/tech-policy/2025/01/apple-agrees-to-pay-95m-delete-private-conversations-siri-recorded/&quot;&gt;this recent settlement&lt;/a&gt; will keep the urban legend alive forever. Beyond the catastrophe that would ensue if someone actually got caught doing this, the real “turns out” of it is that we all leak so much data about our interests and preferences through a million other avenues that can be collected more easily that there’s just no reason to bother 😬👍.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Started our rewatch of &lt;em&gt;Severance&lt;/em&gt; before the second season kicks off next week. Immediately fell back in love with the tone and the whole world they built. I’m a sucker for any show that just lays all the pieces out for you without holding each one up to the camera and making sure you saw it while two characters say how important it is into the middle distance. “Every time you find yourself here, it’s because you chose to come back.” So good.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Speaking of the dystopia of labor: hard to decide what to clip from &lt;a href=&quot;https://www.nytimes.com/2025/01/07/opinion/ezra-klein-podcast-oliver-burkeman.html&quot;&gt;this conversation between Ezra Klein and Oliver Burkeman&lt;/a&gt; on productivity and burnout. I particularly enjoyed Burkeman’s take here:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Klein:&lt;/strong&gt; I remember wondering whether the issue people were having was an issue of expectations — this belief that our lives were supposed to feel good. They were supposed to be, if not easy, then manageable, controllable. Work was supposed to be a source of meaning and even pleasure, and if it was actually soulless and overwhelming and always wanted more of you than you wanted to give, that was a problem to be solved…&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Burkeman:&lt;/strong&gt; …Go back to the medieval period, when people would have lived in this situation of completely endemic uncertainty. I don’t think it’s necessarily true that they didn’t find the opportunity to be happy. I think the crucial distinction is that they wouldn’t have postponed that until they felt in control. They wouldn’t have said, “Before we can have a festival, before we can sit back and look at the stars, we have to know what we’re doing here and feel in charge and in control of things&amp;quot;…&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-33/#:~:text=Every%20time%20I,it%C2%A0all!&quot;&gt;All-dressed chips&lt;/a&gt; at the grocery store! This is not a drill! &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/all-dressed-800w.webp 800w, https://banterability.com/assets/images/all-dressed-1600w.webp 1600w, https://banterability.com/assets/images/all-dressed-2400w.webp 2400w, https://banterability.com/assets/images/all-dressed-2921w.webp 2921w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/all-dressed-800w.jpeg&quot; alt=&quot;Many bags of Lays All-Dressed Potato Chips&quot; width=&quot;2921&quot; height=&quot;2149&quot; srcset=&quot;https://banterability.com/assets/images/all-dressed-800w.jpeg 800w, https://banterability.com/assets/images/all-dressed-1600w.jpeg 1600w, https://banterability.com/assets/images/all-dressed-2400w.jpeg 2400w, https://banterability.com/assets/images/all-dressed-2921w.jpeg 2921w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 60: A Supposedly Fun Thing I&#39;ll Probably Do Again</title>
    <link href="https://banterability.com/posts/weeknotes-60/" />
    <updated>2025-01-05T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-60/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Happy 2025! Time for a fresh start&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-60/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;: &lt;img src=&quot;https://banterability.com/assets/images/edc-reset-404w.webp&quot; alt=&quot;&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;404&quot; height=&quot;589&quot;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Not really a New Year’s Eve person, but got lightly bullied into spending the night with friends at &lt;a href=&quot;https://www.beatnikontheriver.com/&quot;&gt;Beatnik On The River&lt;/a&gt; and had an entirely pleasant time (followed by a predictably miserable ordeal getting an Uber home from The Loop at 1 a.m.)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A nice week in the kitchen. We made our way through the holiday dishes we never got in our short trip home: white chicken chili, my family’s noodle casserole thing, and a spiral-cut ham, with many subsequent toasty sandwiches and omelets. Somewhere in the middle, I utterly failed at pan-searing some duck breasts, a task I somehow perform worse at on every attempt. Also tried a new Fettuccine Alfredo recipe with chili crisp: 🧑‍🍳💋.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;As is par for the course with a quiet week, all other big plans went right out the window. Still only sort of unpacked from our road trip. All the Christmas lights are still up. The season lives on through us another week!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;That brings the end-of-year liminal zone to a conclusion. Including the time I was out sick, I’ve been away from work for three full weeks. Wish me luck hitting the ground running tomorrow morning. What’s my password again?&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;The beautiful &lt;a href=&quot;https://yetch.store/products/every-day-goal-calendar&quot;&gt;Every Day Goal Calendar&lt;/a&gt; from Simone Giertz. &lt;a href=&quot;https://banterability.com/posts/weeknotes-60/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 59: Technology Fairy</title>
    <link href="https://banterability.com/posts/weeknotes-59/" />
    <updated>2024-12-29T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-59/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Second negative test Monday morning. A clean bill of health means the holidays are on! Hit the road for our annual drive to Minnesota and its usual garbage weather and semi truck roulette.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Lovely time with both our families. All parties were well-gifted, but it also felt like the first time we’ve successfully followed through on reining in the presents like we’ve all been threatening to do for years.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Highlight for me was replacing my parents’ nine- and eleven-year-old iPads with new iPad Airs. Sometimes it’s easier to just swap out all the Lightning cables for USB-C while folks are asleep. Everyone needs a technology fairy in their lives.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A very excellent road trip baby checked off two whole cities she’d never been to before: &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/noble-creatures-800w.webp 800w, https://banterability.com/assets/images/noble-creatures-1600w.webp 1600w, https://banterability.com/assets/images/noble-creatures-2400w.webp 2400w, https://banterability.com/assets/images/noble-creatures-3631w.webp 3631w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/noble-creatures-800w.jpeg&quot; alt=&quot;A dog standing on a platform next to a large statue of a horse&quot; width=&quot;3631&quot; height=&quot;4879&quot; srcset=&quot;https://banterability.com/assets/images/noble-creatures-800w.jpeg 800w, https://banterability.com/assets/images/noble-creatures-1600w.jpeg 1600w, https://banterability.com/assets/images/noble-creatures-2400w.jpeg 2400w, https://banterability.com/assets/images/noble-creatures-3631w.jpeg 3631w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;1,094 miles later, we’re back in Chicago. &lt;a href=&quot;https://banterability.com/posts/weeknotes-6/#:~:text=When%20it%E2%80%99s%20time,dongle%C2%A0forever.&quot;&gt;Once again&lt;/a&gt; used the experience to vacillate wildly on whether or not we should go electric when it’s time for a new car. Briefly considered a plug-in hybrid, but for our particular lives, it seems like the worst of both worlds: dragging around an engine and tank of gas 363 days out of the year as we putter around town in full-electric mode, then hauling a dead battery 400 miles twice a year when it’s just being a regular car. Everyone I know who has an electric car has said that range anxiety pretty much isn’t a thing. Now that heat pumps&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-59/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; are becoming more common to help with winter range loss, maybe we just take the plunge.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Celebrated the arrival of the weird liminal end-of-year zone with a trip out to Skokie to see &lt;a href=&quot;https://www.musictheaterworks.com/2024-season/&quot;&gt;&lt;em&gt;Legally Blonde: The Musical&lt;/em&gt;&lt;/a&gt; and one last trip to &lt;a href=&quot;https://www.meadowlarkchicago.com/&quot;&gt;The Meadowlark&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Whenever I’ve needed some long-running service like &lt;a href=&quot;https://www.plex.tv/&quot;&gt;Plex&lt;/a&gt; or &lt;a href=&quot;https://getchannels.com/&quot;&gt;Channels&lt;/a&gt; or &lt;a href=&quot;https://homebridge.io/&quot;&gt;Homebridge&lt;/a&gt; running on my home network, I’ve tried to squeeze it in to the tangle of Raspberry Pis or the big Synology in my basement, but I finally put a proper computer down there. A little &lt;a href=&quot;https://www.apple.com/mac-mini/&quot;&gt;M4 Mac Mini&lt;/a&gt; running headless in my server rack that I can VNC into is &lt;em&gt;so much easier&lt;/em&gt; to work with, and once you have an always-on computer, it’s not hard to &lt;a href=&quot;https://sixcolors.com/post/2023/04/the-endless-uses-for-an-always-on-mac/&quot;&gt;find things to do with it&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I guess this is our last check-in of the year, so let’s do some 2024 housekeeping:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Read 10 books (six for the first time, four re-reads). Rookie numbers. Please don’t ask how many books I’ve bought over the same time period.&lt;/li&gt;
&lt;li&gt;Watched 60 movies (19 new, 41 re-watches).&lt;/li&gt;
&lt;li&gt;Biked 730 miles. Fewer than the &lt;a href=&quot;https://banterability.com/posts/weeknotes-25/#:~:text=So%20far%20in%202024%2C%20I%E2%80%99m%20sneaking%20up%20on%20300%20miles.%20Gonna%20see%20if%20I%20can%20break%201%2C000%20before%20year%E2%80%99s%C2%A0end.&quot;&gt;1,000 miles&lt;/a&gt; I threatened back in May, but still 600 miles more than the year before. I bet I can break four digits this year.&lt;/li&gt;
&lt;li&gt;Discovered 1,391 new songs via my demented yearly “to be considered” playlist on Spotify: &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/spotify-yearly-playlists-800w.webp 800w, https://banterability.com/assets/images/spotify-yearly-playlists-1131w.webp 1131w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/spotify-yearly-playlists-800w.jpeg&quot; alt=&quot;Three user-created Spotify playlists called &amp;quot;2025 TBD&amp;quot;, &amp;quot;2024 TBD&amp;quot; and &amp;quot;2023 TBD&amp;quot;. Each playlist&#39;s art is a person wearing novelty New Years Eve glasses with the corresponding year.&quot; width=&quot;1131&quot; height=&quot;513&quot; srcset=&quot;https://banterability.com/assets/images/spotify-yearly-playlists-800w.jpeg 800w, https://banterability.com/assets/images/spotify-yearly-playlists-1131w.jpeg 1131w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Stumbled across this tidbit in &lt;a href=&quot;https://www.nytimes.com/live/2024/12/29/us/jimmy-carter/bf36f1bd-fd9b-542f-b914-ba4ce4d1543a?smid=url-share&quot;&gt;the Times’ coverage&lt;/a&gt; of Jimmy Carter’s death:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A testament to Jimmy Carter’s incredible longevity: He outlived two of his obituary writers, at The New York Times and The Washington Post. Roy Reed, a Times correspondent who covered the South, died in 2017, at 87. Edward Walsh, a former Washington Post reporter who co-bylined The Post’s obit, died in 2014 at 71.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Journalism fun fact: this is incredibly common! Prewritten obituaries are often started decades in advance. The blanks get filled in when the time comes, but the credit for all the research, structure, and writing still belongs with the original author. It’s one of the most common reasons for a posthumous byline.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;If you’re not in the cult yet, Alec’s excellent &lt;a href=&quot;https://www.youtube.com/@TechnologyConnections&quot;&gt;&lt;em&gt;Technology Connections&lt;/em&gt;&lt;/a&gt; channel has the definitive &lt;a href=&quot;https://www.youtube.com/watch?v=7J52mDjZzto&quot;&gt;explainer for heat pumps&lt;/a&gt;, &lt;a href=&quot;https://www.youtube.com/watch?v=MFEHFsO-XSI&quot;&gt;why they matter&lt;/a&gt;, and &lt;a href=&quot;https://youtu.be/Iyp_X3mwE1w?list=PLv0jwu7G_DFV47UBHArs6fiwVHvstp9ja&amp;amp;t=2964&quot;&gt;how EV’s benefit from them&lt;/a&gt;. &lt;em&gt;It’s free real estate!&lt;/em&gt; &lt;a href=&quot;https://banterability.com/posts/weeknotes-59/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 58: In Exile</title>
    <link href="https://banterability.com/posts/weeknotes-58/" />
    <updated>2024-12-22T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-58/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;This was my second go of COVID, and while it wasn’t too awful&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-58/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;, it still hurls an absolute fucking bowling ball through any sort of life. Supremely bummed about losing an entire week when there weren’t that many left in the year to spare.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The first time around, the whole house was sick together, but this time it seems like only I got dinged and had to try my best to keep it that way. No idea how I had the good sense to sequester myself in the guest room when I felt that weird little tickle in the back of my throat, but it was the right call. We managed to set the house up so I still had access to a bed and a desk and a bathroom and could have my meals dropped off at the door of my little isolation ward.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Primary symptom this time was a two-day fever where I was utterly convinced that my day job involved working on something called “The Device”, which was just a CAD model of a coffee cup that I rotated a lot in my mind. &lt;em&gt;One day I will finish the work.&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I dragged the projector I bought for backyard movie night in and watched a bunch of &lt;em&gt;Succession&lt;/em&gt; and &lt;em&gt;Mad Men&lt;/em&gt; on the ceiling while I barbecue-rolled in bed for a few days.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also got to dust off a classic from the first two long-distance years of our relationship: we had a recurring date night where we’d both go to the grocery store, find a bottle of wine that was available in both places, and pick a movie on Netflix (from the “Watch Now” streaming section, in contrast to the main DVD-mailing business). We’d get on the phone, count “3-2-1-Go!” and watch together. I think there’s &lt;a href=&quot;https://support.apple.com/guide/iphone/shareplay-watch-listen-play-iphb657eb791/ios&quot;&gt;a bunch of technology to solve this problem&lt;/a&gt; now, but we know what we know, and can report that the old ways still work just fine.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;So when does this end? The &lt;a href=&quot;https://www.cdc.gov/respiratory-viruses/prevention/precautions-when-sick.html&quot;&gt;official guidance&lt;/a&gt; as it currently stands says:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;You can go back to your normal activities when, for at least 24 hours, both are true:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Your symptoms are getting better overall, and&lt;/li&gt;
&lt;li&gt;You have not had a fever (and are not using fever-reducing medication)&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;p&gt;Skipping over “stop taking Tylenol to see if you are Ready for Commerce™” for a moment, there seems to be broad consensus that neither of those two bullets has any relationship to your ability to spread illness to other people&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-58/#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt;. I was still emphatically positive on a rapid test for days after both the above points were satisfied for me.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Feeling pretty despondent about the you-do-you of it all. So bizarre to have developed incredible tools to detect infections and make indoor air cleaner and just sort of ignore them all because “get back to work.” When did we decide the job of public health was to try to predict everyone’s objections and bake in little carve outs versus just offering medical guidance? Let’s not forget that previous “isolate for five days” guidance was &lt;a href=&quot;https://news.delta.com/sites/default/files/2021-12/delta-letter-to-cdc-december-21-2021.pdf&quot;&gt;just a thing an airline CEO made up&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Even the steps in the right direction are just so half-assed. Every household in the U.S. can &lt;a href=&quot;https://covidtests.gov/&quot;&gt;request four free tests&lt;/a&gt; – great! – though of course that isn’t even enough for each member of the average household of 2.6 people to perform a single round of repeat testing like &lt;a href=&quot;https://www.fda.gov/medical-devices/safety-communications/home-covid-19-antigen-tests-take-steps-reduce-your-risk-false-negative-results-fda-safety&quot;&gt;the FDA has recommended for more than two years&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Decided that my own bar to avoid putting any parents or grandparents at risk is two consecutive negative tests 24 hours apart, which I currently have one of. Assuming the second looks good in the morning, Christmas is not cancelled. Fingers crossed.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Anyway, personally lucky to have access to pricier molecular tests (which gave me a positive result 18 hours earlier than the antigen tests and probably spared my wife and friends from being exposed) and good air purifiers and a house big enough to distance from each other and a decent employer who was understanding when I needed to just poof out of society for a week. But my biggest takeaway with this latest brush is that I just don’t understand &lt;em&gt;what the plan is&lt;/em&gt;&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-58/#fn3&quot; id=&quot;fnref3&quot;&gt;[3]&lt;/a&gt;&lt;/sup&gt; beyond “everyone keep weathering this forever, and try not to bitch about it too much.”&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Apropos of everything, this stood out to me in Dan Luu’s &lt;a href=&quot;https://danluu.com/nothing-works/&quot;&gt;“Why is it so hard to buy things that work well?”&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Something I find interesting about American society is how many people think that someone who gets the raw end of a deal because they failed to protect themselves against every contingency “deserves” what happened.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Read: I didn’t end up in the hospital. Thank you medical science. Get your shots. &lt;a href=&quot;https://banterability.com/posts/weeknotes-58/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;The fine print also says that while “going back to your normal activities”, you should consider masking, opening windows, and physical distancing for five additional days, but nobody seems to bother with that part. &lt;a href=&quot;https://banterability.com/posts/weeknotes-58/#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn3&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;If you find my frustrations at all persuasive, I highly recommend checking out the &lt;a href=&quot;https://www.deathpanel.net/&quot;&gt;&lt;em&gt;Death Panel&lt;/em&gt;&lt;/a&gt; podcast. Their concept of the “sociological production of the end of the pandemic” and year-in-reviews are some of the best health reporting out there. &lt;a href=&quot;https://banterability.com/posts/weeknotes-58/#fnref3&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 57: It&#39;s So Over</title>
    <link href="https://banterability.com/posts/weeknotes-57/" />
    <updated>2024-12-15T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-57/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Got my best start ever on &lt;a href=&quot;https://adventofcode.com/2024&quot;&gt;Advent of Code&lt;/a&gt; this year – fourteen for fourteen so far! Sticking with Ruby this time. I don’t care at all about speed or getting on the main leaderboard, but we do have an internal one at work that you can actually make a dent on.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Lovely white elephant party with friends, with the twist that your gift had to be something you just had lying around the house. Congratulations to the lucky new owner of this gem from &lt;a href=&quot;https://www.readreceipts.co.uk/shop/so-over-so-back-hat&quot;&gt;Read Receipts&lt;/a&gt; (sorry, it’s sold out): &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/were-so-back-hat-800w.webp 800w, https://banterability.com/assets/images/were-so-back-hat-1600w.webp 1600w, https://banterability.com/assets/images/were-so-back-hat-2400w.webp 2400w, https://banterability.com/assets/images/were-so-back-hat-2500w.webp 2500w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/were-so-back-hat-800w.jpeg&quot; alt=&quot;&quot; width=&quot;2500&quot; height=&quot;2500&quot; srcset=&quot;https://banterability.com/assets/images/were-so-back-hat-800w.jpeg 800w, https://banterability.com/assets/images/were-so-back-hat-1600w.jpeg 1600w, https://banterability.com/assets/images/were-so-back-hat-2400w.jpeg 2400w, https://banterability.com/assets/images/were-so-back-hat-2500w.jpeg 2500w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Barely started on holiday shopping otherwise, which felt dire until I remembered that we all used to buy things right up til the 23rd and 24th every year, and “you need to be done by the first week of December” is entirely an artifact of the shift to e-commerce.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If I still had the hat, I’d be wearing it backwards, as the week ended with a visit from everyone’s favorite novel coronavirus. Wishing good health to you from my isolation cave 🤒.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 56: A Small Fire Nearby</title>
    <link href="https://banterability.com/posts/weeknotes-56/" />
    <updated>2024-12-08T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-56/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;December, huh? The year really got away from me.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Trying our best to still get out even though it’s firmly coat season now. Saw a really excellent &lt;a href=&quot;https://www.secondcity.com/shows/chicago/clued-in-chi&quot;&gt;improvised murder mystery&lt;/a&gt; over at The Second City with friends and had some drinks down in &lt;a href=&quot;https://www.thedrifterchicago.com/&quot;&gt;The Drifter&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mind blown by this &lt;em&gt;Stuff Made Here&lt;/em&gt; video of a &lt;a href=&quot;https://www.youtube.com/watch?v=aXfTgCCsRSg&quot;&gt;terrifying robot windmill death camera&lt;/a&gt; (sorry, you really just need to watch it). Reminds me of my all-time favorite SIGGRAPH paper &lt;a href=&quot;https://graphics.stanford.edu/papers/dual_photography/&quot;&gt;&lt;em&gt;Dual Photography&lt;/em&gt;&lt;/a&gt;, where cameras become lights and lights become cameras and nothing is what it seems.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-56/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Spent Saturday upgrading my Prusa 3D printer to their latest and greatest model, the MK4S. It’s &lt;a href=&quot;https://help.prusa3d.com/category/original-prusa-mk4-mk3-9-to-mk4s-mk3-9s-upgrade_2186&quot;&gt;not a trivial process&lt;/a&gt;, but pretty incredible in these times of planned obsolescence that &lt;a href=&quot;https://www.prusa3d.com/category/upgrades/&quot;&gt;they’ll sell you the parts&lt;/a&gt; to upgrade going back generations. Next year, I should be able to go all the way to the &lt;a href=&quot;https://blog.prusa3d.com/introducing-prusa-core-one-fully-enclosed-corexy-3d-printer-with-active-temperature-control_105477/&quot;&gt;CORE One&lt;/a&gt;, a fully-enclosed model with totally different kinematics. Neat.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The “P” key on my MacBook Pro is slowly dying. I’m sure it’s a 15-minute walk-in fix at the Apple Store, but I’ve been burned too many times with a surprise FedEx roundtrip to some repair center in Texas and not having my primary computer for a week that I keep putting off bringing it in. How much of a roblem could it turn into?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I have become a candle person now, I guess. Do not underestimate the psychic balm of having a small fire nearby.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Presentation video &lt;a href=&quot;https://www.youtube.com/watch?v=p5_tpq5ejFQ&quot;&gt;mirrored on YouTube&lt;/a&gt;. Watch until the end for the best card trick 🤯. &lt;a href=&quot;https://banterability.com/posts/weeknotes-56/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 55: Taking Back the Sparkles</title>
    <link href="https://banterability.com/posts/weeknotes-55/" />
    <updated>2024-12-01T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-55/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Small chance I’ll be able to look at Instagram again now that they’re promising to &lt;a href=&quot;https://www.theverge.com/2024/11/19/24300458/instagram-reset-content-recommendations-from-scratch&quot;&gt;let you reset your algorithm&lt;/a&gt; someday. Gonna miss all my beloved &lt;a href=&quot;https://banterability.com/posts/weeknotes-40/#:~:text=Still%20desperately%20trying,no%C2%A0fruit.&quot;&gt;influencer widows&lt;/a&gt; and their classes on grieving, with instructions on starting your own online business selling grief courses to next generation of photogenic widows.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Do we have a good word for the phenomenon where an industry term breaks containment? I’d been exposed to “BFCM” at various jobs to describe the time period between &lt;a href=&quot;https://en.wikipedia.org/wiki/Black_Friday_(shopping)&quot;&gt;Black Friday&lt;/a&gt; and &lt;a href=&quot;https://en.wikipedia.org/wiki/Cyber_Monday&quot;&gt;Cyber Monday&lt;/a&gt;, but this year I’ve started seeing that acronym show up in regular old consumer-facing email subject lines.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The other one of these that seems insane to me: ordinary people describing some laundry detergent brand setting up an RV at a farmers market where you can embroider your own hat as an “&lt;a href=&quot;https://en.wikipedia.org/wiki/Engagement_marketing&quot;&gt;activation&lt;/a&gt;.”&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;While we’re on marketing, how is that despite all the investment in the AI-ification of everything, not one company has been able to conjure a sympathetic user of these tools?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Apple took a bunch of cracks: we know you &lt;a href=&quot;https://www.youtube.com/watch?v=3m0MoYKwVTM&quot;&gt;lazy&lt;/a&gt;, &lt;a href=&quot;https://www.youtube.com/watch?v=BK8bnkcT0Ng&quot;&gt;unprepared&lt;/a&gt;, &lt;a href=&quot;https://www.youtube.com/watch?v=A0BXZhdDqZM&quot;&gt;inconsiderate&lt;/a&gt;, &lt;a href=&quot;https://www.youtube.com/watch?v=deNzYrTvqCs&quot;&gt;rude&lt;/a&gt; jerks will love this shit!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Google had to &lt;a href=&quot;https://variety.com/2024/digital/news/google-controversial-dear-sydney-gemini-ai-ad-pulled-nbc-olympics-1236094028/&quot;&gt;pull their big Olympics campaign for Gemini&lt;/a&gt; because of an ad “for the people who think that replacing meals with pills is a prospect that fills everyone with delight”.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-55/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sure, there’s something supremely human about finding a way to half-ass a thing, but &lt;em&gt;nobody wants to be known as that guy&lt;/em&gt;. Just because something is relatable doesn’t mean it’s aspirational.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also, we can’t let them get away with stealing the ✨ emoji: &lt;a href=&quot;https://x.com/nearcyan/status/1807557363840520355&quot;&gt;&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/ai-sparkles-800w.webp 800w, https://banterability.com/assets/images/ai-sparkles-1178w.webp 1178w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/ai-sparkles-800w.jpeg&quot; alt=&quot;A collection of screenshots showing various AI products branded with the sparkles emoji&quot; width=&quot;1178&quot; height=&quot;1316&quot; srcset=&quot;https://banterability.com/assets/images/ai-sparkles-800w.jpeg 800w, https://banterability.com/assets/images/ai-sparkles-1178w.jpeg 1178w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Remember &lt;a href=&quot;https://banterability.com/posts/weeknotes-55/posts/weeknotes-54/&quot;&gt;that mysterious film roll&lt;/a&gt; I found in a closet? Pretty much all 36 shots turned out! A bunch of lost memories from almost 15 years ago: moving into a new office in Pasadena, packing up my apartment to move here, and a random day at the beach with the person who went on to become my wife. Film is some magical stuff. &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/bw-film-thumbnails-800w.webp 800w, https://banterability.com/assets/images/bw-film-thumbnails-1434w.webp 1434w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/bw-film-thumbnails-800w.jpeg&quot; alt=&quot;Six thumbnails of various black and white photographs with visible grain and light leaks&quot; width=&quot;1434&quot; height=&quot;960&quot; srcset=&quot;https://banterability.com/assets/images/bw-film-thumbnails-800w.jpeg 800w, https://banterability.com/assets/images/bw-film-thumbnails-1434w.jpeg 1434w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;h/t &lt;a href=&quot;https://www.washingtonpost.com/opinions/2024/07/31/google-gemini-ai-dear-sydney-ad-olympics-satire/&quot;&gt;national treasure Alexandra Petri&lt;/a&gt; &lt;a href=&quot;https://banterability.com/posts/weeknotes-55/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 54: Surprise Time Capsule</title>
    <link href="https://banterability.com/posts/weeknotes-54/" />
    <updated>2024-11-24T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-54/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Mostly a week of deep cleaning ahead of hosting Thanksgiving next week. The war on dust is endless, and the lines are not holding.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Big dump of snow on Tuesday. Standard weird Chicago weather for this time of year: buried for 18 hours, nothing left the next morning: &lt;img src=&quot;https://banterability.com/assets/images/november-snow-800w.webp&quot; alt=&quot;Three frames from a security camera on three consecutive days showing no snow on the ground, a ton of snow, and no snow again&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;800&quot; height=&quot;450&quot;&gt; At least we can draw the line on lawn care and garden hoses and all the rest &#39;til spring.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Another banger from Anil Dash about the importance of &lt;a href=&quot;https://www.anildash.com/2024/11/19/dont-call-it-a-substack/&quot;&gt;talking about your work as &lt;em&gt;your work&lt;/em&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We constrain our imaginations when we subordinate our creations to names owned by fascist tycoons. Imagine the author of a book telling people to “read my Amazon”. A great director trying to promote their film by saying “click on my Max”. That’s how much they’ve pickled your brain when you refer to your own work and your own voice within the context of their walled garden. There is no such thing as “my Substack”, there is only your writing, and a forever fight against the world of pure enshittification.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Yet another &lt;a href=&quot;https://banterability.com/posts/weeknotes-25/#:~:text=Been%20making%20a,year%E2%80%99s%C2%A0end.&quot;&gt;misadventure into the bowels of HealthKit&lt;/a&gt;, this time to ask the seemingly trivial question “What’s the most steps I’ve taken in a day?” There are awards for things like “most calories burned walking”, but no way I could find to just spit out the biggest number without endlessly scrolling through a table. Went back and forth with &lt;a href=&quot;https://claude.ai/&quot;&gt;Claude&lt;/a&gt; for a while and eventually got a working app together&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-54/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;. Why is this so difficult?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Every once in a while, I’ll be looking at my Finder sidebar and discover that the “Desktop” folder has gone missing. So I’ll add it back, only for it to disappear again. This has been going on for at least two years. This apparently affects a ton of people. No explanation, no end in sight – madness! Finally decided to try trying and erased Finder’s &lt;code&gt;.plist&lt;/code&gt;. Five days in, so far so good…&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Found an old roll of black &amp;amp; white film partially shot in &lt;a href=&quot;https://en.wikipedia.org/wiki/Pentax_ME&quot;&gt;the Pentax SLR from the 70s&lt;/a&gt; that got me through college photography classes. It has to be at least a decade old and I have absolutely no memory of what might be on it. Who knows if it’s salvageable, but finished it off anyway and dropped it off at &lt;a href=&quot;https://www.bellowsfilmlabchi.com/&quot;&gt;a local film lab&lt;/a&gt; just for funsies. We’ll see!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Answer: 24,875 steps on June 4, 2015. &lt;a href=&quot;https://banterability.com/posts/weeknotes-54/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 53: The Juice</title>
    <link href="https://banterability.com/posts/weeknotes-53/" />
    <updated>2024-11-17T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-53/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;I haven’t posted anything on the website formerly known as Twitter in over a year and a half, and every time I’ve glanced at it since it’s been a little grosser. Running it side-by-side with &lt;a href=&quot;https://bsky.app/&quot;&gt;Bluesky&lt;/a&gt; on Election Night was the perfect contrast of just how bad it’s gotten. I deleted the app from my phone a while ago, but this week I finally &lt;a href=&quot;https://www.theverge.com/24293448/x-twitter-musk-deactivate-how-to&quot;&gt;marked myself private and pulled one last archive&lt;/a&gt; so I can finally kill it once and for all.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The best part is I didn’t even have to update my bio: “&lt;a href=&quot;https://en.wikipedia.org/wiki/Long-term_nuclear_waste_warning_messages&quot;&gt;What is here was dangerous and repulsive to us&lt;/a&gt;.”&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Kinda sucks to feel run off&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-53/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; of the online community that’s brought me the most joy for something like 17 years, but you don’t get extra credit for being the last to leave the &lt;a href=&quot;https://x.com/IamRageSparkle/status/1280892350202511361&quot;&gt;Nazi bar&lt;/a&gt; and Bluesky finally feels like it’s got the juice.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you’re facing the same migration, &lt;a href=&quot;https://www.sky-follower-bridge.dev/&quot;&gt;Sky Follower Bridge&lt;/a&gt; is a pretty good way to try to salvage your connections, though I really wouldn’t recommend hitting the big “Follow All” button. This is the new world! Try something new. We’re not just &lt;a href=&quot;https://www.youtube.com/watch?v=EeDHnEsR2cU&amp;amp;start=5&quot;&gt;moving the whole town five miles down the road&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also finally gave up on Threads and its &lt;a href=&quot;https://bsky.app/profile/davidjroth.bsky.social/post/3lbj2c3dvpk2n&quot;&gt;baffling algorithmic timeline&lt;/a&gt;. Honestly feels kinda good pruning back my footprint and focusing on the places I control (👋). The radical act of &lt;a href=&quot;https://www.anildash.com/2024/02/06/wherever-you-get-podcasts/&quot;&gt;“wherever you get your podcasts”&lt;/a&gt;, as Anil would say.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Quick weekend trip back to Los Angeles for the first time in seven years &lt;em&gt;(how?)&lt;/em&gt;. Apparently I have been out of college for fifteen &lt;em&gt;(HOW‽)&lt;/em&gt;. I was expecting everything to be unrecognizable, but I was mostly surprised how similar things were. Sure, you can take the light rail to Expo Park and the school has gobbled up all the land to the north and replaced the laundromats and tire shops with Sephoras and Starbucks, but campus itself is exactly how I remember it. And downtown still seemed utterly dead on the Saturday and Sunday.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Finally got to ride in a few &lt;a href=&quot;https://waymo.com/&quot;&gt;Waymos&lt;/a&gt;. So damn pleasant. I can’t wait to never drive again.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Other initial takeaways: never had to wait more than a few minutes for a pickup; cheaper than Uber/Lyft; a surprisingly aggressive driver (though not in a scary way). More than anything else, it’s wild how quickly you just sort of get used to a car driving itself once it demonstrates baseline competence.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Cheered on a nice victory at the Coliseum, enjoyed a nice day wandering the beach in Santa Monica, and now waiting on the red-eye home for (what should be) my last flight of the year.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you’re struggling to keep it together, don’t forget that even multimillion dollar airliners need to be propped up with a little stick sometimes so they don’t tip over on their asses.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-53/#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt; &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/tailstand-800w.webp 800w, https://banterability.com/assets/images/tailstand-1600w.webp 1600w, https://banterability.com/assets/images/tailstand-2400w.webp 2400w, https://banterability.com/assets/images/tailstand-2733w.webp 2733w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/tailstand-800w.jpeg&quot; alt=&quot;An Alaska Airlines 737 MAX 9 parked at the gate in Los Angeles with a tailstand.&quot; width=&quot;2733&quot; height=&quot;1567&quot; srcset=&quot;https://banterability.com/assets/images/tailstand-800w.jpeg 800w, https://banterability.com/assets/images/tailstand-1600w.jpeg 1600w, https://banterability.com/assets/images/tailstand-2400w.jpeg 2400w, https://banterability.com/assets/images/tailstand-2733w.jpeg 2733w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Why should I leave? &lt;a href=&quot;https://www.youtube.com/watch?v=ADgS_vMGgzY&amp;amp;start=24&quot;&gt;They’re the ones who suck!&lt;/a&gt; &lt;a href=&quot;https://banterability.com/posts/weeknotes-53/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Yes, &lt;a href=&quot;https://www.avweb.com/aviation-news/united-737-sidelined-after-football-charter/&quot;&gt;this actually happens&lt;/a&gt;. &lt;a href=&quot;https://banterability.com/posts/weeknotes-53/#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 52: What Did We Learn?</title>
    <link href="https://banterability.com/posts/weeknotes-52/" />
    <updated>2024-11-10T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-52/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;So Tuesday sucked. &lt;a href=&quot;https://banterability.com/posts/no-surprises&quot;&gt;Wednesday too&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=J6VjPM5CeWs&quot;&gt;What did we learn?&lt;/a&gt; Wildly vacillating between gutted and exhausted at all the takes so far. I don’t know the answer on where we go next either, but I’m confident it isn’t “stop believing in all the stuff we believed in last week.” But no, let’s all just be loud and confident about which of our friends belong under the bus. &lt;em&gt;Ugh.&lt;/em&gt; I can’t go on, I’ll go on.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;(Desperately grasping for regularly scheduled programming…)&lt;/em&gt; Uh…, &lt;a href=&quot;https://www.amazon.com/Amazon-Kindle-Ereader-Family/b?ie=UTF8&amp;amp;node=6669702011&quot;&gt;new Kindles&lt;/a&gt;? The &lt;a href=&quot;https://www.amazon.com/dp/B0CFPP8C33/&quot;&gt;Paperwhite&lt;/a&gt; seems like it got a nice bump across the board: a little bigger, a little faster, a little longer battery life. I still do miss physical page turn buttons and especially &lt;a href=&quot;https://web.archive.org/web/20071122184806/http://www.amazon.com/gp/help/customer/display.html?nodeId=200127480&amp;amp;#whispernet&quot;&gt;Whispernet&lt;/a&gt;, which made those early Kindles seem like magic.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I really wish I had one of those first-generation Kindles for my little shelf of old technology. It looks like it belongs in a shuttlecraft. What a gem: &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/kindle-1st-gen-800w.webp 800w, https://banterability.com/assets/images/kindle-1st-gen-1314w.webp 1314w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/kindle-1st-gen-800w.jpeg&quot; alt=&quot;The first-generation Amazon Kindle e-reader&quot; width=&quot;1314&quot; height=&quot;1310&quot; srcset=&quot;https://banterability.com/assets/images/kindle-1st-gen-800w.jpeg 800w, https://banterability.com/assets/images/kindle-1st-gen-1314w.jpeg 1314w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;They may all just be buttonless roundrects now, but hey, &lt;a href=&quot;https://www.amazon.com/All-New-Amazon-Kindle-Colorsoft-Signature-Edition/dp/B0CN3XR57P&quot;&gt;we can have color&lt;/a&gt;!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Oh wait, &lt;a href=&quot;https://www.theverge.com/2024/11/5/24288131/amazon-kindle-colorsoft-display-fix-replacements-delay-yellow-band-display-complaints-issues&quot;&gt;oops, they’re all broken&lt;/a&gt;, mine included. Reached out to customer service a few times and got that standard Amazon handwavey “we know all about it; we’ve made a note on your account; don’t call us, we’ll call you”, which doesn’t instill much confidence. I think Amazon support has proactively contacted me one time in twenty years: to tell me that ice cream I bought from them 18 months earlier was full of listeria. Thanks; I’ll go ahead and take that pint off display in my dairy museum.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Gathered up every table and chair in the house for a little friendsgiving potluck. Once all the frantic cleaning fades out of memory, hosting is really a delight. Good company, good food, good wine. People, what a concept!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>No Surprises</title>
    <link href="https://banterability.com/posts/no-surprises/" />
    <updated>2024-11-06T12:00:00Z</updated>
    <id>https://banterability.com/posts/no-surprises/</id>
    <content type="html">&lt;p&gt;Nobody thought to pause the emails.&lt;/p&gt;
&lt;p&gt;Waking up Wednesday morning to &lt;em&gt;“📣 60 months interest-free on select Samsung TVs”&lt;/em&gt; and &lt;em&gt;“Every kitchen needs a signature color”&lt;/em&gt; and all the other regularly scheduled programming.&lt;/p&gt;
&lt;p&gt;Nothing’s the same; everything’s the same. &lt;a href=&quot;https://bsky.app/profile/leftistwonk.bsky.social/post/3laazeltwh224&quot;&gt;Metabolize the horror, move on&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Trying to check in on folks you care about while avoiding the shit-eating grins of the worst people in the world taking a victory lap. Stumbling across elated business ghouls who’ve been hiding in plain sight – it’s safe to take the masks off now and those tongues are hungry for boot.&lt;/p&gt;
&lt;p&gt;There’s no space this time for “this isn’t who we are.” Nothing to be surprised by. &lt;a href=&quot;https://inthesetimes.com/article/trump-victory-election-2024&quot;&gt;“Everyone knows and nobody cares”&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If I’m wishcasting, I cling to the idea that they still have no idea what they’re doing. Each individual monster has their own pet project, sure, but &lt;a href=&quot;https://bsky.app/profile/helldude.bsky.social/post/3labsw5aj742p&quot;&gt;none of these guys are team players&lt;/a&gt;. The cartoonish demise of each bromance can’t come soon enough.&lt;/p&gt;
&lt;p&gt;But obviously things will get worse. There was no effort to hide the playbook. The pain will be unevenly distributed, the consequences cheered on by the jackals. Conditions will decline, whether through malice towards some subset of our neighbors it’s become tasteful to vilify, or through gross incompetence, playing &lt;a href=&quot;https://en.wikipedia.org/wiki/G._K._Chesterton#Chesterton&#39;s_fence:~:text=let%20us%20say,to%20destroy%20it&quot;&gt;Chesterton’s fence&lt;/a&gt; with the entirety of the administrative state until the &lt;a href=&quot;https://en.wikipedia.org/wiki/The_Fifth_Risk&quot;&gt;millions of little balls quietly juggled by civil servants&lt;/a&gt; start falling out of the air.&lt;/p&gt;
&lt;p&gt;Even if we’re overwhelmingly lucky and nobody’s learned a thing about enacting policy, daily life still feels bound to get infinitely stupider. The full-scale institutionalization of AI slop. “Do your own research” on the glowing ooze we decided it’s cheaper to let leach into your pipes. A federal fiefdom for each and every one of the dumbest fucking nephews alive. From &lt;a href=&quot;https://en.wikipedia.org/wiki/Twilight_of_the_Elites&quot;&gt;&lt;em&gt;Twilight of the Elites&lt;/em&gt;&lt;/a&gt; to triumph of the small-business tyrant.&lt;/p&gt;
&lt;p&gt;I let the clown show dictate the shape and tenor of so many of my days last time around, and I know I can’t do that again. None of this to say I stick my head in the sand, but watching the returns come in last night, I couldn’t get over the galling lack of seriousness in so much of the coverage. Palace intrigue. The horserace. Sports for nerds.&lt;/p&gt;
&lt;p&gt;I don’t really have the appetite for “who fucked up” yet, but I am fairly confident that doing more politics at them is not the next step. We’re not voting our way out of this anytime soon. And no &lt;em&gt;won’t somebody please think of the norms?!&lt;/em&gt; kayfabe either. It’s just gonna have to be looking out for each other. Being the sand you wish to see in the gears. Giving time, giving money, giving voice without sucking all the air out of the room or &lt;a href=&quot;https://bsky.app/profile/roseveleth.com/post/3labwp7teqe2b&quot;&gt;reinventing the wheel&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Look for the people already doing the work. You probably do not need to invent your own new organization or group. Find the people already doing it and join them, listen to them, learn from them.&lt;/p&gt;
&lt;p&gt;There are already abortion funds, resistance orgs, abolitionists, mutual aid groups, people who have been fighting for years, decades even. Join the fight. It has existed for a while, and it is time to honor that expertise and community.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I don’t think we really learned anything we didn’t already know.&lt;/p&gt;
&lt;p&gt;The cavalry isn’t coming; we keep each other safe.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 51: The Slow Unwrapping</title>
    <link href="https://banterability.com/posts/weeknotes-51/" />
    <updated>2024-11-03T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-51/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;We get a monthly box from a local butcher shop, and we’re coming up on the third consecutive “weather somehow still too nice for soups and stews; here’s some grillables!” November brats – what a time to be alive.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fine-tuning my perfect bike route to and from the West Loop that keeps me away from the most harrowing traffic. Managed one way in 22 minutes, which is just about as fast as I’ve ever managed in a car.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Our street’s apparently not much of a trick-or-treating destination, so for the last few years, we’ve set up camp in the front yard to try to draw in the hungry hordes. Graced with a few dozen kiddos this year.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Frantically cleaning and catching up on some overdue decorating in anticipation of end-of-year gatherings. I hung a big heavy mirror, which I’ll spend years eyeing suspiciously, waiting for the drywall to give out.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;No, nothing I have hung has ever fallen down. Doesn’t that mean we’re due?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;As we prepare for the return of the cursed &lt;a href=&quot;https://www.nytimes.com/2018/11/05/upshot/needle-election-night-2018-midterms.html&quot;&gt;needle&lt;/a&gt; next week, a worthwhile reminder from &lt;a href=&quot;https://x.com/MattGlassman312/status/1590027736243785729&quot;&gt;Matt Glassman&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A reminder that there’s no horserace aspect to counting votes. No one “pulls ahead” in the count or “makes up ground” or “loses their lead” in any real sense. It’s just an artifact of the process, the order in which votes are counted, an order part mandated and part random.&lt;/p&gt;
&lt;p&gt;You can’t win or lose in the count. It’s not a football game with an outcome yet to be determined. It’s the slow unwrapping of a present, the awaiting of knowing the actual and unchangeable state of the world.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 50: Baboon County USA</title>
    <link href="https://banterability.com/posts/weeknotes-50/" />
    <updated>2024-10-27T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-50/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;There’s this scene towards the end of an episode of The Simpsons&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-50/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; where, after a dramatic standoff with zoo animals on a little amusement park train, our characters make a dramatic escape, passing under a sign that says “Leaving Baboon County USA.” They cheer, they lay out the moral of the story, and everything goes back to normal. Just as we’re about to cut, the little train finishes its loop and passes under another sign: &lt;img src=&quot;https://banterability.com/assets/images/entering-baboon-county-500w.webp&quot; alt=&quot;A scene from The Simpsons with Lovejoy and Flanders on a small amusement park train passing under a sign that reads &amp;quot;Entering Baboon County USA&amp;quot;&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;500&quot; height=&quot;281&quot;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Guess what the new house shorthand is for a week when every crisis leads directly into the next? Yeah, we’re having one of those.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The vibes are once again in shambles in journalism town, as the editorial boards of both the &lt;a href=&quot;https://www.nytimes.com/2024/10/23/business/media/la-times-editor-quits-patrick-soon-shiong-endorsement.html&quot;&gt;L.A. Times&lt;/a&gt; and &lt;a href=&quot;https://www.washingtonpost.com/style/media/2024/10/25/washington-post-endorsement-president/&quot;&gt;The Washington Post&lt;/a&gt; had their presidential endorsements spiked at the last minute by ownership. We need to amend the billionaire fantasy of buying a struggling newspaper with “…and just sign the checks and leave it the fuck alone.”&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Dropped off our ballots. Ours always have like 100 appellate judges that you need to individually vote to retain or kick off the bench. So grateful for &lt;a href=&quot;https://interactives.injusticewatch.org/judicial-election-guide/2024-general/en/&quot;&gt;Injustice Watch&lt;/a&gt; for pulling together all their histories and bar ratings so you can make some kind of informed decision.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tried out the &lt;a href=&quot;https://www.apple.com/airpods-pro/hearing-health/&quot;&gt;hearing test in iOS 18.1&lt;/a&gt; with a decent amount of apprehension, but turns out my ears are still in okay shape! Guess I have to attribute my total inability to process any information in a loud room to something else.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Got the reminder to renew my authorizations for &lt;a href=&quot;https://en.wikipedia.org/wiki/Movies_Anywhere&quot;&gt;Movies Anywhere&lt;/a&gt;, a service so good it feels like it must have been court-ordered into existence to avoid an antitrust lawsuit. I honestly can’t believe it’s a Disney joint. You log in to all your media libraries (Apple, Amazon, Google Play/YouTube, etc) and suddenly all the movies you’ve purchased on any of them show up on all the others. It &lt;em&gt;just works&lt;/em&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;S8E22: “In Marge We Trust” &lt;a href=&quot;https://banterability.com/posts/weeknotes-50/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 48: User Error</title>
    <link href="https://banterability.com/posts/weeknotes-48/" />
    <updated>2024-10-13T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-48/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Bopping around the house this week as part of my usual don’t-get-sick-right-before-vacation cooldown period. Life changing strategy.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Almost thought the flawless system had been compromised when right in the middle of the week, my inability to read the instructions for a &lt;a href=&quot;https://www.lucirabypfizer.com/&quot;&gt;combo COVID/Flu test&lt;/a&gt; led to a 90 minute catastrophic freakout. It was trying to communicate “I am a broken piece of garbage; please ignore me” by blinking the little lights next to both “Pos +” and Neg -&amp;quot; at the same time, but my brain just processed a blinking “POSITIVE” as rather insistent.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Hat tip to my darling wife for asking “if you’re sick, why is the negative light blinking too?” The instructions are actually super clear about this: &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/lucira-instructions-782w.webp 782w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/lucira-instructions-782w.jpeg&quot; alt=&quot;&quot; width=&quot;782&quot; height=&quot;1022&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;How many dozens of these things have I done mindlessly in the last four years? I don’t even read the directions anymore. Complacency breeds contempt, et al. Time to go watch a bunch of &lt;a href=&quot;https://en.wikipedia.org/wiki/List_of_Mayday_episodes&quot;&gt;Air Crash Investigations&lt;/a&gt; and &lt;a href=&quot;https://www.youtube.com/user/USCSB/videos&quot;&gt;U.S. Chemical Safety Board videos&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;My penance for panicking myself for no reason: building four different Home Depot shelving units to try to make some sense of the unfinished closets in my office and the guest room. We should eventually install some of that generic white wire hanging stuff, but for now this gets things off the floor.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Rules to live by: 1. Everything has a home. 2. Nothing’s home is the floor.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;And with that, away to London. Hello from a shockingly on-time flight, somewhere over the Atlantic.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 47: Catching Vibes</title>
    <link href="https://banterability.com/posts/weeknotes-47/" />
    <updated>2024-10-06T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-47/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Mourning the mysterious disappearance of the blue USPS collection box that used to live across the street.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;It is surprisingly hard to figure out where a mailbox is and if it even exists. The official &lt;a href=&quot;https://tools.usps.com/locations/home.htm&quot;&gt;USPS location search&lt;/a&gt; still thinks ours is still there, but &lt;a href=&quot;https://www.mailboxmap.com&quot;&gt;MailboxMap&lt;/a&gt; somehow knows it’s gone.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This is the kind of public data thing that I would get obsessed with for days at a time in my previous life as a journalist. Who is responsible for knowing where all the collection boxes are? Who decides to move them? Where do they sleep when they’re not bolted to the sidewalk? Do I need to remember how to file a &lt;a href=&quot;https://en.wikipedia.org/wiki/Freedom_of_Information_Act_(United_States)&quot;&gt;FOIA request&lt;/a&gt;?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Now that Chicago’s &lt;a href=&quot;https://abc7chicago.com/post/chicago-shotspotter-contract-ends-sunday-city-begin-dismantling-gunshot-detection-technology-monday/15341343/&quot;&gt;pulled the plug on ShotSpotter&lt;/a&gt;, let’s dedicate that hardware to &lt;a href=&quot;https://walzr.com/bop-spotter&quot;&gt;a higher purpose&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;No seriously, I’m pretty obsessed with &lt;em&gt;Bop Spotter&lt;/em&gt;. Don’t miss &lt;a href=&quot;https://www.404media.co/hidden-bopspotter-microphone-is-constantly-surveilling-san-francisco-for-good-music/&quot;&gt;the details over at 404&lt;/a&gt;. This is what technology is for. May it never be found.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Lots of things in small improvements corner for this website this week: upgraded to the official release of &lt;a href=&quot;https://github.com/11ty/eleventy/releases/tag/v3.0.0&quot;&gt;Eleventy v3&lt;/a&gt;, started self-hosting my fonts, put proper cache headers on all the assets, reworked contrast on the color palette, and finally got brave enough to let my deploy script delete files. It’s almost like I’m about to be away from a computer again for a little bit…&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 46: Dirt from the Ground</title>
    <link href="https://banterability.com/posts/weeknotes-46/" />
    <updated>2024-09-29T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-46/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Finally made it to both &lt;a href=&quot;https://www.havecommondecency.com/&quot;&gt;Common Decency&lt;/a&gt; and &lt;a href=&quot;https://www.caracarachicago.com/&quot;&gt;Cara Cara Club&lt;/a&gt;. Many reasons I love living in Logan Square, but high up that list is that you’ll never want for a good drink.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Thankfully watching the latest round of return to office mandates from the sidelines. &lt;a href=&quot;https://oxide.computer/podcasts/oxide-and-friends/2105673&quot;&gt;Oxide and Friends’s latest episode&lt;/a&gt; has a good roundup.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;At the end of the day, whatever: just tell me where to work and I guess that’s the deal. The thing that’s been truly baffling is the laziness of the sales pitch: “Come on back! We sublet two-thirds of the space, you can’t have a little plant or a keyboard anymore because you don’t have an assigned desk, we got rid of all the food and coffee, and none of your teammates are here. Or you’re fired 😊”&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;iPhone 16 Pro, One Week Review: I keep forgetting the camera button is there. I hope I remember it eventually, because it seems like a nice idea. I am glad I am not a case manufacturer who got blindsided by it. Otherwise: I can report that it is a phone™.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;One thing they don’t tell you about having a yard is that sometimes you will need to drive to the hardware store and pay like $50 for a bunch of bags of dirt. Like dirt from the ground. And you put the dirt in your trunk and you drive the dirt home and just pour out all over the place. You will do this several times a year.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 45: A Bespoke LED Problem</title>
    <link href="https://banterability.com/posts/weeknotes-45/" />
    <updated>2024-09-22T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-45/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Binging through Jamie Loftus’ &lt;a href=&quot;https://www.iheart.com/podcast/1119-sixteenth-minute-of-fame-172216473/&quot;&gt;Sixteenth Minute (of Fame)&lt;/a&gt; podcast, revisiting all of online’s main characters. We’re playing all the hits: coffee in the garden with my husband, slide cop, curvy wife guy, “Suck my dick and balls I’m working at NASA”, 30-50 feral hogs…&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If these references mean nothing to you, your mind might not yet be clogged with internet-poisoning microplastics. There’s still a future for you; run while you can!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Wandered around the house Monday afternoon loading the new software on all the things. Best new feature across all platforms: subtitles automatically turn on in tvOS when you skip back 10 seconds or mute.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Saw &lt;em&gt;The Matrix&lt;/em&gt; in theaters on Thursday night as part of its – &lt;em&gt;memento mori&lt;/em&gt; – 25th anniversary. Truly wild how hard it holds up, both in terms of effects/production, and just as a good fun movie.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;My Gen 2 &lt;a href=&quot;https://gen2.tidbyt.com/&quot;&gt;Tidbyt&lt;/a&gt; finally showed up. I’ve been a huge fan of my original one, and I knew they were aiming for a slightly different look with the new version, and &lt;a href=&quot;https://www.kickstarter.com/projects/tidbyt/gen2/posts/4190266#h:About-the-Gen-2-Display&quot;&gt;boy did people get mad&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I don’t necessarily mind the new squarer vibe from a few feet back, as they intend for you to view it from, but I’ll grant that a head-to-head comparison with a Tidbyt Classic (on the bottom) is pretty rough given that “sharper, crisper, clearer” was the pitch to Kickstarter backers: &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/tidbyt-compare-800w.webp 800w, https://banterability.com/assets/images/tidbyt-compare-1600w.webp 1600w, https://banterability.com/assets/images/tidbyt-compare-2400w.webp 2400w, https://banterability.com/assets/images/tidbyt-compare-2758w.webp 2758w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/tidbyt-compare-800w.jpeg&quot; alt=&quot;&quot; width=&quot;2758&quot; height=&quot;3382&quot; srcset=&quot;https://banterability.com/assets/images/tidbyt-compare-800w.jpeg 800w, https://banterability.com/assets/images/tidbyt-compare-1600w.jpeg 1600w, https://banterability.com/assets/images/tidbyt-compare-2400w.jpeg 2400w, https://banterability.com/assets/images/tidbyt-compare-2758w.jpeg 2758w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You know who totally hit it out of the park in this category? &lt;a href=&quot;https://www.tuneshine.rocks/&quot;&gt;Tuneshine&lt;/a&gt; with their album art display, which is beautifully constructed, syncs smoothly with every music service, and is basically as close to perfect execution on a product as I can recall. I adore this thing:
&lt;img src=&quot;https://banterability.com/assets/images/tuneshine-500w.webp&quot; alt=&quot;&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;500&quot; height=&quot;500&quot;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Do I have a small bespoke LED display problem? How dare you; I need all of these&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-45/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; for my work:
&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/traintrackr-800w.webp 800w, https://banterability.com/assets/images/traintrackr-1576w.webp 1576w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/traintrackr-800w.jpeg&quot; alt=&quot;&quot; width=&quot;1576&quot; height=&quot;1534&quot; srcset=&quot;https://banterability.com/assets/images/traintrackr-800w.jpeg 800w, https://banterability.com/assets/images/traintrackr-1576w.jpeg 1576w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;c/o &lt;a href=&quot;https://www.traintrackr.io/&quot;&gt;traintrackr&lt;/a&gt;. They also make them for many other fine transit agencies, and have some beautiful live weather maps. &lt;a href=&quot;https://banterability.com/posts/weeknotes-45/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 44: Accidental Garbage</title>
    <link href="https://banterability.com/posts/weeknotes-44/" />
    <updated>2024-09-15T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-44/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Up to date on all our vaccines. Sore arm is a small price to pay to be freshly inoculated against the ever-present horrors.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Happy iPhone announcement day to those who begrudgingly celebrate. I’d love to be the kind of person who just uses a phone until it doesn’t work anymore without another thought, but I’ve given up on that dream.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also, I feel like I have an excuse this year: the battery on my 15 Pro has truly just given up. I haven’t been able to make it through the day for months. It tuns into a death spiral pretty quickly: dying earlier, which means more frequent recharging, which means more heat and more cycles on the battery, which wears it out even faster. Somehow this phone has 450 full charge cycles on it in 11 months and the health is in the mid 80%s.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I really don’t think I’ve been using it any differently than any other iPhone I’ve had, so I’m just assuming this particular lithium cell is haunted.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Only other Apple note: Proud of myself for keeping the betas off my phone all summer. Learning and growing.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;The Power Broker&lt;/em&gt; is finally available as &lt;a href=&quot;https://www.amazon.com/exec/obidos/ASIN/B0DDWV768S/&quot;&gt;an e-book&lt;/a&gt; starting tomorrow, if you’re the kind of person who values portability over &lt;a href=&quot;https://www.nytimes.com/2020/05/28/nyregion/power-broker-tv.html?unlocked_article_code=1.KU4.z6Jd.-fSdtOQdpOYJ&amp;amp;smid=url-share&quot;&gt;the other uses&lt;/a&gt; of this particular book. Also still plenty of time to catch up on the incredible &lt;a href=&quot;https://99percentinvisible.org/club/&quot;&gt;book club&lt;/a&gt; from the &lt;em&gt;99% Invisible&lt;/em&gt; crew.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A pox on the house of people who put USB-C ports on things without actually reading the specification. I broke open a cheap little cabinet light that wouldn’t take a charge to see in what novel way it had failed only to realize it was just one of these cursed objects missing &lt;a href=&quot;https://www.reddit.com/r/UsbCHardware/comments/18w4mh6/comment/kfvj86v/&quot;&gt;whatever magic little resistor&lt;/a&gt; lets a C charger actually start sending juice. It was completely fine, but had been disassembled by a brute (read: me) in such a way that it was now accidentally garbage.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I’ve started putting little stickers on all the “looks like C, but you have to use a cable that’s A on the other end” so I stop throwing them away by accident.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 43: Over the Air</title>
    <link href="https://banterability.com/posts/weeknotes-43/" />
    <updated>2024-09-08T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-43/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;This week in “corporate mom &amp;amp; dad are fighting”: &lt;a href=&quot;https://arstechnica.com/tech-policy/2024/09/tv-viewers-get-screwed-again-as-disney-channels-are-blacked-out-on-directv/&quot;&gt;Disney &amp;amp; AT&amp;amp;T are having a disagreement&lt;/a&gt; which means we can’t watch ABC or ESPN anymore, I guess? It also means getting targeted ads on every platform that feel like they’re part of &lt;a href=&quot;https://archive.org/details/FearCity/page/n1/mode/2up&quot;&gt;a public safety scare campaign&lt;/a&gt; from the 70s&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-43/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;:
&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/espn-scare-ad-800w.webp 800w, https://banterability.com/assets/images/espn-scare-ad-1179w.webp 1179w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/espn-scare-ad-800w.jpeg&quot; alt=&quot;A targeted ad on Instagram from ESPN with bold text reading: &amp;quot;DIRECTV CUSTOMERS: YOU HAVE LOST ESPN. ESPN IS GONE FROM YOUR TV LINEUP&amp;quot; and the logos of several major sports broadcasts.&quot; width=&quot;1179&quot; height=&quot;1731&quot; srcset=&quot;https://banterability.com/assets/images/espn-scare-ad-800w.jpeg 800w, https://banterability.com/assets/images/espn-scare-ad-1179w.jpeg 1179w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;All this just in time for the start of fall sports and the finale of &lt;em&gt;The Bachelorette&lt;/em&gt;, so I had to frantically come up with a backup plan. It was finally enough frustration to blow through the separation energy and get a &lt;a href=&quot;https://www.amazon.com/Channel-Master-FLATenna-Ultra-Thin-Antenna/dp/B074TWSQFM/&quot;&gt;$20 paper antenna&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I have known for a while that the story around OTA channels was pretty good now, but really wasn’t prepared to pull in over 100 of them from the basement with basically zero effort.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Side benefit: all the streaming TV providers are minimum 30 seconds behind live (usually closer to 90 seconds), which is pretty brutal for a nail-biter of a game or when you’re chatting about some live event. Nice to be living in the now.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Given a few days to overengineer things, here’s where we ended up: there’s an &lt;a href=&quot;https://www.silicondust.com/hdhomerun/&quot;&gt;HDHomeRun tuner&lt;/a&gt; hooked up to that antenna in the network closet under the stairs. That’s paired with &lt;a href=&quot;https://getchannels.com/live-tv/&quot;&gt;Channels DVR&lt;/a&gt; running on my Synology. So now we can watch and record four different things from local TV and stream it to any of our devices anywhere in the world. Neat.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Recommended reading: Jaya’s &lt;a href=&quot;https://www.eater.com/24236610/garlicky-lemony-brothy-recipe-names-history&quot;&gt;&lt;em&gt;When Did All the Recipes Get ‘Garlicky’?&lt;/em&gt;&lt;/a&gt; over at Eater. May we someday be brave enough to &lt;em&gt;retvrn&lt;/em&gt; to the “Eggs Obstaculos” era.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;“Nevertheless, some New Yorkers do manage to survive…” &lt;a href=&quot;https://www.theguardian.com/cities/2015/may/18/welcome-to-fear-city-the-inside-story-of-new-yorks-civil-war-40-years-on&quot;&gt;The Guardian has a great history&lt;/a&gt; of this wild moment in time. &lt;a href=&quot;https://banterability.com/posts/weeknotes-43/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 42: Cognitohazard of Filth</title>
    <link href="https://banterability.com/posts/weeknotes-42/" />
    <updated>2024-09-01T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-42/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Took my first ride on the &lt;a href=&quot;https://chi.streetsblog.org/2024/01/04/ride-like-the-dickens-take-a-virtual-ride-on-the-long-nimbyed-now-completed-dickens-greenway&quot;&gt;Dickens Greenway&lt;/a&gt; to get home from an errand in Lincoln Park. So nice to have a safe(ish) bike route (almost) all the way to the lake.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We got a new vacuum that came with something called the “Fluffy Optic™ cleaner head”. It’s actually a pretty clever idea: cast a bright light at just the right angle so that the tiniest particles of dust cast massive shadows. The only trade-off is that using it once curses you with the knowledge that even things that look clean are caked in a thick layer of unescapable filth.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/fluffy-optic-800w.webp 800w, https://banterability.com/assets/images/fluffy-optic-1600w.webp 1600w, https://banterability.com/assets/images/fluffy-optic-1729w.webp 1729w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/fluffy-optic-800w.jpeg&quot; alt=&quot;A vacuum cleaner head with a green light coming out of it, making small pieces of dust cast large visible shadows&quot; width=&quot;1729&quot; height=&quot;1122&quot; srcset=&quot;https://banterability.com/assets/images/fluffy-optic-800w.jpeg 800w, https://banterability.com/assets/images/fluffy-optic-1600w.jpeg 1600w, https://banterability.com/assets/images/fluffy-optic-1729w.jpeg 1729w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;You should seriously need to be cleared by a therapist or sign some kind of waiver before you’re allowed to purchase this thing. It’s pure &lt;a href=&quot;https://en.wiktionary.org/wiki/cognitohazard#:~:text=An%20image%2C%20pattern%2C%20sound%20or%20any%20other%20kind%20of%20sensory%20signal%20that%20directly%20causes%20harmful%20or%20undesired%20physiological%20or%20physical%20effects%20to%20one%20who%20senses%20or%20perceives%20it.&quot;&gt;cognitohazard&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Rounded out the weekend with trips to the farmers market and bringing home entirely too many grillables from &lt;a href=&quot;https://www.publicanqualitymeats.com/&quot;&gt;Publican Quality Meats&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A very brave dog is all caught up on her shots for the year. Her people should follow in her brave example now that this year’s COVID &amp;amp; flu shots are out.
&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/dog-couch-800w.webp 800w, https://banterability.com/assets/images/dog-couch-1600w.webp 1600w, https://banterability.com/assets/images/dog-couch-2400w.webp 2400w, https://banterability.com/assets/images/dog-couch-5475w.webp 5475w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/dog-couch-800w.jpeg&quot; alt=&quot;A very cute, very sleepy dog splayed out on a furry blanket&quot; width=&quot;5475&quot; height=&quot;3373&quot; srcset=&quot;https://banterability.com/assets/images/dog-couch-800w.jpeg 800w, https://banterability.com/assets/images/dog-couch-1600w.jpeg 1600w, https://banterability.com/assets/images/dog-couch-2400w.jpeg 2400w, https://banterability.com/assets/images/dog-couch-5475w.jpeg 5475w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 41: Housekeeping</title>
    <link href="https://banterability.com/posts/weeknotes-41/" />
    <updated>2024-08-25T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-41/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Some background: gotta keep track of your recurring shared household tasks (replace the furnace filters, clean the toilets, etc.), right? Keep everyone in the family on the same page and make sure you don’t forget until the dust bunnies take over?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Apple Reminders does sync within the family and generate reminders, but things left in there bounce wildly between undiscoverable and “you may not use your phone until marking this complete.” The scheduling/recurrence system also isn’t flexible enough for the realities that sometimes you do stuff a few days late, which should influence the next due date.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;So I did a homebuilt to-do thing a few months ago that keeps track of what’s coming up and fires off an email to everyone each morning with what’s on tap.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which works just fine, but also leads us to this week’s diversion: I personally don’t use my email inbox as a to-do list. When I want to see what I have to do today, I go to &lt;a href=&quot;https://culturedcode.com/things/&quot;&gt;Things&lt;/a&gt;. That’s really where I’d prefer tasks show up for me.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Oh hey, Things supports a &lt;a href=&quot;https://culturedcode.com/things/support/articles/2803573/&quot;&gt;custom URL scheme&lt;/a&gt; for editing tasks, so I could just put “Add All” links in my morning emails!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;But of course, that doesn’t work, because Gmail on iOS &amp;amp; Android strips non-HTTP(S) URLs out with no indication they were ever links at all.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The eventual workaround: the “Add” link is actually an &lt;code&gt;https://&lt;/code&gt; link back to an endpoint on my own server with the smallest amount of data required to generate that &lt;code&gt;things:///&lt;/code&gt; URL and do a redirect.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;All of this is actually very satisfying! Yet another recurrence of the realization that computers are fun when you use them to solve a small problem with tiny bits of glue.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 40: Tuning the Algorithm</title>
    <link href="https://banterability.com/posts/weeknotes-40/" />
    <updated>2024-08-18T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-40/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The Democratic National Convention is in town next week, so we’re getting &lt;a href=&quot;https://en.wikipedia.org/wiki/Bell_Boeing_V-22_Osprey&quot;&gt;Ospreys&lt;/a&gt; practicing high-speed passes a thousand feet directly over the house.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Really enjoyed &lt;a href=&quot;https://sixcolors.com/post/2024/08/interview-game-developer-zach-gage-on-pile-up-poker-and-resisting-dark-patterns/&quot;&gt;this interview with game developer Zach Gage&lt;/a&gt;, most recently of &lt;a href=&quot;https://www.puzzmo.com/&quot;&gt;Puzzmo&lt;/a&gt; fame. This part especially resonated:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I never want people to be playing one of my games and go, “What am I doing? Why am I doing this right now?”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I start every day with Puzzmo’s Crossword, SpellTower, and Pile-Up Poker, and never feel sucked in to my phone like I do with Instagram et al.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Still desperately trying to retrain my Instagram/Threads algorithm into something enjoyable, but seems like a lost cause. For reasons totally opaque to me, it’s exclusively clips from TV shows I’ve never watched and stories of medical tragedies from inspirational widows I’ve never met. All efforts to mark everything “not interested” have bore no fruit.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 39: Back in the Saddle</title>
    <link href="https://banterability.com/posts/weeknotes-39/" />
    <updated>2024-08-11T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-39/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Somehow this week was my first time back on a bicycle since Norway. It feels amazing to be able to use a bike to do useful work like running an errand or getting to an appointment faster than you could have driven.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Still well over 500 miles cycled for the year. My original goal of 1,000 is starting to fade a bit out of sight as colder weather looms, but who knows!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Beautiful weekend for the &lt;a href=&quot;https://www.chicago.gov/city/en/depts/dca/supp_info/chicago_air_and_watershow.html&quot;&gt;Air and Water Show&lt;/a&gt;. This year, we set up camp on the beach with a bunch of friends.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I spent a good chunk of the night before frantically digging through my closet for my old cameras and big glass, most of which hasn’t gotten a workout since our trip to Africa almost five years ago. A good reminder for me that a camera is like a hammer: a study, reliable tool that wants to be used, not babied.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Batteries, on the other head, are fragile volatile babies. Shockingly coaxed a few of them into taking a partial charge, but they’ll be treated with the side-eye any old lithium pack deserves going forward. Terrified that they’d just been slowly degrading in a bankers box for half a decade.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I really missed the feeling of a full-size SLR body with &lt;a href=&quot;https://en.wikipedia.org/wiki/Battery_grip&quot;&gt;a big chunky battery grip&lt;/a&gt; that fits perfectly in your hand and just happily machine-guns 10 RAW frames a second all day long. It’s hard to imagine ever going back to carrying that kind of kit around, but I don’t see how I’ll ever be able to get rid of any of it.&lt;/p&gt;
&lt;p&gt;&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/blue-angel-4-800w.webp 800w, https://banterability.com/assets/images/blue-angel-4-1600w.webp 1600w, https://banterability.com/assets/images/blue-angel-4-2400w.webp 2400w, https://banterability.com/assets/images/blue-angel-4-4537w.webp 4537w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/blue-angel-4-800w.jpeg&quot; alt=&quot;Lieutenant Commander Amanda Lee flies over the 2024 Chicago Air &amp;amp; Water Show in Blue Angel #4&quot; width=&quot;4537&quot; height=&quot;3225&quot; srcset=&quot;https://banterability.com/assets/images/blue-angel-4-800w.jpeg 800w, https://banterability.com/assets/images/blue-angel-4-1600w.jpeg 1600w, https://banterability.com/assets/images/blue-angel-4-2400w.jpeg 2400w, https://banterability.com/assets/images/blue-angel-4-4537w.jpeg 4537w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Really need to rethink how I handle images on this site. Even a simple little lightbox would be a nice improvement. Add it to the to-do list…&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 38: Boredom! At the Transborder Concourse</title>
    <link href="https://banterability.com/posts/weeknotes-38/" />
    <updated>2024-08-04T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-38/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Finally made it to &lt;a href=&quot;https://www.whirlyball.com/&quot;&gt;Whirlyball&lt;/a&gt;, a local office-teambuilding-event mainstay that I had somehow never done. It’s basically lacrosse in bumper cars. However bad I am at sports in general is multiplied when I have to do many of them simultaneously.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Rounded out our hosting duties with a few more lovely stops at &lt;a href=&quot;https://www.momotarochicago.com/&quot;&gt;Momotaro&lt;/a&gt;, &lt;a href=&quot;https://www.lazybirdchicago.com/&quot;&gt;Lazy Bird&lt;/a&gt;, and &lt;a href=&quot;https://www.lonesomerose.com/&quot;&gt;Lonesome Rose&lt;/a&gt;. Open offer: we will use your presence as an excuse to execute an ad-hoc progressive dinner.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;No sooner than our guests left for the airport, I was right behind. Off to Toronto again for a few days of work.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;My team continued its proud tradition talking about a bunch of interesting places we could check out for dinner, and then ending up at another &lt;a href=&quot;https://www.kintonramen.com/menu/&quot;&gt;Kinton Ramen&lt;/a&gt;, which seem to be every 500 feet downtown.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This visit’s new taste experience: Amaro-flavored seltzer. Review: 👍👍.&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/amaro-seltzer-800w.webp 800w, https://banterability.com/assets/images/amaro-seltzer-1600w.webp 1600w, https://banterability.com/assets/images/amaro-seltzer-2400w.webp 2400w, https://banterability.com/assets/images/amaro-seltzer-2411w.webp 2411w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/amaro-seltzer-800w.jpeg&quot; alt=&quot;A can of amaro-flavored seltzer&quot; width=&quot;2411&quot; height=&quot;3486&quot; srcset=&quot;https://banterability.com/assets/images/amaro-seltzer-800w.jpeg 800w, https://banterability.com/assets/images/amaro-seltzer-1600w.jpeg 1600w, https://banterability.com/assets/images/amaro-seltzer-2400w.jpeg 2400w, https://banterability.com/assets/images/amaro-seltzer-2411w.jpeg 2411w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Both trips through YYZ this year have included hours of delays. Even when I was booking flights, most of the options had a historic on-time performance somewhere around 30%. As a result, I’ve gotten very familiar with the F gates: the liminal space between &lt;a href=&quot;https://en.wikipedia.org/wiki/United_States_border_preclearance&quot;&gt;U.S. Customs Preclearance&lt;/a&gt; and your plane. The America Jr. Autonomous Zone, if you like.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;It’s a cool idea – clear customs where you are and arrive back in the U.S. as if you were on a domestic flight – though it does create a ton of edge cases that I can’t find any real answers to. You pass through customs and the associated opportunity to make a declaration &lt;em&gt;before&lt;/em&gt; you arrive in the holding pen with nothing to do but browse the duty free shops. What happens if you go wild and just careen past your allowance of tax-free maple syrup? There’s nobody left to declare to!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;As best I can tell, the limiting factor is just “what you can carry” since your checked bags are already on the way. I leave it to a greater criminal mastermind to evolve the concept.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 37: Between Meals</title>
    <link href="https://banterability.com/posts/weeknotes-37/" />
    <updated>2024-07-28T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-37/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Friends in town this weekend! And lovely weather for it too.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;One of the best things about our neighborhood is that there’s so much to do that our radius with visitors keeps getting smaller. On your first trip to Chicago, sure, we’ll take you downtown, but after that, we almost never need more than a 20 minute walk to anything.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This time around: brunch at Etta, pasta at Daisies, and an indecisiveness-fueled side-by-side between Detroit-style pizza from Jet’s and tavern style from my beloved &lt;a href=&quot;https://pizzamattachicago.com/&quot;&gt;Pizza Matta&lt;/a&gt;. We also managed to squeeze in drinks at &lt;a href=&quot;https://www.bestintentionschicago.com/&quot;&gt;Best Intentions&lt;/a&gt; and continued chipping our way through Volume 3 of the menu at &lt;a href=&quot;https://www.meadowlarkchicago.com/&quot;&gt;The Meadowlark&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Clearly we have &lt;a href=&quot;https://theonion.com/man-has-no-idea-what-to-do-with-visiting-friend-between-1819577199/&quot;&gt;not yet discovered the answer&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 36: Strike Two</title>
    <link href="https://banterability.com/posts/weeknotes-36/" />
    <updated>2024-07-21T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-36/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;Oops, forgot &lt;a href=&quot;https://banterability.com/posts/weeknotes-9/&quot;&gt;again&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 35: A Synonym, Except When It Isn&#39;t</title>
    <link href="https://banterability.com/posts/weeknotes-35/" />
    <updated>2024-07-14T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-35/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Our triannual guilty pleasure franchise is back with the latest season of &lt;em&gt;The Bachelorette&lt;/em&gt;. We’re in a fantasy league with a dozen other friends: the winner gets some cash, the loser gets a truly horrible thematic prize, and we all get something to chat about on a Monday night.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I actually hate the concept of a “guilty pleasure.” There are not good or bad things to like. Enjoy the things you enjoy!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Words are outstanding:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Triannual&lt;/em&gt; is commonly used to mean one of two things: occurring once every three years or occurring three times per year. It is a synonym of the less commonly used &lt;em&gt;triennial&lt;/em&gt;, which can mean every three years or lasting for three years.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;See also: &lt;a href=&quot;https://kddidit.com/2014/08/04/word-confusion-bi-vs-biannual-vs-biennial/&quot;&gt;“Bi- vs Biannual vs Biennial”&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 34: Blue Beanie Emeritus</title>
    <link href="https://banterability.com/posts/weeknotes-34/" />
    <updated>2024-07-07T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-34/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Enjoying the full-artillery-barrage energy our neighborhood always brings to the 4th of July. Keeping the garden hose nearby…&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Rounded the week out with a lovely little backyard party with friends. Never let me forget how perfect Chicago is in the summertime.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Small website improvements corner: fiddled with the markup with &lt;a href=&quot;https://microformats.org/wiki/what-are-microformats&quot;&gt;microformats&lt;/a&gt; in mind. Should be a bit easier to pluck out locations, dates, and other attributes now, even though I think we’ve all given up on such things long ago.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Really feeling nostalgic for the web standards community I came up in: reading &lt;a href=&quot;https://en.wikipedia.org/wiki/Jeffrey_Zeldman&quot;&gt;Jeffrey Zeldman&lt;/a&gt; and &lt;a href=&quot;https://en.wikipedia.org/wiki/Eric_A._Meyer&quot;&gt;Eric Meyer&lt;/a&gt; and flipping through the &lt;a href=&quot;https://en.wikipedia.org/wiki/CSS_Zen_Garden&quot;&gt;CSS Zen Garden&lt;/a&gt; and thinking about &lt;a href=&quot;https://en.wikipedia.org/wiki/Progressive_enhancement&quot;&gt;progressive enhancement&lt;/a&gt; and &lt;a href=&quot;https://en.wikipedia.org/wiki/Polyfill_(programming)&quot;&gt;polyfills&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We’ve just made everything so much more complicated and lost so much empathy. Computers can be fun when you use them to make things easier!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I am in a mood apparently!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 33: Assaisonnées</title>
    <link href="https://banterability.com/posts/weeknotes-33/" />
    <updated>2024-06-30T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-33/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Spent the first 36 hours of my business trip quarantined in my hotel room waiting to see which way my post-nasal drip and sore throat were gonna go. Thankfully not flu or strep or COVID and cleared up pretty quick. Be careful out there folks.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bless Canada’s willingness to sell you pseudoephedrine without a cavity search.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Looking forward to spending more time in Toronto in the coming years. I was pretty heads down this time, but still managed to wander around the waterfront a bit. Any town with streetcars is a-ok in my book.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Every time I will smuggle back a mind-boggling quantity of &lt;a href=&quot;https://en.wikipedia.org/wiki/All-dressed&quot;&gt;all-dressed chips&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[The flavor is described] as a mix of ketchup, barbecue sauce, sour cream and onion, and salt &amp;amp; vinegar.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We really can have it all!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Home just in time to enjoy a little bit of Chicago summer at the Logan Square Arts Festival and the patio at &lt;a href=&quot;https://www.parsonschickenandfish.com/&quot;&gt;Parson’s&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 32: Travel Curse Redux</title>
    <link href="https://banterability.com/posts/weeknotes-32/" />
    <updated>2024-06-23T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-32/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Cycled 140 miles through Norway. 11,600 feet of elevation gained over five days. Not a flat country. &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/norway-bike-800w.webp 800w, https://banterability.com/assets/images/norway-bike-1600w.webp 1600w, https://banterability.com/assets/images/norway-bike-2400w.webp 2400w, https://banterability.com/assets/images/norway-bike-6336w.webp 6336w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/norway-bike-800w.jpeg&quot; alt=&quot;A blue e-bike in front of a fjord in Norway&quot; width=&quot;6336&quot; height=&quot;9520&quot; srcset=&quot;https://banterability.com/assets/images/norway-bike-800w.jpeg 800w, https://banterability.com/assets/images/norway-bike-1600w.jpeg 1600w, https://banterability.com/assets/images/norway-bike-2400w.jpeg 2400w, https://banterability.com/assets/images/norway-bike-6336w.jpeg 6336w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;E-bikes have come a long way. The Cannondales we were riding weighed less than 40 pounds and still (mostly) managed demanding days on one battery. Unfortunately, they do not yet provide any kind of assist to an ass that’s unaccustomed to hours in the saddle.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A few highlights: jumping into a fjord from a floating sauna, experiencing true innovation in things you can put salt-dried cod on, and waking up in the &lt;a href=&quot;https://juvet.com/en/&quot;&gt;Juvet Landskapshotell&lt;/a&gt;, which you might recognize from Succession Season 4: &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/fucking-small-800w.webp 800w, https://banterability.com/assets/images/fucking-small-1600w.webp 1600w, https://banterability.com/assets/images/fucking-small-2400w.webp 2400w, https://banterability.com/assets/images/fucking-small-3740w.webp 3740w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/fucking-small-800w.jpeg&quot; alt=&quot;Kendall Roy, standing in his room at Juvet Landskapshotell, with the caption &amp;quot;Is yours small? Mine is fucking small.&amp;quot;&quot; width=&quot;3740&quot; height=&quot;2127&quot; srcset=&quot;https://banterability.com/assets/images/fucking-small-800w.jpeg 800w, https://banterability.com/assets/images/fucking-small-1600w.jpeg 1600w, https://banterability.com/assets/images/fucking-small-2400w.jpeg 2400w, https://banterability.com/assets/images/fucking-small-3740w.jpeg 3740w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The journey home started Thursday at 3:45a. Careful readers will recall that this is the point I’ve been expecting the trip to go off the rails for months now. A recap: after landing in Amsterdam, we’d need to ride a little bus back to the terminal, meet our bags at the baggage claim, recheck them with United, clear security and passport control out of the EU, and get to our other flight. We had about 45 minutes to get our bags turned over, and another hour to manage the rest.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;…completely uneventful! Bags turned in with 10 minutes to spare, bodies at the gate almost an hour early. Then the rolling delays started.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Our flight eventually cancelled a few hours later. It took another four hours at the airport to get a new booking (for the next day, with a cartoonishly optimistic 65-minute connection through Newark), reenter the EU, and summon our bags back from the bowels of Schiphol.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;But hey, on my fifth pass through Amsterdam, I finally left the airport! We made an evening of it with drinks at &lt;a href=&quot;https://www.talesandspirits.com/home&quot;&gt;Tales &amp;amp; Spirits&lt;/a&gt; and dinner at &lt;a href=&quot;https://balthazarskeuken.nl/site/en/&quot;&gt;Balthazar’s Keuken&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I accidentally ordered an America-coded cocktail at the former and it came with a little diecast &lt;a href=&quot;https://en.wikipedia.org/wiki/General_Lee_(car)&quot;&gt;General Lee&lt;/a&gt; that blared Dixie every time the waiter bonked it, which was roughly once every four minutes. Lesson learned.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also, we eventually made it home ~40 hours late and United owes us €1,200. &lt;a href=&quot;https://europa.eu/youreurope/citizens/travel/passenger-rights/air/index_en.htm#compensation-cancellation-1&quot;&gt;Know your rights&lt;/a&gt; when you’re traveling in the civilized world.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Thus began 36 frantic hours at home: Pick up puppy, water a very thirsty lawn, sleep, unpack, laundry, repack, make sure I didn’t catch COVID, back to the airport.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A general observation: everyone, everywhere, seems to be a little sick right now. I’m not sure if its just heightened awareness and it was always like this, but all public spaces, whether in United States or Norway or The Netherlands, are a gauntlet of coughing and runny noses.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;And just like that: away to Toronto.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 31: Plague Delay</title>
    <link href="https://banterability.com/posts/weeknotes-31/" />
    <updated>2024-06-16T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-31/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Small improvement corner just in time for being away from a big computer: this site now publishes itself on pushes to the main branch, just like I threatened &lt;a href=&quot;https://banterability.com/posts/weeknotes-4/#:~:text=I%E2%80%99m%20still%20publishing,up%C2%A0myself.&quot;&gt;back in December&lt;/a&gt;. Six months of thinking about doing it; 15 minutes to get it hooked up. Computers!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Wednesday &amp;amp; Thursday spent in transit to Norway. The trip itself is worthy of its own post, so let’s do some travel whining instead…&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The way there was &lt;em&gt;supposed&lt;/em&gt; to be the easy part, with a five hour layover in Amsterdam. We boarded our first leg on time, but as soon as they disconnected ground power, the entire plane went dark. After a few more tries and a visit from maintenance, the mystery was solved: the intake for the Auxiliary Power Unit was completely blocked by cicadas. In fact, the entire duct was stuffed full of plague insects.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sidenote: this is entirely incompatible with what little I knew about cicadas, chief among which is that they &lt;a href=&quot;https://blockclubchicago.org/2024/05/24/where-are-the-cicadas-in-chicago/&quot;&gt;only travel about 15 meters in their life&lt;/a&gt;. Unclear to me how several thousand of them braved the ramp at O’Hare, but that’s a mystery for an entomologist.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A few hours of noble effort (I presume with a leaf blower or a broom) got nowhere, so that Dreamliner got pulled out of service for delousing and we finally left on another piece of metal almost four hours late.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This is where me being a certified idiot factors in, because I booked two different round trips on either side of Amsterdam since no airline would sell us a reasonable itinerary on a single reservation. Which means our formerly five-hour, now just-over-one-hour connection was unprotected. As “self-transfers”, our luggage would not be checked through, but waiting on the belt on the far side of passport control. We’d have to leave the secure area, check our bags in before the cutoff, go through security again, and get to the opposite side of Schiphol.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A Home Alone-esque sprint and &lt;em&gt;many&lt;/em&gt; extremely lucky dice rolls found us and our bags onboard our connecting flight with a few minutes to spare. The way back is just as tight assuming no delays; wish us luck.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;But we made it to beautiful Ålesund late Thursday afternoon to begin our Scandinavian adventure. More on that to come.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 30: The Local Hill</title>
    <link href="https://banterability.com/posts/weeknotes-30/" />
    <updated>2024-06-09T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-30/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The calendar for June is daunting, so this week was our last chance to get the little life stuff out of the way before a brief don’t-tempt-the-fates pre-travel lockdown.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We used to have this whole distinction between “trips” and “vacations”, where the latter is sort of a test of exclusion that only “laying very still by a body of water while being handed little umbrellaed beverages” satisfies. I think my personal definition is shifting as time goes on, and I reluctantly acknowledge that its often not worth trekking all the way to a place without doing and seeing the things you’re supposed to do and see there&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-30/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To channel &lt;a href=&quot;https://www.relay.fm/rd/236&quot;&gt;John &amp;amp; Merlin&lt;/a&gt;&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-30/#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt;, I mostly like &lt;em&gt;being places&lt;/em&gt;, I don’t particularly enjoy &lt;em&gt;getting to places&lt;/em&gt;, and I’m especially not wild about &lt;em&gt;being away from my place&lt;/em&gt;. There’s just too much ambient anxiety to channel into if the flowers are getting enough water or &lt;a href=&quot;https://www.wbez.org/curious-city/2023/10/19/how-to-prevent-basement-flooding-and-sewer-backups-in-chicago&quot;&gt;the basement is getting too much&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The especially annoying thing about an anxious mind is that if something actually does go wrong, you just sort of effortlessly shift into that higher gear and smoothly solve the problem. It’s the maybe that kills you.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Speaking of: we’ve got some daring flight connections coming up, so &lt;a href=&quot;https://www.youtube.com/watch?v=OlDEzmSff3M&quot;&gt;pray for Mojo&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;My mother calls this “being taken to the top of the local hill.” &lt;a href=&quot;https://banterability.com/posts/weeknotes-30/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;The relevant segment is in the member-only bonus section, so throw them a few bucks. &lt;a href=&quot;https://banterability.com/posts/weeknotes-30/#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 29: Chekhov&#39;s Heel</title>
    <link href="https://banterability.com/posts/weeknotes-29/" />
    <updated>2024-06-02T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-29/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Puppy went in for annual maintenance and got all her fluids topped off. Every time, we marvel at how the vet is more thorough, compassionate, and engaged than almost any of our human healthcare providers. No rushing, no dismissing. Referral to a specialist? Sure, how’s tomorrow? Lucky dog.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Speaking of human health: my heel has been ever so slightly sore on and off for a few weeks. This is not interesting or important; just putting it here apropos of nothing so when it becomes a major plot point months from now, I can point back with a big “welp.”&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Birthday weekend for my darling wife! Highlights: new cocktail menu at &lt;a href=&quot;https://www.meadowlarkchicago.com/&quot;&gt;The Meadowlark&lt;/a&gt;, channeling our inner 20-somethings with friends on a rainy evening at &lt;a href=&quot;https://www.federaleslogan.com/&quot;&gt;Federales&lt;/a&gt;, and dinner at &lt;a href=&quot;https://www.treditarestaurant.com/&quot;&gt;Tre Dita&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Inverse review: &lt;a href=&quot;https://www.youtube.com/watch?v=T0CpOYZZZW4&quot;&gt;long video&lt;/a&gt; good!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 28: Airport Hubris</title>
    <link href="https://banterability.com/posts/weeknotes-28/" />
    <updated>2024-05-26T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-28/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Snuck back to Minnesota again to surprise my dad for his birthday. 🎉&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The surprise went flawlessly, but the entire journey there was a comedy of errors. Our hubris getting to the airport a little later for each trip finally caught up to us. Highlights: a few extra laps through the parking garage, a security checkpoint in shambles, a hobble through the wrong terminal on a tweaked ankle, and a Shining-level nosebleed right on rotation. But we made it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Most of my air travel growing up was non-revving, a perk for airline employees and their families where you could ride in otherwise-empty seats for a few bucks. There was a dress code (in case the only seat was in First Class) and you just sort of showed up at the airport at 5 a.m. and lined up at one gate after the other until you lucked out. I imagine this doesn’t work at all anymore, since I don’t think I’ve seen an empty seat on a plane in fifteen years.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Needless to say, my instinct for always wearing slacks and arriving four hours early has completely dissolved. Time to go back? &lt;em&gt;Reject modernity; embrace sitting around at an Auntie Anne’s&lt;/em&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We usually fly United (because Chicago) and they’ve ordered a lot – no, really, &lt;a href=&quot;https://www.prnewswire.com/news-releases/united-orders-110-new-aircraft-with-deliveries-starting-in-2028-301946233.html&quot;&gt;a lot&lt;/a&gt; – of new planes with the realistically-sized overhead bins&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-28/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; and seatback entertainment with Bluetooth and the whole nine yards. But in the meantime, you get the oldest domestic mainline fleet imaginable. If you’re lucky, you end up on a plane &lt;em&gt;so old&lt;/em&gt; that it skipped the early-00s refresh that squished all the seats too close and tore out all the TVs and instead get the dying gasps of 30-year-old leather and all the &lt;a href=&quot;https://knowyourmeme.com/memes/recorded-with-a-potato&quot;&gt;potato-ified&lt;/a&gt; DirecTV you can handle.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Spotify is &lt;a href=&quot;https://www.theverge.com/2024/5/23/24163383/spotify-car-thing-discontinued-december-2024&quot;&gt;killing my sweet boy&lt;/a&gt;. Was it ever useful? No, not really, but it served nobly in our non-CarPlay-capable car for a few years until I got worried people would think it was a phone and bust a window trying to take it. Now it lives on my desk as a deeply clumsy music remote. Big fan of niche hardware experiments though. Extreme bummer to push a deliberate “turn this into e-waste” software update for a thing that currently does its dumb thing just fine.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;&lt;a href=&quot;https://x.com/DanWilbur/status/1788926985399321043&quot;&gt;“Oh. Wow. Oh. Jeez. We didn’t think everyone was gonna bring a bag!”&lt;/a&gt; &lt;a href=&quot;https://banterability.com/posts/weeknotes-28/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 27: Seasonal Bandana</title>
    <link href="https://banterability.com/posts/weeknotes-27/" />
    <updated>2024-05-19T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-27/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;It’s Farmers Market season again! Always nice to get a good walk in, eat some treats, and incidentally come home with radishes.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Spotted a weed growing through the fence from the neighbor’s yard that shot up over my head seemingly overnight. Turns out it was &lt;a href=&quot;https://en.wikipedia.org/wiki/Conium_maculatum&quot;&gt;poison hemlock&lt;/a&gt; and I simply do not think that things that can kill you should just pop out of the ground at random; just my opinion.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Underappreciated trade: when we send our dog in for a grooming appointment, she comes back with a seasonal bandana. Every time. And yes, there is a bandana for all occasions – no repeats in 10 years. &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/dog-haircut-800w.webp 800w, https://banterability.com/assets/images/dog-haircut-1500w.webp 1500w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/dog-haircut-800w.jpeg&quot; alt=&quot;A very good dog after her grooming appointment&quot; width=&quot;1500&quot; height=&quot;2000&quot; srcset=&quot;https://banterability.com/assets/images/dog-haircut-800w.jpeg 800w, https://banterability.com/assets/images/dog-haircut-1500w.jpeg 1500w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 26: How to Remember</title>
    <link href="https://banterability.com/posts/weeknotes-26/" />
    <updated>2024-05-12T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-26/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Spent the back half of the week in southern Minnesota with family. Unexpected perk of being &lt;a href=&quot;https://en.wikipedia.org/wiki/Delavan,_Minnesota&quot;&gt;in the middle of nowhere&lt;/a&gt;: no light pollution to get in the way of enjoying the surprise aurora:
&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/aurora-800w.webp 800w, https://banterability.com/assets/images/aurora-1600w.webp 1600w, https://banterability.com/assets/images/aurora-2400w.webp 2400w, https://banterability.com/assets/images/aurora-9520w.webp 9520w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/aurora-800w.jpeg&quot; alt=&quot;The Northern Lights&quot; width=&quot;9520&quot; height=&quot;6336&quot; srcset=&quot;https://banterability.com/assets/images/aurora-800w.jpeg 800w, https://banterability.com/assets/images/aurora-1600w.jpeg 1600w, https://banterability.com/assets/images/aurora-2400w.jpeg 2400w, https://banterability.com/assets/images/aurora-9520w.jpeg 9520w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Hoo boy, have I missed working with &lt;a href=&quot;https://rubyonrails.org/&quot;&gt;Ruby on Rails&lt;/a&gt;. Generators! Inflectors! Convention over configuration! Good stuff.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I have not missed getting a working Ruby setup on the Mac. &lt;a href=&quot;https://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/&quot;&gt;This guide&lt;/a&gt; did the trick in about 30 minutes. Maybe harder than it used to be, but at least you own the universe at the end instead of constantly trying to &lt;code&gt;sudo&lt;/code&gt; and &lt;code&gt;chown&lt;/code&gt; your way around a bunch of increasingly locked down system files.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Always sit on the left side of the plane when you’re flying into Chicago&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-26/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;:
&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/chicago-from-the-air-800w.webp 800w, https://banterability.com/assets/images/chicago-from-the-air-1600w.webp 1600w, https://banterability.com/assets/images/chicago-from-the-air-2400w.webp 2400w, https://banterability.com/assets/images/chicago-from-the-air-5921w.webp 5921w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/chicago-from-the-air-800w.jpeg&quot; alt=&quot;Downtown Chicago through an airplane window&quot; width=&quot;5921&quot; height=&quot;7024&quot; srcset=&quot;https://banterability.com/assets/images/chicago-from-the-air-800w.jpeg 800w, https://banterability.com/assets/images/chicago-from-the-air-1600w.jpeg 1600w, https://banterability.com/assets/images/chicago-from-the-air-2400w.jpeg 2400w, https://banterability.com/assets/images/chicago-from-the-air-5921w.jpeg 5921w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Aside from &lt;a href=&quot;https://www.youtube.com/watch?v=6K1CD63-8vg&quot;&gt;this Adam Savage Q&amp;amp;A&lt;/a&gt; that’s stuck in my brain:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“One of the key things magicians do is not tricks in front of you. One of the most important things they’re doing is happening commensurate with that: they are telling you how to remember what they did.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;At least during the ~60% of the time when they’re using the 27/28 runways in West Flow. Otherwise, enjoy your view of Schaumburg. &lt;a href=&quot;https://banterability.com/posts/weeknotes-26/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 25: Microtransactions</title>
    <link href="https://banterability.com/posts/weeknotes-25/" />
    <updated>2024-05-05T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-25/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Been making a real habit of riding the bike more this year, outside when I can and on the Peloton when I can’t. HealthKit works well as a central source of truth but really doesn’t make it easy to answer a question in any form other than a bar/line graph.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://fiasco.social/@kellan/111694575096959832&quot;&gt;Kellan had the same problem&lt;/a&gt; and put together some Swift that I was able &lt;a href=&quot;https://github.com/banterability/BikedMiles&quot;&gt;to fork&lt;/a&gt; to add a few other time ranges I cared about. Apparently, I cycled about 88 miles last year. So far in 2024, I’m sneaking up on 300 miles. Gonna see if I can break 1,000 before year’s end.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Wow, I sure do not know iOS development! I’m not the biggest “AI-all-the-things!” booster, but I will admit it’s occasionally handy for “I know what I want, and I know how I’d ask for it in three other languages, just not Swift.” Put another way: if and only if you have sufficient context to understand when the response is &lt;a href=&quot;https://garymarcus.substack.com/p/humans-versus-machines-the-hallucination#:~:text=Instead%2C%20LLM%20%22hallucinations,produce%20some%20errors.&quot;&gt;just completely wrong&lt;/a&gt;, it be can a helpful way to get unstuck.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Every month, Amazon Web Services, a division of a company with a market cap of just shy of $2,000,000,000,000.00, sends me a bill for $0.02&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-25/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;. Presumably I’ve left something rotting in an S3 bucket for a decade and forgotten about it. I get the email, and I think “Hmm, I should figure out what that is,” but the time it takes my brain to formulate that is already worth more than two cents of my sweet precious life.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Compare that to &lt;a href=&quot;https://fly.io/&quot;&gt;Fly.io&lt;/a&gt;, where I host a few Remix projects, which sends me this email once a month:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We don’t collect bills smaller than $5.00. This month, your bill falls below that threshold, so we’re discounting it by 100%.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Small improvement corner: posts have always had a location associated with them, but it wasn’t exposed anywhere. Now it is. It’s basically always gonna say “Chicago”, but there are a few treats sprinkled in some earlier weeknotes.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;I guess they &lt;a href=&quot;https://youtu.be/9T5I4Pv9l3Q?t=17&quot;&gt;didn’t get rich by writing a lot of checks&lt;/a&gt;. &lt;a href=&quot;https://banterability.com/posts/weeknotes-25/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 24: Smooth, but Not Powersmooth</title>
    <link href="https://banterability.com/posts/weeknotes-24/" />
    <updated>2024-04-28T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-24/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Busy getting up to speed at my new job. In case I never mention it again, let it be known that everyone I’ve met has been great and the amount of thought they’ve put into onboarding is really something special. Extremely excited to dig in.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If the first rule of the Internet is that we can’t have nice things, the first footnote is that sometimes we accidentally have them for a very short time. That’s why I’ve made a habit of ensuring that the &lt;a href=&quot;https://www.youtube.com/watch?v=yjfrJzdx7DA&quot;&gt;really&lt;/a&gt;, &lt;a href=&quot;https://www.youtube.com/watch?v=sWUhqoAGsfk&quot;&gt;really&lt;/a&gt;, &lt;a href=&quot;https://www.youtube.com/watch?v=8Lf4qFL9nGU&quot;&gt;really&lt;/a&gt;&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-24/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; &lt;a href=&quot;https://www.youtube.com/watch?v=K9cYcRotufU&quot;&gt;important&lt;/a&gt; &lt;a href=&quot;https://www.youtube.com/watch?v=kRqxyqjpOHs&quot;&gt;videos&lt;/a&gt; fall off a truck and find their way to my Synology. I’ve always just tried to remember to do this occasionally, but I finally took the time to automate it. Now I can add a video to an unlisted YouTube playlist and it’ll eventually find its way into my Plex library. &lt;a href=&quot;https://wiki.archiveteam.org/&quot;&gt;Always be archiving&lt;/a&gt;, folks.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I know exactly enough math to function, but occasionally I dip my head in to see if I could have made more of a go of the theoretical bits, and the answer is always no. Did you know &lt;a href=&quot;https://en.wikipedia.org/wiki/Smooth_number&quot;&gt;numbers can be smooth&lt;/a&gt;? Too visceral? Perhaps you’d prefer an &lt;a href=&quot;https://en.wikipedia.org/wiki/Untouchable_number&quot;&gt;untouchable&lt;/a&gt; number. They can also be &lt;a href=&quot;https://en.wikipedia.org/wiki/Extravagant_number&quot;&gt;extravagant&lt;/a&gt;, &lt;a href=&quot;https://en.wikipedia.org/wiki/Betrothed_numbers&quot;&gt;betrothed&lt;/a&gt;, or just plain &lt;a href=&quot;https://en.wikipedia.org/wiki/Weird_number&quot;&gt;weird&lt;/a&gt; (&lt;a href=&quot;https://en.wikipedia.org/wiki/Abundant_number&quot;&gt;abundant&lt;/a&gt;, but not &lt;a href=&quot;https://en.wikipedia.org/wiki/Semiperfect_number&quot;&gt;semiperfect&lt;/a&gt;, obviously). This week’s entry: the &lt;a href=&quot;https://en.wikipedia.org/wiki/Interesting_number_paradox&quot;&gt;interesting number paradox&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;if there exists a non-empty set of uninteresting natural numbers, there would be a smallest uninteresting number – but the smallest uninteresting number is itself interesting because it is the smallest uninteresting number.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;https://knowyourmeme.com/photos/2029841-stop-doing-math&quot;&gt;They have played us for absolute fools.&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Invasive fact I was recently exposed to: it doesn’t say anywhere that Humpty Dumpty is an egg.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Turns out JaNee does in fact &lt;a href=&quot;https://punchdrink.com/articles/where-is-she-now-janee-mahalo-old-fashioned-cocktail-recipe/&quot;&gt;know what she’s doing&lt;/a&gt; &lt;a href=&quot;https://banterability.com/posts/weeknotes-24/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 23: I Hope I&#39;m Good at This</title>
    <link href="https://banterability.com/posts/weeknotes-23/" />
    <updated>2024-04-21T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-23/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Final week of funemployment in the books. &lt;a href=&quot;https://www.youtube.com/watch?v=J6VjPM5CeWs&quot;&gt;What did we learn?&lt;/a&gt; There were some good bike rides. The dog is sick of all the attention. Sort of cleaned the garage, but then mostly made it worse again (do not start down the rabbit hole of Akro-Mils bins). Will try to stay employed going forward. Alright, good retro.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Small improvement corner: Reworked image handling pretty significantly using the handy &lt;a href=&quot;https://github.com/11ty/eleventy-img&quot;&gt;eleventy-img&lt;/a&gt; plugin. Previously, I was just dropping files in a folder. Now we’re outputting both &lt;code&gt;jpeg&lt;/code&gt; and &lt;code&gt;webp&lt;/code&gt; in a bunch of smaller sizes at build time. There are a ton of bugs to squash and room to optimize the output sizes, but it already feels more considered than just dropping a 24MP image (sorry!) in the middle of a list. A reminder that I need to brush up on the latest &amp;amp; greatest thinking around resolution-independent images and &lt;code&gt;srcset&lt;/code&gt;s. Will probably &lt;a href=&quot;https://jakearchibald.com/2021/serving-sharp-images-to-high-density-screens/&quot;&gt;start here&lt;/a&gt;; Jake has never steered me wrong.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Remember &lt;a href=&quot;https://www.npr.org/series/98679384/first-listen/archive&quot;&gt;NPR First Listen&lt;/a&gt;? They’d post entire albums to stream about a month before their release date. This was largely before the subscription music app days and I know it drove a ton of purchases on iTunes for me. I was completely obsessed. I even ran a Twitter bot to grab new posts off the NPR API and announce them back when that was a thing that was allowed. Seems like it died a quiet death at the beginning of the pandemic. RIP.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;It really makes me nostalgic for how much more &lt;em&gt;enjoyable&lt;/em&gt; discovering and listening to music used to be, even if it was arguably harder to find and certainly more expensive. What I wouldn’t give to have &lt;a href=&quot;https://en.wikipedia.org/wiki/Rdio&quot;&gt;Rdio&lt;/a&gt; again, or even go all the way back to a carefully curated collection on an iPod. I know there are at least a few folks retrofitting old iPods with fresh batteries, giant SSDs, and even Bluetooth. I am deliberately avoiding any more research into how to get one of these because it is catnip formulated exactly for me.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A friendship &lt;a href=&quot;https://mbbischoff.com/thought-technology/&quot;&gt;thought technology&lt;/a&gt; from my wife: always end plans with friends by making your next plans.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 22: 93.9%</title>
    <link href="https://banterability.com/posts/weeknotes-22/" />
    <updated>2024-04-14T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-22/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Eclipse! We flirted with the idea of driving down into Southern Illinois or Indiana to try to catch totality, but made no real arrangements and both the weather and the roads looked like they were in rapid decline Monday morning, so we enjoyed a beautiful day in the back yard instead.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Chicago still got to enjoy 93.9 percent of the eclipse, though as &lt;a href=&quot;https://home.ubalt.edu/ntygfit/ai_05_mapping_directions/ai_05_see/ad_total_eclipse.htm?utm_source=perfectsentences&amp;amp;utm_medium=email&amp;amp;utm_campaign=perfect-sentences-67&quot;&gt;Annie Dillard said&lt;/a&gt;&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-22/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Seeing a partial eclipse bears the same relation to seeing a total eclipse as kissing a man does to marrying him, or as flying in an airplane does to falling out of an airplane.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Though really, why wait for something so majestic to come to you? Anyone up for &lt;a href=&quot;https://en.wikipedia.org/wiki/Solar_eclipse_of_August_12,_2026&quot;&gt;Iceland or Spain in 2026&lt;/a&gt; or &lt;a href=&quot;https://en.wikipedia.org/wiki/Solar_eclipse_of_July_22,_2028&quot;&gt;Sydney in 2028&lt;/a&gt;?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Getting ready to get back to the working world next week. Prepared myself emotionally by putting together a new keyboard, which is clackity like a bingo cage and weighs north of seven pounds for that authentic &lt;a href=&quot;https://blendogames.com/qc/&quot;&gt;top-of-the-line hacking deck&lt;/a&gt; feel. &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/mode-loop-800w.webp 800w, https://banterability.com/assets/images/mode-loop-1600w.webp 1600w, https://banterability.com/assets/images/mode-loop-2400w.webp 2400w, https://banterability.com/assets/images/mode-loop-5093w.webp 5093w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/mode-loop-800w.jpeg&quot; alt=&quot;A computer keyboard, partially assembled&quot; width=&quot;5093&quot; height=&quot;3325&quot; srcset=&quot;https://banterability.com/assets/images/mode-loop-800w.jpeg 800w, https://banterability.com/assets/images/mode-loop-1600w.jpeg 1600w, https://banterability.com/assets/images/mode-loop-2400w.jpeg 2400w, https://banterability.com/assets/images/mode-loop-5093w.jpeg 5093w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;For the detail lovers: it’s a &lt;a href=&quot;https://modedesigns.com/pages/loop-tkl&quot;&gt;Mode Loop TKL&lt;/a&gt; with &lt;a href=&quot;https://modedesigns.com/collections/switches/products/tomorrow-tactile-switches&quot;&gt;Tomorrow Tactile switches&lt;/a&gt; and &lt;a href=&quot;https://mvkb.com/terminal/&quot;&gt;MV Terminal (R2) keycaps&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Now I just need a clean desk to put it on. A project for the coming week for sure.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;72° on Saturday. 82° and sunny today. Remarkably lovely for early April. Trying to enjoy every second of it out in the yard.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Small improvement corner: Added &lt;a href=&quot;https://banterability.com/about&quot;&gt;an About page&lt;/a&gt;. Just a colophon and a few links for now, but eventually, when a moment without shame emerges, I’ll try to write a proper bio.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Hat tip to &lt;a href=&quot;https://buttondown.email/perfectsentences&quot;&gt;Ingrid Burrington’s &lt;em&gt;Perfect Sentences&lt;/em&gt; newsletter&lt;/a&gt;. &lt;a href=&quot;https://banterability.com/posts/weeknotes-22/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 21: 37</title>
    <link href="https://banterability.com/posts/weeknotes-21/" />
    <updated>2024-04-07T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-21/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;I am a year older.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Highlights: a lovely surprise steel bracelet for my beloved &lt;a href=&quot;https://oakandoscar.com/pages/the-olmsted&quot;&gt;Oak and Oscar Olmsted&lt;/a&gt; watch and the tasting menu at &lt;a href=&quot;https://www.smythandtheloyalist.com/smyth/&quot;&gt;Smyth&lt;/a&gt; with some friends old and new.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Camera Corner (cont.): got my hands on a &lt;a href=&quot;https://leica-camera.com/en-US/photography/cameras/q/q3-black&quot;&gt;Q3&lt;/a&gt; and found the tilting screen to – surprise, surprise – actually be kind of handy. That and not needing to carry a charger could actually add up to a day-to-day difference, assuming my Q2 has held some resale value and I can ever find one in stock.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The weather was finally nice enough to get the outside bike up and running for the year. I was pretty maintenance-avoidant when I was shopping (belt drives are amazing!), so with some air in the tires I was up and running. It feels great to not need the car for those two-miles-away-with-an-awkwardly-sized-box errands.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I’ve always wanted to write one of those “&lt;a href=&quot;https://kottke.org/17/01/lessons-learned&quot;&gt;things I’ve learned this year&lt;/a&gt;” posts around my birthday. Maybe in 2025. In lieu of that: a partial list of words I have never spelled correctly on the first attempt: maintenance, initialize, gauges, rendezvous, precedent, separates, rehearsal, repertoire.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;One more thing: Once again gainfully employed. More on that soon…&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 20: A Vote for Anarchy!</title>
    <link href="https://banterability.com/posts/weeknotes-20/" />
    <updated>2024-03-31T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-20/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Finally got confirmation that our Illinois ballots were counted in the primary. I used to be a lot more of a politics junkie before all the **waves hands around wildly** and wow, I do not miss the March Madness of it all. Can’t help but think of The Simpsons with every campaign ad I’ve seen from both parties so far this cycle: &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/election2024-800w.webp 800w, https://banterability.com/assets/images/election2024-1271w.webp 1271w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/election2024-800w.jpeg&quot; alt=&quot;Martin &amp;amp; Bart&#39;s campaigns for Class President hanging their campaign posters. Both slogans are &amp;quot;A Vote for Bart is a Vote for Anarchy!&amp;quot;&quot; width=&quot;1271&quot; height=&quot;464&quot; srcset=&quot;https://banterability.com/assets/images/election2024-800w.jpeg 800w, https://banterability.com/assets/images/election2024-1271w.jpeg 1271w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Played with a &lt;a href=&quot;https://leica-camera.com/en-US/photography/cameras/m/m11-black&quot;&gt;Leica M11&lt;/a&gt; for a few days and I can see why people say the Q is a gateway drug to it. Not quite a fit for how I want to use a daily driver, but I can see the appeal of a slower approach to photography.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Completed the bidecadal replacement of all the eyeglasses in the house. For somebody who cannot cross a room without aid, it’s wild how resistant I am to ever getting a new pair. Got &lt;em&gt;two&lt;/em&gt; pairs of sunglasses this time. Living large.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Yes, they are basically identical to the glasses as I had before. This will happen whether I try to avoid it or not, so I’ve learned to just let it go.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Culled a bunch of parked domains, including a handful that were runners up to host this very website. Farewell to some real gems.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I’m “banterability” pretty much everywhere. I was lucky to grab a unique word&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://banterability.com/posts/weeknotes-20/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;, even though it is long and &lt;a href=&quot;https://www.mcsweeneys.net/articles/e-mail-addresses-it-would-be-really-annoying-to-give-out-over-the-phone&quot;&gt;awful to read&lt;/a&gt;. Wondering if today’s kids get training in username selection the same way they tried to teach us how to use paper checks.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;The key to having a word all to yourself is making it up. &lt;a href=&quot;https://banterability.com/posts/weeknotes-20/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 19: Meant to Be Used</title>
    <link href="https://banterability.com/posts/weeknotes-19/" />
    <updated>2024-03-24T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-19/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Mom and Dad stopped fighting! You can finally use &lt;a href=&quot;https://www.sonos.com/en-us/sonos-voice-control&quot;&gt;Sonos Voice Control&lt;/a&gt; with Spotify as of this week. It’s one of the least fussy interfaces in what it accepts, and it responds as Giancarlo Esposito for some (delightful) reason. Grateful for whatever cursed defensive patent trading happened behind the scenes to make two things that have always worked together in every other respect finally do so here too.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Weird restrictions like this always make me think of the Web 2.0 days where everything was a beautiful jumble of services working together against their will. &lt;a href=&quot;https://en.wikipedia.org/wiki/Yahoo!_Pipes&quot;&gt;Yahoo Pipes!&lt;/a&gt; &lt;a href=&quot;http://www.housingmaps.com/&quot;&gt;HousingMaps!&lt;/a&gt; Heck, let’s just bring back &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/HTML/Element/frame&quot;&gt;frames&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Rented a &lt;a href=&quot;https://electronics.sony.com/imaging/interchangeable-lens-cameras/all-interchangeable-lens-cameras/p/ilce7crb&quot;&gt;Sony a7CR&lt;/a&gt; to fiddle around with for a few days. Wild that you can walk around with a 60+ megapixel full-frame sensor in your hand.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Shoutout to &lt;a href=&quot;https://www.lensrentals.com/&quot;&gt;LensRentals&lt;/a&gt; for being a reliable and affordable way to try out preposterously expensive toys. I’ve somehow been a customer for over a decade.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;48-hour review: Image quality was excellent. The interface does not at all map to what my brain is used to from Canons and Leicas. The flexibility of changing lenses is nice, but the opposite of what I’m looking for in a travel camera; my years of carrying a bag full of lenses, filters, and hoods are over.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Hard to imagine replacing the &lt;a href=&quot;https://leica-camera.com/en-US/photography/cameras/q/q2-black&quot;&gt;Q2&lt;/a&gt; as my favorite piece of kit. The &lt;a href=&quot;https://leica-camera.com/en-US/photography/cameras/q/q3-black&quot;&gt;Q3&lt;/a&gt; does fix my biggest gripe (you can charge it over USB-C) at the expense of adding a fold-out screen I vigorously do not want (and being basically impossible to purchase anywhere.)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;As I start carrying a camera around more again, trying to take after &lt;a href=&quot;https://harper.blog/2024/03/18/how-to-leica-like-a-noob-who-shoots-leica/&quot;&gt;Harper&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;My goal is to break my cameras while using them. My biggest fear is that they will get broken while they are sitting on a counter or a shelf. They are meant to be used.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 18: Fool&#39;s Spring</title>
    <link href="https://banterability.com/posts/weeknotes-18/" />
    <updated>2024-03-17T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-18/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Downright lovely outside. 72°F in the backyard on Tuesday! All the plants are starting to bloom. I feel bad that &lt;a href=&quot;https://www.reddit.com/r/minnesota/comments/lvc6z7/fools_spring/&quot;&gt;they don’t know what’s coming&lt;/a&gt;. Really looking forward to spending every late afternoon and weekend out back gardening and grilling. When did I turn into a lawn dad?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Last summer, we started composting with &lt;a href=&quot;https://www.wastenotcompost.com/&quot;&gt;WasteNot&lt;/a&gt;. They bring out a five-gallon bucket for your food scraps, paper bits, and a surprising amount of other stuff (their rule of thumb: “If it grows, it goes!”). In a week or two, you put it out front and they swing by (in an electric van!) and swap it for another empty one. You can even request an allotment of the finished compost for your garden. We were truly amazed at how much less trash we were generating after we started, and just upped to weekly service. Cannot recommend them highly enough.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Reminder to myself: &lt;a href=&quot;https://gkeenan.co/avgb/hot-take-its-okay-if-we-dont-consume-all-of-the-worlds-information-before-we-die&quot;&gt;It’s okay if we don’t consume all of the world’s information before we die&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There is no point in time where we have had more access to information than we do now. You could cut out every single possible nanosecond of silence and never make it through.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Met &lt;a href=&quot;https://www.instagram.com/thedustling/&quot;&gt;a very good cat named Pound Cake&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 17: Desk Rainbow</title>
    <link href="https://banterability.com/posts/weeknotes-17/" />
    <updated>2024-03-10T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-17/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Surprise redesign! Still some work to do on the index page and handling layout for very wide screens, but I think things look a little cleaner now. Also got rid of the reset sheet and a lot of the asset bundling that was just overkill for a relatively small stylesheet.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Is it too orangey? Maybe. Mostly trying to push back on my natural instinct to &lt;a href=&quot;https://techcrunch.com/2013/06/15/all-the-apps-were-blue/&quot;&gt;make everything blue&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Last note in small improvement corner: Realized I wasn’t shipping any &lt;a href=&quot;https://en.wikipedia.org/wiki/Diacritic&quot;&gt;diacritics&lt;/a&gt; in my font stack, and we simply cannot live without umlauts, can we Mötley Crüe?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Pouring one out for &lt;a href=&quot;https://abookapart.com/blogs/press/a-new-chapter-for-a-book-apart&quot;&gt;A Book Apart winding things down after 14 years&lt;/a&gt;. I’ve collected at least two dozen of the physical editions in a beautiful little rainbow over my desk. Reflecting fondly on the number of brilliant thinkers they gave a megaphone to over the years to preach a more thoughtful approach to frontend.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 16: Plate Lunch</title>
    <link href="https://banterability.com/posts/weeknotes-16/" />
    <updated>2024-03-03T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-16/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;We got back from Hawaii at the crack of dawn this morning. Hello from whatever time zone my brain is currently sliding through on the way back to normal.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Beyond just being a pleasant place to spend some time, we’ve got a lot of history on O’ahu. My dad grew up there, and it was the first place I ever travelled as a baby. We’ve still got family there and they were nice enough to let us housesit.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Could get used to being woken up by the breeze and wandering down to the beach to watch the sun rise every day.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;It was basically my perfect idea of a trip: one or two touristy things max, lots of walking around looking at stuff, no conception of what time it is at any point.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Contrasting with &lt;a href=&quot;https://banterability.com/posts/weeknotes-10/#:~:text=It%20cold!%20I%20don%E2%80%99t%20envy%20the%20things%20that%20construction%20in%20this%20part%20of%20the%20country%20has%20to%20be%20ready%20for.%20In%20August%2C%20we%20topped%20out%20at%20101%C2%B0F%20and%20just%20five%20months%20later%20it%E2%80%99s%20%2D10%C2%B0F.%20Somehow%20still%20cozy.%20Not%20too%20bad%20for%20wood%20and%20old%C2%A0newspapers.&quot;&gt;our previous discussion of insulation&lt;/a&gt;, enter Hawaiian construction: no heat, no air conditioning, lots of windows that you never close. My grandmother’s old house even had a big cutout in the middle of the living room ceiling where it just rained into the house.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the flight out, I watched more movies than I have in the last year: &lt;em&gt;Dumb Money&lt;/em&gt; (ok, but I maybe knew too much of the story going in), &lt;em&gt;Pitch Perfect&lt;/em&gt; (always a banger), &lt;em&gt;Pitch Perfect 2&lt;/em&gt; (our friends are back, with a few new faces!), &lt;em&gt;Pitch Perfect 3&lt;/em&gt; (a loose collection of events occurring somewhat in chronological order).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also finished two books: &lt;a href=&quot;https://us.macmillan.com/books/9781250229748/testgods&quot;&gt;&lt;em&gt;Test Gods&lt;/em&gt; by Nicholas Schmidle&lt;/a&gt; and &lt;a href=&quot;https://www.penguinrandomhouse.com/books/741192/extremely-hardcore-by-zoe-schiffer/&quot;&gt;&lt;em&gt;Extremely Hardcore&lt;/em&gt; by Zoë Schiffer&lt;/a&gt;, both of which were really good. Maybe I will even read a fiction book someday, who knows!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Koi get much bigger than I would’ve thought.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 15: Coding Olympics</title>
    <link href="https://banterability.com/posts/weeknotes-15/" />
    <updated>2024-02-25T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-15/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Starting to have some conversations about where I end up next and getting acquainted with what the interview process looks like from the other side of the desk nowadays.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Basically everything in &lt;a href=&quot;https://www.wired.com/story/tech-job-interviews-out-of-control/&quot;&gt;this article&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I do think that things like take-home assignments can be used thoughtfully, like as a hedge against nerves coding in front of an audience or working in an unfamiliar development environment, but wow that is not how they’re being used by most.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The good news is that so many places doing such a weird job makes it easier to spot companies that are being thoughtful and it reflects well on them.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Much to consider from somewhere warmer. Let’s see if I can do a deploy of this site from an airplane…&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 14: Button Surgery</title>
    <link href="https://banterability.com/posts/weeknotes-14/" />
    <updated>2024-02-18T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-14/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Look at me, puttering along in my little routine! Spent a good chunk of the week cleaning out my office so interviewers aren’t transfixed by the mess.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I usually run the MacBook Pro on my desk in clamshell mode with an external display, mouse, and keyboard, but it’s a bummer to not have access to the Touch ID button. You can use one of Apple’s &lt;a href=&quot;https://www.apple.com/shop/product/MK293LL/A/&quot;&gt;Magic Keyboards&lt;/a&gt;, but they leave a lot to be desired typing-wise.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This week’s side quest: Performing surgery on a Magic Keyboard to yoink the little nub out for a standalone Touch ID sensor. Huge credit to &lt;a href=&quot;https://gist.github.com/KhaosT/1406a6b6bea38f59e059c2afcb39d545&quot;&gt;this guide&lt;/a&gt;, &lt;a href=&quot;https://www.youtube.com/watch?v=5h-i6v3eVqM&quot;&gt;this video&lt;/a&gt;, and &lt;a href=&quot;https://www.printables.com/model/355924-clickable-touch-id-box-tkl-board-wired&quot;&gt;this 3-D model&lt;/a&gt; for keeping me on track. &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/touch-id-pieces-800w.webp 800w, https://banterability.com/assets/images/touch-id-pieces-1600w.webp 1600w, https://banterability.com/assets/images/touch-id-pieces-2400w.webp 2400w, https://banterability.com/assets/images/touch-id-pieces-3142w.webp 3142w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/touch-id-pieces-800w.jpeg&quot; alt=&quot;Components from a disassembled Apple Magic Keyboard on a rubber mat alongside tools&quot; width=&quot;3142&quot; height=&quot;1919&quot; srcset=&quot;https://banterability.com/assets/images/touch-id-pieces-800w.jpeg 800w, https://banterability.com/assets/images/touch-id-pieces-1600w.jpeg 1600w, https://banterability.com/assets/images/touch-id-pieces-2400w.jpeg 2400w, https://banterability.com/assets/images/touch-id-pieces-3142w.jpeg 3142w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;And now I have a dedicated fingerprint reader in a 3-D printed enclosure so I can enjoy typing on my lovely clackity little &lt;a href=&quot;https://modedesigns.com/pages/envoy&quot;&gt;Mode Envoy&lt;/a&gt;. Always nice to find a project that bundles up as many hobbies and tools as possible. &lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;https://banterability.com/assets/images/touch-id-800w.webp 800w, https://banterability.com/assets/images/touch-id-1600w.webp 1600w, https://banterability.com/assets/images/touch-id-2400w.webp 2400w, https://banterability.com/assets/images/touch-id-3149w.webp 3149w&quot; sizes=&quot;800px&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; src=&quot;https://banterability.com/assets/images/touch-id-800w.jpeg&quot; alt=&quot;The Touch ID button from an Apple Magic Keyboard inside a 3-D printed enclosure&quot; width=&quot;3149&quot; height=&quot;2230&quot; srcset=&quot;https://banterability.com/assets/images/touch-id-800w.jpeg 800w, https://banterability.com/assets/images/touch-id-1600w.jpeg 1600w, https://banterability.com/assets/images/touch-id-2400w.jpeg 2400w, https://banterability.com/assets/images/touch-id-3149w.jpeg 3149w&quot; sizes=&quot;800px&quot;&gt;&lt;/picture&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Small improvement corner: hey look, pictures! I need to spend some time with &lt;a href=&quot;https://www.11ty.dev/docs/plugins/image/&quot;&gt;eleventy-img&lt;/a&gt; and think about how I’d like to optimize things, but in the tradition of this project, doing the dumbest possible thing first and getting around to the smart thing down the road.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also finally fixed the weird bug where links had inconsistent colors. I was trying to be too clever in my reset stylesheet.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Related: remember CSS resets? Probably not.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 13: Funemployment</title>
    <link href="https://banterability.com/posts/weeknotes-13/" />
    <updated>2024-02-11T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-13/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First full week of surprise funemployment. What have I been doing with myself? Cleaning mostly!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Very deliberately avoiding creating a bunch of large-scale life projects to complete with my newfound free time. I would not mind coming out the other side a little more organized/a little smarter/a little healthier, but trying not to make it something I can fail at.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Calling it a win if I find a new job before the dog gets sick of all the extra attention.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 12: The Next 16 Years</title>
    <link href="https://banterability.com/posts/weeknotes-12/" />
    <updated>2024-02-04T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-12/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Welp: &lt;a href=&quot;https://www.axios.com/2024/01/30/paypal-layoffs-2024-tech&quot;&gt;layoff season&lt;/a&gt; got personal.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I &lt;a href=&quot;https://www.linkedin.com/posts/jeffreylong_sad-to-say-i-was-a-part-of-the-latest-round-activity-7158584234343862272-Dj7Z&quot;&gt;said it on LinkedIn&lt;/a&gt;, but I’ll repeat it here: Don’t sleep on any of my Braintree/PayPal colleagues who were also impacted. Really incredible talent and just genuinely great people you’d be lucky to have on your team.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I’m really appreciative of all the former coworkers who reached out with suggestions and support. Grateful to have left a few bridges unburned.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Trying to be thoughtful and considerate about whatever comes next. If history continues, I seem to stay at each job for double the time I was at the last. Any hot tips on where I’d like to be in 2039?&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 11: Factory Original Eyeball</title>
    <link href="https://banterability.com/posts/weeknotes-11/" />
    <updated>2024-01-28T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-11/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;I’ve really enjoyed reading folks saying exactly what I’ve been thinking about the state of React lately. Both &lt;a href=&quot;https://blog.cassidoo.co/post/annoyed-at-react/&quot;&gt;Cassidy&lt;/a&gt; and &lt;a href=&quot;https://macwright.com/2024/01/03/miffed-about-react&quot;&gt;Tom&lt;/a&gt; capture more eloquently than I could how strange it is to watch our tool flourish internally while completely stagnating to the outside world.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In case my priors aren’t sufficiently clear, there’s a reason this site doesn’t have a spec of React on it, but I still spend more time in that universe than anywhere else, especially for my day job, and I certainly respect what it’s capable of. I just wish I didn’t have to handwave bugs away waiting for the elusive 18.3 drop.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In other “mad at technology” news: Thank you to Apple Vision Pro™ for making it once more time for me to selfishly root against all things 3-D / VR / AR / XR / face computers.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Monocular_vision&quot;&gt;My particular physiological affliction&lt;/a&gt; has made all of these technologies at worst completely inaccessible and at best just boring. I spent quite a bit of time with a Meta Quest 2, and the overall effect was just like having a heavy TV on my face.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;There was already very little risk I was going to drop four grand on an Apple Vision Pro, but it helped that it 1. &lt;a href=&quot;https://www.zeiss.com/vision-care/us/zeiss-optical-inserts/prescription-guide.html#prescriptionchecker&quot;&gt;doesn’t support my prescription&lt;/a&gt; 2. is &lt;a href=&quot;https://support.apple.com/en-us/HT213965&quot;&gt;extremely unlikely to know what to do&lt;/a&gt; with the one eye that’s not factory original equipment and 3. would require me to buy a whole extra screen that I wouldn’t use.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In case it’s unclear: I don’t expect everything to be for me! &lt;a href=&quot;https://en.wikipedia.org/wiki/Google_Glass&quot;&gt;Google Glass&lt;/a&gt; was kind of cool (even more so if it hadn’t shipped with a camera) and accidentally sat on the side of my face that worked for me (yes, I have one, which lives in my little museum of ancient technology alongside the Palm VII and a third-generation iPod that might still be my favorite consumer electronics object). I don’t begrudge anybody enjoying a cool fun time, but I can’t help but breathe a sigh of relief every time we all move on without embracing this.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 10: Rescue Mission</title>
    <link href="https://banterability.com/posts/weeknotes-10/" />
    <updated>2024-01-21T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-10/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;It cold! I don’t envy the things that construction in this part of the country has to be ready for. In August, we topped out at 101°F and just five months later it’s -10°F. Somehow still cozy. Not too bad for wood and &lt;a href=&quot;https://en.wikipedia.org/wiki/Cellulose_insulation&quot;&gt;old newspapers&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Friday, we saw a little dog doing laps through the alley behind our house several times throughout the day. We eventually determined it didn’t have a person attached and set out on a rescue mission. After about 15 minutes of searching the neighborhood, another 30 of gentle coaxing, and a tactical pincer maneuver, we managed to lure them into our garage to check for a tag or a microchip (thanks &lt;a href=&quot;https://docs.flipper.net/rfid/animal-microchips&quot;&gt;Flipper Zero&lt;/a&gt;).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fast forward to this evening, when we &lt;em&gt;finally&lt;/em&gt; got word that the little critter had both a name (Coco!) and a family, who they had been successfully reunited with!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Everything that happened in between those two bullets is deeply frustrating. Trust that many mental notes have been made about the various public and private entities who failed us monumentally as we tried to help a small creature that couldn’t help himself on a cold night. Every step of the way, the most obvious thing to do was made either needlessly complicated or impossible. I honestly don’t know what other people do in situations like this.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Godspeed, Coco ❤️. May this weekend’s odyssey be the entertaining anecdote you tell all the other dogs at the park for the rest of your long, happy life.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 9: Ope</title>
    <link href="https://banterability.com/posts/weeknotes-9/" />
    <updated>2024-01-14T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-9/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;Only took nine weeks for me to forget to write this. Strike one. On we go…&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 8: v3</title>
    <link href="https://banterability.com/posts/weeknotes-8/" />
    <updated>2024-01-07T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-8/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;Small improvement corner: this site is now running on a prerelease version of &lt;a href=&quot;https://www.11ty.dev/blog/canary-eleventy-v3/&quot;&gt;Eleventy 3.0&lt;/a&gt;, which was unsurprisingly smooth. What a great project.&lt;/li&gt;
&lt;li&gt;I’ve been making the transition from CommonJS to ESM in all my little side projects over the last few months and it really hasn’t been all that painful. Looking forward to being on the far side of that transition across the ecosystem.&lt;/li&gt;
&lt;li&gt;Trying out &lt;a href=&quot;https://bookwyrm.social/&quot;&gt;Bookwyrm&lt;/a&gt; as a way to keep better track of my reading without directly funneling it into another Amazon data center.&lt;/li&gt;
&lt;li&gt;Note to self for next year: take more time off around the end of the year.&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 7: Food Option™</title>
    <link href="https://banterability.com/posts/weeknotes-7/" />
    <updated>2023-12-31T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-7/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Final car news: It’s a holiday miracle! The morning we set off back to Chicago, the check engine light had gone off by itself and the door ding had undung itself overnight. The car got some fresh brake fluid as a treat for putting up with our mistreatment.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Spent a little time in the office this week. I think it’s always pretty quiet, and with holiday PTO on top, there were so few of us that all the lights kept turning themselves off every few minutes until you flailed your arms around and demonstrated some sign of life.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Given my distributed team, I really don’t feel any loss continuing to work remotely myself. If anything, I’m pushing for an off-site or two where we can see each others faces this calendar year instead of just doing Teams from a bunch of conference rooms instead of a bunch of houses.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The biggest thing I do miss about going to work in a building every day: &lt;a href=&quot;https://kottke.org/13/08/alternate-brand-slogans&quot;&gt;food options&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Set foot in one of the &lt;a href=&quot;https://en.wikipedia.org/wiki/Amazon_Go&quot;&gt;Amazon Go&lt;/a&gt; robot stores in our building. I’m increasingly becoming a conspiracy theorist that the technology behind it didn’t pan out and they’re just faking it with &lt;a href=&quot;https://en.wikipedia.org/wiki/Mechanical_Turk&quot;&gt;someone rewinding through security footage&lt;/a&gt;. When the first Go stores opened, I remember getting a receipt almost instantly as I walked out the door. This time, I was in the store for 48 seconds, picked up a single item, and didn’t get a receipt for over three hours.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Coincidentally related: enjoyed &lt;a href=&quot;https://us.macmillan.com/books/9780374610678/wrongway&quot;&gt;&lt;em&gt;Wrong Way&lt;/em&gt; by Joanne McNeil&lt;/a&gt;, which seems like it’ll be my last book of 2023. I only finished a half-dozen books this year, which might be an all-time low. I sure did start a lot though, so partial credit.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;And that’s a wrap on 2023! Thanks for being here. Hoping all of us &lt;a href=&quot;https://www.youtube.com/watch?v=2Se76S0XH-I&quot;&gt;make it through&lt;/a&gt; 2024 any which we we can.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 6: Gamer LEDs</title>
    <link href="https://banterability.com/posts/weeknotes-6/" />
    <updated>2023-12-24T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-6/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Rough week for our car just in time for its one big road trip of the year. My bike fell off the wall and put a nice big dent in the door, and the check engine light came on just as we started our outbound leg.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When it’s time for a replacement, we are the perfect candidates for an electric car. If we drive at all, it’s maybe two or three times a week, rarely more than 10 miles. Our only longish drive is less than 500 miles each way once a year along a well-electrified corridor.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;All I really want is my exact car, but with batteries instead of a gas tank. It even exists, but the manufacturer just doesn’t feel like selling it in the US for some reason. Most of the comparable options are bizarro future concept cars &lt;a href=&quot;https://s3.amazonaws.com/media.emercedesbenz.com/magazine/wp-content/uploads/2021/11/17094046/21C0685_139.jpg&quot;&gt;with gamer LEDs everywhere&lt;/a&gt;. See also (listen also?), &lt;a href=&quot;https://atp.fm/566&quot;&gt;this discussion on a recent episode of ATP&lt;/a&gt; about the state of modern EVs, starting around &lt;a href=&quot;https://overcast.fm/+R7DWdXJZU/1:19:40&quot;&gt;1h19m&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Given the entire industry’s planned hop to the &lt;a href=&quot;https://en.wikipedia.org/wiki/North_American_Charging_Standard&quot;&gt;Tesla/NACS connector&lt;/a&gt; in ~2025, I also don’t want buy the last car sold in the United States that needs a dongle forever.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Anyway, I guess this has been your episode of Car Talk for the week. &lt;a href=&quot;https://en.wikipedia.org/wiki/Car_Talk&quot;&gt;Don’t drive like my brother…&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 5: Slender Screws and Large Ants</title>
    <link href="https://banterability.com/posts/weeknotes-5/" />
    <updated>2023-12-17T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-5/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A few days in Mexico celebrating our friends’ 10th anniversary. A very nice break from the holiday rush.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A lot of stuff claims to be “water resistant” now, but I still always assume its just a matter of time after getting anything electronic wet. So when my &lt;a href=&quot;https://www.sonos.com/en-us/shop/roam&quot;&gt;Sonos Roam&lt;/a&gt; made a brief visit to the bottom of a hot tub this weekend, I was ready to say goodbye. But it’s still going strong a few days and charge cycles later. Way to go, IP67 rating!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/IP_code&quot;&gt;Ingress protection codes&lt;/a&gt; are a whole journey. The first number is resistance to solids, which usually means dust (though the standard does also describe things like “fingers”, “slender screws”, and “large ants.”) The second number is for liquids, with ratings for everything for drips &amp;amp; splashes up to high-pressure, high-temperature water jets. Thorough.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tiny improvement news: look at those fancy &lt;a href=&quot;https://en.wikipedia.org/wiki/Ordinal_indicator&quot;&gt;ordinals&lt;/a&gt; up in the first bullet.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I still need to look into why link colors are behaving inconsistently on here. I’m not sure how the convention of breaking the browser-default behavior of visited links being a different color came about, but maybe I should just bow out and let the browser do its thing.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;“Let the browser do its thing” is as close to a development philosophy as I have these days. Static sites as much as possible; frameworks like &lt;a href=&quot;https://remix.run&quot;&gt;Remix&lt;/a&gt; when they’re warranted.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 4: The Good Old Days</title>
    <link href="https://banterability.com/posts/weeknotes-4/" />
    <updated>2023-12-10T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-4/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Gray and rainy. Not quite winter, but definitely not fall.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Interacting with the medical establishment for a minor concern a.k.a. making a phone call to schedule a appointment to visit an office and request permission to make another phone call to schedule another appointment.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://adventofcode.com/&quot;&gt;Advent of Code&lt;/a&gt; usually builds up to the point where a naive solution takes too long to run, but I can’t remember the last time it was already like that on &lt;a href=&quot;https://adventofcode.com/2023/day/5&quot;&gt;Day 5&lt;/a&gt;. Brutal.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I’m still publishing this site manually: running the build on my laptop and syncing the output up to a server with &lt;a href=&quot;https://panic.com/transmit/&quot;&gt;Transmit&lt;/a&gt;. It’d eventually be nice to cut out a few steps and just be able to interact with the repository. I know a ton of the &lt;a href=&quot;https://vercel.com/guides/deploying-eleventy-with-vercel&quot;&gt;newer&lt;/a&gt; &lt;a href=&quot;https://docs.netlify.com/integrations/frameworks/eleventy/&quot;&gt;crop&lt;/a&gt; of &lt;a href=&quot;https://developers.cloudflare.com/pages/framework-guides/deploy-an-eleventy-site/&quot;&gt;hosts&lt;/a&gt; can watch a repo and publish every time there’s a change, but I’m strangely attached to this site living on a little shared server like the good old days. Will probably play around with &lt;a href=&quot;https://github.com/features/actions&quot;&gt;GitHub Actions&lt;/a&gt; and see if I can rig something up myself.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 3: I Promise I Will Be Good</title>
    <link href="https://banterability.com/posts/weeknotes-3/" />
    <updated>2023-12-03T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-3/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Decorated the front yard for the holidays. In matters like this, my contribution is logistics: how to attach things to walls without making holes and figuring out where all the extension cords go.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In an effort to keep holiday gifting from &lt;a href=&quot;https://www.theonion.com/fuck-everything-were-doing-five-blades-1819584036&quot;&gt;going exponential&lt;/a&gt;, our generation of kids and their spouses does a secret santa exchange. I’m nominally responsible for pairings, which means an opportunity to overengineer the whole thing. For the last few years, the assignments have been sent out via SMS, but &lt;a href=&quot;https://www.twilio.com/docs/messaging/compliance/a2p-10dlc#who-needs-to-register-for-a2p-10dlc&quot;&gt;that’s gotten much more complicated apparently!&lt;/a&gt; In my frustration with Twilio, I rewrote the code to send emails with SendGrid instead – which I forgot is also owned by Twilio, and also required new compliance checks since I used it last. I wish more services had an account flag for “I am going to use this to send six messages once a year; I promise I will be good.”&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Speaking of overengineering, &lt;a href=&quot;https://adventofcode.com/&quot;&gt;Advent of Code&lt;/a&gt; is back! I haven’t finished the last few years, but it’s always fun to use as an excuse to try new things out. Played with &lt;a href=&quot;https://bun.sh/&quot;&gt;Bun&lt;/a&gt; for Day 1 and really enjoyed not having to spin up all the scaffolding the modern JS ecosystem seems to require to start fiddling around.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Small improvements corner: The &lt;code&gt;&amp;lt;link&amp;gt;&lt;/code&gt; tag for this site’s RSS feed no longer &lt;code&gt;404&lt;/code&gt;s. The feed itself is no longer full of escaped HTML tags.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 2: Taupe Warriors</title>
    <link href="https://banterability.com/posts/weeknotes-2/" />
    <updated>2023-11-26T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-2/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Spent the back half of the week visiting our families in Minnesota. Both flights were only slightly delayed and we did not poison a large group with undercooked turkey. Calling it a success.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;That was my 14th flight of the year, which is nothing compared to serious business travelers, but a collection of pandemic exceptions and grace periods means I’m somehow still holding pretty high status on two different airlines. In practice, it just means that when things inevitably go sideways, you might get a bit of eye contact while they tell you there’s nothing they can do to help, but the small trappings of it (someone saying hello to you, not getting nickel and dimed for having the audacity to travel with luggage) do make things slightly more pleasant. One more trip this year to enjoy being a &lt;a href=&quot;https://twitter.com/beep/status/611190148353490945&quot;&gt;taupe warrior&lt;/a&gt; before the rules go back to normal and it all comes crumbling down.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Related: &lt;a href=&quot;https://www.theatlantic.com/ideas/archive/2023/09/airlines-banks-mileage-programs/675374/&quot;&gt;&lt;em&gt;Airlines Are Just Banks Now&lt;/em&gt;&lt;/a&gt;. They’re logos on credit cards sitting on Scrooge McDuck vaults of made up points who only incidentally provide global transportation.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In tiny improvements news, the theme selector in the top right of this website now remembers your preference on subsequent navigations. There’s a bit of a flash if your preference doesn’t match what your system is already asking for. Will get around to that eventually.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Did the thing twice. Well on our way to a habit.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Weeknotes 1: A Rare Lack of Sentimentality</title>
    <link href="https://banterability.com/posts/weeknotes-1/" />
    <updated>2023-11-19T12:00:00Z</updated>
    <id>https://banterability.com/posts/weeknotes-1/</id>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;We’re doing &lt;a href=&quot;https://www.thecatalyst.org.uk/resource-articles/weeknotes&quot;&gt;weeknotes&lt;/a&gt; now!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Except I’m not going to talk about work at all.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Couldn’t I just scribble these in a little notebook and keep them to myself? Sure! But I really enjoy following along with folks like &lt;a href=&quot;https://alicebartlett.co.uk/blog/weaknotes&quot;&gt;Alice&lt;/a&gt; and &lt;a href=&quot;https://ianbetteridge.com/category/weeknotes/&quot;&gt;Ian&lt;/a&gt; and &lt;a href=&quot;https://jlord.us/weeklies/&quot;&gt;Jessica&lt;/a&gt; and &lt;a href=&quot;https://simonwillison.net/tags/weeknotes/&quot;&gt;Simon&lt;/a&gt; and &lt;a href=&quot;https://tomstu.art&quot;&gt;Tom&lt;/a&gt; each week. Maybe you’ll enjoy it too? No pressure.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I’ve been stalling on relaunching anything here for actual years and am so happy &lt;em&gt;something&lt;/em&gt; is finally out there. I’ll eventually get around to the self-indulgent post about why I started posting here again, but for now, let’s just agree to let it be what it is and (keep our fingers crossed) that it’ll will get better over time.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I have a bad habit of treating any site or service with the ability to bookmark a thing as an opportunity to build another precious little queue of things I’ll never get around to. Taking advantage of a rare lack of sentimentality to delete without remorse. Still 1,500 things in my “Watch Later” playlist on YouTube, but I’ve gotten my &lt;a href=&quot;https://overcast.fm/&quot;&gt;Overcast&lt;/a&gt; down into the realm of “could possibly listen to these before the heat death of the universe.”&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I’m never really prepared for how quickly “a week or two into November” becomes the new year. Let’s see how startled I am this time next week.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
</feed>