<?xml version="1.0"?><rss version="2.0">
  <channel>
    <title>Pete's Log</title>
    <description>Pete's Online Log of Goings-on</description>
    <link>https://www.esgeroth.org/log/</link>
  <item>
    <title>New Windows </title>
    <description>&lt;p&gt;
We got our new windows installed today. We are pleased with the result. The biggest thing that we weren’t expecting was how happy we are with having the awnings  removed. The house looks nicer from the outside and feels more open from the inside without awnings obstructing the view. 
&lt;/p&gt;&lt;p&gt;
Still plenty more projects to go. 
&lt;/p&gt;</description>
    <pubDate>Fri, 23 Feb 2024 02:54:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2487</link>
    <guid>https://www.esgeroth.org/log/entry/2487</guid>
  </item>
  <item>
    <title>Lover&#039;s Wordle</title>
    <description>&lt;p&gt;
At the beginning of the year, I &lt;a href=&quot;https://www.esgeroth.org/log/entry/2468&quot;&gt;predicted&lt;/a&gt; &quot;I don&#039;t think HEART will do much better than fifth place&quot; on Valentine’s Day and as it turns out, it made it to sixth place, chosen by 2.9% of Wordle players:
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/screenshots/ValentinesWordle.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/screenshots/ValentinesWordle-m.jpg&quot; alt=&quot;Most popular starting Wordle words on February 14, 2024: Top 15 are ADIEU, STARE, AUDIO, SLATE, RAISE, HEART, ARISE, TRAIN, IRATE, CRANE, TRACE, GREAT, LOVER, AISLE, HOUSE. Ranked 245 is CANDY.&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
I also tracked CANDY, which rose to 245th most popular starting word, compared to its usual rank around 500 in the days before and after February 14.
&lt;/p&gt;&lt;p&gt;
I&#039;m not doing a graph this time, but HEART is generally in 12th or 13th place.
&lt;/p&gt;&lt;p&gt;
What I didn&#039;t see coming (and thus didn&#039;t track ahead of time) was LOVER, which made it up to 13th place with a 0.8% share. For comparison, its rank today is 193 (and that&#039;s the only other data point I have).
&lt;/p&gt;</description>
    <pubDate>Sat, 17 Feb 2024 14:58:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2485</link>
    <guid>https://www.esgeroth.org/log/entry/2485</guid>
  </item>
  <item>
    <title>SharePoint Designer doesn&#039;t like when you change BDC connection strings</title>
    <description>&lt;p&gt;
