davideisinger.com

My personal website
Log | Files | Refs | README

index.md (5786B)


      1 ---
      2 title: "Dispatch #10 (December 2023)"
      3 date: 2023-12-06T12:00:00-05:00
      4 draft: false
      5 tags:
      6 - dispatch
      7 references:
      8 - title: "36 Hours in Durham, North Carolina: Things to Do and See - The New York Times"
      9   url: https://www.nytimes.com/interactive/2023/11/02/travel/things-to-do-durham-nc.html
     10   date: 2023-12-07T01:32:04Z
     11   file: www-nytimes-com-s2rtib.txt
     12 - title: "A Coder Considers the Waning Days of the Craft | The New Yorker"
     13   url: https://www.newyorker.com/magazine/2023/11/20/a-coder-considers-the-waning-days-of-the-craft?currentPage=all
     14   date: 2023-12-07T01:36:38Z
     15   file: www-newyorker-com-41taro.txt
     16 - title: "What OpenAI shares with Scientology - by Henry Farrell"
     17   url: https://www.programmablemutter.com/p/look-at-scientology-to-understand
     18   date: 2023-12-07T01:40:06Z
     19   file: www-programmablemutter-com-8wp6z1.txt
     20 - title: "Feedbin: Ruby Open Source RSS Reader"
     21   url: https://allaboutcoding.ghinda.com/ruby-open-source-feedbin
     22   date: 2023-12-07T01:41:18Z
     23   file: allaboutcoding-ghinda-com-jnjy0d.txt
     24 ---
     25 
     26 We spent the week of Thanksgiving with my sister near Albany, New York. Tough drive, but it was great to get the whole family together and for Nev to get some extended time with her cousins. Highlights included the [Catskill Mountain Railroad Polar Express][1] and some unexpected snowfall.
     27 
     28 [1]: https://catskillmountainrailroad.com/event/the-polar-express/
     29 
     30 <!--more-->
     31 
     32 {{<dither IMG_9217.jpg "782x">}}Tiny explorer discovering the first snowfall, arms wide open to catch the magic.{{</dither>}}
     33 {{<dither IMG_5088.jpg "782x">}}Three bundled-up kiddos in matching polar bear jammies ride the train, grinning and wide-eyed for adventure.{{</dither>}}
     34 
     35 In what's now I guess an annual tradition, I ran a 10K the morning of Thanksgiving, this time the [Troy Turkey Trot][2]. I felt great, and I'm happy with my time ([results][3], [certificate][4]). Claire joked that after you run a marathon, a half-marathon becomes your favorite race distance. That's how I feel about 10Ks -- it's like the first half of a half-marathon, before it really starts to suck.
     36 
     37 [2]: https://troyturkeytrot.com/
     38 [3]: /journal/dispatch-10-december-2023/ttt-result.pdf
     39 [4]: /journal/dispatch-10-december-2023/ttt-cert.pdf
     40 
     41 I spent few evenings building a tool to keep Markdown links in order, which I've called `mdrenum`. I documented the process thoroughly in a [separate post][5]. Super fun to make and quite useful for writing these posts. It's up on [SourceHut][6] if you're interested.
     42 
     43 [5]: /journal/keep-markdown-links-in-order-with-mdrenum/
     44 [6]: https://git.sr.ht/~dce/mdrenum
     45 
     46 I bought a [201 Pocket Piano][7] after seeing it on [Bonobo's gear list][8] so that I could make some music while we were traveling. This thing is cool! Great sounds and patterns, MIDI in/out, battery powered and a built-in speaker. The company that makes it releases new synths pretty regularly, and it's super straightforward to swap them out -- just plug it into your computer, hit a couple keys, and it shows up as a drive.
     47 
     48 [7]: https://www.critterandguitari.com/201-pocket-piano
     49 [8]: https://equipboard.com/pros/bonobo
     50 
     51 Here's a new track I made with it, called "Cirrus" (keeping with the cloud theme):
     52 
     53 <audio controls src="/journal/dispatch-10-december-2023/Cirrus.mp3"></audio>
     54 
     55 I published a few other things this month: ["Maintenance Matters: Good Tests"][9] on my company blog ([mirrored here][10]). I was also up for a company-wide presentation and ended up just doing a gift guide of things we own and recommend. Doesn't seem worth a standalone post but [here's a copy of the list][11].
     56 
     57 [9]: https://www.viget.com/articles/maintenance-matters-good-tests/
     58 [10]: /elsewhere/maintenance-matters-good-tests/
     59 [11]: /notes/2023-holiday-gift-guide/
     60 
     61 ### This Month
     62 
     63 * Adventure: mountain biking on the trails near my in-laws' during the break
     64 * Project: make Nev an art table inspired by [this one from Ikea][12]; maybe finally build that music workstation
     65 * Skill: [Ableton Live][13]
     66 
     67 [12]: https://www.ikea.com/au/en/p/flisat-childrens-table-30298419/
     68 [13]: https://www.ableton.com/en/live/
     69 
     70 
     71 ### Reading
     72 
     73 * Fiction: [_Remote Control_][14], Andy McNab
     74 * Non-fiction: [_Step by Step Mixing_][15], [Bjorgvin Benediktsson][16]
     75 
     76 [14]: https://bookshop.org/p/books/remote-control-andy-mcnab/15505041?ean=9781787397231
     77 [15]: https://bookshop.org/p/books/step-by-step-mixing-how-to-create-great-mixes-using-only-5-plug-ins-bjorgvin-benediktsson/9946155?ean=9781733688802
     78 [16]: https://www.stepbystepmixing.com/
     79 
     80 ### Links
     81 
     82 * [36 Hours in Durham, North Carolina: Things to Do and See][17] -- this is a pretty good guide to my city (though don't sleep on [Viceroy][18]) but I'm mostly including this because you can see a couple tables I made in the upper left corner of the main image.
     83 
     84 * [A Coder Considers the Waning Days of the Craft][19]
     85 
     86   > Coding has always felt to me like an endlessly deep and rich domain. Now I find myself wanting to write a eulogy for it.
     87 
     88 * [What OpenAI shares with Scientology][20]
     89 
     90   > Even if you, as an AI risk person, don’t buy the full intellectual package, you find yourself looking for work in a field where the funding, the incentives, and the organizational structures mostly point in a single direction.
     91 
     92 * [Feedbin: Ruby Open Source RSS Reader][21] -- I've been a user and fan since Google shut down Reader; neat that it's written in my preferred language/framework.
     93 
     94 [17]: https://www.nytimes.com/interactive/2023/11/02/travel/things-to-do-durham-nc.html
     95 [18]: https://www.viceroydurham.com/
     96 [19]: https://www.newyorker.com/magazine/2023/11/20/a-coder-considers-the-waning-days-of-the-craft?currentPage=all
     97 [20]: https://www.programmablemutter.com/p/look-at-scientology-to-understand
     98 [21]: https://allaboutcoding.ghinda.com/ruby-open-source-feedbin