Sometimes you need to change what database server an External Content Type in SharePoint points at. And SharePoint Designer makes it easy to change the server name for an External System. After making your update, your external content types should happily load their data from the new server.
&lt;/p&gt;&lt;p&gt;
Problems won&#039;t surface until the next time you want to add or modify External Content Types using that External System, at least in the case where the old database server is no longer accessible. You&#039;ll get an error like one of the following:
&lt;/p&gt;
&lt;p&gt;
If you&#039;re trying to create a new External Content Type it will tell you &quot;The system definition with the same name as this data source already exists in the Business Data Connectivity Metadata Store and it refers to a different data source. Cannot complete operation generation. Add a connection to this data source with a different name and try again.&quot;
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/screenshots/BDC-Error-1.png.png&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/screenshots/BDC-Error-1.png-m.png&quot; alt=&quot;Microsoft SharePoint Designer error stating &amp;quot;The system definition with the same name as this data source already exists in the Business Data Connectivity Metadata Store and it refers to a different data source. Cannot complete operation generation. Add a connection to this data source with a different name and try again.&amp;quot;&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
And if you&#039;re trying to edit an existing one, you&#039;ll get something like &quot;Cannot connect to the SQL Server database defined in data source connection.&quot; with helpful added details like &quot;Cannot connect to the LobSystem (External System).&quot;
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/screenshots/BDC-Error-2.png.png&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/screenshots/BDC-Error-2.png-m.png&quot; alt=&quot;Microsoft SharePoint Designer error message that begins &amp;quot;Cannot connect to the SQL Server database defined in the data source connection. Cannot connect to the LobSystem (External System).&amp;quot;&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
The reason for this is that SharePoint Designer (in all its wisdom) creates its own hidden reference to the external system, and when you update the connection details for the external system, it only updates the &quot;production&quot; reference to the external system, but not the hidden one that SharePoint Designer uses when you&#039;re editing External Content Types. So the External Content Types continue to work, but you can&#039;t edit them.
&lt;/p&gt;&lt;p&gt;
I could not find an &quot;official&quot; way to solve this problem. 
Microsoft does have a &lt;a href=&quot;https://support.microsoft.com/en-us/topic/in-sharepoint-designer-2010-when-you-edit-the-connection-properties-of-a-lobsystem-the-discovered-datasource-of-the-external-content-type-designer-can-enter-a-transient-state-where-it-cannot-add-methods-688dbbce-cd1a-de12-ad38-73d69bd4fc2a&quot;&gt;workaround&lt;/a&gt; for SharePoint Designer 2010, but none of their methods worked for me.
&lt;/p&gt;&lt;p&gt;
So instead I resorted to directly modifying the SharePoint BDC database. This is definitely not supported by Microsoft, but it happened to work for me (in SharePoint 2019). Proceed at your own risk.
&lt;/p&gt;&lt;p&gt;
In your BDC database, look in the &lt;span style=&quot;font-family: monospace&quot;&gt;AR_Property&lt;/span&gt; table for &quot;RdbConnection Data Source&quot; entries:
&lt;/p&gt;
&lt;p style=&quot;font-family: monospace&quot;&gt;select * from AR_Property where name = &#039;RdbConnection Data Source&#039;&lt;/p&gt;
&lt;p&gt;
Look for rows where the &lt;span style=&quot;font-family: monospace&quot;&gt;Value&lt;/span&gt; column contains the old database server name and update them to contain the new server name.
&lt;/p&gt;
&lt;p&gt;
If you don&#039;t know the name of your BDC database, you can find it with PowerShell:
&lt;/p&gt;
&lt;p style=&quot;font-family: monospace&quot;&gt;Get-SPDatabase | where {$_.Type -eq &#039;Microsoft.SharePoint.BusinessData.SharedService.BdcServiceDatabase&#039;}&lt;/p&gt;
&lt;p&gt;
Again, directly modifying SharePoint databases is not supported by Microsoft, so make sure you know what you&#039;re doing before you proceed. And don&#039;t forget to have a backup available!
&lt;/p&gt;</description>
    <pubDate>Thu, 15 Feb 2024 03:29:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2484</link>
    <guid>https://www.esgeroth.org/log/entry/2484</guid>
  </item>
  <item>
    <title>Friday Night Shenanigans</title>
    <description>&lt;p&gt;
Andrew sent out a text this evening to see if anyone wanted to join him see his coworker’s band play and I decided to do so. So we drive to the bar and pay the cover and a pretty decent Grateful Dead cover band is playing. Andrew texts his coworker to try to meet up before they go on. While we wait we grab a beer, play a round of pool, and enjoy the music. 
&lt;/p&gt;&lt;p&gt;
Then we learn this venue has multiple spaces and the coworker’s band is playing the other space. So we wander over there and the people at the door act like we aren’t supposed to be there, but finally tell us it’s a fundraiser and it’s $80 a person to get in. Andrew doesn’t feel that level of support for his coworker so we decide to go play another round of pool and then call it a night. 
&lt;/p&gt;&lt;p&gt;
Andrew’s coworker instead insists he can sneak us in the back. So we do that. Once in the space we immediately feel underdressed and out of place. A different band is playing and then transitions into raffles and auctions. The coworker’s band was supposed to go on at 10 and we figured we should see at least their first song. But as we were approaching 11 with no sign of the raffles ending, we gave up and headed out. Probably should have played that second game of pool instead. But we were entertained. 
&lt;/p&gt;</description>
    <pubDate>Sat, 10 Feb 2024 06:14:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2483</link>
    <guid>https://www.esgeroth.org/log/entry/2483</guid>
  </item>
  <item>
    <title>Counting </title>
    <description>&lt;p&gt;
On the drive to preschool today, JB decided we should do some counting. In a collaborative effort we made it to 154 by the time we pulled into the parking lot. She was very proud.
&lt;/p&gt;
</description>
    <pubDate>Fri, 09 Feb 2024 04:26:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2482</link>
    <guid>https://www.esgeroth.org/log/entry/2482</guid>
  </item>
  <item>
    <title>Return to the Light</title>
    <description>&lt;p&gt;
The chickens got to return outside today after nearly two weeks &lt;a href=&quot;https://www.esgeroth.org/log/entry/2472&quot;&gt;in the garage&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Olaf and Elsa immediately set to dust bathing.
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/house/Chickens/ChickenVortex/PostVortexDustBath.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/house/Chickens/ChickenVortex/PostVortexDustBath-m.jpg&quot; alt=&quot;Elsa and Olaf taking a dust bath under the pine tree&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
They were also intent on keeping an eye on me as I freshened up their coop back in its outdoor location.
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/house/Chickens/ChickenVortex/PostVortexHelp.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/house/Chickens/ChickenVortex/PostVortexHelp-m.jpg&quot; alt=&quot;A chicken looks through the coop door as I clean and freshen up their coop&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
The weather is still grey and foggy and though I was willing to let them have more freeranging time, they all made their way back into the run on their own.
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/house/Chickens/ChickenVortex/PostVortexHangout.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/house/Chickens/ChickenVortex/PostVortexHangout-m.jpg&quot; alt=&quot;Olaf and Anna hanging out on the perch while Elsa looks on from the ground which is covered in fresh straw&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
They seem pleased to be back in the fresh air again.
&lt;/p&gt;</description>
    <pubDate>Sat, 27 Jan 2024 19:09:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2478</link>
    <guid>https://www.esgeroth.org/log/entry/2478</guid>
  </item>
  <item>
    <title>The Fellowship of the Ring by J.R.R. Tolkien, narrated by Andy Serkis</title>
    <description>&lt;p&gt;
I&#039;ve read the Lord of the Rings trilogy several times, but the last time was &lt;a href=&quot;https://www.esgeroth.org/log/entry/1135&quot;&gt;just before the films came out&lt;/a&gt;. Since then, I&#039;ve only consumed Lord of the Rings in Peter Jackson film format. A good number of times. So many times, in fact, that the narrative of the films had mostly replaced the narrative of the books in my mind.
&lt;/p&gt;&lt;p&gt;
Having completed the audio book of The Fellowship of the Ring, it feels way past due to have returned to the original. As it happens, my last viewing of the film trilogy was only a few months ago, so I had it fresh in my mind to compare to the book.
&lt;/p&gt;&lt;p&gt;
And let me tell you, I feel aggrieved. I mean, I&#039;ll never not love the films (here is where I should mention that I pretend the Hobbit film trilogy never happened), but I had forgotten just how fleshed out the characters of Merry and Pippin are in the book. And then the film goes ahead and makes them idiots who came along by accident. And makes it them who lit a fire on Weathertop when in reality it was Aragorn. Aggrieved, I tell you!
&lt;/p&gt;&lt;p&gt;
The friendship between Gimli and Legolas also has so much more depth to it in the book. I&#039;d also forgotten that 17 years pass between Bilbo leaving the shire and Frodo leaving the shire. Tom Bombadil is perhaps the biggest difference that I had not forgotten. It was nice to encounter him again.
&lt;/p&gt;&lt;p&gt;
Also: the book is so cozy! Obviously not when our protagonists are in danger, but the times when our hobbit friends are safe just feel so nice. The world is so well built and we get such a nice time experiencing it. Ah no wonder it&#039;s a classic.
&lt;/p&gt;&lt;hr/&gt;&lt;p&gt;
I&#039;m not much of an audio book listener, so it&#039;s harder to comment on the narration. There is a &quot;classic&quot; audio book narrated by Robert Inglis which some fans prefer to Andy Serkis&#039;s interpretation. I&#039;m tempted to give it a try some time to compare, but for now I will stick with Serkis. I mostly enjoyed his narration. I have two main complaints:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
In the beginning a bunch of minor hobbit characters had strangely deep voices that were not at all appropriate to hobbits. Luckily our four primary hobbits did not suffer this problem.
&lt;/li&gt;
&lt;li&gt;
Aragorn sounded too much like Gandalf, just quieter. I&#039;d have liked more distinction here.
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Andy Serkis, if you&#039;re unaware, is the voice and motion capture actor who portrayed Gollum/Sméagol in the Peter Jackson films. So it was interesting when other characters fell sway to the ring at times, you could hear a bit of Gollum sneaking into their voice.
&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;
I&#039;m excited to listen to The Two Towers next. I remember always struggling with this book when I read it way back when, but I never had any issue with the film version. So it&#039;ll be interesting to see how it goes in audio format.
&lt;/p&gt;&lt;p&gt;
Oh yeah, one last thing: Gandalf sure is annoying, isn&#039;t he? Just answer a question directly for once in your life, you goofy wizard!
&lt;/p&gt;</description>
    <pubDate>Thu, 25 Jan 2024 04:05:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2476</link>
    <guid>https://www.esgeroth.org/log/entry/2476</guid>
  </item>
  <item>
    <title>Another Esgerdev Update</title>
    <description>&lt;p&gt;
&quot;Progress&quot; continues on the &lt;a href=&quot;https://www.esgeroth.org/log/entry/2088&quot;&gt;esgeroth.org rewrite&lt;/a&gt;. Some highlights:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;PHP 8.2 has become available to me, so I&#039;ve done some refactoring to take advantage of new features&lt;/li&gt;
&lt;li&gt;Having &lt;a href=&quot;https://www.esgeroth.org/log/entry/2445&quot;&gt;implemented support for PSR-15 middlewares&lt;/a&gt;, I wrote a &lt;a href=&quot;https://en.wikipedia.org/wiki/Cross-site_request_forgery&quot;&gt;CSRF&lt;/a&gt; mitigation middleware. Any request that isn&#039;t a GET/HEAD/OPTIONS requires that the &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin&quot;&gt;origin&lt;/a&gt; of the request be www.esgeroth.org and that a token be passed in the request body that matches a token stored server-side for the session.&lt;/li&gt;
&lt;li&gt;I fleshed out my implementation of &lt;a href=&quot;https://www.php-fig.org/psr/psr-7/&quot;&gt;PSR-7&lt;/a&gt; UriInterface and implemented a somewhat comprehensive test suite for it. This exercise got me no closer to completing the rewrite, but it was mentally soothing to read through &lt;a href=&quot;https://www.rfc-editor.org/rfc/rfc3986&quot;&gt;RFC 3986&lt;/a&gt; and code to the spec. And I even learned a few new things about URIs (all edge cases though).
&lt;/li&gt;
&lt;li&gt;
I added &lt;a href=&quot;https://github.com/PHP-CS-Fixer/PHP-CS-Fixer&quot;&gt;PHP-CS-Fixer&lt;/a&gt; as an additional tool to run my code through, primarily because it can detect unused &quot;use&quot; statements, which none of the other checkers I&#039;m using currently do.
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Stats:
&lt;/p&gt;
&lt;p&gt;
Test coverage has dropped since &lt;a href=&quot;https://www.esgeroth.org/log/entry/2427&quot;&gt;last reported&lt;/a&gt;, but only because the denominators have been growing faster than the numerators. The amount of covered code has increased. I&#039;m also less worried about maximizing test coverage than I was when I started this project, because with strictness set to 8, phpstan now catches the sort of errors that lead to the issue that kicked off this rewrite to begin with. So as long as phpstan reports no errors, I can live with less than 100% test coverage. I still want more than I have now, though!
&lt;/p&gt;
&lt;p style=&quot;font-family: monospace&quot;&gt;OK, but incomplete, skipped, or risky tests!
Tests: 427, Assertions: 1086, Skipped: 1.


Code Coverage Report:       
  2024-01-21 03:27:18       
                            
 Summary:                   
  Classes: 31.25% (25/80)   
  Methods: 41.76% (185/443) 
  Lines:   33.21% (653/1966)&lt;/p&gt;
&lt;p&gt;
I neglected to record what arguments I previously used for siege. I am now going to try to track two result sets, with and without the &lt;span style=&quot;font-family: monospace&quot;&gt;--no-parser&lt;/span&gt; flag. With that flag, siege is only requesting php pages and measuring how long they take. Without the flag, the pages also get parsed and all other items like images, css and so on gets loaded.
So here&#039;s where we&#039;re currently at.
&lt;/p&gt;
&lt;p style=&quot;font-family: monospace&quot;&gt;$ siege -r 100 -f esgerdev.txt -c 25 -i --no-parser

Transactions:		       2500 hits
Availability:		     100.00 %
Elapsed time:		       3.20 secs
Data transferred:	       4.50 MB
Response time:		       0.03 secs
Transaction rate:	     781.25 trans/sec
Throughput:		       1.41 MB/sec
Concurrency:		      24.75
Successful transactions:        1702
Failed transactions:	          0
Longest transaction:	       0.05
Shortest transaction:	       0.02

$ siege -r 100 -f esgerdev.txt -c 25 -i

Transactions:		      18041 hits
Availability:		     100.00 %
Elapsed time:		      14.93 secs
Data transferred:	      16.46 MB
Response time:		       0.02 secs
Transaction rate:	    1208.37 trans/sec
Throughput:		       1.10 MB/sec
Concurrency:		      23.72
Successful transactions:       17251
Failed transactions:	          0
Longest transaction:	       0.07
Shortest transaction:	       0.00&lt;/p&gt;</description>
    <pubDate>Sun, 21 Jan 2024 04:40:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2475</link>
    <guid>https://www.esgeroth.org/log/entry/2475</guid>
  </item>
  <item>
    <title>Breaking Bread with the Dead by Alan Jacobs</title>
    <description>&lt;p&gt;
This evening I finished &lt;cite&gt;Breaking Bread with the Dead&lt;/cite&gt; by Alan Jacobs. I think my favorite result of having read the book is having discovered Professor Jacobs&#039; blog, which now adds some pleasant variety to my RSS reader.
&lt;/p&gt;&lt;p&gt;
The book is subtitled &quot;A Reader&#039;s Guide to a More Tranquil Mind&quot; and argues that the literature of the past can help us gain insight that contemporary works can&#039;t offer. For the most part Jacobs makes his case well and the book is a fun read. My biggest gripe is that the book is primarily focused on the &lt;b&gt;why&lt;/b&gt; of reading old books, when I would have appreciated a bit more &lt;b&gt;how&lt;/b&gt; as well.
&lt;/p&gt;&lt;p&gt;
Near the end, in a footnote, Jacobs writes &quot;no one will do any of the things I counsel in this book without possessing the virtue of stubbornness.&quot; And perhaps that has to be enough of a &lt;b&gt;how&lt;/b&gt;. I zoned out on the parts of high school and college that tried to teach me to appreciate classic literature, and so while middle-aged me is now enjoying classics like &lt;a href=&quot;https://www.esgeroth.org/log/entry/2253&quot;&gt;David Copperfield&lt;/a&gt;, it&#039;s the kind of thing that takes me a month to do and only stubbornness got me through that book. With enough stubbornness, perhaps, the &lt;b&gt;how&lt;/b&gt; will become easier with practice.
&lt;/p&gt;&lt;p&gt;
Incidentally, I originally meant to read this book after completing &lt;cite&gt;David Copperfield&lt;/cite&gt;. Jamie had recently read it at that point and made it sound compelling to me. But somehow I didn&#039;t get into it then, so I was newly motivated to read it before I take a stab at &lt;cite&gt;Der Zauberberg&lt;/cite&gt;.
&lt;/p&gt;&lt;p&gt;
Jacobs includes some examples of individuals who found wisdom or refuge in books of the past. I&#039;m not certain he always makes a convincing case that the benefit of those books was that they were from the past. One example was a young Pakistani woman who, after growing up in the USA for a time, was forced back to Pakistan. There she was not allowed access to books like she had grown up with, but she finds a copy of &lt;cite&gt;Little Women&lt;/cite&gt; at a market and buys and hides it under her mattress. I don&#039;t doubt the impact this book had on her life. But could only a book from the past have performed this role?
&lt;/p&gt;&lt;p&gt;
The title of Jacobs&#039; book comes from a W. H. Auden line: &quot;Art is our chief means of breaking bread with the dead.&quot; Jacobs, I&#039;ve learned, is an expert on Auden and Auden gets a few mentions in the book. Auden also featured prominently in &lt;a href=&quot;https://www.esgeroth.org/log/entry/2460&quot;&gt;Time Shelter&lt;/a&gt;. It&#039;s enough of a connection that I was inspired to pick up a book of poems by Auden. Jacobs calls this &quot;reading upstream&quot; and recommends that we read upstream from our favorite authors. I guess there is a little more &lt;b&gt;how&lt;/b&gt; after all. Although if you&#039;ve read my &lt;cite&gt;Time Shelter&lt;/cite&gt; review, you&#039;ll know that reading upstream has gotten me in trouble before.
&lt;/p&gt;
&lt;p&gt;
I have many more thoughts on this book and think I may need to reread it. When Jacobs introduces the idea of reading upstream, his starting point for reading upstream from is Tolkien and I happen to be listening to &lt;cite&gt;The Fellowship of the Ring&lt;/cite&gt; at the moment, another connection. A big theme of the book is the information overload of the present and our need to triage the information we process, something which resonates with me. Jacobs is also a Christian scholar, and while there is nothing explicitly Christian about this book, there&#039;s a vibe of a certain underlying tension between Christian scholarship and a modern rejection of anything non-scientific. There&#039;s a lot there that I can&#039;t seem to unpack right now, but it&#039;s been weighing on my mind.
&lt;/p&gt;
&lt;p&gt;
Lastly, there&#039;s an obvious conundrum inherent to this book, namely would anyone read it that doesn&#039;t at some level already agree with its premise? But Jacobs explicitly calls his book a self-help book: &quot;In other words, this is a self-help book. I don&#039;t mean that as a joke.&quot; And who is going to pick up a self-help book who doesn&#039;t already want help?
&lt;/p&gt;&lt;p&gt;
So if you want help thinking about what the dead can offer us through their words, then I can enthusiastically recommend this book.
&lt;/p&gt;</description>
    <pubDate>Fri, 19 Jan 2024 03:48:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2474</link>
    <guid>https://www.esgeroth.org/log/entry/2474</guid>
  </item>
  <item>
    <title>Barbie</title>
    <description>&lt;p&gt;
Jamie and I watched the Barbie movie this evening. We&#039;re probably at the perfect stage in our life to be watching it, having a young daughter who&#039;s into both Barbie and asking questions about death. That being said, it&#039;ll probably be a few years before she gets to see it.
&lt;/p&gt;&lt;p&gt;
I can&#039;t remember if I saw a trailer for this movie or not, but I did know it was well received and targeted at adults. It surprised me a lot. I cried twice. I laughed a bunch more. I told Jamie how well I thought the movie was cast at least twice. The attention to detail was phenomenal and I&#039;m sure there are more details I missed. We have the Barbie dog that poops, so having that show up in the movie was amazing.
&lt;/p&gt;&lt;p&gt;
While the movie does some good exploration of some serious themes, ultimately it is still produced by a company that wants to sell you dolls. But it&#039;s way better than any movie that wants to sell you dolls has any business being.
&lt;/p&gt;&lt;p&gt;
Guess we should watch Oppenheimer next.
&lt;/p&gt;</description>
    <pubDate>Sun, 14 Jan 2024 03:27:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2471</link>
    <guid>https://www.esgeroth.org/log/entry/2471</guid>
  </item>
  <item>
    <title>Party Years</title>
    <description>&lt;p&gt;
Time for &lt;a href=&quot;https://www.esgeroth.org/log/entry/2434&quot;&gt;another&lt;/a&gt; &lt;a href=&quot;https://www.esgeroth.org/log/entry/2437&quot;&gt;one&lt;/a&gt; of &lt;a href=&quot;https://www.esgeroth.org/log/entry/2463&quot;&gt;these&lt;/a&gt;. For the New Year, YEARS seemed the obvious candidate, but then on New Year&#039;s Eve I saw PARTY all the way at #11 compared to #27 for YEARS. But YEARS rallied on New Year&#039;s Day, hitting #7 compared to #12 for PARTY.
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/screenshots/NewYearWordle-02.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/screenshots/NewYearWordle-02-m.jpg&quot; alt=&quot;Most popular starting Wordle words on December 31, 2023: Top 15 are ADIEU, SLATE, STARE, AUDIO, RAISE, ARISE, CRANE, TRAIN, IRATE,GREAT, PARTY, AISLE, HEART, HOUSE, STEAM, then bolded is #27: YEARS&quot;&gt;&lt;/a&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/screenshots/NewYearWordle-01.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/screenshots/NewYearWordle-01-m.jpg&quot; alt=&quot;Most popular starting Wordle words on January 1, 2024: Top 16 are ADIEU, SLATE, STARE, AUDIO, RAISE, ARISE, YEARS, CRANE, IRATE, TRAIN, GREAT, PARTY, HEART, AISLE, HOUSE, STEAM&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
I didn&#039;t start tracking PARTY until the 31st, so my graph is incomplete again.
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/random/NewYearWordleGraph.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/random/NewYearWordleGraph-m.jpg&quot; alt=&quot;Graph of popularity of YEARS and PARTY as starting Wordle words. The X axis shows dates from 28 through 4. The Y axis values up to 300. YEARS starts on the 28th and has the values 209, 197, 145, 27, 7, 118, 245 and 276. Party starts on the 31st and has the values 11, 12, 77, 86, 84&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
Valentine&#039;s Day should be interesting: I&#039;m thinking CANDY and HEART so far, but HEART is already one of the top 15 most popular starting words. HEART is usually chosen by about 0.8% of Wordle players, and when MERRY and YEARS both broke the top 10 on their respective holidays, they got about 1.5% of the vote. So I don&#039;t think HEART will do much better than fifth place, since #1 ADIEU rakes in more than 7% of the vote and 2-5 are all above 3%. But we shall see. Stay tuned to find out!
&lt;/p&gt;</description>
    <pubDate>Fri, 05 Jan 2024 03:44:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2468</link>
    <guid>https://www.esgeroth.org/log/entry/2468</guid>
  </item>
  <item>
    <title>2023</title>
    <description>&lt;p&gt;
When I &lt;a href=&quot;https://www.esgeroth.org/log/entry/2168&quot;&gt;posted on January 1&lt;/a&gt;, I noticed that it was the first time in the history of Pete&#039;s Log that I had posted on the first of the year. Meaning an opportunity presented itself to post each day of the year for the first time ever. By coincidence, the math also worked out that if I posted every day, I would hit entry 2500 two days short of the &lt;a href=&quot;https://www.esgeroth.org/log/entry/2440&quot;&gt;25 year anniversary&lt;/a&gt;, bringing the annual average back above 100 entries just in time. So I had to try.
&lt;/p&gt;&lt;p&gt;
It didn&#039;t work out, but I did make it to May 4 before I missed a day. In all, I&#039;ll hit 300 entries for 2023. Which is a lot. I think trying to post every day definitely impacted quality. But I did manage to post on three days which I&#039;d never posted on before: Jan 1, &lt;a href=&quot;https://www.esgeroth.org/log/entry/2172&quot;&gt;Jan 5&lt;/a&gt; and &lt;a href=&quot;https://www.esgeroth.org/log/entry/2466&quot;&gt;Dec 30&lt;/a&gt;. That leaves February 29 and August 17 as the only days of the year with no log entries. Next year being a leap year, my goal is to knock out February 29. And keep output above 100 entries a year.
&lt;/p&gt;
&lt;p&gt;
2023 was also an occasion to celebrate multiples of 5:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;5 years of being married to Jamie!&lt;/li&gt;
&lt;li&gt;10 years since moving to the US and meeting Jamie&lt;/li&gt;
&lt;li&gt;25 years of Pete&#039;s Log&lt;/li&gt;
&lt;li&gt;30 years since moving to the US the first time&lt;/li&gt;
&lt;li&gt;45 years since being born&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
I read 29 books in 2023. I haven&#039;t kept good count of that in the past, but I&#039;m pretty sure that&#039;s way above my average. A breakdown of those books:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;24 fiction, 5 non-fiction&lt;/li&gt;
&lt;li&gt;27 paper, 2 audio&lt;/li&gt;
&lt;li&gt;29 in English&lt;/li&gt;
&lt;li&gt;Over 11,000 pages, not counting the couple books I DNF’d&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Jamie’s book count is more than double mine, but she’s a reading machine. Hopefully I can keep the reading momentum going in 2024.
&lt;/p&gt;
&lt;p&gt;
Esgerbeastie continued trying to &lt;a href=&quot;https://www.esgeroth.org/stuff/p/petesnumber/factorization.php&quot;&gt;factor Pete&#039;s Number&lt;/a&gt;. We&#039;ve made it past 12 trillion in this futile search.
&lt;/p&gt;
&lt;p&gt;
Jamie, JB and I flew this year for the first time since &lt;a href=&quot;https://www.esgeroth.org/log/entry/1828&quot;&gt;2019&lt;/a&gt;. In fact we had three trips by air: Florida Keys, &lt;a href=&quot;https://www.esgeroth.org/log/entry/2249&quot;&gt;New York City&lt;/a&gt; and &lt;a href=&quot;https://www.esgeroth.org/log/entry/2364&quot;&gt;Crested Butte&lt;/a&gt;. NYC was particularly exciting because we made JB &lt;a href=&quot;https://www.esgeroth.org/log/entry/2250&quot;&gt;officially Belgian&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;
We also had a good number of visitors this year:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Mamie in &lt;a href=&quot;https://www.esgeroth.org/log/entry/2269&quot;&gt;April&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Annie in &lt;a href=&quot;https://www.esgeroth.org/log/entry/2304&quot;&gt;May&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Tony in &lt;a href=&quot;https://www.esgeroth.org/log/entry/2324&quot;&gt;June&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mom and Dad in &lt;a href=&quot;https://www.esgeroth.org/log/entry/2395&quot;&gt;September&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Annie and David in &lt;a href=&quot;https://www.esgeroth.org/log/entry/2402&quot;&gt;September&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Christoph in &lt;a href=&quot;https://www.esgeroth.org/log/entry/2404&quot;&gt;September&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
I&#039;m ending 2023 on a 113 day Wordle streak.
&lt;/p&gt;
&lt;p&gt;
The low point of 2023 was &lt;a href=&quot;https://www.esgeroth.org/log/entry/2283&quot;&gt;losing&lt;/a&gt; Boogie. We still miss her every day. 
&lt;/p&gt;
&lt;p&gt;
It’s cooled off enough that it’s snowing today, but not enough for the snow to stick. Bubbles has upped her backyard mud game. 
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/Bubbles/MuddyFace.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/Bubbles/MuddyFace-m.jpg&quot; alt=&quot;Bubbles sitting in the kitchen, covered in mud&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
Happy New Year, dear readers. Wishing you all the best for 2024. JB helped us put coins on our windowsills. I think we’re ready. 
&lt;/p&gt;
</description>
    <pubDate>Mon, 01 Jan 2024 02:00:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2467</link>
    <guid>https://www.esgeroth.org/log/entry/2467</guid>
  </item>
  <item>
    <title>Iron Flame by Rebecca Yarros</title>
    <description>&lt;p&gt;
I just finished &lt;cite&gt;Iron Flame&lt;/cite&gt; by Rebecca Yarros. It is the sequel to &lt;a href=&quot;https://www.esgeroth.org/log/entry/2452&quot;&gt;&lt;cite&gt;Fourth Wing&lt;/cite&gt;&lt;/a&gt;. I did not enjoy &lt;cite&gt;Iron Flame&lt;/cite&gt; as much as &lt;cite&gt;Fourth Wing&lt;/cite&gt;, but it was still an entertaining page-turner. I think the most telling thing about &lt;cite&gt;Iron Flame&lt;/cite&gt; is that Jamie did not read over my shoulder (to check which plot twists she could talk to me about) as often as she did when I was reading &lt;cite&gt;Fourth Wing&lt;/cite&gt;. Although once I hit the last 100 pages, she started hovering  again.
&lt;/p&gt;
&lt;p&gt;
First, some of what I didn&#039;t like. One, the narrator was too whiny. I learned a new term today: &lt;a href=&quot;https://en.wikipedia.org/wiki/New_adult_fiction&quot;&gt;New Adult Fiction&lt;/a&gt;. I wrote that &lt;cite&gt;Fourth Wing&lt;/cite&gt; &quot;reads a bit like young adult fiction, but with a lot of violence and sex.&quot; I guess &quot;New Adult&quot; is like &quot;Young Adult&quot; but with less restraint on the violence and sex fronts. Pretty apt description of both &lt;cite&gt;Fourth Wing&lt;/cite&gt; and &lt;cite&gt;Iron Flame&lt;/cite&gt;. Our narrator is a young 20-something, so I guess we should forgive her for being so emo. It was just a bit much at times. Two, it felt repetitive, both in terms of plot points but also in terms of phrases. Nobody smiles in this book, everyone just has the corner of their mouth curve up. Three, it was probably 100 pages too long. I suspect maybe this sequel was a bit rushed.
&lt;/p&gt;
&lt;p&gt;
But it was 600+ pages that put up little resistance. And I really like the dragons. And I will definitely read the next in the series. Whenever it comes out.
&lt;/p&gt;
&lt;p&gt;
The best part about having finished &lt;cite&gt;Iron Flame&lt;/cite&gt; is that Jamie can now share with me all the fan theories she&#039;s read up on. Hopefully Rebecca Yarros can finish the next book soon. But not too soon. I&#039;d rather it feels less rushed than this one did.
&lt;/p&gt;</description>
    <pubDate>Sun, 31 Dec 2023 04:26:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2466</link>
    <guid>https://www.esgeroth.org/log/entry/2466</guid>
  </item>
  <item>
    <title>Muddy Days</title>
    <description>&lt;p&gt;
Jamie and I lured Bubbles to the end of our driveway today and then just hung out there with her for a bit, rewarding her with treats for being so brave. Baby steps with our baby dog.
&lt;/p&gt;&lt;p&gt;
It&#039;s been a lot of grey and rainy here and just warmer than it should be as well. So our yard has become quite muddy. Bubbles feel plenty comfortable in the yard, though, so we now seem to spend a good chunk of our day wiping down her paws and our kitchen floor.
&lt;/p&gt;&lt;p&gt;
JB spent last night at Gaga and Grampa&#039;s house. We brought Bubbles with us to pick her up so she could spend some time with Cooper and Blue. She&#039;d done so &lt;a href=&quot;https://www.esgeroth.org/log/entry/2433&quot;&gt;once before&lt;/a&gt;, but that was just a short outdoor hangout. This time we hung out inside for a while and Bubbles did a great job. So that&#039;s reassuring at least.
&lt;/p&gt;&lt;p&gt;
The most exciting thing for Bubbles, though, was when she first spotted JB. She missed her kiddo.
&lt;/p&gt;</description>
    <pubDate>Sat, 30 Dec 2023 04:28:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2465</link>
    <guid>https://www.esgeroth.org/log/entry/2465</guid>
  </item>
  <item>
    <title>2023 Music</title>
    <description>&lt;p&gt;
I acquired a good amount of music this year. Much of it on bandcamp. Not sure how the whole bandcamp thing is going to look next year. But right now we&#039;re focusing on this year.
&lt;/p&gt;
&lt;p&gt;
I also felt like making a playlist. It contains a few songs acquired last year, but I feel like it captures how 2023 in music felt to me.
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Amyl and The Sniffers - Hertz&lt;/li&gt; 
&lt;li&gt;The Chats - Smoko&lt;/li&gt;
&lt;li&gt;Wet Leg - Chaise Longue&lt;/li&gt;
&lt;li&gt;Pacifica - Premature Rejection&lt;/li&gt;
&lt;li&gt;Office Dog - Spiel&lt;/li&gt;
&lt;li&gt;Sports Team - The Drop&lt;/li&gt;
&lt;li&gt;The Drowns - Live like yer dyin&lt;/li&gt;
&lt;li&gt;Origami Angel - Thank You, New Jersey&lt;/li&gt;
&lt;li&gt;carolesdaughter - My Mother Wants Me Dead&lt;/li&gt;
&lt;li&gt;Speed of Light - Teeth&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
The easiest way I thought of to share it was a &lt;a href=&quot;https://www.youtube.com/playlist?list=PLvHGlLijnMqkdJlAkV7N8sOpTqtjH8lTP&quot;&gt;YouTube playlist&lt;/a&gt;, but if you ask me nicely, I&#039;ll try to remember how to burn a CD.
&lt;/p&gt;
&lt;p&gt;
Anyway, here are my 2023 acquisitions. Unless otherwise noted, these are albums. In all, 325 songs with a length of 18 hours, 26 minutes and 58 seconds.
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Atmosphere&lt;/strong&gt; - Okay&lt;br/&gt;
Released February 2023&lt;br/&gt;
I only bought the single. Jamie came across this song on Spotify and we both liked it. 
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Camper Van Beethoven&lt;/strong&gt; - Telephone Free Landslide Victory&lt;br/&gt;
Released June 1985&lt;br/&gt;
I only knew the &quot;Take the Skinheads Bowling&quot; song and I&#039;m not sure what made me decide to purchase the album, but I&#039;m glad I did.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;carolesdaughter&lt;/strong&gt; - please put me in a medically induced coma&lt;br/&gt;
Released August 2022&lt;br/&gt;
After JB &lt;a href=&quot;https://www.esgeroth.org/log/entry/2146&quot;&gt;becoming a fan at Riot Fest&lt;/a&gt; last year, it felt like I should own some of her music.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;carolesdaughter&lt;/strong&gt; - Violent&lt;br/&gt;
Released November 2020&lt;br/&gt;
This is the single of carolesdaughter that JB &lt;a href=&quot;https://www.esgeroth.org/log/entry/2282&quot;&gt;keeps requesting&lt;/a&gt;.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Chats&lt;/strong&gt; - Get This In Ya&lt;br/&gt;
Released July 2017&lt;br/&gt;
Andrew recommended this band to me. Australian punk rock. Smoko gets stuck in my head often (hence its inclusion above).
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Company Flow&lt;/strong&gt; - Funcrusher Plus&lt;br/&gt;
Released July 1997&lt;br/&gt;
This is apparently &quot;a landmark independent hip-hop release&quot; from 1997. Somebody posted about it on Mastodon and I decided to broaden my horizons.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Cure&lt;/strong&gt; - The Head on the Door&lt;br/&gt;
Released August 1985&lt;br/&gt;
After &lt;a href=&quot;https://www.esgeroth.org/log/entry/2399&quot;&gt;really enjoying The Cure at Riot Fest&lt;/a&gt; I realized I needed to own more of their albums.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Cure&lt;/strong&gt; - Wish&lt;br/&gt;
Released April 1992&lt;br/&gt;
See above.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Drowns&lt;/strong&gt; - Lunatics&lt;br/&gt;
Released May 2022&lt;br/&gt;
Andrew introduced me to &quot;Live Like Yer Dyin&quot; off this album and it made me want the whole album. I later discovered I already owned one Drowns song - see below.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;FM359&lt;/strong&gt; - Some Folks / A Little Sign&lt;br/&gt;
Released December 2017&lt;br/&gt;
My purchase of &quot;What&#039;s It Like To Be Fifty?&quot; (see below) included a download code for these two songs. FM359 is a folk/country/punk/americana band that features a couple members of the Dropkick Murphys. Might investigate them further someday when the mood for this sort of music is stronger.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Highly Effective People&lt;/strong&gt; - The Hizhaus Sessions&lt;br/&gt;
Released Nov 2022&lt;br/&gt;
No idea how I came across this four-song album. Couple songs have a bit of a Fugazi sound. I enjoy it.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Men&lt;/strong&gt; - New York City&lt;br/&gt;
Released Feb 2023&lt;br/&gt;
More punk rock that I have no idea where I found it, but I&#039;ve listened to this album a bunch. Thought of trying to include one of their songs in my playlist, but couldn&#039;t decide which one.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Office Dog&lt;/strong&gt; - Spiel&lt;br/&gt;
Released Aug 2023&lt;br/&gt;
I introduced Jamie to Pacifica (see below) and after her Spotify played them, it suggested Office Dog and I instantly liked them. They&#039;re from New Zealand and I guess they&#039;d be considered Alternative Rock or Indie Rock?
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Origami Angel&lt;/strong&gt; - Somewhere City&lt;br/&gt;
Released November 2019&lt;br/&gt;
We &lt;a href=&quot;https://www.esgeroth.org/log/entry/2397&quot;&gt;liked Origami Angel&lt;/a&gt; at Riot Fest this year, so I figured I&#039;d buy some of their music.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Origami Angel&lt;/strong&gt; - The Brightest Days&lt;br/&gt;
Released June 2023&lt;br/&gt;
See above.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pacifica&lt;/strong&gt; - Freak Scene&lt;br/&gt;
Released September 2023&lt;br/&gt;
Pacifica is a newish band from Argentina. YouTube recommended &quot;Premature Rejection&quot; to me and it&#039;s been constantly stuck in my head since then. They didn&#039;t have an album out yet at that point, so I waited for them to release one and bought it.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Planet Smashers&lt;/strong&gt; - Too Much Information&lt;br/&gt;
Released May 2019&lt;br/&gt;
I seem to impulsively buy &quot;new&quot; Planet Smashers albums when I learn about them. This one definitely sounds very Planet Smashers but doesn&#039;t have any particular standout songs for me.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ratboys&lt;/strong&gt; - The Window&lt;br/&gt;
Released August 2023&lt;br/&gt;
I always feel like I should support Ratboys. My favorite album of theirs remains &lt;a href=&quot;https://www.esgeroth.org/log/entry/1834&quot;&gt;Printer&#039;s Devil&lt;/a&gt;, but I do like this one more than their &lt;a href=&quot;https://www.esgeroth.org/log/entry/2045&quot;&gt;previous one&lt;/a&gt;.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;R.E.M.&lt;/strong&gt; - Murmur&lt;br/&gt;
Released April 1983&lt;br/&gt;
After yet another music discussion with Andrew I decided I needed more early R.E.M.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ryuichi Sakamoto&lt;/strong&gt; - 12&lt;br/&gt;
Released January 2023&lt;br/&gt;
Heard about this on NPR. I&#039;d never heard of Ryuichi Sakamoto (or Yellow Magic Orchestra - see below) before, but after hearing the story I decided to check him out. This album was released shortly before his death and it is very minimalist and melancholy electronic album.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Skating Polly&lt;/strong&gt; - The Big Fit&lt;br/&gt;
Released 2016&lt;br/&gt;
This album features my favorite Skating Polly song: Pretective Boy.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Skating Polly&lt;/strong&gt; - Chaos County Line&lt;br/&gt;
Released June 2023&lt;br/&gt;
Figured I should buy their latest release after &lt;a href=&quot;https://www.esgeroth.org/log/entry/2147&quot;&gt;enjoying them at Riot Fest&lt;/a&gt; last year.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Speed of Light&lt;/strong&gt; - Teeth&lt;br/&gt;
Released 2023&lt;br/&gt;
Another random YouTube recommendation. This band consists of three Californian teenagers. They don&#039;t seem to have released an album yet, so I purchased this as a single.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sports Team&lt;/strong&gt; - Gulp!&lt;br/&gt;
Released 2022&lt;br/&gt;
I heard &quot;The Drop&quot; on the radio and wanted to hear more. Alternative rock from England. &quot;The Drop&quot; is another song that&#039;s spent a good amount of time stuck in my head this year.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stomper 98&lt;/strong&gt; - Stomper 98&lt;br/&gt;
Released September 2023&lt;br/&gt;
Came across them in some Pirate Press Records promotion. An &lt;a href=&quot;https://en.wikipedia.org/wiki/Oi!&quot;&gt;Oi!&lt;/a&gt; band from Germany.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Suicide Machines&lt;/strong&gt; - Revolution Spring&lt;br/&gt;
Released March 2020&lt;br/&gt;
While revisiting an &lt;a href=&quot;https://www.esgeroth.org/log/entry/1829&quot;&gt;entry about seeing the Suicide Machines&lt;/a&gt; in 2019, I saw I had written that &quot;apparently they have a new record coming out soon&quot; so I went and found that record. It&#039;s better than some of their mid-career stuff, but can&#039;t match their early albums.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Suzi Moon&lt;/strong&gt; - Dumb &amp; In Luv&lt;br/&gt;
Released September 2022&lt;br/&gt;
Suzi Moon has a track on &quot;What&#039;s It Like To Be Fifty?&quot; (see below) and I think that&#039;s what made me check out more of her music.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tai Verdes&lt;/strong&gt; - TV&lt;br/&gt;
Released May 2021&lt;br/&gt;
Since JB &lt;a href=&quot;https://www.esgeroth.org/log/entry/2060&quot;&gt;was so into him&lt;/a&gt; for a little while, it seemed reasonable to own this album.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Various Artists&lt;/strong&gt; - What&#039;s It Like To Be Fifty?&lt;br/&gt;
Released December 2022&lt;br/&gt;
I didn&#039;t even know Cock Sparrer, but apparently they&#039;re an English punk rock band that has now been around for 50 years. Pirate Press seems to know how to market to me. They released a gold vinyl of various of their artists (including The Drowns and Suzi Moon) covering Cock Sparrer songs to mark the 50 year anniversary. It was a one-time pressing of 1500 records and I decided to get one despite being unfamiliar with Cock Sparrer. I&#039;ve enjoyed it and should perhaps check out the originals at some point.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Yellow Magic Orchestra&lt;/strong&gt; - UC YMO&lt;br/&gt;
Released August 2003, but it&#039;s a compilation of songs mostly released 78-81&lt;br/&gt;
So I&#039;d never heard of this band before but they seem to be one of those early electronic bands that is perhaps as influential as Kraftwerk on the genre. I learned about them through the NPR story about Ryuichi Sakamoto and picked up this compilation of theirs. It&#039;s very much &quot;of the era&quot; and fun and goofy.
&lt;/li&gt;
&lt;/ul&gt;
</description>
    <pubDate>Fri, 29 Dec 2023 03:46:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2464</link>
    <guid>https://www.esgeroth.org/log/entry/2464</guid>
  </item>
  <item>
    <title>Christmas Wordle</title>
    <description>&lt;p&gt;
I fear I might need to get through all the major holidays before I can end this obsession.
&lt;/p&gt;&lt;p&gt;
Just like for &lt;a href=&quot;https://www.esgeroth.org/log/entry/2437&quot;&gt;Thanksgiving&lt;/a&gt;, I tried to track a few Christmas themed words to see how popular they became as starting words. Originally I could only think of &lt;a href=&quot;https://www.esgeroth.org/log/entry/2455&quot;&gt;GIFTS&lt;/a&gt;, but then I also came up with CAROL.
&lt;/p&gt;&lt;p&gt;
What I didn&#039;t anticipate was people choosing a starting word with a double letter. So while CAROL was the 47th most popular starting word on December 25 and GIFTS rose all the way to #12, MERRY was the dark horse that made it all the way to #6.
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/screenshots/WordleBotXmas2023.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/screenshots/WordleBotXmas2023-m.jpg&quot; alt=&quot;Most popular starting Wordle words on December 25, 2023: Top 15 are ADIEU, SLATE, STARE, AUDIO, RAISE, MERRY, ARISE, CRANE, IRATE, TRAIN, GREAT, GIFTS, HEART, AISLE, HOUSE, then bolded is #47: CAROL&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
Since I didn&#039;t anticipate it in advance, I only have three days of data for MERRY.
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/random/WordleXmas2023Chart.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/random/WordleXmas2023Chart-m.jpg&quot; alt=&quot;Screenshot of a chart showing the popularity of Merry, Gifts, and Carol as starting Wordle words. X axis is dates in December: 20-27. Y axis is popularity rank. Merry only starts on the 25th and has values 6, 178, and 758. Gifts is 262, 210, 171, 59, 12 (on the 25th), 124 and 499. Carol is 326, 316, 266, 124, 47 (on the 25th), 311, 617&quot;&gt;&lt;/a&gt;&lt;/div&gt;</description>
    <pubDate>Thu, 28 Dec 2023 03:26:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2463</link>
    <guid>https://www.esgeroth.org/log/entry/2463</guid>
  </item>
  <item>
    <title>Time Shelter by Georgi Gospodinov</title>
    <description>&lt;p&gt;
I grew up about 80 miles from the &quot;Iron Curtain&quot; and in many ways, &quot;Curtain&quot; is an apt metaphor, since we were always looking to the West and rarely peaked beyond that curtain to the East.
&lt;/p&gt;&lt;p&gt;
So while I could pick out Bulgaria on a map, there&#039;s not much else I could have told you about it. On some recent bookstore visit, I picked up a Bulgarian novel, &lt;cite&gt;Time Shelter&lt;/cite&gt; by Georgi Gospodinov, and I&#039;m glad I did, even though it wasn&#039;t the easiest read.
&lt;/p&gt;&lt;p&gt;
It was published in 2020 and written before the pandemic (strange that this fact seems important context, but the pandemic did weird things to time). The English translation by Angela Rodel was published in 2022 and won the International Booker Prize. I learned that that prize is split evenly between the author and the translator, which I find quite interesting. There were many sentences through the book that I wanted to note down, and that in part is the translator&#039;s doing.
&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I remember, of course, several particularly important silences, but I have no way of retelling those.&lt;/p&gt;
&lt;footer&gt;-Georgi Gospodinov, &lt;cite&gt;Time Shelter&lt;/cite&gt;&lt;/footer&gt;
&lt;/blockquote&gt;
&lt;p&gt;
I love that sentence.
&lt;/p&gt;
&lt;p&gt;
&lt;cite&gt;Time Shelter&lt;/cite&gt; is a book about memory, both individual and collective. The book is meandering; does not, for the most part, put quotes around dialog; doesn&#039;t name most of its characters. The plot feels secondary to the ideas that it explores.
&lt;/p&gt;&lt;p&gt;
Before yet another aside, the narrator states &quot;I will exercise my right to marginalia&quot; and it feels like only a meandering review full of marginalia of its own could do it justice. It is a literary book, full of references to Auden, Melville, Donne, Dostoevsky.
&lt;/p&gt;&lt;p&gt;
A day (and perhaps 50 pages) into reading &lt;cite&gt;Time Shelter&lt;/cite&gt;, I chanced upon &lt;a href=&quot;https://www.switchyardmag.com/issue-1/bulgarianfrontier&quot;&gt;The Closing of the Bulgarian Frontier&lt;/a&gt;, an essay published earlier this year. It too is full of literary references and also explores time. How strange a coincidence to find such an essay by a Bulgarian as I read my first Bulgarian novel. If you&#039;d like to know if &lt;cite&gt;Time Shelter&lt;/cite&gt; is for you, I&#039;d recommend checking out that essay and if you like it, then proceed to Time Shelter.
&lt;/p&gt;
&lt;p&gt;
I personally have a complicated relationship with literary fiction. It often makes me feel like an outsider. But when I do understand a reference, I get rewarded with a dopamine hit, just like when playing trivia or doing a crossword and I know an answer outside my wheelhouse.
&lt;/p&gt;&lt;p&gt;
Several lifetimes ago I &lt;a href=&quot;https://www.esgeroth.org/log/entry/1360&quot;&gt;enjoyed Umberto Eco&#039;s &lt;cite&gt;The Name of the Rose&lt;/cite&gt;&lt;/a&gt; and upon learning how filled it was with literary references, I took upon myself the task of learning those references. This endeavor ultimately failed—I never made it through the Borges I bought. Appropriately enough, Borges gets several mentions in &lt;cite&gt;Time Shelter&lt;/cite&gt; as well.
&lt;/p&gt;&lt;p&gt;
Eco hides his literary references, though. I wouldn&#039;t have known they were there if I hadn&#039;t read about them outside the context of &lt;cite&gt;The Name of the Rose&lt;/cite&gt;. A wink to insiders while still producing a compelling story that outsiders can enjoy. Gospodinov sort of beats you over the head with literary references. But perhaps this invites the outsiders in to explore that world.
&lt;/p&gt;&lt;p&gt;
On more than one occasion I had to think of the &lt;cite&gt;Star Trek: The Next Generation&lt;/cite&gt; episode &quot;&lt;a href=&quot;https://en.wikipedia.org/wiki/Darmok&quot;&gt;Darmok&lt;/a&gt;&quot; where their universal translators can translate the literal meaning of what Tamarians are saying, but because the Tamarians speak only in allegory, the crew of the Enterprise can&#039;t understand them. &quot;Darmok and Jalad at Tanagra&quot; indeed. Oh to be an insider of this type of language.
&lt;/p&gt;
&lt;p&gt;
And then you get quotes like &quot;Happened stories are all alike, every unhappened story is unhappened in its own way.&quot; I know that&#039;s a reference to Dostoevsky without even having read Anna Karenina. The dopamine hit wasn&#039;t diminished for having been unearned.
&lt;/p&gt;

&lt;p&gt;
In the end, I can&#039;t help myself. Both &lt;cite&gt;Time Shelter&lt;/cite&gt; and &quot;The Closing of the Bulgarian Frontier&quot; make multiple references to &lt;cite&gt;The Magic Mountain&lt;/cite&gt; by Thomas Mann. So I found a complete edition in German. Hopefully it fares better than Borges.
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/books/DerZauberberg.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/books/DerZauberberg-m.jpg&quot; alt=&quot;Book cover of Der Zauberberg by Thomas Mann&quot;&gt;&lt;/a&gt;&lt;/div&gt;
</description>
    <pubDate>Mon, 25 Dec 2023 19:12:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2460</link>
    <guid>https://www.esgeroth.org/log/entry/2460</guid>
  </item>
  <item>
    <title>Themed Wordle</title>
    <description>&lt;p&gt;
I recently came across the Vanity Fair article &lt;a href=&quot;https://www.vanityfair.com/news/inside-the-new-york-times-big-bet-on-games&quot;&gt;Inside The New York Times&#039; Big Bet on Games&lt;/a&gt;, which is interesting enough as is, but it included the tidbit that after buying Wordle, they considered doing special words: &quot;She briefly experimented with a themed word—FEAST on Thanksgiving—to the ire of some players.&quot;
&lt;/p&gt;&lt;p&gt;
Interesting to know, given my recent &lt;a href=&quot;https://www.esgeroth.org/log/entry/2434&quot;&gt;holiday&lt;/a&gt; &lt;a href=&quot;https://www.esgeroth.org/log/entry/2437&quot;&gt;analysis&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;
I still haven&#039;t though of many five-letter non-proper-nouns for Christmas yet. The only one I&#039;ve come up with so far is GIFTS. I used it this morning and then forgot to check its popularity. Luckily, thanks to the magic of private browser windows, I was able to check just now and see it clocked in as the 262nd most popular starting word today.
&lt;/p&gt;</description>
    <pubDate>Thu, 21 Dec 2023 02:59:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2455</link>
    <guid>https://www.esgeroth.org/log/entry/2455</guid>
  </item>
  <item>
    <title>Fourth Wing by Rebecca Yarros</title>
    <description>&lt;p&gt;
Jamie thoroughly enjoyed &lt;cite&gt;Fourth Wing&lt;/cite&gt; by Rebecca Yarros and audibly gasped at the ending. So she pre-ordered the sequel and its arrival felt like a big deal in the shops around us. So I figured I should check out &lt;cite&gt;Fourth Wing&lt;/cite&gt; myself. 
&lt;/p&gt;&lt;p&gt;
I enjoyed it. It was a fast read and entertaining. The premise is a young lady who is prone to injury (due to a condition similar to &lt;a href=&quot;https://en.m.wikipedia.org/wiki/Ehlers–Danlos_syndromes&quot;&gt;Ehlers–Danlos syndrome&lt;/a&gt;, which the author has) was supposed to study to become a scribe, but at the last moment is forced to study to become a dragon rider instead. This is obviously far more dangerous, especially for her condition, but something like three quarters of the students die before graduation.
&lt;/p&gt;&lt;p&gt;
The story reads a bit like young adult fiction, but with a lot of violence and sex. The dragons are fun. I’m planning to read the next one, which Jamie conveniently already owns. 
&lt;/p&gt;</description>
    <pubDate>Tue, 19 Dec 2023 03:35:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2452</link>
    <guid>https://www.esgeroth.org/log/entry/2452</guid>
  </item>
  <item>
    <title>The Boy and the Heron (君たちはどう生きるか)</title>
    <description>&lt;p&gt;
Jamie and I watched &lt;cite&gt;The Boy and the Heron&lt;/cite&gt; at the La Grange Theater today. It is the latest film by Hayao Miyazaki. We both went in knowing little about the film. If you enjoy the experience of seeing a movie without knowing what it&#039;s about and you also enjoy Miyazaki movies, then I would suggest you go see it and stop reading this.
&lt;/p&gt;&lt;p&gt;
At the start of the film, it felt like on the spectrum of Miyazaki movies it might trend towards the less fantastical. It takes place in wartime Japan and it seems like it might just be about a boy who loses his mother and has to come to terms with a new step mother.
&lt;/p&gt;&lt;p&gt;
There is a grey heron living near their new home, and the first time I saw that the heron had teeth is when I started thinking it might get weird. And boy did it get weird. Unlike the weirdness of Princess Mononoke or Spirited Away, I don&#039;t really understand the weirdness of this movie. I&#039;m torn between wanting to read up on what (if anything) it all means, or just letting the experience be what it was.
&lt;/p&gt;&lt;p&gt;
The art was beautiful. The soundtrack was minimalist but fitting. I&#039;m glad I saw it but I don&#039;t know if I&#039;d see it again, and generally Miyazaki films have high rewatchability for me.
&lt;/p&gt;&lt;p&gt;
We did catch it in Japanese with English subtitles. So I can&#039;t comment on the English voice cast.
&lt;/p&gt;</description>
    <pubDate>Sun, 17 Dec 2023 02:15:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2450</link>
    <guid>https://www.esgeroth.org/log/entry/2450</guid>
  </item>
  <item>
    <title>Reading Update</title>
    <description>&lt;p&gt;
It&#039;s been a few months since I posted &lt;a href=&quot;https://www.esgeroth.org/log/entry/2387&quot;&gt;one of these&lt;/a&gt;. The past few months just haven&#039;t been great reading months. But let&#039;s see what I&#039;ve read since August.
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;cite&gt;Golden Son&lt;/cite&gt; by Pierce Brown&lt;br/&gt;
This is the sequel to &lt;cite&gt;Red Rising&lt;/cite&gt; and I didn&#039;t enjoy it nearly as much. But it was a page turner and ended on a cliff hanger, so next I started reading...
&lt;/li&gt;
&lt;li&gt;&lt;cite&gt;Morning Star&lt;/cite&gt; by Pierce Brown&lt;br/&gt;
This is the third book in the &lt;cite&gt;Red Rising&lt;/cite&gt; series and I did not finish it. I was probably 80% of the way through the book when I hit a plot point that annoyed me enough that I closed the book with the intent of never opening it again.&lt;br/&gt;
&lt;details&gt;
&lt;summary&gt;Spoilers&lt;/summary&gt;
The protagonist keeps thinking people who have betrayed him can be redeemed, and then those people keep betraying him. It was a plot point that kept happening again and again. So despite his friends warning him not to, he trusted someone he shouldn&#039;t have and got betrayed. And I was just so tired of this recurring plot point by then.
&lt;/details&gt; 
&lt;/li&gt;
&lt;li&gt;&lt;cite&gt;Lotharingia: A Personal History of Europe&#039;s Lost Country&lt;/cite&gt; by Simon Winder&lt;br/&gt;
Another book I didn&#039;t finish. I picked this up because the history of Lotharingia is also the history of Belgium. And it started out promising. It felt like it gave you the vibe of what it was to be caught between the great powers of France and Germany (a.k.a. the Holy Roman Empire), but it became trying as it started to feel like a repetitive attempt by the author to prove how erudite he is. And then about halfway through he dropped &quot;[...] although I can see that it does not reflect well on me that at an age which is for most boys an eye-rolling frenzy of coughed-over cigarettes and self-abuse I was enjoying making a little cardboard wheel go round.&quot; At that point I just couldn&#039;t get myself to continue any further.
&lt;/li&gt;
&lt;li&gt;&lt;cite&gt;The Hobbit&lt;/cite&gt; by J.R.R. Tolkien, narrated by Andy Serkis&lt;br/&gt;
I don&#039;t really listen to audio books, but I had been thinking I was due for a reread of the Lord of the Rings and then I found out Andy Serkis (who plays Gollum in the LotR movies) narrated The Hobbit and the Lord of the Rings trilogy, and I decided this was something I had to experience. It was excellent.&lt;br/&gt;
Unlike Peter Jackson&#039;s Lord of the Rings movies, which I rewatch from time to time, his Hobbit trilogy didn&#039;t do much for me. So it was nice to return to the book, which I don&#039;t think I&#039;ve read in 20+ years. There were definitely some plot points I had forgotten. And Andy Serkis made the whole thing come alive. So I am definitely planning to listen to his narration of the Lord of the Rings trilogy.
&lt;/li&gt;
&lt;li&gt;&lt;cite&gt;Bookshops &amp;amp; Bonedust&lt;/cite&gt; by Travis Baldree&lt;br/&gt;
This is a prequel to Legends &amp;amp; Lattes, which I had immensely enjoyed. In this prequel, our heroine Viv is forced by a battle injury to spend some time recovering in a backwater town. As in Legends &amp;amp; Lattes, there is a lovable cast of characters and much coziness. At times it feels perhaps too much like Legends &amp;amp; Lattes, but there is also a well crafted sense of melancholy. It&#039;s an interesting exploration of meeting the right people at the &quot;wrong&quot; time in your life. It&#039;s certainly worth a read if you enjoyed Legends &amp;amp; Lattes.
&lt;/li&gt;
&lt;/ul&gt;</description>
    <pubDate>Wed, 13 Dec 2023 04:24:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2447</link>
    <guid>https://www.esgeroth.org/log/entry/2447</guid>
  </item>
  <item>
    <title>Esgerdev Update</title>
    <description>&lt;p&gt;
At the current rate of progress, my &lt;a href=&quot;https://www.esgeroth.org/log/entry/2088&quot;&gt;esgeroth.org rewrite&lt;/a&gt; will probably be done in another decade or so. But very slowly I am making progress of sorts.
&lt;/p&gt;&lt;p&gt;
I&#039;m already using &lt;a href=&quot;https://www.php-fig.org/psr/psr-4/&quot;&gt;PSR-4&lt;/a&gt; and &lt;a href=&quot;https://www.php-fig.org/psr/psr-11/&quot;&gt;PSR-11&lt;/a&gt; and for some strange reason decided to implement &lt;a href=&quot;https://www.php-fig.org/psr/psr-7/&quot;&gt;PSR-7&lt;/a&gt; and &lt;a href=&quot;https://www.php-fig.org/psr/psr-15/&quot;&gt;PSR-15&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;
PSR-7 defines how the HTTP request and response messages are modeled. I already had &lt;a href=&quot;https://www.esgeroth.org/log/entry/2427&quot;&gt;my own approach going&lt;/a&gt;, but figured implementing a standard would make it easier to swap in other libraries or frameworks if I ever decide to go that route. PSR-15 defines how those requests are turned into responses. PSR-15 also defines an interface for middlewares, so in theory if I&#039;ve implemented this correctly, I should easily be able to use &lt;a href=&quot;https://github.com/middlewares/awesome-psr15-middlewares&quot;&gt;existing middlewares&lt;/a&gt; if I choose to.
&lt;/p&gt;
&lt;p&gt;
Anyway, there are a number of NotImplementedExceptions floating around, but it&#039;s far enough along that pages render again, which is nice.
&lt;/p&gt;
&lt;p&gt;
I also discovered &lt;a href=&quot;https://github.com/JoeDog/siege&quot;&gt;siege&lt;/a&gt; which is a little load tester I can unleash on my development environment to make sure I&#039;m achieving reasonable performance. Esgerdev as it currently stands is achieving transaction rates of about 1100 transactions/second and that seems kind of OK for a development VM. Just tracking that as a data point I can compare against in the future. I think that transaction rate includes all the css and graphics included in a page load, so those surely skew the number upwards. Need to play with it more.
&lt;/p&gt;</description>
    <pubDate>Mon, 11 Dec 2023 02:26:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2445</link>
    <guid>https://www.esgeroth.org/log/entry/2445</guid>
  </item>
  <item>
    <title>A Quarter Century of Online Journaling</title>
    <description>&lt;p&gt;
&lt;a href=&quot;https://www.esgeroth.org/log/entry/1078&quot;&gt;Once upon a time&lt;/a&gt; it felt perfectly normal to drive to a friend&#039;s apartment because you kept getting a busy signal when you tried calling their landline. And I captured that time.
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/Meta/25Cake.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/Meta/25Cake-m.jpg&quot; alt=&quot;A slice of cheesecake with a 2-shaped and 5-shaped candle and the word esgeroth written below it in icing&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
Twenty-five years ago today I posted &lt;a href=&quot;https://www.esgeroth.org/log/entry/1&quot;&gt;my first log entry&lt;/a&gt;. This morning Jamie surprised me with a cake. Since our daughter likes to ask about the &quot;olden days&quot;, I figured we could celebrate a quarter century by revisiting some stories from way back when.
&lt;/p&gt;&lt;p&gt;
The biggest lifestyle change has to have been the acquisition of a cell phone. I first got one in &lt;a href=&quot;https://www.esgeroth.org/log/entry/1075&quot;&gt;August of 2001&lt;/a&gt; and it&#039;s wild to look back and remember a time when we weren&#039;t constantly available. Or didn&#039;t have easy access to directions to anywhere.
&lt;/p&gt;&lt;p&gt;
Like if you &lt;a href=&quot;https://www.esgeroth.org/log/entry/493&quot;&gt;copied the directions to a friend&#039;s house wrong&lt;/a&gt;, then you might have to rely on the kindness of strangers to help you find the rest of the way there. Or when going on &lt;a href=&quot;https://www.esgeroth.org/log/entry/1037&quot;&gt;lengthy road trips&lt;/a&gt;, you had to rely on paper maps.
&lt;/p&gt;&lt;p&gt;
Taking pictures also sure has changed in that time. I bought my &lt;a href=&quot;https://www.esgeroth.org/log/entry/1027&quot;&gt;first digital camera&lt;/a&gt; just a few months before my first cell phone, and it would be a while before I&#039;d have a device that could serve as both. In fact as recently as 2011, I felt the need to point out that &lt;a href=&quot;https://www.esgeroth.org/log/entry/1734&quot;&gt;pictures I&#039;d taken had been taken on my phone&lt;/a&gt;. My current brain actually has a hard time coming to terms sometimes with how few pictures I have from before 2001.
&lt;/p&gt;

&lt;p&gt;
Now before I kindly ask you all to get off my lawn, I will leave you with a bulleted list of other quaint reminders of the olden days:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Remember &lt;a href=&quot;https://www.esgeroth.org/log/entry/151&quot;&gt;taping shows off the tv&lt;/a&gt;? Apparently this was still a thing I did &lt;a href=&quot;https://www.esgeroth.org/log/entry/583&quot;&gt;well into 2000&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;It&#039;s weird to think about how often I used to go to Blockbuster, although &lt;a href=&quot;https://www.esgeroth.org/log/search.php?q=blockbuster&quot;&gt;only five entries&lt;/a&gt; mention it by name.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.esgeroth.org/log/entry/1035&quot;&gt;Using Wi-Fi for the first time&lt;/a&gt; felt incredibly cool.&lt;/li&gt;
&lt;li&gt;Remember &lt;a href=&quot;https://www.esgeroth.org/log/entry/393&quot;&gt;messing&lt;/a&gt; with &lt;a href=&quot;https://www.esgeroth.org/log/entry/390&quot;&gt;IRQs&lt;/a&gt;?&lt;/li&gt;
&lt;li&gt;It&#039;s entertaining to remember &lt;a href=&quot;https://www.esgeroth.org/log/entry/439&quot;&gt;DeCSS being a big deal&lt;/a&gt; and it&#039;s nice to see the link in that entry still works.&lt;/li&gt;
&lt;li&gt;Remember when YouTube was &lt;a href=&quot;https://www.esgeroth.org/log/entry/1398&quot;&gt;new and exciting&lt;/a&gt;?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Join me after my next quarter century in 2048 to find out why I think Large Language Models are quaint!
&lt;/p&gt;

</description>
    <pubDate>Fri, 01 Dec 2023 13:52:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2440</link>
    <guid>https://www.esgeroth.org/log/entry/2440</guid>
  </item>
  <item>
    <title>The Results Are In</title>
    <description>&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/Bubbles/DNA-02.png&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/Bubbles/DNA-02-m.png&quot; alt=&quot;DNA results. The top says Meet Bubbles and features a picture of her. Then it says 45% American Staffordshire Terrier. 100% Good Dog. Below that the top five components are listed: 45% American Staffordshire Terrier, 35% American Pit Bull Terrier, 10% American Bulldog, 4% Bulldog, 2% Rottweiler&quot;&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;
Nothing too surprising. We are entertained by what it says when you expand the “3 more”:
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/Bubbles/DNA-01.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/Bubbles/DNA-01-m.jpg&quot; alt=&quot;DNA results. Under the heading guard are listed: 45% American Staffordshire Terrier, 35% American Pit Bull Terrier, 10% American Bulldog, 4% Bulldog, 2% Rottweiler, 2% Boxer, 1% Bull Terrier. Under the heading Terrier is 1% Miniature Pinscher&quot;&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;
She weighed in at &lt;span tabindex=&quot;0&quot; class=&quot;unit-tooltip&quot; title=&quot;22.68 kg&quot;&gt;50 lbs&lt;/span&gt; today. 
&lt;/p&gt;</description>
    <pubDate>Tue, 28 Nov 2023 13:14:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2438</link>
    <guid>https://www.esgeroth.org/log/entry/2438</guid>
  </item>
  <item>
    <title>Thankful Words</title>
    <description>&lt;p&gt;
With &lt;a href=&quot;https://www.esgeroth.org/log/entry/2434&quot;&gt;holiday Wordle words&lt;/a&gt; fresh on my mind, I started tracking the two five-letter Thanksgiving words I could think of on Tuesday. The words were &lt;strong&gt;thank&lt;/strong&gt; and &lt;strong&gt;gravy&lt;/strong&gt;.
&lt;/p&gt;&lt;p&gt;
Both performed well on Thanksgiving day with thank hitting the 8th spot and gravy getting to 24th.
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/screenshots/Thanksgiving2023Wordle.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/screenshots/Thanksgiving2023Wordle-m.jpg&quot; alt=&quot;Top 15 starting words for Wordle on Nov 23, 2023: adieu, arise, audio, slate, raise, arise, crane, thank, irate, train, great, house, arise, aisle, heart. Beneath that list is also highlighted the 24th most used word which is gravy&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
I tracked their performances through today, so you can see that both seemed to outperform their averages.
&lt;/p&gt;
&lt;div&gt;&lt;a class=&quot;modal-image-link log-gallery&quot; href=&quot;https://www.esgeroth.org/log/pics/random/Thanksgiving2023WordleChart.jpg&quot;&gt;&lt;img src=&quot;https://www.esgeroth.org/log/pics/random/Thanksgiving2023WordleChart-m.jpg&quot; alt=&quot;Handdrawn chart of Thanksgiving Wordle  starting word ranks. The X axis is days of the week, Tue-Sun with Thursday being Thanksgiving. Two words are charted: Thank and Gravy. Thank starts at 105 on Tuesday, then 53, 8 on Thursday, then 44, 164 and 198. Gravy starts at 290 on Tuesday, then 174, then 24 on Thursday, then 190, 461 and 508&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
Ghost seems a more popular &quot;average day&quot; starting word than either, clocking in at #60 today. Now I just need to think of some five letter Christmas words.
&lt;/p&gt;</description>
    <pubDate>Sun, 26 Nov 2023 23:05:00 GMT</pubDate>
    <link>https://www.esgeroth.org/log/entry/2437</link>
    <guid>https://www.esgeroth.org/log/entry/2437</guid>
  </item>
  </channel>
</rss>
