<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet href="/assets/css/feed.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">

<title>justing.net/notes</title>
<subtitle>Short and long notes.</subtitle>
<link href="https://www.justing.net/notes/notes.xml" rel="self"/>
<link href="https://www.justing.net/" rel="alternate"/>
<updated>2026-04-10T09:47:39-07:00</updated>
<id>https://www.justing.net/</id>
<author>
   <name>Justin Garofoli</name>
   <email>justin@garofo.li</email>
</author>
<rights type="text">Copyright © 2026 {"name"=>"Justin Garofoli", "name_short"=>"Justin G.", "email"=>"justin@garofo.li"}. All rights reserved.</rights>

 
<entry>
   <title>Prompting Structure and Mix-Ins</title>
   <link rel="alternate" href="https://www.justing.net/notes/2026/03/21/prompt-mixins.html"/>
   <updated>2026-03-21T07:50:00-07:00</updated>
   <id>https://www.justing.net/notes/2026/03/21/prompt-mixins</id>
   <summary>Use OS text replacement to expand prompt boilerplate</summary>
   <content type="html">&lt;h3 id=&quot;better-prompting-habits&quot;&gt;Better Prompting Habits&lt;/h3&gt;

&lt;p&gt;I am using the OS’s built in text replacement to add some mix-ins to my prompts. I had my own list (marked with ⭐️), but asked Claude to add a few more.&lt;/p&gt;

&lt;p&gt;My current structure is:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;lt;objective: exploring, sharpening, testing, debugging, building sparring, etc.&amp;gt;
Help me debug my reasoning here.

&amp;lt;body: the actual prompt&amp;gt;
I&apos;m trying to get X to happen, but it&apos;s not.
Here&apos;s how I am approaching it: blah blah.
My assumptions around this are a, b, c.

&amp;lt;mix-ins: see below&amp;gt;
For each claim, state your confidence as a probability and name the most likely alternative.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The mix-ins are a kind of boilerplate that is tiring to rewrite over and over, but important to include so you get the kind of answer that is most helpful. Hopefully the shortcuts help with that.&lt;/p&gt;

&lt;h4 id=&quot;context-gathering&quot;&gt;Context gathering:&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;⭐️ &lt;strong&gt;#ask-me-3&lt;/strong&gt; — Before answering, ask me 3+ questions to get more context about what I am describing and a better understanding of my goals.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;epistemic-calibration&quot;&gt;Epistemic calibration:&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;⭐️ &lt;strong&gt;#confidence&lt;/strong&gt; — For each claim, state your confidence as a probability and name the most likely alternative.&lt;/li&gt;
  &lt;li&gt;⭐️ &lt;strong&gt;#hedge&lt;/strong&gt; — Frame conclusions as ongoing assessment, not settled fact. Use language like “appears to,” “likely a factor,” “consistent with but not confirmed by.”&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;#show-your-seams&lt;/strong&gt; — When you shift from solid knowledge to interpolation or guessing, mark the transition explicitly.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;#what-am-i-missing&lt;/strong&gt; — After responding, add: “Things this answer ignores or assumes away.”&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;pressure-testing&quot;&gt;Pressure testing:&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;⭐️ &lt;strong&gt;#challenge-me&lt;/strong&gt; — Don’t just support my point of view. Challenge it and pressure test it. What might be right and what has alternate explanations.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;#steelman-opposite&lt;/strong&gt; — Before responding, construct the strongest possible argument against my position. Then respond.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;#disagree-first&lt;/strong&gt; — Start with the thing you most disagree with in what I said, even if you mostly agree. Build from there.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;#red-team&lt;/strong&gt; — Assume I’m going to act on this immediately. What could go wrong?&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;scope-and-output-discipline&quot;&gt;Scope and output discipline:&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;#one-screen&lt;/strong&gt; — Keep your entire response to what fits on one screen.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;#no-preamble&lt;/strong&gt; — Skip the introductory sentence. Start with substance.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;#buried-lead&lt;/strong&gt; — Check: is your most important point in the first two sentences? If not, restructure.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;#tradeoffs-not-answers&lt;/strong&gt; — Don’t recommend. Lay out 2–3 options with tradeoffs. I’ll decide.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;#end-with-action&lt;/strong&gt; — End with exactly one concrete next step I can take in 10 minutes.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;#draft-not-final&lt;/strong&gt; — Treat your output as a first draft. Flag the 2–3 weakest parts explicitly.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Prompting Structure and Mix-Ins&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2026/03/21/prompt-mixins.html&quot;&gt;Email me your best prompt tips.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Prompts for the bots</title>
   <link rel="alternate" href="https://www.justing.net/notes/2026/03/07/prompts.html"/>
   <updated>2026-03-07T08:20:00-08:00</updated>
   <id>https://www.justing.net/notes/2026/03/07/prompts</id>
   <summary>No description.</summary>
   <content type="html">&lt;h2 id=&quot;working-with-the-bots&quot;&gt;Working with the bots&lt;/h2&gt;

&lt;p&gt;So, you’re working with an LLM chat bot more? Me too.
Here’s what I know, circa Q1 ‘26.
There are some patterns that I have found are most effective.
Remember, always think critically about what you read in your chats, just as you would with any other correspondent or resource.&lt;/p&gt;

&lt;p&gt;The mental model is of a hyperactive intern that doesn’t have the full context you do and doesn’t let it stop them.
Interns, being very junior employees, also don’t know when they should object and point out something obvious that you missed. You have to explicitly ask for that.
So it’s about exposing the mismatch in assumptions by having it create an artifact at each step that you review and correct.
This makes the communication explicit and bidirectional, and exposes where you haven’t realized what you said was interpreted to mean something you didn’t intend.
Just so it’s clear, that senior/junior employee analogy cuts both ways.
Some seniors are better at directing juniors than others and this artifact based communications is attempting to address the limitations of both the human and the bot.&lt;/p&gt;

&lt;p&gt;The trouble is that you can’t always for every query or interaction deploy APE or IMe, some don’t require it at all.
We require that both the bot and ourselves use &lt;strong&gt;judgement&lt;/strong&gt; about when to get the most out of these techniques.
I use my intuition about the costs of getting it wrong to decide how much of this scaffolding to apply.
And by cost, I really mean time- you can’t get that back.
I find that I use IMe a lot because often my questions are subtle (i.e. the context difficult to share) and require nuance to get precisely what I want.
Larger projects, appropriate for APE, are also easy to know.
In the “don’t do either” category are things that you just prompt for again but different.&lt;/p&gt;

&lt;p&gt;These posts resonate:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Boris Tane’s &lt;a href=&quot;https://boristane.com/blog/how-i-use-claude-code/&quot;&gt;How I use Claude Code&lt;/a&gt;, via &lt;a href=&quot;https://news.ycombinator.com/item?id=47106686&quot;&gt;hn&lt;/a&gt;, is my main template.&lt;/li&gt;
  &lt;li&gt;Simon Willison’s &lt;a href=&quot;https://simonwillison.net/guides/agentic-engineering-patterns/&quot;&gt;Agent Patterns&lt;/a&gt; has many other learnings.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;using-agents&quot;&gt;Using Agents&lt;/h3&gt;

&lt;p&gt;Originally I had these in the reverse order, but they build on each other.
When I am doing an APE pattern, I am also hierarchically doing many or all of the other techniques too where I recognize that they will increase the chances of a better output.&lt;/p&gt;

&lt;h4 id=&quot;basic-habits&quot;&gt;Basic Habits&lt;/h4&gt;

&lt;p&gt;Be as explicit as you can be about what you are either trying to do, achieve, or solve.
This usually means it’s worth spending a minute to think and then write more words about it, after your initial prompt is written but before you hit send.
This does slow you down a bit, so you want to make sure you first capture quickly what thought by blurting it out in the little text box.
Pause, though, friend.
It’s worth thinking a bit more.&lt;/p&gt;

&lt;p&gt;Slow is smooth. Smooth is fast.&lt;/p&gt;

&lt;p&gt;Good prompts should include examples of what you want (e.g. the csv columns exactly as you want them), or specifically what you do not want (e.g. I don’t want a list of pithy non-sequiturs- make it concrete).&lt;/p&gt;

&lt;p&gt;Ask it to list alternatives or “what’s wrong with this approach”.
Remember that these agents have a massively huge diverse reservoir of knowledge, they know things that you don’t know you don’t know.
Our goal is to leverage that.
You are trying to find what you don’t know, so make sure there is an opportunity for that to enter.
There are some other versions of this, like “steel man the counter argument” and “what are the obvious criticisms of my thinking here”, etc.&lt;/p&gt;

&lt;p&gt;In longer threads, restate the goal.
It can get lost, probably by both of you.
This is a technique that I underutilize.&lt;/p&gt;

&lt;h4 id=&quot;the-ime-pattern-interview-me&quot;&gt;The IMe pattern: Interview Me&lt;/h4&gt;

&lt;p&gt;The Interview Me technique is how you get the agent to “help me help you”, it draws more out of you to be explicit about what you are asking for.
Get the bot to ask you more questions about what you are asking, so both of you are more clear on the objective.&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;Interview me about this to get a fuller context
of what I mean and need from you.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;Ask me 3+ questions to clarify the context and
understand what I want here.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h4 id=&quot;the-ape-pattern-analyze-plan-execute&quot;&gt;The APE pattern: analyze, plan, execute&lt;/h4&gt;

&lt;p&gt;The principles of this are useful for any larger project.
Developing a new code module or modifying an existing code base.
Researching and writing an extensive report.&lt;/p&gt;

&lt;p&gt;The underlying principle here is that constraining the output to be a fixed object (a table of tradeoffs, a list of assumptions, or a proposed code diff) forces us to see the consequence of the earlier prompt(s).
This is the same technique as “writing is thinking”, when we make it real, external, and inspectable, we can see what we really meant and the implications.
We can make it better.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Analyze aka research only, capture learnings in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;research.md&lt;/code&gt;. Use phrases like “understand deeply”. You, the human, now reads that plan and makes corrections. Tell the bot to revise the analysis based on your corrections. Repeat that until it’s right to your understanding.&lt;/li&gt;
  &lt;li&gt;Plan only, capture in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;plan.md&lt;/code&gt; with examples, checklists, and explicit directives. Review and correct the plan, and have the bot revise the plan too. Repeat that until you are convinced the plan is right.&lt;/li&gt;
  &lt;li&gt;Execute aka build phases only. Tell the bot to not stop until all (or just the phase) of the plan is done. Tell the bot to use the red/green pattern. Tell the bot “Do not deviate from the plan.” Mark complete as you go in the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;plan.md&lt;/code&gt; file.&lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Prompts for the bots&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2026/03/07/prompts.html&quot;&gt;Email me your best llm tips.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Welcome to RSS Club</title>
   <link rel="alternate" href="https://www.justing.net/notes/2026/03/06/welcome-to-rss-club.html"/>
   <updated>2026-03-06T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2026/03/06/welcome-to-rss-club</id>
   <summary>A secret post for RSS subscribers only.</summary>
   <content type="html">&lt;p&gt;Welcome to &lt;a href=&quot;https://daverupert.com/2018/01/welcome-to-rss-club/&quot;&gt;RSS Club&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I’ve been wanting to add this feature for a long time.&lt;/p&gt;

&lt;p&gt;The first rule of RSS Club is: don’t talk about RSS Club.
The second rule of RSS Club is: don’t share on social media.
The third rule of RSS Club is: provide value.&lt;/p&gt;

&lt;p&gt;If you’re reading this, you’re subscribed to my RSS feed. Thank you!&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Welcome to RSS Club&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2026/03/06/welcome-to-rss-club.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>25Q4 Check-in</title>
   <link rel="alternate" href="https://www.justing.net/notes/2026/01/04/25Q4-check-in.html"/>
   <updated>2026-01-04T08:45:00-08:00</updated>
   <id>https://www.justing.net/notes/2026/01/04/25Q4-check-in</id>
   <summary>Checking in on the last couple of months.</summary>
   <content type="html">&lt;p&gt;It’s the end of 2025, my second quarterly check-in, and the beginning of 2026, all in one.
I’ll look back, and I’ll look ahead.
For reference, &lt;a href=&quot;https://www.justing.net/notes/2025/01/05/new-year-notes.html&quot;&gt;here&lt;/a&gt; are the notes I made at the beginning of 2025, and &lt;a href=&quot;https://www.justing.net/notes/2025/10/01/quarter-3.html&quot;&gt;here&lt;/a&gt; is the 25Q3 review.&lt;/p&gt;

&lt;p&gt;The defining themes have really been fitness/nutrition and grief.
A beloved pet passed away unexpectedly and suddenly; it’s been a moment of perspective shift and a time out of routine for the last month.
In addition to the usual (but arbitrary) calendar driven moments of reflection, this event has also forced an unusual state of mind.
It has been a reset.&lt;/p&gt;

&lt;h3 id=&quot;core-domains-review&quot;&gt;Core Domains Review&lt;/h3&gt;

&lt;p&gt;The following three areas (fitness, writing, photography),  resolved into my main leisure activities this past quarter.
Only one of them had real success, another had moderate progress, and the last had almost none at all.&lt;/p&gt;

&lt;h4 id=&quot;writing&quot;&gt;Writing&lt;/h4&gt;

&lt;p&gt;On reflection, I wrote a moderate amount.
Less than I would have hoped but more than nothing.&lt;/p&gt;

&lt;h5 id=&quot;what-i-did&quot;&gt;What I did&lt;/h5&gt;

&lt;ul&gt;
  &lt;li&gt;7 mini-essays (all unpublished)&lt;/li&gt;
  &lt;li&gt;1 blog post, the year end reading summary&lt;/li&gt;
  &lt;li&gt;3 10 minute writing sessions&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;what-i-learned&quot;&gt;What I learned&lt;/h5&gt;

&lt;ul&gt;
  &lt;li&gt;Published material has fallen off a cliff since mid-summer.&lt;/li&gt;
  &lt;li&gt;I found the &lt;a href=&quot;https://youtu.be/hi8meiPUt84?si=R0cPBkLZhmbJ3qXu&quot;&gt;mini-essay format&lt;/a&gt; and wrote a couple.&lt;/li&gt;
  &lt;li&gt;I have still been using the chatbots as an editing assistant. 
All the words are my own, but I ask for help on clarity and if there is anything missing.
However, I find that since they lack a distinct point of view or stable personality, the bots find it difficult to know when to say when.
They never want to stop improving the piece, even when it’s reached a state of good enough for now.
So, I’ll work on clarifying that in the prompt.&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;whats-next&quot;&gt;What’s next&lt;/h5&gt;

&lt;ul&gt;
  &lt;li&gt;I suspect I need more structure to both write the raw inputs and to get material published.&lt;/li&gt;
  &lt;li&gt;In the new quarter, I have scheduled 30 minute writing sessions for 3 times per week.
I’ll use these to do more 10 minute writes, write mini-essays, edit posts for publishing.
I suspect that the 30 minutes is going to be just opening the door.&lt;/li&gt;
  &lt;li&gt;And I’m setting an aspirational goal to publish 10 pieces of writing (preferably the mini-essays but I’m not going to force that) over the course of Q1.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;photography&quot;&gt;Photography&lt;/h4&gt;

&lt;p&gt;Photography practice was nearly a complete miss the last 3 months.&lt;/p&gt;

&lt;h5 id=&quot;what-happened&quot;&gt;What happened&lt;/h5&gt;

&lt;ul&gt;
  &lt;li&gt;150 ± 20 photos taken in each of the 3 months, all or nearly all were iPhone pictures.&lt;/li&gt;
  &lt;li&gt;0 prints&lt;/li&gt;
  &lt;li&gt;0 photo sessions&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;what-i-learned-1&quot;&gt;What I learned&lt;/h5&gt;

&lt;ul&gt;
  &lt;li&gt;I tried jpgs again for a couple of weeks and regretted it again.&lt;/li&gt;
  &lt;li&gt;Not having planned times, and sticking to them is a great example of the adage that “failing to plan is planning to fail.”&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;whats-next-1&quot;&gt;What’s next&lt;/h5&gt;

&lt;ul&gt;
  &lt;li&gt;Schedule 6 scout or out photo sessions this quarter.&lt;/li&gt;
  &lt;li&gt;Print 6 photos and hang them on the walls.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;fitness--nutrition&quot;&gt;Fitness &amp;amp; Nutrition&lt;/h4&gt;

&lt;p&gt;This quarter has been my best ever for fitness and nutrition.
I’m sure it’s mostly newbie gainz, but those are still gainz.&lt;/p&gt;

&lt;h5 id=&quot;what-happened-1&quot;&gt;What happened&lt;/h5&gt;

&lt;ul&gt;
  &lt;li&gt;Very consistent on 3x per week functional weight training sessions.&lt;/li&gt;
  &lt;li&gt;Most weeks running 1 or 2 times per week. I should check, but I think it was 50% of the time running and often at least an incline walk the other times.&lt;/li&gt;
  &lt;li&gt;Food has been very high quality and shifted to protein anchored meals from carb anchored.&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;what-i-learned-2&quot;&gt;What I learned&lt;/h5&gt;

&lt;ul&gt;
  &lt;li&gt;Having appointments with a trainer and not having the cognitive load of figuring out a workout plan every time has been a huge boost. If you can afford it, I highly recommend doing this.&lt;/li&gt;
  &lt;li&gt;It can still be challenging to motivate for running, but aiming for less than race pace every time definitely helps.&lt;/li&gt;
  &lt;li&gt;Dialing in the nutrition after the shift in eating style has been an exercise in problem solving. It keeps my brain engaged and isn’t too onerous, as long as I keep it fun.&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;whats-next-2&quot;&gt;What’s next&lt;/h5&gt;

&lt;ul&gt;
  &lt;li&gt;Mainly keep on keepin’ on.&lt;/li&gt;
  &lt;li&gt;Dial in the daily/weekly meals to get the extra body fat percentage moving in the right direction, while maintaining or increasing strength.&lt;/li&gt;
  &lt;li&gt;Go backpacking.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;secondary-domains&quot;&gt;Secondary domains&lt;/h3&gt;

&lt;p&gt;The next sections aren’t the priority so I’ve abbreviated the updates.&lt;/p&gt;

&lt;h4 id=&quot;reading-books&quot;&gt;Reading Books&lt;/h4&gt;

&lt;p&gt;I read several books, the best were &lt;em&gt;Good Strategy, Bad Strategy&lt;/em&gt;, and &lt;em&gt;Winter&lt;/em&gt;.
Quitting books that aren’t working for me is a good thing.
In the new quarter I plan to continue reading, and may tradeoff morning RSS time for book time.&lt;/p&gt;

&lt;h4 id=&quot;drawing-practice&quot;&gt;Drawing Practice&lt;/h4&gt;

&lt;p&gt;I drew only 4 times over the quarter, and I am happily surprised that I still retained a reasonable amount of skill. Since I plan to emphasize writing and photography this quarter, I won’t set any particular goals. If my wife starts up a crafting club though, I’ll join that time to practice sketching.&lt;/p&gt;

&lt;h4 id=&quot;music-practice&quot;&gt;Music Practice&lt;/h4&gt;

&lt;p&gt;In the last month I renewed my iPad music practice and made several (over half a dozen) introductory drone music pieces. It was fun. Again, music is not the focus this time, so I’ll just do a few things here and there without any specific goals. I’ll try to be intentional instead of aimless about what I do, so keeping some notes will be helpful. But, no pressure.&lt;/p&gt;

&lt;h4 id=&quot;field-recording&quot;&gt;Field recording&lt;/h4&gt;

&lt;p&gt;Nothing done. Well, almost nothing- I offloaded one recording from September from the recorder, and was disappointed to discover that the other recording hadn’t happened at all. That was a great night of wind and coyotes and eventually rain. I had expected to find a second recording with a few hours of wind in the pines at least and maybe the first coyote chorus before the batteries ran out. There was nothing at all; I must have not pressed record. What a bummer.&lt;/p&gt;

&lt;h4 id=&quot;research&quot;&gt;Research&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;I started using the &lt;a href=&quot;https://youtu.be/oO9GLC2iKy8?si=TVdyA48KhyreOTDa&quot;&gt;CORE workflow&lt;/a&gt; to capture, organize, review, and engage with materials.&lt;/li&gt;
  &lt;li&gt;The idea of using &lt;a href=&quot;https://youtu.be/Zb5PUAi4eAc?si=xFwAXTil759Q0qZQ&quot;&gt;pocket compendium books&lt;/a&gt; to learn topics or focus actions seems like a great addition. I have started one for general things and have set another aside for a photography reference book. I should add another for writing topics, ideas and notes, and if those take, I can consider continuing on to make a little library of them.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;highlights-and-lowlights&quot;&gt;Highlights and Lowlights&lt;/h3&gt;

&lt;p&gt;Work took up a lot of my energy.
I put all the remaining energy into the fitness and nutrition bucket.
That was a good choice.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highs&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Fitness habits and progress and eating well, that’s a win too.&lt;/li&gt;
  &lt;li&gt;I count writing the mini-essays as a win.&lt;/li&gt;
  &lt;li&gt;Dinner out with a new group of friends has also been an unexpected win.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Lows&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Research was minimal. I chalk this up to using AI summaries (which I guess I don’t trust enough to extract notes from) and probably an implicit misbelief in how small steps of learning add up to big leaps in understanding.&lt;/li&gt;
  &lt;li&gt;Writing raw notes diminished over the quarter. My use of the waste/waist book to capture raw notes got less and less.&lt;/li&gt;
  &lt;li&gt;Reading was uneven and that contributed to doing less research.&lt;/li&gt;
  &lt;li&gt;Photographs were few.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;metrics--experiments-log&quot;&gt;Metrics / Experiments Log&lt;/h3&gt;

&lt;p&gt;The only experiments were around fitness and nutrition, and they weren’t super controlled. More like directional moves toward meals that anchor on protein and deemphasize carbs and fat.
Strength has been gained, fat pounds have not (but they haven’t reduced either).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Possible Next Experiments&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;Iterate to successfully make good use of pocket compendium books for learning new things and staying diligent on small habits and actions.&lt;/li&gt;
  &lt;li&gt;Identify all sources of calories and own them.&lt;/li&gt;
  &lt;li&gt;Make some specific experiments to harness boredom and don’t simply give it away to the attention economy.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;forward-questions-or-hypotheses&quot;&gt;Forward Questions or Hypotheses&lt;/h3&gt;

&lt;p&gt;On structure: I have had great success by having set appointments for the gym. Can I apply a similar strategy for writing and picture making? What does it take for that to work?&lt;/p&gt;

&lt;h3 id=&quot;closing-reflection&quot;&gt;Closing Reflection&lt;/h3&gt;

&lt;p&gt;This past quarter was somewhat lost in an over emphasis on work and then consequent undirected personal time projects.
I drew energy from my new regular habit of going to the gym, another new activity of going out to dinner with a forming friend group, the few times I discovered and listened to some really good music&lt;sup id=&quot;fnref:m&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:m&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;, and my new simplified nutrition plan.
The time out to dinner with the new friend group was also the time that I felt most carefree.
I realized that too much screen time on attention economy parasitic activities (doom scrolling, YouTube influencer content, general screen time without a creative purpose) were some of the biggest causes of energy and mood drain.
So trying to limit the aimless screen time, or even going a bit further and limiting the RSS review time, which is a sort of planned aimless doom scroll, would probably improve my mood and satisfaction in the next quarter. Another habit that I suspect would produce a lot of satisfaction is a regular practice of 10 minute exploration writing.&lt;/p&gt;

&lt;p&gt;Finally, the grieving period caused a perspective shift, a chance to see things in a different light.
The time was, somewhat paradoxically, a slow almost meditative state, while I attended to my own emotional needs, completely insulated from the outside world’s pressures.
My own internal clock drove time’s forward march.
It was a strong reminder to identify and prioritize what matters and spend time on that.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:m&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I mean some interesting drones, some great ambient music, and always the long mixes from Anjunadeep. &lt;a href=&quot;#fnref:m&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;25Q4 Check-in&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2026/01/04/25Q4-check-in.html&quot;&gt;Tell me what you&apos;ve been up to in the last few months.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Third Quarter Review</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/10/01/quarter-3.html"/>
   <updated>2025-10-01T20:45:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/10/01/quarter-3</id>
   <summary>Words, rocks, runs, and too many notebooks. A mix of highs, lows, and next tries.</summary>
   <content type="html">&lt;p&gt;This first quarterly review covers July through September, 2025.
I’ll summarize what’s changed in that period.
There are two updates that are dominating over everything else: career updates and fitness shifts. 
It’s exciting that I am expected to deliver different results than before; my career has made a step change in progress (I won’t mention this further).
And in the last month both A and I have dramatically changed our approach to physical fitness.
So, this is an important note marking the start of a new chapter. 
It’s a turning point but also a reflection on how the grind is always turning, and that’s life.&lt;/p&gt;

&lt;h3 id=&quot;core-domains-review&quot;&gt;Core Domains Review&lt;/h3&gt;

&lt;p&gt;Most of the domains, the ones I feel like publishing anyway.&lt;/p&gt;

&lt;h4 id=&quot;writing&quot;&gt;Writing&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;What I did&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;I captured “Ambient Finds” in the second half of August (not published).&lt;/li&gt;
  &lt;li&gt;I continue to use 3 paper notebooks: a daily calendar for food and fitness, a main book for daily notes/research/thoughts, and a pocket waste book.&lt;/li&gt;
  &lt;li&gt;I continue to fill the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;25.2&lt;/code&gt; notebook. The volume of writing is lower than my expectation from &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;25.1&lt;/code&gt;.&lt;/li&gt;
  &lt;li&gt;Continued experiments with various smartphone note capturing workflows: Journelly, Shortcuts + iA Writer, Drafts.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What I learned&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;I have determined that I have no problem with words. What is lacking is structuring them into a larger work.&lt;/li&gt;
  &lt;li&gt;My struggle with too ephemerality of smartphone notes (they just get lost) + the doorway effect + carrying minimal things remains unsolved. The smartphone is usable when constraints limit other options, but I still prefer paper when I can use it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What’s next&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;See what happens when I experiment with making a larger point, even if it feels mechanical.&lt;/li&gt;
  &lt;li&gt;Allow daily captures to include some mundane thoughts. It’s a future-me reference. The stuff that is not particularly noteworthy yet later you wonder what did I think in 2025.&lt;/li&gt;
  &lt;li&gt;Don’t stress about where ephemeral notes end up, as long as you revisit them at the end of the day.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;reading-books&quot;&gt;Reading Books&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;What I did&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;I read 6 books; a mix of fiction and non-fiction. One was an audiobook.&lt;/li&gt;
  &lt;li&gt;I started and abandoned one other book.&lt;/li&gt;
  &lt;li&gt;A slow quarter for reading; other things heated up, and I had reached my yearly goal.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What I learned&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Russian short stories from the masters are wild, shockingly good reading despite the distance between reader and author. Thank you, George Saunders, for introducing me to them.&lt;/li&gt;
  &lt;li&gt;Didion’s ironic but distant eye works much better for me when turned on herself than other people outside of her cohort.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What’s next&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Keep reading, target some applicable reads.&lt;/li&gt;
  &lt;li&gt;Leave room for pure fun ones.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;photography&quot;&gt;Photography&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;What I did&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Made about 6000 pictures while just going about life.&lt;/li&gt;
  &lt;li&gt;These were family events (kid’s soccer game, dog park party), a field trip to Elkhorn slough, and a backpacking trip.&lt;/li&gt;
  &lt;li&gt;Exported several hundred and shared to the relevant small number of people.&lt;/li&gt;
  &lt;li&gt;Improved my export flow with Photos and Shortcuts and Working Copy.&lt;/li&gt;
  &lt;li&gt;Mostly shot with my Sony when I planned to, but I also experimented with Project Indigo and compared to Halide and the default Camera app.&lt;/li&gt;
  &lt;li&gt;I took down the pictures I made in Santa Barbara in January and haven’t put anything else back up. It’s pretty barren in my office right now.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What I learned&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Having a good low-friction workflow really helps!&lt;/li&gt;
  &lt;li&gt;I prefer the Sony’s output.&lt;/li&gt;
  &lt;li&gt;When viewed on iPad or iPhone, the smartphone pictures aren’t obviously different. The Sony just looks better.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What’s next&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Still trying to figure out how to get good non-smartphone-look pictures with iPhone; keep experimenting with LR settings.&lt;/li&gt;
  &lt;li&gt;Consider printing out a small series of photos, a la Seeing in Sixes.&lt;/li&gt;
  &lt;li&gt;Aim for one intentional session in Q4, while continuing my incidental practice.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;drawing-practice&quot;&gt;Drawing Practice&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;What I did&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Completed my first sketchbook!&lt;/li&gt;
  &lt;li&gt;Started a new sketchbook, which I have only drawn a little in since.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What I learned&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;I am quite impressed with the amount of improvement in the first sketchbook, which took about 5 months to fill. The challenge is now about compound objects and making scenes.&lt;/li&gt;
  &lt;li&gt;The long period of steady practice and slow improvement is difficult to sustain.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What’s next&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Consider returning to a 15 minutes a day practice.&lt;/li&gt;
  &lt;li&gt;I should remember why I prioritized drawing this year at all: it was an alternative to spending time with screens.&lt;/li&gt;
  &lt;li&gt;Just have fun, and damn the “mistakes.”&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;fitness&quot;&gt;Fitness&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;What I did&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Maintained a steady running practice of ~2 5k runs per week.&lt;/li&gt;
  &lt;li&gt;Shifted focus during runs from pace to heart rate.&lt;/li&gt;
  &lt;li&gt;Went backpacking in Eastern WA/OR, a highlight.&lt;/li&gt;
  &lt;li&gt;Started working with a personal trainer 3 times per week on functional strength training.&lt;/li&gt;
  &lt;li&gt;Got a DEXA scan.&lt;/li&gt;
  &lt;li&gt;Refocused my diet around nutrition to support my fitness routine.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What I learned&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Running slower, at a lower heart rate, is more sustainable and easier to look forward to. Who knew?&lt;/li&gt;
  &lt;li&gt;Working with an excellent trainer, one who has a good attitude and is very knowledgeable, is really great. Highly recommended, if you can afford it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What’s next&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Stick with the trainer, that’s going awesome.&lt;/li&gt;
  &lt;li&gt;When it’s right, add back in a second run each week.&lt;/li&gt;
  &lt;li&gt;Maintain cardio through the winter, even if means experimenting with using the, ugh, treadmill.&lt;/li&gt;
  &lt;li&gt;Continue iterating on the nutrition (macros, brah) to support.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;research&quot;&gt;Research&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;What I did&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Research has stalled. No notes or progress on my various topics under Humans and The Algorithm interests.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What I learned&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Projects that are too ambitious for my current time constraints and current skillsets are unsustainable.&lt;/li&gt;
  &lt;li&gt;The research area still fascinates me.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What’s next&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Try something smaller: define a narrower scope and a reachable goal.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;highlights-and-lowlights&quot;&gt;Highlights and Lowlights&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Highs&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Produced many good photos of rocks, plants, birds, or landscapes.&lt;/li&gt;
  &lt;li&gt;I am good at describing a mundane-yet-interesting or just odd scene in writing. I made several of these a day for a few weeks in August, and the practice helped me to notice the interesting and to put it on paper.&lt;/li&gt;
  &lt;li&gt;Just keeping a regular running practice going was already a win. Upgrading to functional weight training with my very own personal fitness concierge is a real treat!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Lows&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Too many interests make it difficult to have enough time for them.&lt;/li&gt;
  &lt;li&gt;I did not simply continue sketching and practicing when I moved on to a new notebook. It’s a nice notebook and despite my best efforts at not worrying about that, I still don’t want to ruin or waste it.&lt;/li&gt;
  &lt;li&gt;Did I do any research at all in the last 3 months? I don’t think I did.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;metrics--experiments-log&quot;&gt;Metrics / Experiments Log&lt;/h3&gt;

&lt;p&gt;In the last quarter, I…&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;recorded two overnight field recordings out in the wilderness,&lt;/li&gt;
  &lt;li&gt;posted eleven blog posts, of which eight are photos,&lt;/li&gt;
  &lt;li&gt;ran twenty-three times for a total distance of almost one hundred and ten kilometers,&lt;/li&gt;
  &lt;li&gt;went to the gym six times for functional weight training,&lt;/li&gt;
  &lt;li&gt;collected three bag nights in two states,&lt;/li&gt;
  &lt;li&gt;noted and edited notes on thirty three different days,&lt;/li&gt;
  &lt;li&gt;vacationed in the mountains for three nights,&lt;/li&gt;
  &lt;li&gt;discovered the California delta en route to the mountains,&lt;/li&gt;
  &lt;li&gt;road tripped to the Seattle area to visit friends for a week,&lt;/li&gt;
  &lt;li&gt;completed one two week experiment on writing,&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;and my other things too.&lt;/p&gt;

&lt;h3 id=&quot;forward-questions-or-hypotheses&quot;&gt;Forward Questions or Hypotheses&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;How will AI tools continue to influence, integrate, and enable more personal growth and development? How will I avoid personal atrophy with these supports?&lt;/li&gt;
  &lt;li&gt;How can I make balance work and life and keep it natural and easy and successful?&lt;/li&gt;
  &lt;li&gt;Continuing to note noticings will eventually pay off, just maybe not in the next quarter.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;closing-reflection&quot;&gt;Closing Reflection&lt;/h3&gt;

&lt;p&gt;Grinding on these things, rotating through them to mix it up and keep it interesting, pausing to regroup.
These strategies all lead to a payoff, sometimes smaller, sometimes bigger.
It’s been true in so many areas.
Start somewhere, work at it, level up, start over and work at it some more.
Enjoy the success, don’t worry about where it’s going.
Just follow the energy and keep your balance.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Third Quarter Review&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/10/01/quarter-3.html&quot;&gt;Email me about what you&apos;ve been up to lately.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Recently Watched</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/07/18/recently-watched.html"/>
   <updated>2025-07-18T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/07/18/recently-watched</id>
   <summary>DESCRIPTION</summary>
   <content type="html">&lt;h3 id=&quot;evil-s1-3&quot;&gt;Evil S1-3&lt;/h3&gt;

&lt;p&gt;What a weird show.
For a while it doesn’t know what it wants to be.
I’m not convinced it ever figures that out.
But it does set up some interesting situations that are fun to think about.
I hope the cast gets more work, they were good.&lt;/p&gt;

&lt;h3 id=&quot;murderbot-s1&quot;&gt;Murderbot S1&lt;/h3&gt;

&lt;p&gt;Fun and lighthearted.
Well, not only.
There are some weighty topics in there, but they are not treated with a heavy hand.
I guess I mean that the audience is not fcuked with.
I’m noticing a theme in my viewing.&lt;/p&gt;

&lt;h3 id=&quot;andor-s2&quot;&gt;Andor S2&lt;/h3&gt;

&lt;p&gt;Excellent.
More complicated than S1.
I don’t think they need to make more Andor (how can they).
But more original stories please, with actual development.&lt;/p&gt;

&lt;h4 id=&quot;rogue-one&quot;&gt;Rogue One&lt;/h4&gt;

&lt;p&gt;I followed it up with Rogue One.
It didn’t match my memory of watching it when it came out.
I mean, all the pieces were there, but compared to the series it is sh*t.
R1 is just a bunch of scenes in sequence with almost no time to think or appreciate or get to know any of the characters.
I guess they just try to do too much in there.
I appreciate the visuals, but it’s not much of a story.&lt;/p&gt;

&lt;h4 id=&quot;a-new-hope&quot;&gt;A New Hope&lt;/h4&gt;

&lt;p&gt;Of course I had to watch Episode IV right after.
It was great.
I mean, minimalistic in the story, but understandable.
And they didn’t rush to fill every second with unmotivated words or deeds.
There was time to soak in the universe, feel what the characters felt.
A more civilized age.&lt;/p&gt;

&lt;h4 id=&quot;han-solo&quot;&gt;Han Solo&lt;/h4&gt;

&lt;p&gt;And because I had checked out the Art of Han Solo from the library and enjoyed it, I decided to also watch the Solo movie too.
I was really surprised.
My recollection of this one was of not particularly enjoying it when it came out.
This time, I got it and felt there was space to breathe.
I mean, they do put a lot in there but it seemed to hold together.
Maybe t&lt;a href=&quot;https://en.wikipedia.org/wiki/Solo:_A_Star_Wars_Story&quot;&gt;he director&lt;/a&gt; had something to do with it.&lt;/p&gt;

&lt;h3 id=&quot;brooklyn-99-all-seasons&quot;&gt;Brooklyn 99 All Seasons&lt;/h3&gt;

&lt;p&gt;Still a top show.
Great for fun frivolous laughs.
But it has a heart; it cares about its people.&lt;/p&gt;

&lt;h3 id=&quot;the-expanse-s1-3-ongoing&quot;&gt;The Expanse S1-3, ongoing&lt;/h3&gt;

&lt;p&gt;Still so good.
Fun scifi.
On the way to completing the series again.&lt;/p&gt;

&lt;p&gt;I am also reading Book 2 (Calaban’s War).
It’s better than Book 1 (Leviathan Wakes).
Reading more of these books seems plausible now.&lt;/p&gt;

&lt;h3 id=&quot;the-x-files-s1-4-ongoing&quot;&gt;The X-Files S1-4, ongoing&lt;/h3&gt;

&lt;p&gt;Still generally excellent.
M&lt;a href=&quot;/notes/2025/06/05/x-files-theory.html&quot;&gt;y theor&lt;/a&gt;y that it laid some of the foundation (or just enlarged it) for today’s info-sphere problems does somewhat complicate my appreciation.
And that it’s not well suited to binge style streaming does bare some of the threads.
Still, I am enjoying the weird world that Mulder and Scully inhabit.&lt;/p&gt;

&lt;p&gt;Someone get that woman a desk, please.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Recently Watched&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/07/18/recently-watched.html&quot;&gt;Email me your recent watches.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Navigating the Weirdness</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/07/06/navigating-the-weirdness.html"/>
   <updated>2025-07-06T14:45:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/07/06/navigating-the-weirdness</id>
   <summary>Erik Davis on the weird time we're in and in for.</summary>
   <content type="html">&lt;p&gt;I’ve never heard of Erik Davis before.
I don’t know if he’s a nut or not.
I watched these &lt;a href=&quot;https://www.youtube.com/live/GGxtbQ8fkho?si=qU1_-KkEl9_YgK0n&quot;&gt;two&lt;/a&gt; &lt;a href=&quot;https://www.youtube.com/live/l8nsQXbTKg0?si=sF0EKAafP-jOFZwq&quot;&gt;videos&lt;/a&gt; and thought there were some good ideas in there, even if a lot of it sounds crazy at times.&lt;/p&gt;

&lt;p&gt;These notes cover the material that starts at about 46:20 in the second video through to the end.
They are random, scattershot notes.&lt;/p&gt;

&lt;p&gt;If I was forced to connect this to my science background, I would say it’s observational skills, phenomenology and empirical.
The key is to not discount reports of people believing things that you know to be wrong.
The alternative stance is to use “maybe logic”&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; to accept the implications of the observations, even it doesn’t represent the factual truth.
Those reports may still guide to some other insight.&lt;/p&gt;

&lt;p&gt;To kick it off, here’s something unexpectedly weird that I ran into last week:&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-07-03-alviso-salt-pond-1200.jpeg&quot; alt=&quot;Deep red water crosses the view from left to right, surrounded by white ground. There is a thin strip of yellow and dark green hills in the far distance at the very top of the frame.&quot; title=&quot;Deep red water crosses the view from left to right, surrounded by white ground. There is a thin strip of yellow and dark green hills in the far distance at the very top of the frame.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Alviso Salt Pond, 2025&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;principles-of-navigation&quot;&gt;Principles of Navigation&lt;/h3&gt;

&lt;p&gt;Weird shit is happening.
It has been for a while.
Some examples: the global supply chain, self-driving cars, social media and the internet.
A lot of stories are being told too.
Examples of that too: disinformation campaigns, virality and algorithmic feeds, tech hype cycles.&lt;/p&gt;

&lt;p&gt;Test it by tracking your own belief evolutions if you do the opposite of what you would normally for a set period of time, a few days.
Maybe use UFOs as a laboratory to investigate your changing beliefs; they’re already weird af and polluted with lots of manipulation.
For example, if you do believe in UFOs/IAP, go in a different direction: &lt;a href=&quot;https://paglen.studio/psyops/&quot;&gt;practice skepticism&lt;/a&gt; and corroboration of every thing you hear.
If you don’t believe, do a deep dive down the rabbit hole.
See how your beliefs change.
Track them and follow what is different before and after.
It can give you insight into influences on your beliefs in other, more mundane domains.
Synchronistic connection: Matt Webb’s recently relayed a point that &lt;a href=&quot;https://interconnected.org/home/2025/06/30/copernican&quot;&gt;knowing that aliens exist is unlikely to change things much&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The tools below offer ballast to keep you upright in the stormy waters of the weirdening.
The goal is to maintain your humanity and soul in as healthy of a state as can be.&lt;/p&gt;

&lt;h4 id=&quot;1-perpetuate-human-theater&quot;&gt;1. Perpetuate Human Theater&lt;/h4&gt;

&lt;p&gt;Just keep doing normal everyday stuff no matter what else happens.
Keep falling in love, arguing, solving the world’s problems, debating religion, being neurotic, all that stuff.
This is living.&lt;/p&gt;

&lt;h4 id=&quot;2-attention-martial-arts&quot;&gt;2. Attention Martial Arts&lt;/h4&gt;

&lt;p&gt;This is a marathon, a long game.
Settle in, the weirdness will not likely be over in our lifetime.
Attention is a martial art in hybrid warfare.
The battlefield is not in the obvious places; the infosphere is one but there are others.
Broadly speaking, our attention is the battleground.
It’s not always obvious who the combatants are either.
Evade the traps that diminish your power or your clarity.&lt;/p&gt;

&lt;h4 id=&quot;3-concretize-and-subtle-ize&quot;&gt;3. Concretize and subtle-ize&lt;/h4&gt;

&lt;p&gt;The goal here is to keep our soul alive.
Pay attention to the specific embodied experiences of your life; this is the concrete.
Make an art practice of noticing your experience and responses to subtle nuanced things.
Humans are good at this.
This helps elude abstract narratives which attempt to distract us from our lived experiences.&lt;/p&gt;

&lt;h4 id=&quot;4-pick-your-battles&quot;&gt;4. Pick your battles&lt;/h4&gt;

&lt;p&gt;Sustain your effort; you can’t fight effectively every day for years and years.
Keeping focus is a skill you can learn and develop.
Go deeper, feel better.&lt;/p&gt;

&lt;h4 id=&quot;5-shouldnt-should&quot;&gt;5. Shouldn’t should&lt;/h4&gt;

&lt;p&gt;What does this mean?
Reject the “capital E” expectations.
Do what you do, don’t do what you think you should be doing.
Find in yourself your authentic response.
It’s not necessarily the trained or socially expected one.
Examine of those impulses.&lt;/p&gt;

&lt;h4 id=&quot;6-keep-your-cool&quot;&gt;6. Keep your cool&lt;/h4&gt;

&lt;p&gt;Be able to calm down and be un-triggered.
It’s a skill and a powerful gift.&lt;/p&gt;

&lt;h4 id=&quot;7-foxhole-humor&quot;&gt;7. Foxhole Humor&lt;/h4&gt;

&lt;p&gt;It’s all so weird and comedic.
Maintain your freedom to laugh.
Things can be both a bummer and humorous.&lt;/p&gt;

&lt;h4 id=&quot;8-emotional-mixing&quot;&gt;8. Emotional Mixing&lt;/h4&gt;

&lt;p&gt;Keep loving your dog and being happy, despite the awful stuff.
Be aware that this stuff is triggering, is genuine, is intentionally manipulating.
Develop some space and resilience around your emotion responses.
I don’t mean to ignore the terrible, I do mean don’t neglect the good.
Keep feelings real, but also play with them.&lt;/p&gt;

&lt;p&gt;Grief is legit and contains the seeds of the future; anger and fear do not.&lt;/p&gt;

&lt;h4 id=&quot;9-join-posses&quot;&gt;9. Join Posses&lt;/h4&gt;

&lt;p&gt;Getting together with people is important.
Friendship networks, “Fellowship of the Ring”s type stuff.
Keep your old friends, make new ones.&lt;/p&gt;

&lt;h4 id=&quot;10-curate-your-curators&quot;&gt;10. Curate your curators&lt;/h4&gt;

&lt;p&gt;Be intentional about who you follow.
Remember why you followed them when it seems to not make sense anymore.
Be willing to prune but also continue with them if they still make sense.&lt;/p&gt;

&lt;h4 id=&quot;11-values-over-frameworks&quot;&gt;11. Values over frameworks&lt;/h4&gt;

&lt;p&gt;Go deep on values.
It’s not about what you believe that people should be doing.
Take advantage of the situation, figure out how to use it.
It sucks, but what’s the alternative.
Connect with core values; they provide coherence and guidance over rigid frameworks.&lt;/p&gt;

&lt;h4 id=&quot;conclusion&quot;&gt;Conclusion&lt;/h4&gt;

&lt;p&gt;These are some ways to survive the continuing weirdness.
Not all of them may make sense for all of us, it’s ok to be picky and choosey about your.
The backstop objective is to maintain your soul and humanity.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;“Maybe logic” is a stance that involves accepting the potential significance or implications of an observation, even when its factual truth is not confirmed or is actively doubted. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Navigating the Weirdness&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/07/06/navigating-the-weirdness.html&quot;&gt;Email me the weird stuff.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Some Good Stuff</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/07/01/good-stuff.html"/>
   <updated>2025-07-01T07:01:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/07/01/good-stuff</id>
   <summary>There is good stuff.</summary>
   <content type="html">&lt;p&gt;It’s just some stuff that I’ve seen recently.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://rubinobservatory.org&quot;&gt;Rubin Observatory&lt;/a&gt;!
I’ve been following this thing for like 20 years!
It’s going to be so cool.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://hollisrobbinsanecdotal.substack.com/p/you-say-silo-as-if-it-were-a-bad&quot;&gt;Silos&lt;/a&gt;! via &lt;a href=&quot;https://www.inkstain.net/2025/06/quoting-hollis-robbins/&quot;&gt;Jeff&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://beta.ideas.lego.com/challenges/39f467a4-3086-4d13-8603-fa37b45d1280/entries/1821371b-d02d-4a34-a07a-224d75ffe105&quot;&gt;LEGOs for The X-Files&lt;/a&gt; are coming!&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-06-22-tapes-1200.jpeg&quot; alt=&quot;Three boxes of tapes on the sidewalk&quot; title=&quot;Three boxes of tapes on the sidewalk&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;San Jose, CA. 2025&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Some Good Stuff&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/07/01/good-stuff.html&quot;&gt;Email me some good stuff!&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The Casino World Death Cult</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/06/27/writing-summary-casino-world.html"/>
   <updated>2025-06-27T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/06/27/writing-summary-casino-world</id>
   <summary>Writing summary on two ideas.</summary>
   <content type="html">&lt;p&gt;In today’s post, I’ve explored what I think about the idea that the world is being consumed by Casino logic and how that connects into an older idea that I’ve been kicking around which is that America is a Death Cult.
As usual, the ideas and thoughts here are provisional and exploratory.
I may encounter some new information or thought that radically changes how I think about these ideas.
But, I won’t know that if I don’t write it down to look at.&lt;/p&gt;

&lt;h3 id=&quot;summary&quot;&gt;Summary&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Recapping the Casino-world ideas from &lt;a href=&quot;https://podcasts.apple.com/us/podcast/panic-world/id1740187810?i=1000714470429&quot;&gt;Panic World podcast&lt;/a&gt; with Edward Ongweso Jr (&lt;a href=&quot;https://thetechbubble.substack.com/p/trapped-in-the-maw-of-a-stillborn&quot;&gt;The Tech Bubble post&lt;/a&gt;), from June 2025. It was the legalization of online sports betting in the US that really turned a lot more of internet economy toward the idea of keeping the users in flow state. Not just attention economy feeds, but everything. The user is so focused on the trickle of entertainment that they don’t notice the draining bank account or frittered hours. Turning toward this had already started before betting got involved, maxing attention metrics just became a mainstream imperative.&lt;/li&gt;
  &lt;li&gt;I hypothesize that the ad sellers in the feeds are not actually incentivized to do excellent matching of highly relevant ads. If they do, the user exits the doom scroll loop. It’s just enshittification: value is extracted by the middleman from both parties. The user is duped into doom scrolling, the ad buyer is swindled out of click throughs in this two-sided scam.&lt;/li&gt;
  &lt;li&gt;The feed user trades away their time and attention in exchange for the analgesic thumb-twitching hours of a distracted half-sleep. They escape to TikTok from whatever it is that is immediately troubling them. It’s not necessarily anxiety free, but it is legal, self-dosed through their own dopamine glands, is convincingly in their own control, and is always available. Whenever they need a moment of distraction from their daily suffering, whatever it may be, an internet break is always in there in the pocket.&lt;/li&gt;
  &lt;li&gt;An emergent feature of America’s particular flavor of divided bureaucracy&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; governance is profit maximizing in highly regulated environments. That’s the great thing about being able to help write the rules, it’s hard to be a criminal when you don’t break any laws. And, making the individual responsible for all the risk and consequences gives them a feeling of control. I call this situation the American Death Cult. The people are setup to fail, and they want it.&lt;/li&gt;
  &lt;li&gt;The death cult is the bigger tent here. Casino-world is just one particular ring of marketing mechanics inside the circus. There are other rings, and the most successful blend distraction and confusion to keep the participants disempowered and unable to align the incentives with their own interests.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;resonant-phrases&quot;&gt;Resonant Phrases&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;“casino-ification of the internet”, and everything&lt;/li&gt;
  &lt;li&gt;“placing bets is an entry gate to flow state”&lt;/li&gt;
  &lt;li&gt;“getting to the content interrupts the flow”&lt;/li&gt;
  &lt;li&gt;“dupe the ad buyer as much as the scrolling user”&lt;/li&gt;
  &lt;li&gt;“exchange attention time for a docile vegetative state of half sleep.”&lt;/li&gt;
  &lt;li&gt;“a kind of legal self-drugging”&lt;/li&gt;
  &lt;li&gt;“people blinders”&lt;/li&gt;
  &lt;li&gt;“the death cult is the bigger tent”&lt;/li&gt;
  &lt;li&gt;“How to avoid being a criminal: don’t break the law. Easiest to do that if you also wrote the laws.”&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;From Matt Webb: “&lt;a href=&quot;https://interconnected.org/home/2025/06/27/scraps#:~:text=by%2Dminute%2Dhoned-,attention%2Dfarming,-prestige%20slop&quot;&gt;attention-farming&lt;/a&gt;”.&lt;/p&gt;

&lt;h3 id=&quot;open-loops&quot;&gt;Open Loops&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Gather specific examples of the death cult systems that show profit-harm misalignment. Some immediate examples are healthcare, housing, student debt, fintech, social media. Write case studies.&lt;/li&gt;
  &lt;li&gt;Dig deeper into flow state around doomscrolling and gambling. How does it start, how is it interrupted, where else does it surface? Cable news, shopping, anything that tries to get you hooked.&lt;/li&gt;
  &lt;li&gt;Get a few more examples of regulatory capture.&lt;/li&gt;
  &lt;li&gt;How to counter the flow exploitation?&lt;/li&gt;
  &lt;li&gt;How to resolve if the ad buyers are in fact being duped in the current system? It’s just speculation in my thinking.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Ref: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;25.2p71-73&lt;/code&gt;&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Graeber’s revolving door relationship of the regulator to the regulated. See his book &lt;em&gt;The Utopia of Rules&lt;/em&gt;. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The Casino World Death Cult&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/06/27/writing-summary-casino-world.html&quot;&gt;Email me your death cult stories.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Aesthetic Residue</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/06/26/writing-summary-aesthetic-residue.html"/>
   <updated>2025-06-26T12:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/06/26/writing-summary-aesthetic-residue</id>
   <summary>More writing summary footholds.</summary>
   <content type="html">&lt;p&gt;I mentioned the term “Aesthetic Residual” &lt;a href=&quot;/notes/2025/06/24/writing-summary-entropic-decay.html&quot;&gt;earlier this week&lt;/a&gt; but left it at that.
I returned today to take it up and find out what I meant.
The thoughts here are still provisional, still exploring, but I returned with a few good idea nuggets to leave on the shelf for a future me to find.
Take a look.&lt;/p&gt;

&lt;p&gt;Note: ‘aesthetic residual’ is a placeholder term.
My definition is still evolving.&lt;/p&gt;

&lt;h3 id=&quot;summary&quot;&gt;Summary&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Modern stories&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; have a very useless feel, they are either pure escape or frustratingly incomplete and don’t offer any souvenir, an absorbed interaction template for example, to bring back to reality.&lt;/li&gt;
  &lt;li&gt;Before getting to the failures of the middle, let’s start at the two extremes. At the minimalist end are suggestive poems from the imagination, spare atmospheric concepts, places that invite the audience to inhabit and complete as they like. The other end is the fully realized masterpiece where even the details have believable sub-details.&lt;/li&gt;
  &lt;li&gt;At first I thought my definition for aesthetic residuals was something like the committee-built mashups made from spare parts. Catchy one-offs fused into a grotesque that lack a competent follow through. The committee tried to make a commercial venture of it anyway. But that didn’t quite feel right, these are a thing, they’re just something else.&lt;/li&gt;
  &lt;li&gt;But now I believe the true aesthetic residuals here are those still visible suggestive concepts. To get at them, one needs to un-embed the raw idea from the final product. To do it is tough, there is a lot of confusing noise in these faulty stories. The unfinished gems are hard to grasp because they were only half there to begin with. I suspect in a year I will be defining it somewhere else nearby.&lt;/li&gt;
  &lt;li&gt;Those incomplete leftovers tempt us into making a bigger story because we can invent missing pieces in our minds and ignore the bad ones before we speak them into existence, we can easily neglect the rough edges that don’t line up. Cognitively speaking, I propose that this is a result of our limited working memory (about 5±2 slots). This limitation helps to make our day dreams feel functional. We simply lack the capacity to notice that all the story details we invented don’t make a complete picture. It’s fun anyway.&lt;/li&gt;
  &lt;li&gt;What to do? Aim for the poles: make suggestion the game and let the audience do the work. Don’t publish a masterwork until it’s really finished. Don’t be a sellout that’s being lazy for money. Avoid making messy middle ground pieces packed with loose ends that interfere with having a good make-believe time. Make something to be proud of.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;resonant-phrases&quot;&gt;Resonant Phrases&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;“liminally latent spaces” or “latently liminal spaces”&lt;/li&gt;
  &lt;li&gt;“workaday craft pieces”&lt;/li&gt;
  &lt;li&gt;“amputated series”&lt;/li&gt;
  &lt;li&gt;“zombie corpses that carry on”&lt;/li&gt;
  &lt;li&gt;“reanimated shamble”&lt;/li&gt;
  &lt;li&gt;“unfinished gems”&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;open-loops&quot;&gt;Open Loops&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;If we had a larger working memory would that help or hinder story craft?&lt;/li&gt;
  &lt;li&gt;Can we put a finer finger on what constitutes truth in fantastical tales?&lt;/li&gt;
  &lt;li&gt;I suppose if we could somehow fix up those middle ground stories, that would be a billion dollar idea. Perhaps it’s about taking away instead of adding more. Make room for the audience to add their own juice. The question is, can subtraction turn middling works into workable stories? It’s a collaboration of subtractive synthesis.&lt;/li&gt;
  &lt;li&gt;Is it the audience or the author that is responsible for making meaning in these stories? Where is that boundary? Naively I thought this was a settled litigation in favor of the audience, once the author completes their work. But they inhabit the system that the author creates to guide them, so authors had better make a good system.&lt;/li&gt;
  &lt;li&gt;What do we lose in these failed stories? What do we gain?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Ref: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;25.2p69-71&lt;/code&gt;&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I’ll clarify that I mostly mean movies with this. And a lot of television. So you can calibrate on recent movies that I did like: Dune 1 &amp;amp; 2, the D&amp;amp;D movie, I was pleasantly surprised by Superstar: Never Stop Never Stopping, the Knives Out movies. I think you probably get the idea. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Aesthetic Residue&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/06/26/writing-summary-aesthetic-residue.html&quot;&gt;Email me your favorite unfinished gems.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The Failure of The Makers of Meaning</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/06/25/writing-summary-failure-meaning.html"/>
   <updated>2025-06-25T09:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/06/25/writing-summary-failure-meaning</id>
   <summary>Another writing summary.</summary>
   <content type="html">&lt;p&gt;I have open-loop free-written on the topic of our collapsing methods of making meaning.
As usual, this is provisional, and doesn’t yet feel like I have landed on the core of what I want to say.
Lots of interesting side-alleys though.&lt;/p&gt;

&lt;h3 id=&quot;summary&quot;&gt;Summary&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Our faculties for making meaning have always been in a process of renewal. Old methods fade, and new ones replace them. I suspect the pace of this regeneration is at an especially high clip right now. Some examples: we have a social media coded president, we are in an advanced position on the s-curve of exploiting current level info tech (ie wringing the last drops of blood from the stone of attention)&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;, and there are several aggressive state actors. All that contributes to the rushed feeling of the information environment. The most probable is the electronic/computational revolution that is very much unfinished at the moment. It is unclear to me that the acceleration will continue or a new equilibrium will be eventually reached. The evidence needed to settle that question is likely years or decades away.&lt;/li&gt;
  &lt;li&gt;The transition period is rough, we are drowning in a deluge of unvetted information, disinformation, analysis, and raw data. Profit-biased mainstream (formerly) media is in a hot war with the internet. On the other side is a legion of “post world” algorithmically intensifying viral-coded news-like clickbait pieces. And don’t get me started on the various flavors of slop (from SEO recipes to &lt;a href=&quot;https://knowyourmeme.com/memes/events/facebook-ai-posts-epidemic-facebook-ai-slop&quot;&gt;shrimp Jesus&lt;/a&gt; and &lt;a href=&quot;https://knowyourmeme.com/memes/pope-in-white-puffer-jacket-pope-francis-drip&quot;&gt;Pope drip&lt;/a&gt;), all of it urgently competing for our attention. It is hard to avoid the conclusion that this is some sort of crisis of legibility.&lt;/li&gt;
  &lt;li&gt;The old reliable markers of trustworthy meaning makers have been worn out, and they weren’t what we thought anyway. It’s all being unmade and remade right now. We can find a standard that reasonable people would accept for the necessary inputs to making up our own minds. One of those inputs is a luxury of time to consume and digest the information fully before making a decision. There are a multitude of fronts where directing our attention would benefit in decision making (climate change, political will, homelessness, healthcare, taxes, you name it), and it is that very attention that is so desired by all the marketers and industrialists. It’s a real conflict of interest.&lt;/li&gt;
  &lt;li&gt;One challenge is that we’ve learned that a persuasive tale can look deceptively like the truth. The credibility component is an entirely independent variable easily isolated from the reality-based truth component. Entire industries (psyops, advertising, PR agencies) have been developed around this separation; it’s a natural consequence of the information age. And that is the fully developed form of the duality of subjective (imagined) and objective (physical/real) realities. Reality has its subjective uses and its objective uses, both are valid.&lt;/li&gt;
  &lt;li&gt;Another parallel here is the alignment problem in artificial intelligence. It may be a matter of what we humans recognize as goals, but we ought to be operating in the easy version of the problem right now with only other humans to contend with, for example sharing non-&lt;a href=&quot;https://knowyourmeme.com/editorials/guides/what-is-enshittification-the-theory-about-the-possible-death-of-the-useful-internet-explained&quot;&gt;enshittified&lt;/a&gt; news that is actually useful and helpful. We are failing miserably on some axes in this easy case. Compare that to the much more challenging problem of an alien or artificial intelligence with unknowable goals.&lt;/li&gt;
  &lt;li&gt;The consumer is ultimately responsible for what they consume. But the incentives and structures of the system they inhabit contribute.&lt;/li&gt;
  &lt;li&gt;It’s not just conmen that we need to be wary of, there are confidence structures that are doing the swindle too. (Check that this is clearly listed above.)&lt;/li&gt;
  &lt;li&gt;We may be in a bifurcation scenario: those that choose (or can afford) to do the work of being discriminating about their information intake will sort into one group, and those that passively sop it all up are in a different group. I am looking for evidence that this sorting happens and what the real effect is. Those in the second group already appear to inhabit a world haunted by demons, and it’s impacting the world of the rest of us too.&lt;/li&gt;
  &lt;li&gt;The break-and-patch method of corporate optimization may or may not be successfully applied to the social institutions that we all depend on. The interdependency of this system is complex and not well understood; its resiliency is untested. We may be in for a surprise.&lt;/li&gt;
  &lt;li&gt;The current information saturation point is an echo of the witch hysteria that occurred at the beginning of the printing press era (check facts here). There were so many reports that even if only a small percentage were true, that would be too many witches.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;resonant-phrases&quot;&gt;Resonant Phrases&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;“collapse as a continuous process of renewing”&lt;/li&gt;
  &lt;li&gt;“Collectively constructed subjective reality”&lt;/li&gt;
  &lt;li&gt;“subjective reality has a lot of force in the world”&lt;/li&gt;
  &lt;li&gt;“agentic authority”&lt;/li&gt;
  &lt;li&gt;“Maximally convincing”&lt;/li&gt;
  &lt;li&gt;“Break-and-patch governance”&lt;/li&gt;
  &lt;li&gt;“A preponderance of evidence of witches”&lt;/li&gt;
  &lt;li&gt;“Printing with electrons is far cheaper even than buying ink by the barrel.”&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;open-loops&quot;&gt;Open Loops&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;We ourselves do not have the capacity to make legible meaning of all aspects of our lives. It’s overwhelming. What do we farm out, what do we reserve sovereignty for, and what do we say “I don’t know” to? Where are the limits? Omniscience is a fools errand.&lt;/li&gt;
  &lt;li&gt;Why has the amount of stuff rammed into our eyeballs escalated so extremely? Cheaper tech has lead to screens everywhere, and something must go on them, but why do we do this to ourselves?&lt;/li&gt;
  &lt;li&gt;What are the limits of the alignment analogy that I use? What is and isn’t alignment?&lt;/li&gt;
  &lt;li&gt;Is the bifurcation scenario even plausible? Find examples that already exist.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Ref: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;25.2p66&lt;/code&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;One thing that is nice about free writing by hand is that I can’t go back and mince words, only forward.
The only latitude afforded me is this sentence, this next phrase block that I am writing now.
It compels motion, and pushes me away from second guessing or trying to find an improvement to what I just said.
I mean, I can rewrite it again in the next line, but I haven’t adopted that habit yet.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;What I mean here is that we’ve developed a lot of tools and technology for computing and manufacturing, and now we’re late in the game of optimizing all of them to extract as much value as possible. There is a lot of surface area to apply that optimization too, so consequently a lot of things begin to change. The last mile is things like computer screens in refrigerators (now with ads!), washing machines that can text you when they need more detergent, popovers for the popups on the SEO drivel recipe sites, and surely coming soon: targeted ads in the AI generated slop video, chats, and music. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The Failure of The Makers of Meaning&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/06/25/writing-summary-failure-meaning.html&quot;&gt;Email me your dissolving meanings.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>On Entropic Decay</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/06/24/writing-summary-entropic-decay.html"/>
   <updated>2025-06-24T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/06/24/writing-summary-entropic-decay</id>
   <summary>A writing summary.</summary>
   <content type="html">&lt;p&gt;These are more provisional notes, thinking in the act of being thought.&lt;/p&gt;

&lt;p&gt;Entropic decay is the apparent and accepted brokenness of a still functioning system, or one that recently did function.
In non-physics contexts, entropy is the lack of order or predictability of things.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-01-08-spout-1200.jpeg&quot; alt=&quot;A missing downspout piece that connects the upper segment to the drain in the ground.&quot; title=&quot;A missing downspout piece that connects the upper segment to the drain in the ground.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Downtown Santa Barbara, 2025&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;summary&quot;&gt;Summary&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;There is an office building somewhere in Puyallup that is frozen in the Eighties. It’s a form of maintained entropic decay, a capsule traveling through time, misplaced not in space but in time. There is a difference between a timeless style and fashions that are of a particular time, but that maybe goes under the heading for &lt;a href=&quot;/notes/2025/06/26/writing-summary-aesthetic-residue.html&quot;&gt;Aesthetic Residuals&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Entropic decay has one projection onto the lack of physical maintenance of machines, infrastructure, tidying and storage. It’s about the functional minimum of keeping it all going, about letting go of keeping up appearances. Replace with the wrong style part, maybe even  a part from the wrong industry altogether. The functional minimum may be the pinacle of what is achievable in the situation. A thing used far beyond its original purpose because there was no other choice. Other examples include using the wrong tool for the job such as opening a paint can with a screwdriver, knowing just the right way to unstick a door, and the satisfaction of being the go to person for making that one machine produce.&lt;/li&gt;
  &lt;li&gt;Another dimension of this are the rituals, processes, and institutions that continue on after their original purpose has been long forgotten. Traditions, superstitions, habits, memes. All can be evidence of entropic decay, some faithful logic out of place or time lumbering on like a sleepwalker, providing stability of who knows what and leaving a disturbed wake rippling outward across society. There are taboos, laws, rules, and norms all persisting in a way that make their original intents and purposes questionable in most situations.&lt;/li&gt;
  &lt;li&gt;Entropy is a strange kind of force in nature, always present and inevitable in its seeping pressure to disorder things. Nature’s rebellion leaves its mark on all things, at all scales. The entropic patina is inescapable, it can only be delayed a little, diverted for a time, hidden in the fine details of the surface. Like gravity, entropy influences all things, always.&lt;/li&gt;
  &lt;li&gt;The elegant disrepair has a kind of accidental random beauty, imbuing the surface with an energy. The layer of entropic energy may perturb the order of things and lead to some unexpected contrast that invites insight. Is the source of our resonant response to the perceived beauty something that is really there, or only us seeing patterns in the energetic traces made by the oldest fundamentally random natural force?&lt;/li&gt;
  &lt;li&gt;Nature is not excluded from the topographics of entropic decay; landscapes with particular types of exceedingly slow erosion will have all the appearance of entropic decay, but without the intentional construction it is a natural process following its course. There are those rare places which have a strong formal geometry, an accidental rhyme of the made landscape, some of those places chip and wear away into smaller and smaller platonic fragments of matter. These special happenstance locales have a naturally occurring entropic decay.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;resonant-phrases&quot;&gt;Resonant Phrases&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;The 80s office park that’s been quite well maintained but never updated, preserved in its original vision.&lt;/li&gt;
  &lt;li&gt;It’s the worn out road stripes, it’s the utility pole so tired it droops, wilts, sags for rest. Or maybe it’s the utility pole held up by the power lines it once supported, separated from its base, just left that way for years. Tolerated brokenness, minimum viable repair. I’ve seen all of these things.&lt;/li&gt;
  &lt;li&gt;The double asymmetry of the misplaced, the misused, the missing, and where it is found in some random new setting. Example: a partially rebuilt internal combustion engine in the front kitchen. Why is it there? Who cares, what ideas does it inspire?&lt;/li&gt;
  &lt;li&gt;Rituals and bureaucracy that persist on inertia alone, their purpose forgotten long ago and lost to time.&lt;/li&gt;
  &lt;li&gt;The entropic patina, the result of a constant seep of change pressing on the surfaces of all things, always. The residue is a kind of energy held in ember or glass, slowed but never halted.&lt;/li&gt;
  &lt;li&gt;Old, worn out places, even if they are repurposed and repainted like the old &lt;a href=&quot;https://en.wikipedia.org/wiki/Navajo_Bridge&quot;&gt;Navajo Bridge&lt;/a&gt; made into a pedestrian access over the Colorado river (see image below), or &lt;a href=&quot;https://en.wikipedia.org/wiki/High_Line&quot;&gt;The High Line&lt;/a&gt; Park&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; in NYC, they can’t have a new paint smell, the accumulated and accreted patina of years of entropic wear which can’t be fully covered up. They carry their age with them, unless we unmake them entirely or bury their surfaces under a new edifice entire.&lt;/li&gt;
  &lt;li&gt;The photo above of the downspout is from a fancy district in Santa Barbara. I took it in January of this year. I offer it as evidence that even the wealthiest among us cannot fully negate entropy’s tireless efforts.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;open-loops&quot;&gt;Open Loops&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;As mentioned above, is there something real in the patina, or do we just see patterns in the noise left at all scales by the busy fingers of entropic ghosts?&lt;/li&gt;
  &lt;li&gt;What’s the smallest disturbance of entropic decay we could call as such, in each domain? And how large can we go with this concept?&lt;/li&gt;
  &lt;li&gt;How strangely may we stretch the idea: by what mechanism does it impress upon our subjective reality? Not just the thermodynamic action, it seems to also disturb our very ideas in some way. Does some mathematically topological mapping enable us to make predictions about the limits of bureaucratic scale? Is there a limit to the physical scale beyond which we can no longer bestow blame upon entropy’s reach, and so escape it? Some thing is just too big to be random? I think not.&lt;/li&gt;
  &lt;li&gt;Clarify the distinction and border with the adjacent concept of the Aesthetic Residual.&lt;/li&gt;
  &lt;li&gt;I didn’t include it here, but there was a strand about technological replacement (really a phase change of any sort, technology, habit, species) a kind of catastrophic entropic decay, organized or reorganized disorder? Or something else.&lt;/li&gt;
  &lt;li&gt;There are some places, “un-main roads” for instance, where the entropic decay accumulates into a museum of typologies, framed and showcased in surroundings that compliments the energy of these “pieces”. Where are these place, why are these places?&lt;/li&gt;
&lt;/ol&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2014-08-27-bridge-1200.jpeg&quot; alt=&quot;The old span across the Colorado river is now a pedestrian viewing platform, overlooked by high cliffs above.&quot; title=&quot;The old span across the Colorado river is now a pedestrian viewing platform, overlooked by high cliffs above.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Old Navajo Bridge in Arizona, 2014&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;Ref: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;25.2p62&lt;/code&gt;&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Sadly, I have yet to make it to the High Line. I should also make a point to get to the park on the top of &lt;a href=&quot;https://en.wikipedia.org/wiki/Salesforce_Transit_Center&quot;&gt;Salesforce Transit Center&lt;/a&gt; in SF (but this is still a new thing, and entropy’s work is only begun on it). &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;On Entropic Decay&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/06/24/writing-summary-entropic-decay.html&quot;&gt;Email me your wildest or most mundane application entropic decay.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>What's Real Anyway</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/06/12/whats-real-anyway.html"/>
   <updated>2025-06-12T23:15:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/06/12/whats-real-anyway</id>
   <summary>Touch Grass Yo!</summary>
   <content type="html">&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-06-07-santa-teresa-1200.jpeg&quot; alt=&quot;Yellow grass and sparse oak trees with a hilly background.&quot; title=&quot;Yellow grass and sparse oak trees with a hilly background.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Santa Teresa Park&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;A few links to set the stage.
They all turned out to be about AIs, directly or indirectly; the chat bots, or ‘gippity’&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; as I heard one person pronounce it today:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://thezvi.substack.com/p/ai-120-while-o3-turned-pro?open=false#§fun-with-media-generation&quot;&gt;Fake Audio&lt;/a&gt;, it’s an AI newsletter; it’s the bit about voice cloning, and it’s scary.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.garbageday.email/p/the-ai-girlfriend-guy-ba3074ed47cee8e9&quot;&gt;Fake People&lt;/a&gt;, it’s an internet newsletter but is about AI; too many people are talking to fake people via chipity. Or are they? Scary too.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://crooked.com/podcast/jon-gets-hacked-woke-offline-pope-and-how-jia-tolentinos-brain-finally-broke/&quot;&gt;Fake World&lt;/a&gt;, it’s an offline podcast and they mostly talk about social media and stuff. The host got their Twitter (ew) account hacked by phishing emails, and that’s lame. But they’re pretty savvy, so if they can get tricked, well, stay on your guard.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I was reading this morning an analogy for doomscrolling: &lt;a href=&quot;https://aworkinglibrary.com/writing/de-caring&quot;&gt;it’s like being a prey species and knowing the predator species is watching&lt;/a&gt;.
How does the hare feel, and what does it do, when it knows the fox is out there watching?
That’s good, and the next step, in our case with the attention economy, is that the predator never loses focus, never rests, never sleeps, and is relentlessly pursuing us from the shadows.
In the “Fake World” (my title) podcast linked above, Jia T. describes it from another angle: it’s like watching a friend drowning, but on the other side of a big plate glass window and you can’t get to them, just watch them unceasingly suffer and endlessly perishing.
Yeah, it is like that too.
Yet another direction: it can be like a crowd of strangers burning, endlessly.&lt;/p&gt;

&lt;p&gt;We do grow numb to it, or we don’t because the algorithm shifts, the world shifts, and a different horror is presented to hold our attention.
And now the world is a horror, when you look into that small black window we all keep in our pockets.
When we can tear ourselves away from the tiny window and go outside, it doesn’t seem so bad.
There are people out there doing ordinary things, living normally, and there are a lot of them.
More even than it seems online.
Much more.
I’ll keep doing my weekends off the internet, it’s been something different, and different is good.&lt;/p&gt;

&lt;p&gt;We need better strategies, better reflexes, better gestures for when we recognize that we’re in a situation of inhuman pursuers.
Algorithmic feeds, and what isn’t one these days,  aren’t aligned with what’s good for me or you.
We have to make better decisions about that.
Even when they’re tough or maybe even a little drastic.
Drastic can be “drastic,” like throwing my phone in a (virtual) lake every weekend.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;This is a correction, earlier I spelled it ‘chipity’, which tbh is also good, but it’s not what they said. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;What&apos;s Real Anyway&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/06/12/whats-real-anyway.html&quot;&gt;Email me if you&apos;ve been touching grass lately.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The X-Files and Post-Truth</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/06/05/x-files-theory.html"/>
   <updated>2025-06-05T12:47:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/06/05/x-files-theory</id>
   <summary>The show was training for the information as meaningless entertainment world we live in now.</summary>
   <content type="html">&lt;p&gt;I haven’t researched this theory at all.
I’m just clarifying my own thinking first.
It could be original (doubtful) or it could be independent discovery (hopeful) or it could be old news (likely).
I had fun writing it up.&lt;/p&gt;

&lt;h3 id=&quot;the-x-files-as-early-stage-of-the-post-truth-world&quot;&gt;&lt;em&gt;The X-Files&lt;/em&gt; as Early Stage of the Post-Truth World&lt;/h3&gt;

&lt;p&gt;TL;DR: &lt;em&gt;The X-Files&lt;/em&gt; rehearsed the emotional logic of today’s post-truth era: trust no one, suspect everything, tantalizing resolution someday soon maybe.&lt;/p&gt;

&lt;p&gt;As some of you may know, my wife and I are currently re-watching that mid-90s to early 2000s documentary about those two FBI agents that are just trying to find the truth.
I watched this show when it first aired, and I loved it then.
This time around, my third I think, is really showing how preposterous the stories, conspiracy theories, and even the choices of the characters are.
I mean, I want to believe the in universe stories, but sometimes these days it is harder to maintain my suspended disbelief.
Or it takes a more intentional approach than it did the first time around.
Also, we’re generally binging it, not watching one episode on Friday night, so that’s different too.
With that pacing, the non-resolution of, well, anything, is unmissable.
The show runs on the suspense.&lt;/p&gt;

&lt;p&gt;To be clear, I still think it’s good television.
It’s so much fun!
But I have a theory to sum up here.&lt;/p&gt;

&lt;p&gt;The basic theory is that &lt;em&gt;The X-Files&lt;/em&gt; was laying the groundwork for the deep state conspiracy theories that are dominant in some sectors of American politics since the mid-2010s.
Not the details of what is in the episodes of the show, not fluke worm man, or any particulars of EBEs or any of those specifics.
But the Cancer Man vibe, and all the unknown unknowns in the world, maybe filled with black oil or unknown assassins trained in the School of the Americas, that was all close enough.
It’s that there is a cover up, that someone out there knows the truth, and if you believe hard enough (Mulder) you can even convince the hired skeptic (Scully) to buy in.
For years on end it maintained the narrative that there is much more going on than we are led to believe.
What’s really going on goes in all sorts of different directions.
Then, dot dot dot, QAnon.&lt;/p&gt;

&lt;p&gt;I’m not saying that &lt;em&gt;The X-Files&lt;/em&gt; created this paranoia out of thin air.
Ruby Ridge (‘92), Waco (‘93), and Oklahoma City (‘95).
The raw ingredients were around, the show just packaged it all together into a weekly prime-time habit.&lt;/p&gt;

&lt;p&gt;The show existed in a time when &lt;em&gt;Unsolved Mysteries&lt;/em&gt; still aired regularly, and &lt;em&gt;JFK&lt;/em&gt; was a recent theatrical release.
I didn’t even know about &lt;em&gt;Coast to Coast AM&lt;/em&gt; until much later, but it was on then too.
I was more likely to listen to &lt;em&gt;Love Line&lt;/em&gt;, haha.
But what also was on the airwaves was a show called &lt;em&gt;Law &amp;amp; Order&lt;/em&gt; (among others).
&lt;em&gt;The X-Files&lt;/em&gt; served as a credible bridge from the cop show watching set to the conspiracy theory sci-fi folks.
And maybe, just maybe, it contributed to those unskeptical want-to-believers pulling in more and more of those police procedural programmers.
The show itself likely didn’t convince anyone, it just opened the door for more people who wouldn’t have otherwise been exposed.
Olivia Benson is pretty facts driven in her approach to the law.
Contrast that with the FBI agents who have a much more vibe-y relationship with the truth.&lt;/p&gt;

&lt;p&gt;I wasn’t a part of it at all, but early Usenet message boards at the time searched for clues in every episode; it was a pre-run for OSINT and today.
My friends and I did our post-episode forensics the old fashioned way, over the landline.&lt;/p&gt;

&lt;p&gt;The point I’m feeling my way toward is this: the show’s style of managing the viewer’s emotions feels uncannily like today’s information rush.
We’re living in a world that echoes the 44-minute format Mulder and Scully inhabit.
We get no breaks.
Everything happens, and we’re left to puzzle it out for ourselves.
There are never any answers.
It’s fun on TV, but not so much IRL.
And that’s the point.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The X-Files and Post-Truth&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/06/05/x-files-theory.html&quot;&gt;Email me if you want to believe.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The Neighborhoods</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/06/03/the-neighborhoods.html"/>
   <updated>2025-06-03T19:58:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/06/03/the-neighborhoods</id>
   <summary>In photographs.</summary>
   <content type="html">&lt;p&gt;Do you like photography?
Are you at least not annoyed about NYC?
What about ordinary things, do you find fascination in the mundane?&lt;/p&gt;

&lt;p&gt;If you’re still here, I’ve got a newsletter for you.
&lt;a href=&quot;https://theneighborhoods.substack.com/p/middle-village-queens&quot;&gt;The Neighborhoods&lt;/a&gt; by Rob Stephenson is “a not-so-deep dive into every neighborhood in NYC”, and I love it.
There are so many photos of random places in New York.
Some neighborhoods are fairly ordinary.
Others have something really strange, or something that just doesn’t look like it belongs at all, here on Earth, or in this timeline.&lt;/p&gt;

&lt;p&gt;You should check it out.&lt;/p&gt;

&lt;p&gt;Edit: yeah, I linked to this &lt;a href=&quot;/links/2025/02/15/blogroll-neighborhoods.html&quot;&gt;in February&lt;/a&gt;.
It’s worth double clicking, but sorry about the repeat.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The Neighborhoods&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/06/03/the-neighborhoods.html&quot;&gt;Email me if you like photographs too.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Internet Fast</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/06/02/internet-fast.html"/>
   <updated>2025-06-02T19:58:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/06/02/internet-fast</id>
   <summary>Reporting back from touching grass.</summary>
   <content type="html">&lt;p&gt;I am reporting back from my &lt;a href=&quot;/notes/2025/05/30/engage-with-boredom.html&quot;&gt;phone fast / internet sabbath&lt;/a&gt;, which was a success in several ways.
Also iPad.
I also put the iPad away and didn’t open it from Friday to Monday.
It was an opportunity to notice how I was interacting with the internet by taking it away, and I’m glad I did it.
I plan to do it again next weekend.&lt;/p&gt;

&lt;p&gt;Some things that I noticed:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;It was both a relief and presence, like making a new habit, to not turn to the internet or my phone so often. I formed space, and if there was something I wanted to look up, I wrote it down for later.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
  &lt;li&gt;I allowed myself texting (fine), and phone calls (didn’t receive any), and YouTube. YT was interesting, some things felt not internet at all. A drawing lecture by a university instructor. Another video felt very internet and I resolved not to watch that type of material on the weekends again. I’d rather be bored.&lt;/li&gt;
  &lt;li&gt;In the morning, instead of reading my morning edition RSS feeds, I read a magazine. It was a breath of fresh air. It was curated, it was edited, it was just it’s own thing. Not relentlessly trying to get me to keep reading or consuming or otherwise steal my brain right out of my head.&lt;/li&gt;
  &lt;li&gt;It occurred to me to prioritize internet use like I only get one hour per day. I’m not likely to actually limit myself like that this week, but I could see it happening after a few detox weekends.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The internet has become such a tar pit.
There is still good stuff there too, but it’s all mixed up with the less good stuff.
Spending less time on it was good.
You should try it.&lt;/p&gt;

&lt;p&gt;Maybe next time I’ll disentangle the whole phone vs internet thing.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Questions I saved for later: drones for photography; an in world history study of the events in Star Wars; storm chasing in places other than the North American plains; &lt;a href=&quot;https://paglen.studio/&quot;&gt;Trevor Paglen&lt;/a&gt;; illustration magazines similar to Aperture. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Internet Fast&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/06/02/internet-fast.html&quot;&gt;Email me when you get back on the internet.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Engage With Boredom</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/05/30/engage-with-boredom.html"/>
   <updated>2025-05-30T06:44:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/05/30/engage-with-boredom</id>
   <summary>Throw your phone in the lake</summary>
   <content type="html">&lt;p&gt;I’m ready to throw my phone in the lake again.
This is something that I am always low-grade thinking about doing.
You see, the interface generally sucks; it’s compromised in a couple of different ways.
The touch typing is awful, it’s a pest with notifications (I have virtually all of them off), and everyone wants you to use an app or make an account, and none of it is mobile first, and and and.
So much of the actual content is enshittified in some way, or else it’s gamified, or it just takes you out of your present local moment.
There is the &lt;a href=&quot;https://en.wikipedia.org/wiki/Doorway_effect&quot;&gt;doorway problem&lt;/a&gt;, so I pick it up and don’t remember what I was just about to do.
Worst of all that is that the smartphone is a constant mind thief, stealing away my opportunity for thought, robbing me of the time to think or notice or just do something.&lt;/p&gt;

&lt;p&gt;What am I going to do about it?
Last week &lt;a href=&quot;https://lithub.com/craig-mod-on-the-creative-power-of-walking&quot;&gt;Craig shared&lt;/a&gt; his views on the curative powers of allowing for being bored.
&lt;a href=&quot;https://austinkleon.substack.com/p/summer-plans&quot;&gt;Austin linked to that and more, today&lt;/a&gt;.
I listened to &lt;a href=&quot;https://podcasts.apple.com/us/podcast/search-engine/id1614253637?i=1000708707802&quot;&gt;the Search Engine episode about phones&lt;/a&gt; randomly this week.&lt;/p&gt;

&lt;p&gt;It reminded me about &lt;a href=&quot;/notes/2025/04/26/pacts-follow-up.html&quot;&gt;my experiment&lt;/a&gt; to reduce time on the phone (and iPad).
It’s been a mixed bag.
I claim to be intentional about it, and have reduced my RSS feeds.
But there is still too much time doing effectively nothing on my iPad.&lt;/p&gt;

&lt;p&gt;So, inspired by the opening sequence in the podcast where the guest (or host, I forget) ended up at a cabin without internet access for a weekend and came away so refreshed they thought they were a different person, I’m throwing my phone and iPad in the (virtual) lake this weekend.
Not really.
I’m not using either device except for texting and phone calls (ha) starting at 5 tonight until 8 on Monday, no exceptions.
A big chunk is going to be my morning and evening “hour” of RSS checking.
The other hard part will be any incidental internet checking, searching, questioning, whatever, throughout the day.
I do less of that, but it happens.
My solution is to write it down.
In fact, I had thought to exempt writing on the iPad, but I think I’ll just write it out long hand instead and see what’s worth transcribing on Monday.&lt;/p&gt;

&lt;p&gt;So, that’s it, throw your phone in the lake.
The goal is to be more present and access boredom.
My theory (and experience) is that good times and good ideas are found there.
I want more of that, more boredom.
I’ll report back on Monday.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Engage With Boredom&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/05/30/engage-with-boredom.html&quot;&gt;Email me if you are bored.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Tariffs 3</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/05/08/tariffs-3.html"/>
   <updated>2025-05-08T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/05/08/tariffs-3</id>
   <summary>Reporting from this moment.</summary>
   <content type="html">&lt;p&gt;The internet news and analysis periodical, &lt;em&gt;Garbage Day&lt;/em&gt;, surfaced some important IRL facts: &lt;a href=&quot;https://www.garbageday.email/p/this-is-what-chatgpt-is-actually-for#:~:text=Exactly%20How%20Much%20Should%20We%20Worry%20About%20The%20Tariffs?&quot;&gt;the ships aren’t in the ports anymore&lt;/a&gt;.
Whatever stuff we have from the factory floors of the world is all that we’re getting for now.
I’m not entirely sure what to do with that.&lt;/p&gt;

&lt;p&gt;I mean, call your rep.
Seriously.&lt;/p&gt;

&lt;p&gt;There is no obvious move.
There are no specific purchases that I can hurry along.
For now the shelves are still stocked.
Should I buy extra TP?
Probably, even though I’m pretty sure we make that here, on this shore.
Past experience has shown that people will lunge for that during a panic, but it’s a basically meaningless action.
In the big picture, how important is that particular staple?&lt;/p&gt;

&lt;p&gt;The shearing of the American mind will continue in the greatest experiment on Earth.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Supporting articles:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Imports into the US from China to decline 75%. &lt;a href=&quot;https://www.cnn.com/2025/05/01/business/ports-shelves-tariffs-shipping&quot;&gt;CNN&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Planned voyages from China to the US are down 44% year over year, &lt;a href=&quot;https://www.freightwaves.com/news/drewry-global-container-volumes-to-drop-1-on-trump-tariffs&quot;&gt;FreightWaves&lt;/a&gt;. But I don’t know if that controlling for short term variability or if it’s sensationalized a bit.&lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Tariffs 3&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/05/08/tariffs-3.html&quot;&gt;Email me your shopping notes.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Daston's Rules</title>
   <link rel="alternate" href="https://www.justing.net/reading/2025/05/04/daston-rules-reading-summary.html"/>
   <updated>2025-05-04T16:36:00-07:00</updated>
   <id>https://www.justing.net/reading/2025/05/04/daston-rules-reading-summary</id>
   <summary>A reading summary.</summary>
   <content type="html">&lt;p&gt;I just finished reading &lt;a href=&quot;https://press.princeton.edu/books/hardcover/9780691156989/rules&quot;&gt;&lt;em&gt;Rules: A Short History of What We Live By&lt;/em&gt;&lt;/a&gt;, by Lorraine Daston, published in 2022.
If you want to know what you’re in for with this book, check &lt;a href=&quot;https://www.foreignaffairs.com/reviews/rules-short-history-what-we-live&quot;&gt;this (brief) review in Foreign Affairs&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;reaction&quot;&gt;Reaction&lt;/h3&gt;

&lt;p&gt;Five stars!
This was an excellent book; S-tier oddball history.
Erudite, funny, challenging, wide-ranging, deep, and well structured.
I have gained a new lens for looking at the world, a toolkit for excavating situations with peculiar properties, and a better grasp on the range of possible ways and places that rules press upon us.
I’ve even gotten a better appreciation for the firmness, or lack, that rules have or that we should think they have.
The book and some of its lessons have already made a difference in my professional life, something I was not expecting to happen at all.
So, the book is surprising too.
If you are at all interested, this is a text worth seeking out.&lt;/p&gt;

&lt;p&gt;Lin-Manuel Miranda, if you are reading this, I suggest you take a look at &lt;em&gt;Rules&lt;/em&gt; for your next musical.
Really.&lt;/p&gt;

&lt;h3 id=&quot;partial-reading-summary&quot;&gt;Partial Reading Summary&lt;/h3&gt;

&lt;p&gt;I have only read the book once, yet.
There is much more to plumb out of this rich text.
I have captured a few anchors, re-entry points, for future visits.
To be honest, it’s only a sampling.
I’m sure I will gain more such footholds in future readings too.&lt;/p&gt;

&lt;h4 id=&quot;origins&quot;&gt;Origins&lt;/h4&gt;

&lt;p&gt;Rule, as in straight edge.
A cane plant used in ancient masonry.
Rule, as in tape measure, or as in the rules of multiplication.
Basically geometry and by extension all math and other algorithms.&lt;/p&gt;

&lt;p&gt;Rule, as in WWJD.
Models, paradigms, singular examples to imitate (but not ape).
This definition of rule has gone out of fashion lately, so I’m struggling to find an X to put in that X.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;Rule, as in legal code.
Laws, regulations, norms, and customs.
These are pretty familiar.&lt;/p&gt;

&lt;h4 id=&quot;oppositions-or-duals-or-symmetries&quot;&gt;Oppositions, or duals, or symmetries&lt;/h4&gt;

&lt;p&gt;Rules can fall somewhere along these three opposites.
There are historical combinations that are quite uncommon today, which makes it hard for me to wrap my head around.
Fun to think about though.&lt;/p&gt;

&lt;p&gt;Rules formulated thickly or thinly.
Thick with examples and exception and clarification.
Thin if all those crunchily specific details can be ignored or handled elsewhere, and they are simply stated.&lt;/p&gt;

&lt;p&gt;Rules applied flexibly or rigidly.
“They’re more like guidelines” or “death and taxes.”&lt;/p&gt;

&lt;p&gt;Rules with a general or specific domain.
General, like Einstein’s theory of relativity, or specific like “only 2 hours of TV per week in this house.”&lt;/p&gt;

&lt;h4 id=&quot;generalizations&quot;&gt;Generalizations&lt;/h4&gt;

&lt;p&gt;The application of rules always, unavoidably, inevitably, infallibly, requires the use of judgement and interpretation.
The use of judgement may be shifted around, as in the rule only applies when certain conditions are met, or there may be carefully worded exceptions to the rule.
It may be assumed that a certain system is being used in the application of the rule.
Some intelligence must judge if the conditions are met or not.
Blind application of the rules will result in errors.
Using rules means also making careful interpretation [p125].&lt;/p&gt;

&lt;p&gt;On the one hand, rules are a tool for addressing the chaos of the world, and the chaos that we humans are so good at adding.
The predictability gained by some small success with rules can become addictive [p185].&lt;/p&gt;

&lt;h4 id=&quot;particularities&quot;&gt;Particularities&lt;/h4&gt;

&lt;p&gt;The advancement of mathematical calculation from the domain of learned experts to human computers to modern digital computers has not relieved us of either the toil or the intrinsic judgement required.
We are able to get a lot more numbers pushed through this specific formulation [p105].&lt;/p&gt;

&lt;p&gt;The goal of free markets is not to make people behave virtuously, but to make them calculable (predictable), which is a very useful property for them to have [p182].&lt;/p&gt;

&lt;p&gt;We have yet to construct a system of rules that is completely free of exceptions.
This is one of the roles of the executive or sovereign [p265].&lt;/p&gt;

&lt;h3 id=&quot;used-book-marginalia&quot;&gt;Used Book Marginalia&lt;/h3&gt;

&lt;p&gt;I bought a used copy and it came with an inscription in both the front and end flaps.
This is one of the things that I hope for when getting used books: little mysteries of history, secret surprises hidden in the covers, more than I bargained for.
Sometimes I get the wrong book (online orders) and that can go either way, a dud or an unexpected gift.&lt;/p&gt;

&lt;p&gt;It took quite a bit of staring and questioning to extract a reasonable interpretation of this handwriting.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;learning skills to switch jobs&lt;br /&gt;
A way to provide college degrees–&lt;br /&gt;
require skills but not college degrees&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;and on the back&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;able to to get a job the return / which&lt;br /&gt;
did not allow repayment&lt;br /&gt;
anyone in world – get skills to&lt;br /&gt;
= oppor[tunity] to learn.&lt;br /&gt;
2 trillion/year spent on college degree to get an educ[ation]&lt;br /&gt;
RE–INVENTING&lt;br /&gt;
educ[ation]&lt;br /&gt;
&amp;amp;&lt;br /&gt;
access to earning&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Well, that’s my interpretation.
See for yourself here: &lt;a href=&quot;/assets/img/2025-05-04-rules-front-note-1200.jpeg&quot;&gt;front endpapers&lt;/a&gt; / &lt;a href=&quot;/assets/img/2025-05-04-rules-back-note-1200.jpeg&quot;&gt;back endpapers&lt;/a&gt;.
The “Francis Bacon” is my note, the other hand is some earlier owner.&lt;/p&gt;

&lt;p&gt;The other traces left by the former owner are about 3 pages of quite intense underlining and margin noting: &lt;a href=&quot;/assets/img/2025-05-04-rules-p1-1200.jpeg&quot;&gt;p1&lt;/a&gt;, &lt;a href=&quot;/assets/img/2025-05-04-rules-p2-3-1200.jpeg&quot;&gt;p2-3&lt;/a&gt;, &lt;a href=&quot;/assets/img/2025-05-04-rules-p4-1200.jpeg&quot;&gt;p4&lt;/a&gt;.
That’s it, no other markings anywhere else in the book.
It doesn’t appear to be directly connected to the note in the end papers, nor do I get any insights into what all the heavy underlining meant to them.
Your guess is as good as mine.&lt;/p&gt;

&lt;p&gt;Note: I added the ❶, ❷, etc, so I could link my paper written notes back to specific paragraphs.
It’s an experiment, since I expect to find relevant ideas or facts in every paragraph of this book.&lt;/p&gt;

&lt;p&gt;The parentheses, e.g. ❪&lt;em&gt;main body text&lt;/em&gt;❫, and asterisk, ✱, in the margin are mine too–I’ve been doing that for a few years now.
It’s served as a good way to find a specific passage later, and easy to refer to.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;It’s kind of a bummer that paradigms are not still in use. There are a lot of useful skills related to applying this type of rule. We may need to bring it back. I might examine this more later. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Daston&apos;s Rules&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/reading/2025/05/04/daston-rules-reading-summary.html&quot;&gt;Email me your favorite oddball histories.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>No Government in the Cloud</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/05/04/writing-summary.html"/>
   <updated>2025-05-04T07:30:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/05/04/writing-summary</id>
   <summary>Don't upload Congress just yet, please.</summary>
   <content type="html">&lt;p&gt;I had a reaction to one part of &lt;a href=&quot;https://www.robinsloan.com/lab/data-center-energy/&quot;&gt;Robin Sloan’s &lt;em&gt;Energy Suck&lt;/em&gt; post&lt;/a&gt; from 25APR19.
Multiple companies are &lt;a href=&quot;https://kottke.org/25/05/the-worlds-largest-data-center-rises-in-texas&quot;&gt;building massive data centers&lt;/a&gt; around the country, which Robin is objecting to.
Now, I don’t necessarily disagree with Robin generally, but I think a better argument could be found.
Another possibility is that I got sidetracked by this one aspect and didn’t read his post very carefully.&lt;/p&gt;

&lt;p&gt;This is a summary of hand written notes on 25APR21.
The notes below stem from a provisional exploration of my reaction to one of Robin’s points.
Robin’s post was the spark, so the connection is at times not necessarily direct to his post.&lt;/p&gt;

&lt;h3 id=&quot;summary&quot;&gt;Summary&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Robin says: “A bunch of companies are racing to acquire exactly the same thing.” The alternatives, monopoly or national control, are likely a worse outcome.&lt;/li&gt;
  &lt;li&gt;This duplicative inefficiency is actually a good thing: robust products come from proper competition, and durable computing infrastructure is built.&lt;/li&gt;
  &lt;li&gt;The profits are being invested instead of just going back to shareholders or staying in VC coffers.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
  &lt;li&gt;Suppose these companies succeed. Private firms with human level, or higher, artificial intelligences will be able to run whole governments in these data centers with LLMs.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;resonant-phrases&quot;&gt;Resonant Phrases&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Clear writing is essential for good communication with LLMs. They are not capable of guessing “what you meant” if you yourself do not know what you mean.&lt;/li&gt;
  &lt;li&gt;Some government functions will be turned over to the LLMs in the data center.&lt;/li&gt;
  &lt;li&gt;The existence of artificial super intelligences controlled by commercial firms does make traditional/legacy government sound dubious. Otoh, this is not a concrete specific ASI, it’s some poorly defined imaginary tech in the future.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;open-loops&quot;&gt;Open Loops&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;AIs in data centers will be (are now?) able to execute lawmaking and governance. This seems like a bad idea. Where do we draw the line?&lt;/li&gt;
  &lt;li&gt;The “behind closed doors” negotiation and lawmaking must be legible somewhere in written form. I’m sure this sausage making is messy, but it can’t be magical. How is it done? You can’t train a model to do it without the record.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;W-25-APR-p21&lt;/code&gt;&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;This point feels weak. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;No Government in the Cloud&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/05/04/writing-summary.html&quot;&gt;Sorry Robin, don&apos;t (at) me.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Chill Time</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/05/01/chill-time.html"/>
   <updated>2025-05-01T20:29:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/05/01/chill-time</id>
   <summary>Make a chill appointment, don't miss it.</summary>
   <content type="html">&lt;p&gt;Boosting Mu-An Chiou’s &lt;a href=&quot;https://muan.co/notes/2025-04-29-aa&quot;&gt;post about keeping appointments with yourself&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Therapy note: prescribe myself relaxing activities and treat them as seriously as I’d treat medication. 
Adding “chill” to the medication schedule.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is good.
Good because it’s simple to do, and good because it’s important too.&lt;/p&gt;

&lt;p&gt;It always seems like there are more important things to do, or something that is more urgent.
Every. Dang. Day.
But nothing is more important than taking care of yourself, mind, body, and soul.&lt;/p&gt;

&lt;p&gt;Speaking of taking care of yourself, I just wrote about the power of adulting which unlocks the power of &lt;a href=&quot;/notes/2025/04/27/dessert.html&quot;&gt;planning meals around dessert&lt;/a&gt;.
With great power comes great responsibility.&lt;/p&gt;

&lt;p&gt;Get your chill on.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Chill Time&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/05/01/chill-time.html&quot;&gt;What are your best chill activities?&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Dessert</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/04/27/dessert.html"/>
   <updated>2025-04-27T07:05:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/04/27/dessert</id>
   <summary>With a side of wisdom.</summary>
   <content type="html">&lt;p&gt;[backfilled on or after 25MAY01]&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;It’s okay to plan a meal around dessert. You’re an adult, and people who try to tell you how to eat should be offered dietary advice regarding eating a butt.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;From &lt;a href=&quot;https://github.com/merlinmann/wisdom/blob/master/wisdom.md#:~:text=It&apos;s%20okay%20to%20plan%20a%20meal%20around%20dessert&quot;&gt;Martin Mann&lt;/a&gt;’s wisdom project, via &lt;a href=&quot;https://www.recomendo.com/p/splitwiseconstruction-physicsanti&quot;&gt;Recomendo&lt;/a&gt;.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;That’s a good idea; I &lt;em&gt;don’t&lt;/em&gt; eat enough dessert, and should try out this method for meal planning.&lt;/li&gt;
  &lt;li&gt;This is some good rhetoric too, something I could learn from. The combination of useful information and humor is working for me; I’m still immature enough to laugh at the joke.&lt;/li&gt;
  &lt;li&gt;There are some ideas in the rest of the file too, worth seeing what other bits might be right for me or just written with snap.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Find more lists like this at &lt;a href=&quot;https://www.timemachinego.com/linkmachinego/2025/04/28/merlin-manns-wisdom-project/&quot;&gt;linkmachinego&lt;/a&gt;.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Dessert&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/04/27/dessert.html&quot;&gt;Email me your best desserts.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Pacts Follow Up</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/04/26/pacts-follow-up.html"/>
   <updated>2025-04-26T01:05:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/04/26/pacts-follow-up</id>
   <summary>Adapting with writing appointments.</summary>
   <content type="html">&lt;p&gt;[backfilled on or after 25MAY01]&lt;/p&gt;

&lt;p&gt;More than a week ago I promised to report back on &lt;a href=&quot;/notes/2025/04/14/pacts.html&quot;&gt;two tiny experiments&lt;/a&gt;, one about reducing the number of RSS feeds, and the other about using a writing schedule.&lt;/p&gt;

&lt;p&gt;The goal of &lt;em&gt;The RSS Reduction Experiment&lt;/em&gt; was to make space for more writing by removing some feeds from my regular reading habit.
That experiment has been a success.
While I didn’t keep hard numbers, the number of articles and newsletters I peruse, skim, scan, or really read on any given day has reduced by 30-50%.
I plan to continue evaluating this and reduce it further.&lt;/p&gt;

&lt;p&gt;The goal of second, &lt;em&gt;The Writing Schedule Experiment&lt;/em&gt; was to generate ideas by thinking on paper.
I have to be honest, it’s been less successful.&lt;/p&gt;

&lt;p&gt;[Insights added on 25MAY02]
Actually, let me expand on that: when I kept the appointments, it was astonishingly useful writing.
In the set time appointments, I generated ideas that astonished me.
If I didn’t have the ability to keep the appointment, well, it’s unclear to me how successful it was.
I think more of the writing that was captured in those moments is useful as input to later appointments; it is grist yet to be milled.&lt;/p&gt;

&lt;p&gt;I like that milling analogy.
Keeping it going: the milled grist (output of set sessions) will still need to be refined into some final product.
That would be the bakery.
Back to reporting on the experiments.
[End of 25MAY02 insights.]&lt;/p&gt;

&lt;p&gt;The first week went perfectly, I made 100% of my writing appointments.
The next week was looser, and much more fragmented.
I was traveling and the net results was that I made one 30 minute session, missed another one, and also didn’t complete an open-ended 30 minute goal on a third day.
However, at the end of the week I am happy with the words I opportunistically got out.
And more travel next week will make meeting specific appointments a challenge again.&lt;/p&gt;

&lt;p&gt;What makes sense for continuing this experiment is adaptation.
Next week I will set appointments on the two non-travel work days.
On the travel days, I will make an effort to do some distributed yet intentional writing when I find time.
What I mean is that when I find I have a reaction, or idea, or moment of quiet, I will attach the gesture of writing a quick note about it.
Also, at the end of the day, I will review those notes and add any others as I mentally review the day.
If I find myself with a few minutes, even if it’s just at the end of the day (or the beginning, for that matter), I will take a few minutes to write out some thoughts.
No set time commitment, just write something that is more intentional than a note.
Anything at all will do.&lt;/p&gt;

&lt;p&gt;Stepping back to review, what other tiny experiments can I try?
I don’t have any further tiny experiment pacts to propose at the moment, so I will continue to explore some organic searches for making a few things work best for me.
I mean: always stay aware, follow the gradient of what’s working, and tirelessly just keep pulling on that thread.
They’re in the fitness, food, and noting/thinking areas.
I’ve done well with capturing thoughts in writing and use those as seeds for the writing appointments.
Feels super nerdy to always carry around my little paper notebook and even more so when I actually use it, in public.
But the ideas have been great, and fruitful, so I press on.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Pacts Follow Up&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/04/26/pacts-follow-up.html&quot;&gt;Email me your tiny experiments.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Seeking the Shape of Hidden Structures</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/04/18/writing-summary.html"/>
   <updated>2025-04-18T20:04:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/04/18/writing-summary</id>
   <summary>Hidden Structure in 3 acts: Photography, Subculture, and Singular Moments</summary>
   <content type="html">&lt;p&gt;[backfilled on or after 25MAY01]&lt;/p&gt;

&lt;p&gt;These are provisional notes from a raw writing session today.&lt;/p&gt;

&lt;h3 id=&quot;summary&quot;&gt;Summary&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;What other skills are needed for photography: framing, emphasis, sensetivity.
Plus, some examples of how I’ve grown in the last year, photographically.&lt;/li&gt;
  &lt;li&gt;Offline communities that remain hidden, online communities that stay unfound.&lt;/li&gt;
  &lt;li&gt;The makeup of a shared singular experience over 20 years ago.
It was re-corking some wine bottles so they would last another 20 years.
And a recent one, searching for the shot in Silver City, NM.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;resonant-phrases&quot;&gt;Resonant phrases&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;It’s not the job of the photo to capture all the scene, it’s to emphasize the one aspect I found most compelling.
If I’m photographing what the [subject] is in my mind, it’s going to be a bad photo. 
Make what I see in the viewfinder align with what I see in my mind.&lt;/li&gt;
  &lt;li&gt;Niche groups kept isolated in distinct valleys by the high algorithmic peaks and passes that don’t obviously connect.
To the outsider, another area of the algorithmic feed is an unknown unknown known, an open mystery if you knew to search for it.&lt;/li&gt;
  &lt;li&gt;It’s wrong to claim that everyone is online, they are not even when they are.&lt;/li&gt;
  &lt;li&gt;Learning some secret knowledge helped make the experience singular to him.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;open-loops&quot;&gt;Open loops&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Tiny experiments to catch more singular experiences.&lt;/li&gt;
  &lt;li&gt;Recognize niche cultures, offline and on.
Be sensitive for community, whether offline or algorithmically obscured.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;2025-04-18-improved-photography&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;25.2.26&lt;/code&gt;&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Seeking the Shape of Hidden Structures&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/04/18/writing-summary.html&quot;&gt;Email me your writing notes.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Getting the baddies with wrong answers only</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/04/16/writing-summary.html"/>
   <updated>2025-04-16T20:46:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/04/16/writing-summary</id>
   <summary>Writing session distillates</summary>
   <content type="html">&lt;p&gt;[backfilled on or after 25MAY01]&lt;/p&gt;

&lt;p&gt;These are provisional notes from a raw writing session today.&lt;/p&gt;

&lt;h3 id=&quot;summary&quot;&gt;Summary&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Using wrong answers to make progress while uncertain.&lt;/li&gt;
  &lt;li&gt;Trying to understand how we ended up with bad people in charge from first principles.&lt;/li&gt;
  &lt;li&gt;Our brains make a culture which we use to make a society and then things can go horribly wrong and you end up with the baddies in charge.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;resonant-phrases&quot;&gt;Resonant phrases&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Never bet against (or on) the future; it’s not a very durable way to organize.&lt;/li&gt;
  &lt;li&gt;Society is the house and culture is the building material.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;open-loops&quot;&gt;Open loops&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Wrong answers are actually helpful.&lt;/li&gt;
  &lt;li&gt;Basing your plan on inaccurate facts is not a very durable way to organize.&lt;/li&gt;
  &lt;li&gt;Culture is the common things we’ve learned and share; society is what we build with those things.&lt;/li&gt;
  &lt;li&gt;Culture is the most transmittable thing we learn, but the people are a low pass filter; only the most sticky things get through.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;25.2.24&lt;/code&gt;&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Getting the baddies with wrong answers only&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/04/16/writing-summary.html&quot;&gt;Email me about your writing.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Pacts</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/04/14/pacts.html"/>
   <updated>2025-04-14T08:42:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/04/14/pacts</id>
   <summary>A couple of tiny experiments that I am running.</summary>
   <content type="html">&lt;p&gt;[backfilled on or after 25MAY01]&lt;/p&gt;

&lt;p&gt;A la Le Cunff’s recommendation, here are N tiny experiments that I am running this week.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Collect data so that I can reduce the number of RSS feeds I am following that I am not getting much out of.
RSS feeds tend to proliferate in my habit and then I review the crop daily and get less and less out of it overall.
I assume this is a FOMO thing, or just a consumer mindset?
So, this week only (Sunday to Friday), I am starring any article that I either open or linger on.
At the end of that, I will review the feeds that have no stars and remove some.
Notice that I am not being strict about it.
At the end, I’ll report back how that worked, did I remember to mark the stars, how many feeds were culled, did it feel effective.
That sort of thing.&lt;/li&gt;
  &lt;li&gt;Writing wise, I will try &lt;a href=&quot;https://ckarchive.com/b/5quvh7hn0wxmmhp5xxd52a95qqv44in&quot;&gt;a schedule&lt;/a&gt;.
Nothing onerous, but I will set a time to do it, just 3 times this week.
I will set aside 3 schedule slots, appointments, of 30 minutes each and write during that time.
At the end, I’ll report back how I got along with the writing, if I see potential for a set time to work for me, how do I see using that as a tool for more writing.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So that’s it, the experiments this week.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Pacts&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/04/14/pacts.html&quot;&gt;Email me your experiments.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Knausgaard's Autumn</title>
   <link rel="alternate" href="https://www.justing.net/reading/2025/04/12/knausgaards-autumn.html"/>
   <updated>2025-04-12T14:54:00-07:00</updated>
   <id>https://www.justing.net/reading/2025/04/12/knausgaards-autumn</id>
   <summary>It's a good book.</summary>
   <content type="html">&lt;p&gt;[backfilled on or after 25MAY01]&lt;/p&gt;

&lt;p&gt;Autumn, by Knausgaard, is a lovely book of carefully noted observations and connections made from memories, personal experiences, social order, and nature.
It could not be more perfect for me and my writing right now.
I am working on many of the same problems, such as how to develop an idea or experience without it becoming predictably formulaic.
The short pieces are excellent examples of sharing an idea, a connection, a memory, a spiral of thought.
One way to look at the essays is as many varied solutions to the challenge of maintaining diverse and interesting writing: starting from a general subject before moving to a specific experience of it, or beginning in a particular memory and then turning more generally to the subject and finishing again on some specific memory or precise detail.
Of course Knausgaard is more than just these structural forms; mood and tone and register are all varied too.
That’s just a taste, the short essay richly rewards closer reading.
There are so many pieces that I enjoyed, plus I get an extra scoop when I go back to study those other non-narrative elements, the other textures of the writing.
The short essay format is no hindrance to being profound or astonishing.
It’s like I am not reading them but living them as he lived them.
There is a lot of art to making it so effortless yet still feeling authentic and natural; it never feels like he’s playing a trick on me.
Kudos to both Karl and the translator, Ingvild Burkey!&lt;/p&gt;

&lt;p&gt;I can’t wait to read the remaining three in the quartet.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Knausgaard&apos;s Autumn&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/reading/2025/04/12/knausgaards-autumn.html&quot;&gt;Email me what you&apos;re reading.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Tariffs Part 2</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/04/09/tariffs-2.html"/>
   <updated>2025-04-09T20:04:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/04/09/tariffs-2</id>
   <summary>Economic context.</summary>
   <content type="html">&lt;p&gt;[backfilled on or after 25MAY01]&lt;/p&gt;

&lt;p&gt;So we’re &lt;a href=&quot;https://www.cnbc.com/2025/04/09/trump-announces-90-day-tariff-pause-for-at-least-some-countries.html&quot;&gt;not doing the tariffs just yet&lt;/a&gt;; there is now a 90 day pause on the tariffs for all countries except China.&lt;/p&gt;

&lt;p&gt;Here is some &lt;a href=&quot;https://www.internationalintrigue.io/did-trump-just-blink/&quot;&gt;interpretation from Intrigue&lt;/a&gt;.
Their take is that it’s a complicated tradeoff between bond markets and de-intertwining economies, although I’m not super convinced that this outcome was exactly planned or expected.
It does seem that somehow a real disaster was barely avoided, but I’m not at all sure how that was achieved.
The current situatoin is not great, although &lt;a href=&quot;https://www.theguardian.com/us-news/2025/apr/10/donald-trump-ignites-insider-trading-accusations-after-global-tariffs-u-turn&quot;&gt;some people were informed ahead of time and made a quick buck&lt;/a&gt;.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Tariffs Part 2&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/04/09/tariffs-2.html&quot;&gt;I am not an economist.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The Mixed Diversions 50</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/04/09/wn-50-diversions.html"/>
   <updated>2025-04-09T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/04/09/wn-50-diversions</id>
   <summary>Week Notes: read a book.</summary>
   <content type="html">&lt;p&gt;A lot of good reading this week. Keep on reading.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-04-05-blossom-1200.jpeg&quot; alt=&quot;The tile station sign for Blossom Hill, indicating exits in both directions.&quot; title=&quot;The tile station sign for Blossom Hill, indicating exits in both directions.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;That light rail station.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;Books
    &lt;ul&gt;
      &lt;li&gt;I finished &lt;em&gt;Tiny Experiments&lt;/em&gt; by Le Cunff.
This airport-business-self-help book and it suffered from the constraints of the style; it could have been a flow chart.
Still, there is valuable stuff in there.
For example, I will be doing the &lt;a href=&quot;https://nesslabs.com/plus-minus-next&quot;&gt;plus, minus, next&lt;/a&gt; exercise about the thing that I am doing right now: writing this blog.
I’m glad I skimmed it, paid enough attention to not miss the good bits.&lt;/li&gt;
      &lt;li&gt;I continue reading &lt;em&gt;The Work of Art&lt;/em&gt;, but I am slowing down on it.
What do I want more of here? To read it in the morning.&lt;/li&gt;
      &lt;li&gt;Started on &lt;em&gt;Autumn&lt;/em&gt; by Karl Ove Knausgaard.
It’s absolutely beautiful.
I am quite happy to learn that it is a &lt;a href=&quot;https://www.penguin.co.uk/series/SEAQUA/seasons-quartet&quot;&gt;series of four&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;&lt;em&gt;Rules&lt;/em&gt; by Lorraine Daston.
Technically I am reading to support my amateur research hobby into bureaucracy and the social science of how humans do big things when they’re not all that smart.
The topic of the book is, well, rules.
That is laws, algorithms, measurements (ruler), and also examples and paradigms.
It turns out to be way more fascinating than I expected.
This is a deep look at a severely under appreciated aspect of our everyday lives.
And Daston is hilarious, taking every opportunity to construct funny, absurd, and surprising rhetoric to describe how truly unexpected so much of “rules as a topic” is.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Television
    &lt;ul&gt;
      &lt;li&gt;The X-Files &lt;a href=&quot;https://en.wikipedia.org/wiki/One_Breath_(The_X-Files)&quot;&gt;S2E8 “One Breath”&lt;/a&gt; is a pivotal episode in developing and understanding Mulder’s relationship to Scully.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Music
    &lt;ul&gt;
      &lt;li&gt;Monterey Bay Aquarium, Krill Waves: &lt;a href=&quot;https://youtu.be/UXWckTAw3JY?si=yeRt2x-IFL1BqYCD&quot;&gt;chill shrimp&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/q8O6fM0qpdw?si=jy5QSYZEJvlueAwj&quot;&gt;schooling fish&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Caught in Joy has a few good ambients: &lt;a href=&quot;https://youtu.be/rflow073PAY?si=TRXiWvGHr0hwdTV6&quot;&gt;House&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/B21IreW5s5k?si=OWM6uxlYtHXrceAZ&quot;&gt;Returnal&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/8AiVByhtFhU?si=KXYAs35R1lkTPk3o&quot;&gt;Homeward&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The Mixed Diversions 50&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/04/09/wn-50-diversions.html&quot;&gt;Email me the good stuff.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Tariffs</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/04/08/tariffs.html"/>
   <updated>2025-04-08T20:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/04/08/tariffs</id>
   <summary>This is getting intense.</summary>
   <content type="html">&lt;p&gt;[backfilled on or after 25MAY01]&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Tariffs land today and &lt;a href=&quot;https://apnews.com/live/stock-market-economy-tariffs-updates-4-9-2025&quot;&gt;it’s chaos&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;The &lt;a href=&quot;https://bsky.app/profile/ryanhatesthis.bsky.social/post/3lmezyvr7nw2q&quot;&gt;end of the US dollar as we know it&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Tariffs&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/04/08/tariffs.html&quot;&gt;Hyperinflation is not a great policy plan.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The Learning Currents 50</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/04/08/wn-50-learning.html"/>
   <updated>2025-04-08T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/04/08/wn-50-learning</id>
   <summary>Week Notes: lots of words this week</summary>
   <content type="html">&lt;p&gt;I encountered a number of words that I had never seen before this week.
Also, the robots are coming.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-04-03-clouds-1200.jpeg&quot; alt=&quot;Clouds over a green hill, there are some houses and high tension power lines.&quot; title=&quot;Clouds over a green hill, there are some houses and high tension power lines.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Santa Teresa Hills&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;Articles &amp;amp; Newsletters
    &lt;ul&gt;
      &lt;li&gt;After last week’s &lt;a href=&quot;/notes/2025/04/01/wn-49-learning.html&quot;&gt;puzzlement&lt;/a&gt; over the sartorial requirements of the robot kind, there has been a timely update. &lt;a href=&quot;https://www.nytimes.com/2025/04/04/technology/humanoid-robots-1x.html?rsrc=flt&amp;amp;unlocked_article_code=1.9E4.4Qp0.Kd8eI6nMLB9b&amp;amp;smid=url-share&quot;&gt;The robots are coming and they have clothes&lt;/a&gt; (nyt gift link).
I admit that was sooner than I expected.
This, machine, is just up the proverbial road from my house.&lt;/li&gt;
      &lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://henryfarrell.net/large-ai-models-are-cultural-and-social-technologies/&quot;&gt;Large models are a social technology&lt;/a&gt;&lt;/em&gt; is a useful framing for thinking about the impacts on human society.
Other technologies, for reference: writing, and the printing press, rapid mail, the telegraph, radio, the internet, etc.
What is not a social technology?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Podcasts
    &lt;ul&gt;
      &lt;li&gt;Panic World about &lt;a href=&quot;https://podcasts.apple.com/us/podcast/panic-world/id1740187810?i=1000701866181&quot;&gt;how to deal with it when someone you know falls for conspiracy theories&lt;/a&gt;.
Do they even know it when they are being mislead? Do I?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Words
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Cant_hook&quot;&gt;Peavey&lt;/a&gt;, a tool for turning logs.
I had completely forgotten this word until I was talking with &lt;a title=&quot;A good friend I&apos;ve known for almost 10 years. He moved away a couple of years ago, but we catch up weekly.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#B&quot;&gt;B&lt;/a&gt; about &lt;a href=&quot;https://en.wikipedia.org/wiki/Steam_donkey&quot;&gt;steam donkeys&lt;/a&gt; and old family logging stories.&lt;/li&gt;
      &lt;li&gt;[a]estivate: to pass the summer, possibly dormant.&lt;/li&gt;
      &lt;li&gt;recondite: concealed, hidden, or not easily understood.&lt;/li&gt;
      &lt;li&gt;aesthete: a person who appreciates particularly the beautiful, or who acts that way.&lt;/li&gt;
      &lt;li&gt;limpid: clear or transparent, easily intelligible, calm.&lt;/li&gt;
      &lt;li&gt;modality: fundamental, essential, or core mode of being.&lt;/li&gt;
      &lt;li&gt;casuistry: logic, often flawed, for deciding a case of conscience.&lt;/li&gt;
      &lt;li&gt;prolixity: long-winded.&lt;/li&gt;
      &lt;li&gt;liminal: the threshold below which stimulus cannot be perceived.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Facts &amp;amp; Ideas
    &lt;ul&gt;
      &lt;li&gt;The video game industry is over &lt;a href=&quot;https://sippey.com/links/2025/04/01/gamer-games-for-non-gamers.html&quot;&gt;5 times larger&lt;/a&gt;, in terms of revenue, than the movie industry.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The Learning Currents 50&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/04/08/wn-50-learning.html&quot;&gt;Email me the good stuff.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The Daily Bits 50</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/04/07/wn-50-days.html"/>
   <updated>2025-04-07T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/04/07/wn-50-days</id>
   <summary>Week Notes: break time!</summary>
   <content type="html">&lt;p&gt;I’ll be taking the rest of April off to regroup on my blogging/writing goals.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-04-01-loquat-1200.jpeg&quot; alt=&quot;A loquat tree laden with fruit. Behind is a typical suburban neighborhood.&quot; title=&quot;A loquat tree laden with fruit. Behind is a typical suburban neighborhood.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Loquat tree.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac--outlook-mar-31-to-apr-06&quot;&gt;Almanac / outlook, Mar 31 to Apr 06&lt;/h3&gt;

&lt;p&gt;Chance of rain at the beginning of the week, followed by sunny yet cool temperatures.
A bit warmer on the weekend.&lt;/p&gt;

&lt;p&gt;Sunrise has fallen below six in the morning, and sunset is fast approaching half past seven.
There are over twelve and a half hours of daylight&lt;sup id=&quot;fnref:D&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:D&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; now.
The moon is very fresh and will wax to over half full this week.
Nights will continue to be dark&lt;sup id=&quot;fnref:L&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:L&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;

&lt;h3 id=&quot;day-bits&quot;&gt;Day Bits&lt;/h3&gt;

&lt;p&gt;Trying for more small observations this week.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;MAR31MON
    &lt;ul&gt;
      &lt;li&gt;I saw the sky shredding itself while out for my run.
The clouds tore, twisted, sheared, and whisped in roiling whorls.&lt;/li&gt;
      &lt;li&gt;This morning I noticed that the neighbor’s loquat tree had slyly snuck its annual crop into the deep green leaves again.
I’m caught off guard by their sudden appearance every year.&lt;/li&gt;
      &lt;li&gt;The rain started just after we turned around, just short of the furthest distance from home.
We anticipated this; we had our umbrellas, but we still ended up wet from the shower.
Especially the dog.&lt;/li&gt;
      &lt;li&gt;The air this morning is filled with a damp vegetal scent, growing plants wet from the recent rain and anticipating more soon.
It’s not that wet dust smell, spring is sprung, all the plants have donned their finest greenery.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;APR03THU
    &lt;ul&gt;
      &lt;li&gt;Just a quick health note: not feeling great in the afternoon.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;APR04FRI
    &lt;ul&gt;
      &lt;li&gt;We received the devastating news that a friend’s dog has a very aggressive cancer.
The feeling echoed, reverberated, all throughout the day, returning suddenly after moments of calm forgetfulness.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;APR05SAT
    &lt;ul&gt;
      &lt;li&gt;The chronically empty light rail station nearest to my house is astoundingly unpleasant.
This platform is between the two sides of a busy freeway.
Well, it’s not as busy in the middle of the night, I’m sure.
But neither does the train run at that time either.
The reigning feature of this location is the complete lack of any sound barrier between an infinite stream of cars and the riders waiting for the next train to arrive not soon enough.
These patient, surely hypothetical, patrons are rewarded with a sonic tapestry that is one continuous and endlessly loud rush of cars passing at 75 mph not more than 20 feet away.
No wonder this station is abundantly under utilized.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;APR06SUN
    &lt;ul&gt;
      &lt;li&gt;Warmed cloth is truly a sensuous pleasure.
It can be in a sunbeam on a cool day, by the fireplace after coming in from the rain, or inside a hot car on a windy day at the beach.
Today it was while folding sheets right out of the dryer.&lt;/li&gt;
      &lt;li&gt;Chainsaws in the medium distance, with the accompaniment of a roofer’s nail gun. 
The usual lawn mowers, airplanes both jet powered and prop propelled.
All this drifting in through the open back door on a perfectly temperate spring afternoon.
Cars whooshing close by.
The highway has a particularly loud murmuration when the wind direction wanders more our way.
There are soft moments too, when the conductor lowers his wand and all the sounds of this warming orchestra simultaneously silence.
I’m surprised at how often I hear an engine oscillating at its rev-limit in the distance.
Now the neighborhood dog is barking its common lamentation again, and a horn is honking at the intersection a few blocks away.
Our own wind chime plays softly in the occasional breeze.
I will not say that it combines to make a particularly pleasing din.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;While it looks like a lot of words, it was a real struggle this week.
There were a lot of things going on, and my fitness activities suffered.
I’m declaring a pause for the rest of the month of April; I’ll be back in May.&lt;/p&gt;

&lt;h3 id=&quot;outside-events&quot;&gt;Outside Events&lt;/h3&gt;

&lt;p&gt;It appears that fatigue is setting in.
There were plenty of events this week, but the main standout was the tariffs.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;What &lt;a href=&quot;https://daringfireball.net/linked/2025/03/31/whca-speaks-cowardice-to-power&quot;&gt;fourth branch of government&lt;/a&gt;?&lt;/li&gt;
  &lt;li&gt;Cory Booker held the floor of the Senate for &lt;a href=&quot;https://en.wikipedia.org/wiki/Cory_Booker%27s_marathon_speech&quot;&gt;more than 24 hours&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;More &lt;a href=&quot;https://apnews.com/live/donald-trump-news-updates-4-3-2025#00000195-fb6b-d1d8-a3df-fbff53330000&quot;&gt;tariffs announced&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;And &lt;a href=&quot;https://apnews.com/video/stocks-pummeled-in-new-york-major-indexes-off-more-than-5-ee830aa29cb2429995d035fcc2808d21&quot;&gt;markets dropped significantly&lt;/a&gt; in response.&lt;/li&gt;
  &lt;li&gt;Many &lt;a href=&quot;https://apnews.com/article/trump-musk-doge-protests-hands-off-472c574303260cbac315367cc808960d&quot;&gt;protested against the administration around the country&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Did you know that the Pope was in the &lt;a href=&quot;https://www.bbc.com/news/articles/crrdv84rg4do.amp&quot;&gt;hospital&lt;/a&gt;?&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:D&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;&lt;a href=&quot;https://joe-antognini.github.io/astronomy/daylight&quot;&gt;This article&lt;/a&gt; is a great explainer about how daylight changes throughout the year. &lt;a href=&quot;#fnref:D&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:L&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;More information about &lt;a href=&quot;https://ciechanow.ski/moon/&quot;&gt;the moon&lt;/a&gt; than you could possibly want. &lt;a href=&quot;#fnref:L&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The Daily Bits 50&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/04/07/wn-50-days.html&quot;&gt;Email me about your days.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The Stray Thoughts 49</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/04/04/wn-49-out.html"/>
   <updated>2025-04-04T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/04/04/wn-49-out</id>
   <summary>Week Notes: Channeling the Vibes</summary>
   <content type="html">&lt;p&gt;Thinking a bit about YouTube channels and the inevitable AI updates.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;against-channel&quot;&gt;Against “Channel”&lt;/h3&gt;

&lt;p&gt;Is “channel” really the best name for YT content creators that put out hour long vinyl mixes?
Or the focus is multi-hour rain walking videos from Tokyo?
Or those chores as comfort content, the viewer follows along as they silently get their work done.
Channel only seems right if they don’t ever change.&lt;/p&gt;

&lt;h3 id=&quot;shifty-vibes&quot;&gt;Shifty Vibes&lt;/h3&gt;

&lt;p&gt;I’ve noticed a shift in tone recently when the leading AI labs speak about the near future developments of their products.
They’re no longer ominously saying that AGI is imminent and we’ve got to do something.
Now, if it’s brought up at all, it’s assumed, and it’s not threatening or scary.
I wonder why that is.
A couple of guesses, and I want to be straight with you, these are just guesses.
One option is that it’s not happening, AGI or &amp;amp;ast;SI isn’t coming.
This one is probably it; we don’t have yet, so nothing is sure.
Another option: the labs aren’t worried about scaring the regulators into regulating for whatever reason.
Lots of possible reasons there, see the first one, or different administration different attitude, or competitive nations, or… I won’t speculate further, I don’t know enough.&lt;/p&gt;

&lt;p&gt;A last option (for now) is that these labs, they think it’s not right &lt;em&gt;right&lt;/em&gt; around the corner.
It’s going to be an incremental approach, like many things it won’t happen overnight.
So when it comes up, they’re talking like it’s a sure thing.
We already have some pretty wild tools that we really haven’t figured out how to make the most gains from.
The not AGI stuff is already going to rock our world, so it’s just a matter of time.
Will we even really notice when the real deal lands?
I mean, of course we will, but by then there might be so much change in the rearview mirror that our little monkey brains won’t truly tell the difference.
One degree of exponential for another.&lt;/p&gt;

&lt;p&gt;Sounds like hype to me.
Did I even say anything in that last paragraph?
I did not, and neither are they.
Call me when the self-flying cars are in the mail.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The Stray Thoughts 49&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/04/04/wn-49-out.html&quot;&gt;Email me about your thoughts.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Mixed Diversions 49</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/04/02/wn-49-diversions.html"/>
   <updated>2025-04-02T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/04/02/wn-49-diversions</id>
   <summary>Week Notes: reading books.</summary>
   <content type="html">&lt;p&gt;Longer than the DESCRIPTION but the same thing.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;If needed, more expository text goes here.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-03-26-bucolic-1200.jpeg&quot; alt=&quot;The very green hills of spring in the valley of heart&apos;s delight.&quot; title=&quot;The very green hills of spring in the valley of heart&apos;s delight.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Verdant&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;Books
    &lt;ul&gt;
      &lt;li&gt;Finished &lt;em&gt;The Notebook&lt;/em&gt; by Ronald Allen.
I’m glad to have read it, there were many interesting things that are relevant to my interests.
It doesn’t completely satisfy, and seems to omit rather seriously much investigation of the notebooks of scientists, engineers, and others dedicated to thought work.
Perhaps that’s in a different book, a book directing its attention to more recent times.
The emphasis here was on the early years of notebooks, which was indeed fascinating.&lt;/li&gt;
      &lt;li&gt;Abandoned &lt;em&gt;Mistborn&lt;/em&gt; by Brandon Sanderson.
I figure if I am not hooked after a hundred pages, I’m probably not going to be.&lt;/li&gt;
      &lt;li&gt;Continued &lt;em&gt;The Work of Art&lt;/em&gt; by Adam Moss.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;YouTube
    &lt;ul&gt;
      &lt;li&gt;New &lt;a href=&quot;https://youtu.be/7IT75XatdbU?si=j1C1NnDPj3hCCier&quot;&gt;Imamu room&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Television
    &lt;ul&gt;
      &lt;li&gt;Finished The Residence. Maybe a bit wordy at times, but I thoroughly enjoyed it all.&lt;/li&gt;
      &lt;li&gt;More of The X-Files S2.&lt;/li&gt;
      &lt;li&gt;&lt;em&gt;Il Gatopardo&lt;/em&gt;, on Netflix.
What I noticed was how the mid-1800s period garb was very close–adjacent even–to the costumes in recent sci-fi shows such as Dune or Foundation.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Music
    &lt;ul&gt;
      &lt;li&gt;I hope Paul Kalkbrenner’s &lt;a href=&quot;https://youtu.be/acjwP-Ei7Vo?si=9MOAOUrfoDCtCbkX&quot;&gt;Studiosession #2&lt;/a&gt; is good indication of what awaits in the rest of his channel.
Also &lt;a href=&quot;https://youtu.be/WT-HdUKrYXQ?si=BF1tr4qOeicmkegF&quot;&gt;live @ CRSSD&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://youtu.be/wBN5VLSujHw?si=yi-JG43B27PCxBiK&quot;&gt;DigiTales II&lt;/a&gt; is really a tour of some files you can get for the Elektron Digitone II, but I enjoyed the performance.
&lt;a href=&quot;https://youtu.be/wBN5VLSujHw?si=JSEziEFZVJIESola&quot;&gt;More&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;More enjoyable &lt;a href=&quot;https://youtu.be/rN_46N15lvI?si=npcAQFdVSeCwpxFe&quot;&gt;Zelda Lo-Fi&lt;/a&gt;.
&lt;a href=&quot;https://youtu.be/cWX9THNf3Pw?si=RDTC-WErH1mKhD16&quot;&gt;Majora’s Mask extended&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Carbon Based Lifeforms &lt;a href=&quot;https://youtu.be/QNXZ15cTaXk?si=H1I4YdE6ZAoZHYgF&quot;&gt;Live Set at Tillsammans&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Resomat &lt;a href=&quot;https://youtu.be/xjYOYwhfj_E?si=hmXHtQgkpu72KSsa&quot;&gt;Mysterium&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Really good &lt;a href=&quot;https://www.youtube.com/live/6ETZ2nPGcLc?si=B-nbnjB8xGV1Ecqm&quot;&gt;State Azure Livestream&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Mixed Diversions 49&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/04/02/wn-49-diversions.html&quot;&gt;Email me the good books.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The Learning Currents 49</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/04/01/wn-49-learning.html"/>
   <updated>2025-04-01T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/04/01/wn-49-learning</id>
   <summary>Week Notes: old tools and new tools.</summary>
   <content type="html">&lt;p&gt;It sure sounds like the computers are coming.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-03-27-cloud-layers-1200.jpeg&quot; alt=&quot;A hole in the lower clouds shows through to the much higher layer of clouds above.&quot; title=&quot;A hole in the lower clouds shows through to the much higher layer of clouds above.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Clouds on clouds.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;Articles &amp;amp; Newsletters
    &lt;ul&gt;
      &lt;li&gt;The &lt;a href=&quot;https://interconnected.org/home/2025/03/28/filtered&quot;&gt;humanoid robots are coming&lt;/a&gt;.
And they’ll need clothes?&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://simonwillison.net/2025/Mar/27/tracing-the-thoughts-of-a-large-language-model/#atom-everything&quot;&gt;Simon Willison&lt;/a&gt; points to the &lt;a href=&quot;https://www.anthropic.com/research/tracing-thoughts-language-model&quot;&gt;Anthropic blog post&lt;/a&gt; about how the language models think.
That is backed up by a pair of much more in-depth &lt;a href=&quot;https://transformer-circuits.pub/2025/attribution-graphs/methods.html&quot;&gt;research&lt;/a&gt; &lt;a href=&quot;https://transformer-circuits.pub/2025/attribution-graphs/biology.html&quot;&gt;papers&lt;/a&gt;.
They seem significant.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Podcasts
    &lt;ul&gt;
      &lt;li&gt;The Panic World podcast on &lt;a href=&quot;https://www.patreon.com/posts/heres-who-killed-125169945&quot;&gt;who killed #MeToo&lt;/a&gt; is honestly great, and does an excellent job of summing up why you really can’t believe much of anything on the internet about anyone or anything that is also a brand.&lt;/li&gt;
      &lt;li&gt;This week’s Web Curios section &lt;a href=&quot;https://webcurios.co.uk/webcurios-28-03-25/#:~:text=LONG%20THINGS%20THAT%20ARE%20LONG!&quot;&gt;Long things that are Long&lt;/a&gt; is a wonderful snapshot, from Article World, of this moment.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Facts &amp;amp; Ideas
    &lt;ul&gt;
      &lt;li&gt;Bone tools are much, much older than previously thought. &lt;a href=&quot;https://archaeologymag.com/2025/03/1-5-million-year-old-bone-tools-tanzania/&quot;&gt;One point five million years old&lt;/a&gt;. Via &lt;a href=&quot;https://kottke.org/25/03/0046488-archaeologists-have-found&quot;&gt;Kottke&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The Learning Currents 49&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/04/01/wn-49-learning.html&quot;&gt;Email me the good tools.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The Daily Bits 49</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/03/31/wn-49-days.html"/>
   <updated>2025-03-31T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/03/31/wn-49-days</id>
   <summary>Week Notes: So Many Words.</summary>
   <content type="html">&lt;p&gt;I found my words this week.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-03-26-quails-1200.jpeg&quot; alt=&quot;Two California Quail are perched on a brown fence, a male and a female. Behind is the roof of a house and a evergreen tree.&quot; title=&quot;Two California Quail are perched on a brown fence, a male and a female. Behind is the roof of a house and a evergreen tree.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Neighborhood California Quail&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac--outlook-mar-24-to-mar-30&quot;&gt;Almanac / outlook, Mar 24 to Mar 30&lt;/h3&gt;

&lt;p&gt;The week starts off &lt;em&gt;hot&lt;/em&gt;, low 80s for a high, but quickly crashes back down to seasonably average weather.
From Wednesday on it’s in the 60s during the day and mornings in the 40s again.
Possibility of rain sometime in the latter half of the week.&lt;/p&gt;

&lt;p&gt;The days are rapidly getting longer, sunrise will be a little after 7 and sunset almost 7:30 at night.
That’s twelve and a quarter hours, and increasing noticeably each day.&lt;sup id=&quot;fnref:D&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:D&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
The moon is a waning crescent, and is new on the weekend.
It means the darkest nights of the month are at hand.&lt;sup id=&quot;fnref:L&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:L&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;h3 id=&quot;day-bits&quot;&gt;Day Bits&lt;/h3&gt;

&lt;p&gt;Below is my foreground at various moments during the week.
Keep in mind the weather and waxing daylight for background.
Now it’s a three dimensional scene.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;MAR24MON
    &lt;ul&gt;
      &lt;li&gt;There was this very irritating horn drone in the YouTube DJ mix.
Or the car is making a very irritating continuous sound since merging onto the 101.
But it really does sound like a horn, not a sound that a car makes on the 101.
It’s very convincing.
I’m trying out this new YT channel.
The first video I found was great, but after that it’s been something off, some detail that just grates.
This horn, it would fit the pattern.
See, the tricky thing is that the &lt;em&gt;horn&lt;/em&gt; did and didn’t change when I changed the volume of the stereo.
Cutting the music though, the horn definitely persisted.
Definitely.
So, not the music.
New theory then, maybe it’s in my head. Or ears.
One more test: the exit.
In a quite surreal way, the volume of the horn decreased right along with the background ambient car sound as we slowed to a stop at the end of the offramp.
The third theory is it!
It’s in my head, or ears.
Should I be this excited?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR25TUE
    &lt;ul&gt;
      &lt;li&gt;Have you yet had the pleasure of &lt;em&gt;not&lt;/em&gt; hearing the gardeners because they are using battery powered tools?
Our tree guy today had an electric chainsaw and leaf blower and I don’t know what else.
I didn’t hear any of it.
And the tree looks great.&lt;/li&gt;
      &lt;li&gt;We had a very early preview of summer evenings to be today, in late March.
The evening temperature: perfect, maybe a little warm.
The breeze: delightful, especially in the shade.
Walking along the sunny side of the street in those slanting rays: warmer than preferred.
Tomorrow will be twenty degrees cooler. Twenty.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR26WED
    &lt;ul&gt;
      &lt;li&gt;The drivers this morning all wanted to have words.
There was the one that felt they waited too long for a biker to blow the stop sign.
The driver had words with the biker, after &lt;em&gt;not sharing the road&lt;/em&gt; and boxing in the biker behind some parked cars.
Physically pressuring a cyclist with their SUV is clearly taking it too far, but it wasn’t the only cranky driver this morning.
At the intersection closest to our house, another driver flew through the stop sign while making a right.
The scary thing is that it was close enough that the driver heard A let out a long “waaoow!”, and then they slowed to roll down the window and shout back “really!?”.
You cannot make this stuff up.
What the big hurry was for either of these drivers remains unknowable to us, and probably, unfortunately, for the drivers themselves too.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR27THU
    &lt;ul&gt;
      &lt;li&gt;I was walking to a meeting when I glanced to my left and saw through the open blinds of a window that the rain was falling again.
I could see clearly, all the way across the parking lot to the building across the street.
There was a clear gray light, and it seemed every raindrop along the line of sight was sharply visible, every droplet, every bit of water falling gracefully.
There is a different look to it when your view is slightly downward through all this falling water, the vertical dropping is more apparent.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR28FRI
    &lt;ul&gt;
      &lt;li&gt;The hills around San Jose are that brief but brilliant spring green, almost painfully verdant and bucolic.
If you don’t look too closely at the foreground suburban sprawl you could mistake it for somewhere else, somewhere more humid and always wet from rain.
All the light fluffy clouds hanging isolatedly over the valley really tie together the idea of elsewhere.
Combine those pure white cumuli with the intense green meadows and the only thing missing is a flock or two of sheep among the scattered oaks to complete a postcard picture of, say, Ireland.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR29SAT
    &lt;ul&gt;
      &lt;li&gt;There were so many buyers at the Friends of the Library sale this morning.
I estimated that half of the people there were professionals, or gig workers if that is a thing in the used book economy.
They are more pushy and less considerate, but not outright rude.
Just determinedly checking every single book down the line with their scanners and apps.
Maybe indifferent to the regular folks, maybe even more indifferent if you’re a woman.
People gotta work, I know that, and their money is green same as anyone’s.
But is this event for the community to support the library, or for the entrepreneurial to skim off the best books for only a dollar or two?
I hadn’t realized there was such a demand, there were even more buyers than I remember from a few years ago.
I’m just surprised this part of the market could grow so much that it’s starting to spoil it for us regular readers.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR30SUN
    &lt;ul&gt;
      &lt;li&gt;The internet was out for about half a day and I gotta say it was a relief.
It abruptly cut out in the middle an X-Files episode last night and wasn’t restored in the morning.
Turns out that reading books to wake up isn’t so bad, I’ll have to find the right material to do more of that.
Maybe it helped that I was reading &lt;em&gt;The Work of Art&lt;/em&gt; which is written by a magazine editor, so chapters were short, focused, and easy to read, but on engaging material.
The internet came back late in the morning and the sense of normalcy returned.&lt;/li&gt;
      &lt;li&gt;While I waited in the car it must have rained tiny unexpected drops on the windshield from the high scattered clouds.
It had to be only for a minute, if I hadn’t looked up just then I wouldn’t have known at all.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is an abundant crop of words after last week’s weak showing.
I tried something a little different, variations on the typical structure I’ve established.
Leave out the punchline, change the emphasis, that sort of thing.
Next week I’ll vary again.&lt;/p&gt;

&lt;h3 id=&quot;outside-events&quot;&gt;Outside Events&lt;/h3&gt;

&lt;p&gt;There were many more significant events this week.
This is just a small sampling, the ones that really stuck out to me personally.
Not a survey or a summary, more of just keyhole snapshot.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;It will be &lt;a href=&quot;https://eos.org/research-and-developments/nasa-abandons-pledge-to-put-women-astronauts-of-color-on-the-moon&quot;&gt;white dudes on the moon again&lt;/a&gt;. God this is stupid.&lt;/li&gt;
  &lt;li&gt;The SecDef &lt;a href=&quot;https://daringfireball.net/linked/2025/03/26/atlantic-releases-signal-thread&quot;&gt;uses Signal&lt;/a&gt; and so can you.&lt;/li&gt;
  &lt;li&gt;People are being &lt;a href=&quot;https://onefoottsunami.com/2025/03/28/the-abduction-of-rumeysa-ozturk/&quot;&gt;disappeared off the street&lt;/a&gt; now.&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:D&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;&lt;a href=&quot;https://joe-antognini.github.io/astronomy/daylight&quot;&gt;This article&lt;/a&gt; is a great explainer about how daylight changes throughout the year. &lt;a href=&quot;#fnref:D&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:L&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;More information about &lt;a href=&quot;https://ciechanow.ski/moon/&quot;&gt;the moon&lt;/a&gt; than you could possibly want. &lt;a href=&quot;#fnref:L&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The Daily Bits 49&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/03/31/wn-49-days.html&quot;&gt;Email me about your words.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 48: Mixed Diversions</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/03/26/wn-48-diversions.html"/>
   <updated>2025-03-26T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/03/26/wn-48-diversions</id>
   <summary>It's another new hobby, mostly.</summary>
   <content type="html">&lt;p&gt;It’s another installment of random mishmash media consumption.
I wish I could say there is a theme.
There is no theme.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-03-21-bush-1200.jpeg&quot; alt=&quot;Some recently removed cuboid topiary hedges sit incongruously in the street.&quot; title=&quot;Some recently removed cuboid topiary hedges sit incongruously in the street.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Is it supposed to look like that?&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;Books
    &lt;ul&gt;
      &lt;li&gt;I find that I am reading 3 books this week.&lt;/li&gt;
      &lt;li&gt;&lt;em&gt;Mistborn&lt;/em&gt; by Brandon Sanderson.
It has not gripped me at a little over 100 pages in.&lt;/li&gt;
      &lt;li&gt;&lt;em&gt;The Notebook&lt;/em&gt; by Roland Allen, that I’ve already mentioned.&lt;/li&gt;
      &lt;li&gt;&lt;em&gt;The Work of Art&lt;/em&gt; by Adam Moss.
I tried to read the introduction a while ago and it bored me.
This often happens.
I’ve read the first two chapters and they are excellent.
I’ll go back and read the introduction after I’ve read the rest of the book.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;YouTube
    &lt;ul&gt;
      &lt;li&gt;I do not need a new hobby, but I’ve always wanted to be better at drawing.
This &lt;a href=&quot;https://youtu.be/kHkjGWdbxPA?si=yEWd_SSXeiq4py_f&quot;&gt;Draw Sessions video on sketchbooking&lt;/a&gt; with no pressure or expectations may be the ticket.
I’m already on day 3.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Television
    &lt;ul&gt;
      &lt;li&gt;The Residence (Netflix) is fun and funny.&lt;/li&gt;
      &lt;li&gt;The X-Files, season 2.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Music
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://youtu.be/Jo5t6veOshA?si=a06Y0aCTQG0htJSt&quot;&gt;The Rosen Corporation&lt;/a&gt;’s live session from 12 March was good.&lt;/li&gt;
      &lt;li&gt;Martin Stürtzer and S1gns of L1fe &lt;a href=&quot;https://youtu.be/Ze_Og0zFmd8?si=gMigP1KQScOaExx8&quot;&gt;Space Ambient Liveset&lt;/a&gt; was good.&lt;/li&gt;
      &lt;li&gt;A new station perhaps? &lt;a href=&quot;https://youtu.be/eNhq8LW-qoQ?si=ik98F6XK-upHwYF9&quot;&gt;Nonations Studio&lt;/a&gt; “Moonlight Seascape Mix” was good.&lt;/li&gt;
      &lt;li&gt;Yaeji &lt;a href=&quot;https://youtu.be/ddfHLLu-OsE?si=Kkxqs0O0MQiN0Lg6&quot;&gt;booboo&lt;/a&gt; and &lt;a href=&quot;https://youtu.be/Vi9j9ogqr4E?si=rwZAs3Hiviap9go7&quot;&gt;Pondeggi&lt;/a&gt;. Something new.&lt;/li&gt;
      &lt;li&gt;A lot of chill lo-fi from Monterey Bay Aquarium Krill Waves Radio: &lt;a href=&quot;https://youtu.be/Zi_F-sgCvw0?si=7lptHVNFCGy3bJ-j&quot;&gt;Kelp forest&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/DQOAZJBTMMk?si=0-s5QkXN3Ve9JnHR&quot;&gt;Coastal wildlife&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/jIZnxsSa2C4?si=2WaYiCa03JGkpkOn&quot;&gt;Open Sea&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Unexpectedly fun Nintendo Mariachi remixes: &lt;a href=&quot;https://youtu.be/-YcRJzfrBvg?si=95u_A3Or5Nep8qRB&quot;&gt;El Niño del Viento&lt;/a&gt; and &lt;a href=&quot;https://youtu.be/dH9h14KxRqc?si=rlRVipxTFEMKTj2_&quot;&gt;Super Mariachi World&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Links
    &lt;ul&gt;
      &lt;li&gt;Do you want to play &lt;a href=&quot;https://asteroids.wiki&quot;&gt;Asteroids with Wikipedia edits&lt;/a&gt;?
This is your chance!
Note: shooting asteroids has no impact on edits to wikipedia.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 48: Mixed Diversions&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/03/26/wn-48-diversions.html&quot;&gt;Email me your sketching.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 48: Learning Currents</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/03/25/wn-48-learning.html"/>
   <updated>2025-03-25T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/03/25/wn-48-learning</id>
   <summary>Francis Bacon strikes again.</summary>
   <content type="html">&lt;p&gt;This guy, Francis Bacon, keeps turning up.
I’ll have to learn more about his role in our modern lives.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-03-22-pac-tel-1200.jpeg&quot; alt=&quot;A cement utility cover in the lawn. On the face it says &apos;Pacific Telephone&apos;&quot; title=&quot;A cement utility cover in the lawn. On the face it says &apos;Pacific Telephone&apos;&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Pacific Telephone&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;Articles &amp;amp; Newsletters
    &lt;ul&gt;
      &lt;li&gt;
        &lt;p&gt;I’m rereading a &lt;a href=&quot;https://samkahn.substack.com/p/how-the-intellectuals-lost-many-times&quot;&gt;Sam Kahn&lt;/a&gt; article about the intellectuals.
I read it (skimmed it?) &lt;a href=&quot;/webcrumbs/2024/#2024-09-15-13:52&quot;&gt;last September&lt;/a&gt;, but the only part that stuck with me was the blame laid at Francis Bacon’s feet.
If I’m understanding right, Sam claims that we can blame Bacon for enabling the non-geniuses to reach widespread success.
I mean, maybe.
See the quote below, am I reading that right?
I’m not sure this really represents Bacon’s legacy as it’s conventionally understood.
Conventional understanding can be wrong, incomplete, or only one version among alternatives.
What I can tell you is that Sam is possibly assuming quite a lot of the reader before getting to the argument.
I’m not convinced that it’s really the right framing but also I recognize that I still have quite a few questions.
The thesis seems to neglect some relevant points, but I’ll have to follow up on that before I really say more.&lt;/p&gt;

        &lt;p&gt;¶ Here’s a brief aside: I vaguely remembered this last week.
It took me quite a bit of searching to locate my original written note on this.
The note lacked a complete context and brought in some other things I was also reading at the time.
All of it was rather imprecise- I couldn’t figure out the origin despite quite a bit of looking around.
I finally found it, and have resolved to make my notes more usable going forward; I expect that will be another iteration or two to get right as well.&lt;/p&gt;
        &lt;ul&gt;
          &lt;li&gt;“Bacon’s crowning idea was to do things through an organizational structure in which personal attainment as well as the search for higher truth were deemphasized.”&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;Ben Kuhn’s note &lt;a href=&quot;https://www.benkuhn.net/pjm/&quot;&gt;on running major projects&lt;/a&gt;.
Talk about timely.
I’m in the thick of it at work right now.
This article is a blueprint.
Maybe email me if you have other suggestions.&lt;/p&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Podcasts
    &lt;ul&gt;
      &lt;li&gt;Panic World with &lt;a href=&quot;https://podcasts.apple.com/us/podcast/who-turned-gen-z-fascist-with-felix-biederman/id1740187810?i=1000699786696&quot;&gt;Felix Biederman&lt;/a&gt; and the follow up comment in the &lt;a href=&quot;https://www.garbageday.email/p/when-was-the-last-time-you-felt-consensus&quot;&gt;Garbage Day email&lt;/a&gt;, both about consensus and Article World vs Post World.
This seems very similar to the thesis &lt;em&gt;The Revolt of the Public&lt;/em&gt;, just more so.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Quotes
    &lt;ul&gt;
      &lt;li&gt;From &lt;em&gt;The Notebook&lt;/em&gt; (p129 &amp;amp; following). Note that the translations aren’t literal, they’re my own rendition.
        &lt;ul&gt;
          &lt;li&gt;&lt;em&gt;Ars exerpendi&lt;/em&gt;: The art of excerpting.&lt;/li&gt;
          &lt;li&gt;&lt;em&gt;non collegio, sed selego&lt;/em&gt;: Not collecting, but selecting.&lt;/li&gt;
          &lt;li&gt;&lt;em&gt;notae proprae, notae optimae&lt;/em&gt;: The notes I make are optimal for me.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Facts &amp;amp; Ideas
    &lt;ul&gt;
      &lt;li&gt;Ancient Greek statues had &lt;a href=&quot;https://archaeology.org/news/2025/03/17/ancient-greek-statues-smelled-of-perfume/&quot;&gt;smell&lt;/a&gt;, in addition to &lt;a href=&quot;https://www.npr.org/2022/07/12/1109995973/we-know-greek-statues-werent-white-now-you-can-see-them-in-color&quot;&gt;color&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Open Questions
    &lt;ul&gt;
      &lt;li&gt;What is the pH of my morning &lt;a href=&quot;https://drinklmnt.com/pages/ingredients/?&quot;&gt;salt water&lt;/a&gt;?
Maybe I should get raw unflavored next time.&lt;/li&gt;
      &lt;li&gt;In real terms, what was the bounty of Columbus’s first trips to the Americas?
What would be the equivalent today?&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
      &lt;li&gt;Which is more important, cookery or philosophy?&lt;sup id=&quot;fnref:2&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:2&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Bets
    &lt;ul&gt;
      &lt;li&gt;I’m feeling good about my bet that Apple won’t deliver on AI + Fitness by the end of next year.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The &lt;a href=&quot;https://www.thisiscolossal.com/2025/03/heather-rios-embroidery-cakes/&quot;&gt;cake is a lie&lt;/a&gt;.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Also from &lt;em&gt;The Notebook&lt;/em&gt;, p141. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:2&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;C.f., p131. &lt;a href=&quot;#fnref:2&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 48: Learning Currents&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/03/25/wn-48-learning.html&quot;&gt;Email me your guides to leading major projects.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 48: Daily Bits</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/03/24/wn-48-days.html"/>
   <updated>2025-03-24T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/03/24/wn-48-days</id>
   <summary>Rain and rainbows.</summary>
   <content type="html">&lt;p&gt;An embarrassingly thin week as far as writing goes.
It may be signaling that I should take a short break (2 weeks?) and reset.
&lt;!--more--&gt;
I really like the tiny observations, I want more of that.
But the additional context of all my other writing is useful too.
What to do?&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-03-22-cloud-1200.jpeg&quot; alt=&quot;Some high cirrus clouds.&quot; title=&quot;Some high cirrus clouds.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Clouds.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac--outlook-mar-17-to-23&quot;&gt;Almanac / outlook, Mar 17 to 23&lt;/h3&gt;

&lt;p&gt;A bit of rain early in the week and cool temperatures remain.
Lows in the 40s and highs in the 50s to low 60s during the week.
The weekend is forecast to be warm, in the mid-70s and sunny.&lt;/p&gt;

&lt;p&gt;Folks, we have surpassed 12 hours of daylight, and the Spring Equinox is this week on Thursday.
Sunrise is just before a quarter after 7 and sunset a little after a quarter after 7.
The moon is waning from full, so by the time the clouds are gone, the beginning of the night should be dark.&lt;/p&gt;

&lt;h3 id=&quot;day-bits&quot;&gt;Day Bits&lt;/h3&gt;

&lt;p&gt;It’s going to be a mixed bag, weather-wise, this week.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;MAR17MON
    &lt;ul&gt;
      &lt;li&gt;It doesn’t matter what you’re talking about with the neighbors when the rain starts to fall in big aggressive drops.
Nor does it matter that you’ve all been getting to know each other better lately, because when the rain is openly hinting that it’s about to become a shower, it’s time to go.
Jog fast because you didn’t bring an umbrella and it’s a long block back home.
But there is still time to notice the nearly full rainbow hanging in the sky when you look to the left to cross the street to the house.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR22SAT
    &lt;ul&gt;
      &lt;li&gt;Made some new friends today at a birthday party.
We sat and talked on cold cement picnic table benches under thick clouds that wouldn’t rain, getting to know each other.
It was a pleasant surprise.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR23SUN
    &lt;ul&gt;
      &lt;li&gt;It’s interesting that when I don’t see someone around the neighborhood for months on end, the first explanation I reach for is that they have moved away.
The turnover around here is a little slower nowadays, but people are still moving in and out often.
Then they show up with their dog at the park, just the same as the last time you saw them, and it’s obvious that they’ve simply been doing things in other places.
I’m happy to know that the changes aren’t so rapid that these people and dogs will just constantly disappear.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I’m not sure where the days went this week.&lt;/p&gt;

&lt;h3 id=&quot;outside-events&quot;&gt;Outside Events&lt;/h3&gt;

&lt;p&gt;The roller coaster ride at the national level continues.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Some test &lt;a href=&quot;https://theconversation.com/trump-is-using-the-alien-enemies-act-to-deport-immigrants-but-the-18th-century-law-has-been-invoked-only-during-times-of-war-252434&quot;&gt;deportations&lt;/a&gt; have begun.&lt;/li&gt;
  &lt;li&gt;They’ve come for the &lt;a href=&quot;https://www.theartnewspaper.com/2025/03/17/president-trump-executive-order-institute-museum-library-services-wilson-center&quot;&gt;museums and libraries&lt;/a&gt;. &lt;a href=&quot;https://theconversation.com/trump-administration-seeks-to-starve-libraries-and-museums-of-funding-by-shuttering-this-little-known-agency-252455&quot;&gt;More&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Israel &lt;a href=&quot;https://apnews.com/article/israel-palestinians-hamas-war-news-ceasefire-hostages-03-17-2025-b8753b9458a44f10ab08aa9b12582780&quot;&gt;ends ceasefire in Gaza&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Folks it happened, that &lt;a href=&quot;https://www.reddit.com/r/SanJose/comments/1jepm98/711_grand_opening_a_ssj_story/&quot;&gt;7-11 has opened&lt;/a&gt;.
After literally years of “it’s finished but the fence is still up,” the fence is down!&lt;/li&gt;
  &lt;li&gt;So long &lt;a href=&quot;https://www.inkstain.net/2025/03/wrecking-ball-report-weather-balloon-launches/&quot;&gt;radiosondes&lt;/a&gt;, I’ll miss those UFO sightings.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://apnews.com/article/hudsons-bay-canada-liquidation-bd2b551eb7957fd2781af250186f1002&quot;&gt;Hudson’s Bay Company closes for good&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Putin puts Trump on hold. We knew this would happen.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 48: Daily Bits&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/03/24/wn-48-days.html&quot;&gt;Email me about your rainy days.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 47: Mixed Diversions</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/03/19/wn-47-diversions.html"/>
   <updated>2025-03-19T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/03/19/wn-47-diversions</id>
   <summary>In which I finish the time loop book.</summary>
   <content type="html">&lt;p&gt;This week: movie trailers.
&lt;!--more--&gt;&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Books
    &lt;ul&gt;
      &lt;li&gt;&lt;em&gt;The Notebook&lt;/em&gt; by Roland Allen.&lt;/li&gt;
      &lt;li&gt;Finished reading &lt;em&gt;On the calculation of volume I&lt;/em&gt; by Solvej Balle.
Very interesting read, perhaps a deep meditation on the repetitive sameness of midlife.
There are myriad interpretations, but one that resonated with me is when you’ve set up your routines and get into a groove, you notice that a dynamic equilibrium has set in, a cyclical stability.
Then you have to ask yourself: do you want to maintain the pattern? 
And if you’ve grown attached to it, can you master your fears and escape this hand-built little prison you’ve made?
The book intensifies this situation to an inescapable extreme scenario: the same day repeats itself over and over in a time loop.
Balle’s focus is on the protagonist’s response to the situation, which I found compelling.
Tara, the narrator-prisoner, is meticulous in her examination of the ever-repeating day and her own reactions.
I look forward to reading Volume II.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Articles &amp;amp; Newsletters (the fun kind)
    &lt;ul&gt;
      &lt;li&gt;A classicist &lt;a href=&quot;https://talesoftimesforgotten.com/2025/03/14/everything-i-liked-and-hated-about-uberto-pasolinis-the-return-2024/&quot;&gt;reivews The Return&lt;/a&gt;, a film about the &lt;em&gt;second half&lt;/em&gt; of The Odyssey.
I will put this film on my to watch list.
Here is the &lt;a href=&quot;https://youtu.be/lrZqQBA9v3Q?si=IrXeJWRuLxrDN1CT&quot;&gt;trailer&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;YouTube
    &lt;ul&gt;
      &lt;li&gt;I saw the trailer for &lt;a href=&quot;https://youtu.be/osYpGSz_0i4?si=14vl3cUYeWhxtORH&quot;&gt;Mickey 17&lt;/a&gt; right after &lt;em&gt;The Return&lt;/em&gt; trailer.
The contrast in their approach to violence was impossible to miss, and there is really quite a lot of violence in both.
In one it is Odysseus, the hero-protagonist, dealing all the damage in a male power fantasy set in a mythic Greek past.
And in the other Mickey, the victim-protagonist, receives all the violence as a result of filling in forms in a dystopian and bureaucratic science fiction future.
Either way, it’s violence all the way.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Television
    &lt;ul&gt;
      &lt;li&gt;Finished &lt;em&gt;The X-Files&lt;/em&gt; S1.
Recommended.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Music
    &lt;ul&gt;
      &lt;li&gt;Marsh has released a 7 (seven!) hour long liveset: &lt;a href=&quot;https://youtu.be/5i8W1z9zkE0?si=H8ucwPQ80QIY8t_A&quot;&gt;All Night Long&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Couple of Nintendo Synthwave mixes: &lt;a href=&quot;https://youtu.be/szI2kOpGC1c?si=Bq2paurKYO7QzPw8&quot;&gt;The Hero of Synth&lt;/a&gt; and &lt;a href=&quot;https://youtu.be/cOY4pU-7hFY?si=rzkaQWBBK8G1Q4d6&quot;&gt;Nintendo Synthwave Videogame Mix&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;The &lt;a href=&quot;https://youtu.be/2oyZ9OM-neM?si=tW8GSQg2VlhqzAmI&quot;&gt;Ludovico Einaudi Tiny Desk Concert&lt;/a&gt; was beautiful.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 47: Mixed Diversions&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/03/19/wn-47-diversions.html&quot;&gt;Email me your favorite time books.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 47: Learning Currents</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/03/18/wn-47-learning.html"/>
   <updated>2025-03-18T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/03/18/wn-47-learning</id>
   <summary>Reality Based.</summary>
   <content type="html">&lt;p&gt;Another crop of unrelated trivia this week.
&lt;!--more--&gt;&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Articles &amp;amp; Newsletters
    &lt;ul&gt;
      &lt;li&gt;Learned about &lt;em&gt;Albion’s Seed&lt;/em&gt; by Fischer from the &lt;a href=&quot;https://whyisthisinteresting.substack.com/p/the-monday-media-diet-with-rett-wallace&quot;&gt;Why Is This Interesting newsletter interview with Rett Wallace&lt;/a&gt;.
Wallace sounds like a character, dodging the question on what media to consume, but I was intrigued by the book he suggested and its description of America’s origins.
So, I found &lt;a href=&quot;https://slatestarcodex.com/2016/04/27/book-review-albions-seed/&quot;&gt;Slate Star Codex’s book review/recap&lt;/a&gt; and decided to buy a used copy of this giant tome.
We’ll see.
Maybe I just need the recap.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Podcasts
    &lt;ul&gt;
      &lt;li&gt;Ezra Klein’s &lt;a href=&quot;https://podcasts.apple.com/us/podcast/the-ezra-klein-show/id1548604447?i=1000698440185&quot;&gt;rant about making functional government&lt;/a&gt; is right.&lt;/li&gt;
      &lt;li&gt;From a pragmatic point of view, I agree with the &lt;a href=&quot;https://podcasts.apple.com/us/podcast/panic-world/id1740187810?i=1000697819902&quot;&gt;Panic World guys that you can’t just ignore AI and expect that it will go away&lt;/a&gt;.
I assume they got royally roasted for taking this position, but unfairly so.
It’s kind of another sign that people you would expect to be reality based are not, in fact, based in the same reality as you are.
The next few years are gonna be messy, folks.&lt;/li&gt;
      &lt;li&gt;I found the &lt;a href=&quot;https://www.vox.com/future-perfect/403708/artificial-intelligence-robots-jobs-employment-remote-workers&quot;&gt;Vox article on AI coming for the laptop class&lt;/a&gt; interesting and good for establishing some concrete possibilities to evaluate for their abilities to bear loads.
Via &lt;a href=&quot;https://linksiwouldgchatyou.substack.com/p/735-ambiguous-irony-and-wiki-woes&quot;&gt;Links I would GChat you&lt;/a&gt;.
        &lt;ul&gt;
          &lt;li&gt;One possibility is “the world now, but moreso” with even more economic output and more worker displacement.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Words
    &lt;ul&gt;
      &lt;li&gt;The word &lt;em&gt;record&lt;/em&gt; is related to the word &lt;em&gt;heart&lt;/em&gt;, and that is an unexpected connection I learned today, with all kinds of intriguing possibilities leading out from there.
The connection is the proto-Indo-European root &lt;a href=&quot;https://www.etymonline.com/word/&amp;ast;kerd-&quot;&gt;&amp;amp;ast;kerd-&lt;/a&gt; which means heart.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
I’ve been reading Shipley’s &lt;em&gt;The Origins of English Words&lt;/em&gt; and I have to agree with the subtitle; &lt;em&gt;discursive&lt;/em&gt; is an understatement.
This book is a wealth of information, but it’s all just kind of shoved in there.
It’s like you stopped in some energetic fellow’s office with one question, got an earful, and left with ten more.
Awesome and overwhelming in equal measure.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Links
    &lt;ul&gt;
      &lt;li&gt;A decoder ring for &lt;a href=&quot;https://thezvi.substack.com/i/158522212/language-models-offer-mundane-utility&quot;&gt;feature to model mapping&lt;/a&gt; schemes.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;The Wikipedia &lt;a href=&quot;https://en.wikipedia.org/wiki/Proto-Indo-European_root#External_links&quot;&gt;external links for PIE&lt;/a&gt; are also helpful. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 47: Learning Currents&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/03/18/wn-47-learning.html&quot;&gt;Email me the good stuff.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 47: Daily Bits</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/03/17/wn-47-days.html"/>
   <updated>2025-03-17T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/03/17/wn-47-days</id>
   <summary>The turkeys are back.</summary>
   <content type="html">&lt;p&gt;This week was busy but not busy.
It was strange, a phase change perhaps.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;almanac--outlook-mar-10-to-16&quot;&gt;Almanac / outlook, Mar 10 to 16&lt;/h3&gt;

&lt;p&gt;Deteriorating warm weather early in the week followed by rain and colder temperatures from Wednesday on.
Initially the daytime highs will be in the upper 60s, later decreasing to the low 50s.
Lows will be in the 40s, or just 40, all week.
Running will be a challenge on Wednesday and Friday.&lt;/p&gt;

&lt;p&gt;After the clock change, sunrise is just before 7:30, and sunset is just after 7.
Soon there will be 12 hours of daylight.
The moon will reach full this week; nights may not be dark except for cloud cover.
It seems unlikely that we will be able to see the total lunar eclipse this week.&lt;/p&gt;

&lt;h3 id=&quot;day-bits&quot;&gt;Day Bits&lt;/h3&gt;

&lt;p&gt;Spring is happening.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;MAR10MON
    &lt;ul&gt;
      &lt;li&gt;A community garden plot is much more of a blank canvas than a small raised bed in the back yard.
And I don’t mean just because it’s bigger, there’s something else, even if I can’t quite get a handle on it.
This space, just carefully cleaned of weeds and set apart from everything else, suggests that it could be made into anything, anything at all.
Now I’m slowly pushing over another wheelbarrow of compost to spread evenly over the top, slowly because the bearing in the axle is totally shot, and now because I want it done before the rain comes later in the week.
The slow pushing has given me a little extra time to think about all of this.
Now even that little extra time is over.
It only took a half dozen loads to cover the plot with rich black soil.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR11TUE
    &lt;ul&gt;
      &lt;li&gt;I regret my first visit to a doom scroll site in almost a month.
It was only for a few minutes but even so, I could feel my brain melting from just this brief encounter.
The never-ending stream of community consciousness is just a jumbled concatenation of anything anyone decided to put there.
I attempt to make some kind of sense of it all but each post is just random and pulls my attention in a new direction.
It’s a mess.
I feel exhaustion beginning to creep in almost immediately.
Maybe it’s just wishful thinking, but a digest might help.
An evening edition of the most interesting posts in the last 24 hours, but not some complicated algorithm designed to hijack us for an alternative purpose.
Just some points for creativity and popularity will probably do it, maybe some groupings under themes.
And there we would have it, a first draft of the day’s zeitgeist.
Wasn’t there a whole industry built around that concept?
Whatever happened to them?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR12WED
    &lt;ul&gt;
      &lt;li&gt;The rain came in the afternoon, hard and fast.
I could hear it through my in-ear buds while I took a meeting.
It maintained a relentless intensity until night.
A downed treed on Santa Teresa, and a removed roof on White Oaks.
This wasn’t supposed to be an especially impressive storm, but Bay Area Never Forget.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR14FRI
    &lt;ul&gt;
      &lt;li&gt;There wasn’t a great reason for it, but today was a slow day, low energy, difficulty focusing.
Maybe I was fighting off something, a cold or other infection.
I didn’t get my run in, put it off to tomorrow.
Hopefully this doesn’t stick and just taking it easy for a day is enough to get over it.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The busy week takes it’s toll once again.&lt;/p&gt;

&lt;h3 id=&quot;outside-events&quot;&gt;Outside Events&lt;/h3&gt;

&lt;p&gt;The carnage continues at the federal level.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;NASA getting &lt;a href=&quot;https://eos.org/research-and-developments/nasa-shutters-offices-of-strategy-chief-scientist-and-diversity&quot;&gt;RIFfed&lt;/a&gt; this week.
Sucks.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.axios.com/2025/03/11/columbia-protest-activist-arrest-free-speech&quot;&gt;Free speech under attack&lt;/a&gt;.
It’s happened &lt;a href=&quot;https://bsky.app/profile/taylorlorenz.bsky.social/post/3lk2e2cytec2w&quot;&gt;before too&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;No more &lt;a href=&quot;https://eos.org/research-and-developments/epa-plans-to-close-environmental-justice-offices-leaving-communities-to-face-pollution-alone&quot;&gt;Environmental Justice&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 47: Daily Bits&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/03/17/wn-47-days.html&quot;&gt;Email me about your neighborhood wildlife.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 46: Mixed Diversions</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/03/12/wn-46-diversions.html"/>
   <updated>2025-03-12T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/03/12/wn-46-diversions</id>
   <summary>READ A BOOK</summary>
   <content type="html">&lt;p&gt;Finished a book and started another two books.
&lt;!--more--&gt;&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Books
    &lt;ul&gt;
      &lt;li&gt;
        &lt;p&gt;I started reading &lt;em&gt;On the calculation of volume, I&lt;/em&gt; by Solvej Balle, and the story opens late enough in the sequence of events that the main character accepts her predicament.
I just love that she’s so matter-of-fact about the bizarreness of it all, and I’m intrigued by all of the examined mundane detail.
This is gonna be good; I can’t wait.&lt;/p&gt;

        &lt;p&gt;¶ Even the formatting of the paragraphs, no indents with an empty line between, reinforces the story.
The visual weightiness of that choice underlines how challenging it has been for the narrator to get this written out and emotionally processed.
Each experience or realization, contained and contextualized in its own paragraph, has been a huge effort.
The reader is dropped right into each new installment of her endlessly looping existence.
They can stand alone too, like a microblog post, and still work.
I am in awe.&lt;/p&gt;
      &lt;/li&gt;
      &lt;li&gt;I read the introduction and first chapter of &lt;em&gt;The Notebook&lt;/em&gt; by Roland Allen, and I must confess to finding the style choices to be not at all to my taste.
The font choices seem common and suggest the book is self-published.
The number of fonts used reinforces the idea.
But the book is not self-published.
Is it some new trend?
I have no idea.
At least the contents are grabbing my interest.&lt;/li&gt;
      &lt;li&gt;Finished Sedaris’s &lt;em&gt;Theft by Finding&lt;/em&gt;.
After success found him and he moved to France, his entries grew from jots to full vignettes.
They can be quite funny for a book that is a raw diary, only lightly edited.
There are a few quotable lines later in the book, good turns of phrase or memorable description.
I laughed at his mal-Frenchism of the pot calling the kettle black–I would stumble into a phrase like that too! 
His writing has become less rickety, more self-assured.
Even so, I find the later chapters less useful as a guide for my own journaling.
They’re quite ambitious for a diary entry, but maybe someday I’ll be sitting long enough to write similarly.
Overall, I enjoyed the book.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;YouTube
    &lt;ul&gt;
      &lt;li&gt;NHK &lt;a href=&quot;https://youtu.be/u8skgug5pMs?si=6BA_pVn7-gDrqdEM&quot;&gt;Okinawa Ramen, part 2&lt;/a&gt; looks so good.&lt;/li&gt;
      &lt;li&gt;NASA &lt;a href=&quot;https://youtu.be/zTbF6EsIsg4?si=wBs7wadgafGZVCJG&quot;&gt;Lunar Eclipse on 3/13&lt;/a&gt;, hopefully it’s clear where you are.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Television
    &lt;ul&gt;
      &lt;li&gt;The X-Files Season 1 continues.
More monster of the week episodes than I remembered.
But then I looked back on what I thought about those early seasons and I remember thinking that last time.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Music
    &lt;ul&gt;
      &lt;li&gt;Chromeo &lt;em&gt;Adult Contemporary (Deluxe)&lt;/em&gt;, it’s very good.&lt;/li&gt;
      &lt;li&gt;Lane 8 &lt;em&gt;&lt;a href=&quot;https://youtu.be/ekexQdTwkak?si=Tn-KMKJqlvDdAX4f&quot;&gt;Brightest Lights&lt;/a&gt;&lt;/em&gt; is good. &lt;a href=&quot;https://youtu.be/LFM3Q7rWVvo?si=8cNDK47tcXdtKJlT&quot;&gt;Room Service Festival&lt;/a&gt; is good too.&lt;/li&gt;
      &lt;li&gt;State Azure &lt;em&gt;&lt;a href=&quot;https://youtu.be/Y8uHoIG8q6w?si=Hm6tGE42PBD-Hz8x&quot;&gt;Night City&lt;/a&gt;&lt;/em&gt; is good to read to. &lt;a href=&quot;https://youtu.be/O8ypaY5FwRc?si=6ZR3zmOk9XE21GwF&quot;&gt;FAWM#3 ‘Cloud Cover’&lt;/a&gt; track from scratch was alright.&lt;/li&gt;
      &lt;li&gt;The Rosen Corporation &lt;em&gt;&lt;a href=&quot;https://youtu.be/cAFs1UcYmxA?si=LOfRImihKWBd-RLt&quot;&gt;Watching, Feeling, The Waves&lt;/a&gt;&lt;/em&gt;.&lt;/li&gt;
      &lt;li&gt;Raw Escapes &lt;a href=&quot;https://youtu.be/4rDh0l6TShY?si=oNo2FCwxaHKxp6Pu&quot;&gt;Jeremy Nattagh Live Instrumental&lt;/a&gt; was good and in a beautiful setting.&lt;/li&gt;
      &lt;li&gt;Martin Stürtzer &lt;a href=&quot;https://youtu.be/Cmr7zcCbN0Y?si=0nTDfyIAuDrP2Ytb&quot;&gt;Space Ambient Liveset&lt;/a&gt; Home Concert 70, keeps the good stuff going.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Links
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.netflix-codes.com/&quot;&gt;Netflix-codes.com&lt;/a&gt; (via &lt;a href=&quot;https://www.recomendo.com/p/netflix-codestravel-adapterreal-china&quot;&gt;Recomendo&lt;/a&gt;) looks like it might be super useful for finding something to watch in Minoan labyrinth that is Netflix’s (terrible) UI. If I don’t report back, send someone with a string.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Events
    &lt;ul&gt;
      &lt;li&gt;An &lt;a href=&quot;https://www.famsf.org/press-room/art-of-manga&quot;&gt;Art of Manga&lt;/a&gt; exhibit is coming to a museum near me.
That could be cool to go see.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 46: Mixed Diversions&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/03/12/wn-46-diversions.html&quot;&gt;Email me a good book you read recently.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 46: Learning Currents</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/03/11/wn-46-learning.html"/>
   <updated>2025-03-11T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/03/11/wn-46-learning</id>
   <summary>The AGI is coming / the sky is falling.</summary>
   <content type="html">&lt;p&gt;This is half grim stuff, drone wars and AGI, and half wtf stuff, wooly mice and SharePlay.
&lt;!--more--&gt;&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Articles &amp;amp; Newsletters
    &lt;ul&gt;
      &lt;li&gt;This NYT article about &lt;a href=&quot;https://www.nytimes.com/interactive/2025/03/03/world/europe/ukraine-russia-war-drones-deaths.html?unlocked_article_code=1.1U4.iHjv.yN0CFbtfb31X&quot;&gt;drone warfare in Ukraine&lt;/a&gt; is dystopic.&lt;/li&gt;
      &lt;li&gt;Something quite nerdy: a new paper on &lt;a href=&quot;https://google-research.github.io/self-organising-systems/difflogic-ca/&quot;&gt;differentiable logic cellular automata&lt;/a&gt; (via &lt;a href=&quot;https://news.ycombinator.com/item?id=43286161&quot;&gt;hn&lt;/a&gt;).
I don’t know why, but I can’t give up my fascination with these tiny computer programs; all I want to do is make art with them.
It’s a purely visual appeal for me–it’s all about the aesthetics.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Podcasts
    &lt;ul&gt;
      &lt;li&gt;Ezra on AGI is coming.
They sound convinced, and I am convinced that something is coming.
I just don’t know if it is really going to blow our socks off.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Quotes
    &lt;ul&gt;
      &lt;li&gt;“Every great cause begins as a movement, becomes a business, and eventually degenerates into a racket.”
&lt;a href=&quot;https://www.goodreads.com/quotes/98215-every-great-cause-begins-as-a-movement-becomes-a-business&quot;&gt;Eric Hoffer&lt;/a&gt;, &lt;a href=&quot;https://news.ycombinator.com/item?id=43072974&quot;&gt;via HN&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Links
    &lt;ul&gt;
      &lt;li&gt;A &lt;a href=&quot;https://marginalrevolution.com/marginalrevolution/2025/02/naming-ai-models-correctly.html&quot;&gt;decoder ring&lt;/a&gt; for the asinine AI (AAI?) naming schemes.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Facts &amp;amp; Ideas
    &lt;ul&gt;
      &lt;li&gt;There are &lt;a href=&quot;https://arstechnica.com/science/2025/03/wooly-mice-a-test-run-for-mammoth-gene-editing/&quot;&gt;wooly mice&lt;/a&gt; now.
Like mice with genes from wooly mammoth, so they are very fluffy.
And part of me recoils, and says in a whisper, “abomination.”
But they’re also pretty cute.
So, you could say that I’m divided over this new development.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Skills
    &lt;ul&gt;
      &lt;li&gt;You can start &lt;a href=&quot;https://support.apple.com/guide/iphone/start-shareplay-instantly-ipha845e253a/ios&quot;&gt;SharePlay by holding iPhones near each other&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Cat &lt;a href=&quot;https://www.reddit.com/r/AnimalsBeingFunny/comments/1j4oknl/pets_with_different_instinct/&quot;&gt;zen&lt;/a&gt;.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 46: Learning Currents&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/03/11/wn-46-learning.html&quot;&gt;Email me your AGI hopes and fears.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 46: Daily Bits</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/03/10/wn-46-days.html"/>
   <updated>2025-03-10T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2025/03/10/wn-46-days</id>
   <summary>Spring Ahead</summary>
   <content type="html">&lt;p&gt;Did you change your clocks?
It’s clock change time where I live.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;almanac--outlook-mar-03-to-09&quot;&gt;Almanac / outlook, Mar 03 to 09&lt;/h3&gt;

&lt;p&gt;After last week’s visit from late spring, we’re transitioning back to NorCal winter.
So, lows will be in the 40s and highs in the 50s until late in the week when they reach for the 60s.
There is a slight chance of rain on Wednesday, emphasis on slight.
To sum up, we get a little more soup weather.&lt;/p&gt;

&lt;p&gt;Sunrise is at 6:30 and sunset is at 6; eleven and a half hours of daylight.
Those times are good until the weekend because on MAR09SUN we spring ahead.
We’re still into changing the clocks twice a year.
The new time for sun up is 7:30 and sun down after 7.
Just as before the change, the days keep getting longer and longer; we maintain eleven and a half hours of daylight despite the horological shenanigans.
And the moon is still quite new but rapidly waxing; we’ll transition from dark nights to bright ones this week.
Heads up– there will be a &lt;a href=&quot;https://science.nasa.gov/solar-system/moon/what-you-need-to-know-about-the-march-2025-total-lunar-eclipse/&quot;&gt;total lunar eclipse on the 13th&lt;/a&gt;, when the moon is full!&lt;/p&gt;

&lt;h3 id=&quot;day-bits&quot;&gt;Day Bits&lt;/h3&gt;

&lt;p&gt;A smattering of notes this week.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;MAR03MON
    &lt;ul&gt;
      &lt;li&gt;The cirrostratus clouds were really stunning this afternoon, as if a giant painter had drawn their brush clear across the sky.
Pale grey, white, and a bit of blue peeked through, blending and streaking from the horizon to beyond the top of the sky, smoothly filling it all.
I don’t think I’ve seen clouds like this here before.
The whole sky is an enormous canvas!
It’s really quite the effect; I stopped and admired nature’s finest work of the day.
More of that, please.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR05WED
    &lt;ul&gt;
      &lt;li&gt;I worked in the office today and was quite surprised to see that it rained a lot at home, but not at all up here, when usually it’s the other way around.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR06THU
    &lt;ul&gt;
      &lt;li&gt;Got a run in today.
Doing the fitness, activities, whatever, it’s become a boundary condition.
They’ve become non-negotiable.
I’ve been on a long road to get here.
I hope I stay, in this place of regular exercising.
Something I’ve said to myself lately is “you wouldn’t not eat, would you?”, a sort of reminder.
Exercise, on the regular, it’s like making sure to eat.
I usually think about my day while running.
The benefit this time was solving some problem at work–a relief.
It still surprises me how that works.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR08SAT
    &lt;ul&gt;
      &lt;li&gt;A busy-relaxed Saturday: gardening, library, laundry, hardware store, running, hang board hanging, dog park, dinner, reading.
At no point was there any pressure to get it all done, just a steady step by step progression through a long list of things to do.
Starting many of these tasks was a mini-battle against inertia, each one showing now-me that I can get more done in less time than past-me would expect.
It felt good.
Also, busy.
Still trying to find the right balance between doing more needed things and still resting to enjoy life.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It’s been another busy week, and I don’t think it’s going to let up.
I’m just trying to get some words out here so I can mark time.&lt;/p&gt;

&lt;h3 id=&quot;outside-events&quot;&gt;Outside Events&lt;/h3&gt;

&lt;p&gt;I don’t know if it was how busy I was at work, or a change in how things are going in the federal government, but there was less standout news to me this week.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Some good news: &lt;a href=&quot;https://arstechnica.com/space/2025/03/fireflys-ghostly-landing-proves-a-scrappy-company-can-shoot-for-the-moon/&quot;&gt;Firefly landed on the moon&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;The &lt;a href=&quot;https://thinc.blog/2025/03/03/the-end-of-weather-forecasting/&quot;&gt;end of weather forecasting&lt;/a&gt; is coming and I am miserable over it.
Fired: &lt;a href=&quot;https://thinc.blog/2025/03/03/faa-nuclear-security-now-hurricane-hunters-fired-by-doge/&quot;&gt;hurricane hunters&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.politico.com/news/2025/03/05/us-ukraine-intelligence-sharing-00213100&quot;&gt;US stops sharing intel&lt;/a&gt; with Ukraine. Despicable.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2025/03/02/us/politics/hegseth-cyber-russia-trump-putin.html&quot;&gt;US suspends cyber operations against Russia&lt;/a&gt;. Speechless.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 46: Daily Bits&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/03/10/wn-46-days.html&quot;&gt;Email me about your days.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 45: Mixed Diversions</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/03/05/wn-45-diversions.html"/>
   <updated>2025-03-05T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/03/05/wn-45-diversions</id>
   <summary>Music, mostly.</summary>
   <content type="html">&lt;p&gt;See, the things is, lack of sleep makes it hard to read things.
So there isn’t a huge amount here.
Not really sorry about that.
Enjoy!
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-02-23-grasses-1200.jpeg&quot; alt=&quot;Yellowed and dried grasses sprout amongst the dark stones in a Death Valley scene.&quot; title=&quot;Yellowed and dried grasses sprout amongst the dark stones in a Death Valley scene.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Death Valley, CA&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;Books
    &lt;ul&gt;
      &lt;li&gt;Finished &lt;em&gt;The Lathe of Heaven&lt;/em&gt; by Ursula K. Le Guin.
This was an interesting book, but I am not 100% endorsing it.
The people who definitely should read it either have a curiosity about early SF or are keen on Le Guin.
I am in the latter camp.
I will say that the last couple of chapters really lifted quite noticeably above the rest of the book.&lt;/li&gt;
      &lt;li&gt;Continuing with Sedaris’ &lt;em&gt;Theft by Finding&lt;/em&gt;.
Despite what my lack of commentary here might indicate, it continues to engage.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Articles &amp;amp; Newsletters
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://anniemueller.com/posts/despite-the-horrors-the-laundry-must-be-done-despite-the-laundry-the-horrors-must-be-faced&quot;&gt;Life must go on as the horrors continue also&lt;/a&gt;.
This laundry ain’t going to do itself.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;YouTube
    &lt;ul&gt;
      &lt;li&gt;Any Austin does the &lt;a href=&quot;https://youtu.be/dszr7CTrNXk?si=FNo_5d6VEMWmFnND&quot;&gt;rivers of RDR2&lt;/a&gt;.
I should really unlock the whole map.
Is gorgeous.&lt;/li&gt;
      &lt;li&gt;Boring game trailers: &lt;a href=&quot;https://youtu.be/NTc0ack5PYM?si=lq9oNAWgWkCrmmQu&quot;&gt;Slow Roads 2.0&lt;/a&gt; and &lt;a href=&quot;https://youtu.be/hFi39URiesI?si=BGCUaN9JVweJ4IoP&quot;&gt;Over the hill&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Television
    &lt;ul&gt;
      &lt;li&gt;Continuing with S1 of The X-files.
Even the early monster of the week episodes are iconic.
I am going to savor every scene of this rewatch of the show.&lt;/li&gt;
      &lt;li&gt;Continuing with S2 of Severance.
S2 is so much weirder.
That is apparently what was missing from S1: weirdness.
I am much more engaged.
My theory: this show is just work/life balance and corporate absurdity.
It’s great!&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Music
    &lt;ul&gt;
      &lt;li&gt;State Azure &lt;a href=&quot;https://www.youtube.com/live/YlaYoYNJku8?si=drS-UsoeFZrKjxKo&quot;&gt;Live Stream // FAWM ideas with Syntakt + Digitakt II&lt;/a&gt; took a little while to cohere into something but then it was excellent.&lt;/li&gt;
      &lt;li&gt;The 8 hours Severance – &lt;a href=&quot;https://youtu.be/JRnDYB28bL8?si=-c9Vm1tFoyjvcgXS&quot;&gt;Music to Refine To&lt;/a&gt; just friggin’ kills.
Features Odesza, who are on the Anjunadeep label too.
So that tracks.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://youtu.be/0ZopUajCutU?si=gFJYF6E5uvbU-QQg&quot;&gt;CRi Open Air: Mexico City&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://youtu.be/vQE-HKvibmk?si=odypcHbm9PgnCsfl&quot;&gt;Relaxing afternoon Deep House&lt;/a&gt; from Caroline Chang.&lt;/li&gt;
      &lt;li&gt;Several from The Rosen Corporation: &lt;a href=&quot;https://youtu.be/-cirvtw9f9I?si=vEaWuiXu1IXaQYtP&quot;&gt;The Magician&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/CpqFEYmZwZs?si=ETfnzudY0KUl9ow5&quot;&gt;Morphic Resonance 59&lt;/a&gt;, and &lt;a href=&quot;https://youtu.be/4Qgy_Bne9yg?si=Wc9pzNU883wXRPSV&quot;&gt;The Fool&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 45: Mixed Diversions&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/03/05/wn-45-diversions.html&quot;&gt;Email me the good music.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 45: Learning Currents</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/03/04/wn-45-learning.html"/>
   <updated>2025-03-04T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/03/04/wn-45-learning</id>
   <summary>Proto-Indo-European</summary>
   <content type="html">&lt;p&gt;Despite the sleepy recovery, I did manage to scrape a few learnings from the insides of my eyelids.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-02-23-shadow-1200.jpeg&quot; alt=&quot;A long shadow of a person stretches across sandy desert terrain in Death Valley. The foreground shows scattered rocks and desert shrubs with golden brush. A dry wash cuts through the landscape, leading toward distant mountains under a clear blue sky.&quot; title=&quot;A long shadow of a person stretches across sandy desert terrain in Death Valley. The foreground shows scattered rocks and desert shrubs with golden brush. A dry wash cuts through the landscape, leading toward distant mountains under a clear blue sky.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;My shadow reaches deep into the Death Valley landscape.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;Articles &amp;amp; Newsletters
    &lt;ul&gt;
      &lt;li&gt;Today in Tabs on all those &lt;a href=&quot;https://www.todayintabs.com/p/the-backlash-to-the-backlash-to-the-thing-that-s-just-begun&quot;&gt;government firings&lt;/a&gt;.
I, for one, am not very excited about how exciting things are about to get.
Apprehensive, anxious, or just feeling really quite uncomfortable about all of this, any of those would be more accurate.
Maybe a little bit angry about the stupidity and brazenness.
I do not think it will end well, or end how the perpetrators want it to.
But I don’t know anything.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Podcasts
    &lt;ul&gt;
      &lt;li&gt;Ezra’s interview with Martin Gurri.
Some points we need to hear about the right’s more competent adaptation to the new info-sphere.
Some facts were disputed between the host and guest about Biden’s lucidity and USAID’s legal origins.
And some willful naivety on the part of the guest, in my opinion, regarding the expectation that the rule of law will be respected.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Words
    &lt;ul&gt;
      &lt;li&gt;Not just one word, but a whole bunch of proto-words.
I followed some obscure symbols to the back of The American Heritage Dictionary, and there in the appendix I found the essay on proto-indo-european language.
And a mini dictionary of roots, only about ten pages.
It is fas-ci-na-ting.
I cannot wait to learn more.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Quotes
    &lt;ul&gt;
      &lt;li&gt;“Every great cause begins as a movement, becomes a business, and eventually degenerates into a racket.”
&lt;a href=&quot;https://www.goodreads.com/quotes/98215-every-great-cause-begins-as-a-movement-becomes-a-business&quot;&gt;Eric Hoffer&lt;/a&gt;, &lt;a href=&quot;https://news.ycombinator.com/item?id=43072974&quot;&gt;via HN&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://walknotes.com/2025/03/01/24-28-february-2025/#:~:text=what%20are%20you%20going%20to%20do%20now%20with%20what%20you%20believe%20in%3F&quot;&gt;“what are you going to do now with what you believe in?”&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Links
    &lt;ul&gt;
      &lt;li&gt;A &lt;a href=&quot;https://marginalrevolution.com/marginalrevolution/2025/02/naming-ai-models-correctly.html&quot;&gt;decoder ring&lt;/a&gt; for the asinine AI (AAI?) naming schemes.&lt;/li&gt;
      &lt;li&gt;Another &lt;a href=&quot;https://bsky.app/profile/emollick.bsky.social/post/3lj7heghmgc2x&quot;&gt;decoder ring, err mnemonic&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://corporate.watch&quot;&gt;corporate.watch&lt;/a&gt; is “fun” and “useful”. Really.
Corporate-speak for “when in time are we now?” is patently absurd.
Has it been patented? It has, hasn’t it?
Then let’s just go with useful.&lt;/li&gt;
      &lt;li&gt;I discovered &lt;a href=&quot;https://mapper.acme.com/?ll=35.729167,-116.737222&amp;amp;z=11&amp;amp;t=SL&amp;amp;marker0=35.729167,-116.737222,Owlshead%20Mountains&quot;&gt;mapper.acme.com&lt;/a&gt; has really excellent satellite photos.
It’s been right there at the top of the &lt;a href=&quot;https://geohack.toolforge.org/geohack.php?pagename=Owlshead_Mountains&amp;amp;params=35_43_45_N_116_44_14_W_type:mountain_scale:300000&quot;&gt;geohack&lt;/a&gt; list of online maps purveyors the whole time.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Facts &amp;amp; Ideas
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://lars-christian.com/notes/2025-02-27-that-was-good/&quot;&gt;That was good.&lt;/a&gt;
Notice the mundanities that engoodenate your day.
Write them down.
And share them.
Also, it was worth clicking through to the &lt;a href=&quot;https://merlin.ghost.io/that-was-good/&quot;&gt;original author&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;I am not in charge of when these things get published.
Some poor soul in Pompeii had their &lt;a href=&quot;https://arstechnica.com/science/2025/02/study-hot-vesuvian-ash-cloud-really-did-turn-a-brain-to-glass/&quot;&gt;brains glassified by extremely hot gasses&lt;/a&gt;.
Sucks. 
Super interesting that this is something that can even happen.
Glassification of brains?!
Still su-ucks!&lt;/li&gt;
      &lt;li&gt;First &lt;a href=&quot;https://kottke.org/25/02/0046287-egyptologists-have-discov&quot;&gt;Pharoah’s tomb discovered&lt;/a&gt; since King Tut. Cool!
Other’s have already made the jokes about awaking the ancient dead at a time like this, so I will not.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Skills
    &lt;ul&gt;
      &lt;li&gt;You can change tab groups in Safari with ⌘–⌥–[ and ⌘–⌥–]. Via &lt;a href=&quot;https://pxlnv.com/linklog/safari-cleanup/&quot;&gt;pxlnv&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Open Questions
    &lt;ul&gt;
      &lt;li&gt;Can anyone recommend a podcast that goes episode by episode through the whole The X-Files canon?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Good &lt;a href=&quot;https://www.reddit.com/r/FunnyAnimals/comments/1j00uqq/dog_having_a_great_time/&quot;&gt;doggo zen&lt;/a&gt;.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 45: Learning Currents&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/03/04/wn-45-learning.html&quot;&gt;Email me the good stuff.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 45: Daily Bits</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/03/03/wn-45-days.html"/>
   <updated>2025-03-03T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/03/03/wn-45-days</id>
   <summary>Backpacking recovery, mostly.</summary>
   <content type="html">&lt;p&gt;Back from backpacking, but my sleeping patterns took a few days to recover.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-02-27-sunset-1200.jpeg&quot; alt=&quot;A sunset in pink, purple, lavender, yellow, and blue. It was just a corner of the sky, but an electric corner. Below the sky, a few cars and a stop sign.&quot; title=&quot;A sunset in pink, purple, lavender, yellow, and blue. It was just a corner of the sky, but an electric corner. Below the sky, a few cars and a stop sign.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Sunset in San Jose this week.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac--outlook-feb-10-to-16&quot;&gt;Almanac / outlook, Feb 10 to 16&lt;/h3&gt;

&lt;p&gt;There is no almanac this week because of a “me” outage last weekend.
Out backpacking, that is.
The weather was great, very like spring.
In February.
Benefits of California.&lt;/p&gt;

&lt;h3 id=&quot;day-bits&quot;&gt;Day Bits&lt;/h3&gt;

&lt;p&gt;Backing out of backpacking sleep into regular home sleep really wrecked me this week.
Luckily there weren’t any other aftereffects, like soreness.
Musta done something right this time.
The bits below are more scattered than usual.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;FEB24MON
    &lt;ul&gt;
      &lt;li&gt;Final day of backpacking in DV and flight home.
I will post a report soon.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB25TUE
    &lt;ul&gt;
      &lt;li&gt;I find myself in the very uncommon situation of struggling to sleep through the night.
My guess is that it’s the backpacking trip I just returned from.
You see, on those trips, I am usually going to bed quite early and getting up very early too.
While out backpacking the evenings are often cold and dark.
And it’s the light in the morning.
But the natural sleep guide of dark coolness is gone back home.
We’ve solved these problems; my bedroom is always dark, my living room is the temperature I choose it to be.
I rely on habituation to schedule to guide my sleep.
I’m sure I’ll find my way back to it.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB26WED
    &lt;ul&gt;
      &lt;li&gt;So green, so spring.
Many of the trees are starting to pop too.
The greening is getting so intense that you can sense it even when the sun is down.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB27THU
    &lt;ul&gt;
      &lt;li&gt;I think lifting on the same day that I ran made me run faster.
Maybe a bit too much faster because I had to walk a moment to recover.&lt;/li&gt;
      &lt;li&gt;Brief bit of beautiful sunset, over in the corner of the sky.
The colors were incandescent.
Red, pink, yellow.
Purple to lavender.
I don’t care how cliche it is, it’s always beautiful.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB28FRI
    &lt;ul&gt;
      &lt;li&gt;Good catch-up with &lt;a title=&quot;A good friend I&apos;ve known for almost 10 years. He moved away a couple of years ago, but we catch up weekly.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#B&quot;&gt;B&lt;/a&gt;.
Many things in the air for them. I hope it all comes together ok.
They are in my thoughts daily.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR01SAT
    &lt;ul&gt;
      &lt;li&gt;Weeding the community garden plot; it was way out of hand!
An hour was both more time and less time than I realized.
Most of the weeds are gone, but I barely noticed the hour was up.
Busy hands make quick work?
It’s not the usual phrasing but still sounds right to me.
I keep doing that, not recognizing how much you can get done in a short amount of time.
Did it in the afternoon again too, really got the “garage gym” all ship-shape while the washing machine ran through a single load.
I thought it would be more work.
But the emerging pattern is that it isn’t more work, or I work faster than I think I do?
I’d like to get to the bottom of this &lt;em&gt;mis-habit&lt;/em&gt;.
Best way is probably to just keep doing it.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;MAR02SUN
    &lt;ul&gt;
      &lt;li&gt;You ever notice that you have distinct and strong preferences about toilet seat covers?
I hadn’t, until today.
There I was, standing in the bathroom aisle of the big box hardware store, and bang! it hit me.
Most of these covers are wrong, just wrong.
Who on Earth would buy one with a scalloped bevel?
Wait.
Am I the one who’s nuts?
Anyway, today I learned.&lt;/li&gt;
      &lt;li&gt;Running into the wind is way harder than running with it.&lt;/li&gt;
      &lt;li&gt;There are huge alien invasion clouds as we approach sunset.
The mothership parked over the Santa Cruz mountains is sending an armada of sorties over the valley.
Golden sterns push the dark gray prows through the sky, wispy tendrils dropping as they prepare to take over.
I for one welcome these new alien overlords.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;outside-events&quot;&gt;Outside Events&lt;/h3&gt;

&lt;p&gt;These are the main events of the week, and they are so significant that I had to include some personal immediate reactions.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;More USDA / USFS / Federal government firings.&lt;/li&gt;
  &lt;li&gt;The FAA is getting Starlink. Disgusting.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.semafor.com/article/03/01/2025/europe-rallies-around-ukraine-after-oval-office-meltdown&quot;&gt;Zelensky stands strong.&lt;/a&gt; I feel sick over this. An unexpected gut punch. &lt;a href=&quot;https://www.internationalintrigue.io/the-world-reacts-to-that-oval-office-meeting/&quot;&gt;Another take&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 45: Daily Bits&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/03/03/wn-45-days.html&quot;&gt;Email me about your best backpacking t(r)ips.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 44: Mixed Diversions</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/02/26/wn-44-diversions.html"/>
   <updated>2025-02-26T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/02/26/wn-44-diversions</id>
   <summary>WHAT WHAT</summary>
   <content type="html">&lt;p&gt;Just a reminder: I was backpacking in Death Valley.
Content will be lighter.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;But there will be some pictures.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-02-20-pixels-1200.jpeg&quot; alt=&quot;Dry and wind eroded mud flat of the Amargosa river in Death Valley.&quot; title=&quot;Dry and wind eroded mud flat of the Amargosa river in Death Valley.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Tell me it&apos;s not a simulation.&lt;br /&gt;Amargosa River, Death Valley, CA&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;Books
    &lt;ul&gt;
      &lt;li&gt;Continuing to read &lt;em&gt;Theft by Finding&lt;/em&gt;.&lt;/li&gt;
      &lt;li&gt;I started &lt;em&gt;The Lathe of Heaven&lt;/em&gt; by Ursula K. Le Guin.
It’s ok. So short that I will surely follow through.
Maybe it felt original at the time of publishing, but I’m not nearly as challenged as I was in &lt;em&gt;The Dispossessed&lt;/em&gt;.
And that’s obviously, so obviously, about an out of date paradigm too.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Podcasts
    &lt;ul&gt;
      &lt;li&gt;Panic World on &lt;a href=&quot;https://podcasts.apple.com/us/podcast/panic-world/id1740187810?i=1000689229413&quot;&gt;Area 51 and NJ drones&lt;/a&gt;.
Good contrast for today’s nightmare. 
Guest is the Atlas Obscura guy.&lt;/li&gt;
      &lt;li&gt;Several other recent episodes from Panic World.
All good.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Music
    &lt;ul&gt;
      &lt;li&gt;What a resource: Discogs Digs on &lt;a href=&quot;https://www.discogs.com/digs/music/best-ambient-albums-for-concentration/&quot;&gt;ambient albums&lt;/a&gt;. Via &lt;a href=&quot;https://lars-christian.com/notes/2025-02-17-ambient-albums-for-focus/&quot;&gt;Lars Christian&lt;/a&gt;.
        &lt;ul&gt;
          &lt;li&gt;Couple of articles: &lt;a href=&quot;https://www.discogs.com/digs/music/what-to-listen-to-if-you-like-selected-ambient-works-85-92-aphex-twin/&quot;&gt;If you liked Selected Ambient Works 85-92&lt;/a&gt; and &lt;a href=&quot;https://www.discogs.com/digs/music/essential-ambient-albums/&quot;&gt;Essential Ambient Albums: 1978 - Today&lt;/a&gt;. I’ll report back.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Synthygate &lt;a href=&quot;https://youtu.be/L6heJPfVF9I?si=ZnHAWYh7Qcc0b49W&quot;&gt;Ava Eva&lt;/a&gt; was good.
Kind of French touch, I think?&lt;/li&gt;
      &lt;li&gt;Caroline Chang &lt;a href=&quot;https://youtu.be/dO4_w4jq06o?si=39p2rzuiv0_IyMKI&quot;&gt;Ambient Techno To Zen Out To&lt;/a&gt; was good.
I’ll seek out more of this.&lt;/li&gt;
      &lt;li&gt;Carbon Based Lifeforms &lt;a href=&quot;https://youtu.be/yIQbReH2n0Q?si=pI92Tzlu77T_YcVC&quot;&gt;Live at Ozora Stage 2022&lt;/a&gt; was excellent. More, please!&lt;/li&gt;
      &lt;li&gt;Martin Stürtzer &lt;a href=&quot;https://youtu.be/B1bULgbToAA?si=nrh7o7taW5F7fvpJ&quot;&gt;Space Ambient&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Aphex Twin, fan made &lt;a href=&quot;https://youtu.be/o-3Gd4_w5RQ?si=a6Q9ohWd2azeEEvw&quot;&gt;Selected Ambient Works Vol. 3&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Gaia Cafe &lt;a href=&quot;https://youtu.be/VutyYMpGKu4?si=2Q_8BfkrjKRAQmsd&quot;&gt;Fall ambient mix&lt;/a&gt;. Wish they made more.&lt;/li&gt;
      &lt;li&gt;Something completely different.
Nao Sogabe &lt;a href=&quot;https://youtu.be/dMFRgXC_8SE?si=gqWLx-4uubddY-NE&quot;&gt;ambient lute&lt;/a&gt;.
I think it looped at some point, maybe multiple times.&lt;/li&gt;
      &lt;li&gt;Another different thing.
&lt;a href=&quot;https://youtu.be/EBaMVqEKpd8?si=DSYq6b3LAtiLRafc&quot;&gt;Bansury Music&lt;/a&gt;, Indian flute.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 44: Mixed Diversions&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/02/26/wn-44-diversions.html&quot;&gt;Email me the good stuff.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 44: Learning Currents</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/02/25/wn-44-learning.html"/>
   <updated>2025-02-25T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/02/25/wn-44-learning</id>
   <summary>More AI thoughts.</summary>
   <content type="html">&lt;p&gt;Since this is a short week, content may be lighter than it otherwise would have been.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-02-24-amargosa-1200.jpeg&quot; alt=&quot;Dry riverbed and bright sun, silhouetted mountains in the distance.&quot; title=&quot;Dry riverbed and bright sun, silhouetted mountains in the distance.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Amargosa River (Dry) in Death Valley, CA&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;Articles &amp;amp; Newsletters
    &lt;ul&gt;
      &lt;li&gt;Robin Sloan’s &lt;a href=&quot;https://www.robinsloan.com/lab/is-it-okay/&quot;&gt;Is It Okay?&lt;/a&gt; about all the recent progress on AI.
Useful read.
        &lt;ul&gt;
          &lt;li&gt;Robin assumes that these advances do not fundamentally alter the social contract, that business as usual can continue, approximately.
That sounds about right.
But surprises happen–they always do.
I’m not sure how far the rules stretch before the deal is altered, and people feel real impacts.
Even if today’s economic theories remain intact, it doesn’t mean our lives stay the same.
But that’s all really out of the scope of the article.&lt;/li&gt;
          &lt;li&gt;Staying in scope, I had a couple of follow up questions that I would like to examine:
            &lt;ul&gt;
              &lt;li&gt;What, really, is the training corpus?
Is it &lt;em&gt;everything&lt;/em&gt; everything?
Or all of the internet and some books?
Or some of the internet and a lot of books?
I’ve only heard conversational details; I’d like to know a more concrete answer.&lt;/li&gt;
              &lt;li&gt;It seems preposterous that the machines could fabricate a replacement dataset that is as large, varied, rich, or as valuable as the original. 
But I should check this before placing any big bets.
Why don’t I believe this: is it justified?&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Do more &lt;a href=&quot;https://austinkleon.com/2025/02/18/what-seems-pointless/&quot;&gt;pointless things&lt;/a&gt;.
Hell yeah!&lt;/li&gt;
      &lt;li&gt;More on &lt;a href=&quot;https://interconnected.org/home/2025/02/14/asteroid&quot;&gt;that asteroid&lt;/a&gt; that might land on us in a few years.
And my new favorite domain: &lt;a href=&quot;https://arewedoomedyet.org&quot;&gt;arewedoomedyet.org&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Links
    &lt;ul&gt;
      &lt;li&gt;The AI tip off phrases, on Ethan’s &lt;a href=&quot;https://bsky.app/profile/emollick.bsky.social/post/3liis3g55qk2c&quot;&gt;bsky&lt;/a&gt;.
They do seem pretty generic to me.
I would add an over use of em dashes.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Facts &amp;amp; Ideas
    &lt;ul&gt;
      &lt;li&gt;It’s not super clear, but I think &lt;a href=&quot;https://archaeologymag.com/2025/02/dna-reveals-lineage-of-the-red-lady/&quot;&gt;this is saying&lt;/a&gt; that a particular cave in Spain was occupied by various people for 46,000 years. That is amazing.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Open Questions
    &lt;ul&gt;
      &lt;li&gt;What are the functions of a bureaucracy?
Information storage and retrieval is one function.
Also &lt;a href=&quot;https://news.ycombinator.com/item?id=43091189&quot;&gt;executing rules&lt;/a&gt; about the decisions, operations, and behaviors of the people that make up that institution.&lt;/li&gt;
      &lt;li&gt;Is &lt;a href=&quot;https://pxlnv.com/linklog/youtube-infrastructure/&quot;&gt;YouTube infrastructure&lt;/a&gt;?
It’s a question after my own heart.
But no, I would not trust it to be infrastructure.
Relying on it as a real archive seems risky.
There are no laws to govern it that way, and nothing serious in place to protect it.&lt;/li&gt;
      &lt;li&gt;I am confused about how the AIs avoid witch hunts and conspiracy theories.
Do they, in fact, avoid them?
Ethan found a replicable paper on how they can be used to &lt;a href=&quot;https://bsky.app/profile/emollick.bsky.social/post/3lijumvlet22g&quot;&gt;diffuse belief in conspiracies in humans&lt;/a&gt;.
That’s usefully adjacent to my question.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Panics &amp;amp; Tripwires
    &lt;ul&gt;
      &lt;li&gt;I think I should get something specific in here. Any tips?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Bets
    &lt;ul&gt;
      &lt;li&gt;There is a lot of change going on. What to wager?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Moment of &lt;a href=&quot;https://www.reddit.com/r/Catswithjobs/comments/1ispe23/plumber_purrmber_fixing_a_leak_part_2/&quot;&gt;cat zen&lt;/a&gt;.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 44: Learning Currents&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/02/25/wn-44-learning.html&quot;&gt;Email me your AI thoughts.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 44: Daily Bits</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/02/24/wn-44-days.html"/>
   <updated>2025-02-24T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/02/24/wn-44-days</id>
   <summary>Backpacking week!</summary>
   <content type="html">&lt;p&gt;Heading out to Death Valley, so content will be lighter than usual.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;almanac--outlook-feb-17-to-23&quot;&gt;Almanac / outlook, Feb 17 to 23&lt;/h3&gt;

&lt;p&gt;A warming trend.
By the weekend it may be breaking the 70 F mark.
But, there is a chance of rain on Wednesday.&lt;/p&gt;

&lt;p&gt;Sun rising before 7, and setting at almost 6.
That’s 11 hours of daylight this week.
The Moon is waning, but still gibbous; some light at night.&lt;/p&gt;

&lt;h3 id=&quot;day-bits&quot;&gt;Day Bits&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;FEB17MON
    &lt;ul&gt;
      &lt;li&gt;Sweet, sweet day off.&lt;/li&gt;
      &lt;li&gt;Packing for Death Valley backpacking.
It will be unusually warm.
Not problematically warm, just warmer than anticipated.
So, I will bring my least insulated sleeping back.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB18TUE
    &lt;ul&gt;
      &lt;li&gt;This warmer weather is so nice.
I don’t want to short change necessary winter–we always need the water.
But, speaking selfishly, I do enjoy the feeling of warmth, so the break is nice.
I hope it’s a break anyway, and we get another couple of storms.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB19WED
    &lt;ul&gt;
      &lt;li&gt;Well, that was a day that didn’t let up.
Busy busy at work.
Running around last minute getting things together for backpacking.
I’m supposed to sleep too, aren’t I?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB20THU
    &lt;ul&gt;
      &lt;li&gt;Backpacking in Death Valley.
In a winter heat wave, so nice temperatures.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB21FRI
    &lt;ul&gt;
      &lt;li&gt;Backpacking in DV.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB22SAT
    &lt;ul&gt;
      &lt;li&gt;Backpacking in DV.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB23SUN
    &lt;ul&gt;
      &lt;li&gt;Backpacking in DV.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;outside-events&quot;&gt;Outside Events&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;These &lt;a href=&quot;https://kottke.org/25/02/0046173-david-kurtz-argues-that-w&quot;&gt;purges&lt;/a&gt;, they do not seem &lt;a href=&quot;https://kottke.org/25/02/0046247-musk-and-the-trump-admini&quot;&gt;so&lt;/a&gt; &lt;a href=&quot;https://news.ycombinator.com/item?id=43097709&quot;&gt;well&lt;/a&gt; &lt;a href=&quot;https://news.ycombinator.com/item?id=43066182&quot;&gt;organized&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 44: Daily Bits&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/02/24/wn-44-days.html&quot;&gt;Email me about your days.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 43: Mixed Diversions</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/02/19/wn-43-diversions.html"/>
   <updated>2025-02-19T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/02/19/wn-43-diversions</id>
   <summary>Just a little diversion.</summary>
   <content type="html">&lt;p&gt;It’s been a busy week.
&lt;!--more--&gt;
I’m surprised there is even this much stuff.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Books
    &lt;ul&gt;
      &lt;li&gt;I finished &lt;strong&gt;Circe&lt;/strong&gt;.
It was very good.
I’ll have more to say soon.&lt;/li&gt;
      &lt;li&gt;Continuing to read &lt;em&gt;Theft by Finding&lt;/em&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;YouTube
    &lt;ul&gt;
      &lt;li&gt;Zeltik does &lt;a href=&quot;https://youtu.be/NAX7OlGPl2E?si=7tPIctorZBd6v_4J&quot;&gt;Anju &amp;amp; Kafei&lt;/a&gt;.
I appreciate that someone does this.
I don’t always get why they pick what they pick to analyze in such depth.
But, I’m glad they do.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://youtu.be/b9B7lKPto3A?si=eFyAMWakJHsygBHq&quot;&gt;maigomika pre-winter renovations&lt;/a&gt;.
Nice, they watch &lt;a href=&quot;https://youtube.com/@martijndoolaard&quot;&gt;Martijn&lt;/a&gt; too!
        &lt;ul&gt;
          &lt;li&gt;Does anyone know of other Japan-based YT’ers in this style?
Doesn’t have to be English language.
I’d call it “slice of life,” does that sound right?
Not looking for “so you want to live in Japan” type content here. Blech.
&lt;a href=&quot;mailto:justin@garofo.li?subject=Japan YT slice of life vlogger rec&amp;amp;body=I know a great YouTube channel that covers life in Japan.%0D%0Aurl: https://www.justing.net/notes/2025/02/19/wn-43-diversions.html&quot;&gt;Email me?&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Television
    &lt;ul&gt;
      &lt;li&gt;Brooklyn 99 continues.
“I’m a human, a human male.”
Gold. Pure gold; every line is rich.&lt;/li&gt;
      &lt;li&gt;Finished &lt;em&gt;Dark&lt;/em&gt;, on Netflix.
My brain insists I watch it again.
I may acquiesce.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Music
    &lt;ul&gt;
      &lt;li&gt;Martin Stürtzer &lt;a href=&quot;https://www.youtube.com/live/uikbWMT8Rgk?si=55cSZteNI9x9vt92&quot;&gt;3 hour ambient set&lt;/a&gt; and &lt;a href=&quot;https://www.youtube.com/live/97BKgaHL1rg?si=I19Ahj4pOAlirGdc&quot;&gt;ambient night 19&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Nick Elisabeth &lt;a href=&quot;https://youtu.be/XrMxea1R47Q?si=-u0dHuxUIb-SmBcB&quot;&gt;Mexico City&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://youtu.be/uCfkWUmz9YY?si=fN9ZRDruIMbMRMbD&quot;&gt;Röyksopp - Profound Mysteries&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 43: Mixed Diversions&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/02/19/wn-43-diversions.html&quot;&gt;Email me the good stuff.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 43: Learning Currents</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/02/18/wn-43-learning.html"/>
   <updated>2025-02-18T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/02/18/wn-43-learning</id>
   <summary>Short week, few learnings.</summary>
   <content type="html">&lt;p&gt;It’s a light week; work clobbered me.
&lt;!--more--&gt;&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Articles &amp;amp; Newsletters
    &lt;ul&gt;
      &lt;li&gt;Advertising is not one thing, but &lt;a href=&quot;https://jacek.zlydach.pl/blog/2019-07-31-ads-as-cancer.html&quot;&gt;a thousand different things, all called advertising&lt;/a&gt;. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=42999561&quot;&gt;HN&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Carla Lalli Music’s &lt;a href=&quot;https://carlalallimusic.substack.com/p/the-true-costs-of-being-on-youtube&quot;&gt;The costs of youtube&lt;/a&gt;.
Sobering.
Carla, I wish you future successes, but I’ll miss your YT content.
Just maybe don’t read the &lt;a href=&quot;https://news.ycombinator.com/item?id=43062436&quot;&gt;HN comments&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Words
    &lt;ul&gt;
      &lt;li&gt;Dinner vs supper.
My mom’s mom used these words in a particular way, and I was recently reminded that I was always confused by that.
Since I just happened to have a dictionary in front of me, I looked them both up.
Dinner is the main meal of the day.
It could be lunch, it could be breakfast, it could even be what is currently commonly called dinner: the evening meal.
Originally it was breakfast.
Supper is a small meal, later in the day.
There you have it.
When my grandmother, on the farm, was calling lunch ‘dinner,’ it was because it was the main meal of the day.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Quotes
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://carlalallimusic.substack.com/p/the-true-costs-of-being-on-youtube#:~:text=You%E2%80%99re%20playing%20Russian%20roulette%20with%20your%20self-esteem,%20and%20you%20have%20no%20control%20over%20how%20you%E2%80%99ll%20be%20received.&quot;&gt;“You’re playing Russian roulette with your self-esteem, and you have no control over how you’ll be received.”&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Facts &amp;amp; Ideas
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://onefoottsunami.com/2025/02/11/an-alternate-cookie-reality/&quot;&gt;Girl Scout Cookie mirror universe&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://brilliantcrank.com/the-dice-035/&quot;&gt;The Control Test&lt;/a&gt;. Ask yourself, “if this is in my control, what is my next step?”. This clarifies the question of what you can and cannot do something about. Via &lt;a href=&quot;https://kottke.org/25/02/0046178-from-greg-storey-a-list&quot;&gt;Kottke&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 43: Learning Currents&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/02/18/wn-43-learning.html&quot;&gt;Email me the good stuff.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 43: Daily Bits</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/02/17/wn-43-days.html"/>
   <updated>2025-02-17T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/02/17/wn-43-days</id>
   <summary>Busy busy work week.</summary>
   <content type="html">&lt;p&gt;Can you tell that my work week was busy?
&lt;!--more--&gt;
I think you can tell.&lt;/p&gt;

&lt;h3 id=&quot;almanac--outlook-feb-10-to-16&quot;&gt;Almanac / outlook, Feb 10 to 16&lt;/h3&gt;

&lt;p&gt;Cold mornings in the 30s, rising to mid-40s.
Highs in the mid-50s all week.
Rain Tuesday to Friday.&lt;/p&gt;

&lt;p&gt;The sun is rising earlier, around 7, and setting later, almost quarter ‘til 6.
Full moon this week, so bright nights.
If it’s not cloudy.&lt;/p&gt;

&lt;h3 id=&quot;day-bits&quot;&gt;Day Bits&lt;/h3&gt;

&lt;p&gt;So much weather.
Running was impacted; I’m such a fair weather runner.
Here’s what I did with it.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;FEB10MON
    &lt;ul&gt;
      &lt;li&gt;Standing in the dog park this evening, it was very cold.
One friend had texted me saying it might snow in the Bay Area.
Don’t believe everything you see on the internet, kids.
Maybe a dusting at the highest elevations, gone by the afternoon.
I saw no weatherman mention this.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB11TUE
    &lt;ul&gt;
      &lt;li&gt;Solid running today.
Consistent pacing, steady effort.
Felt good.
Glad I ditched the gloves; it wasn’t that cold.&lt;/li&gt;
      &lt;li&gt;It continues to be quite cold - by local standards.
When the evening sun is hidden behind the hill, the air draws the heat right out of you.
It drives you back inside, sending you home too soon from the dog park.
Days are lengthening, but our time outside isn’t.
Yet.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB12WED
    &lt;ul&gt;
      &lt;li&gt;Driving in the rain.
Across town for a meeting in the evening.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB13THU
    &lt;ul&gt;
      &lt;li&gt;Driving rain.
Like really coming down.
I had no reason to go out, so I didn’t.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB14FRI
    &lt;ul&gt;
      &lt;li&gt;WFO.
And riding in the company &lt;a href=&quot;/assets/img/2025-02-14-sdc-1200.jpeg&quot;&gt;self-driving car&lt;/a&gt;.
I was duly impressed, and would ride again at the next opportunity.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB15SAT
    &lt;ul&gt;
      &lt;li&gt;Mitsuwa.
Pays to get out early so you can find parking.
And the good stuff goes quick; produce, deli items, fresh cuts of meat and fish.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB16SUN
    &lt;ul&gt;
      &lt;li&gt;Helped a friend with their first bread loaf.
I hope it starts them on a delicious and bread-y journey.
And that we can exchange loafs in the not-too-distant future.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;outside-events&quot;&gt;Outside Events&lt;/h3&gt;

&lt;p&gt;Many events going on, and my busyness kept me from noting much of it.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;It’s widespread &lt;a href=&quot;https://www.pbs.org/newshour/health/u-s-facing-most-intense-flu-season-in-at-least-15-years&quot;&gt;flu season&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;So we’re going to &lt;a href=&quot;https://apnews.com/article/trump-penny-treasury-mint-192e3b9ad9891d50e7014997653051ba&quot;&gt;cancel the penny&lt;/a&gt; now?
 I think it’s still an ‘if.’&lt;/li&gt;
  &lt;li&gt;Many other government related things this week. What a mess this is.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 43: Daily Bits&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/02/17/wn-43-days.html&quot;&gt;Email me about your days.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 42: Stray Thoughts</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/02/14/wn-42-out.html"/>
   <updated>2025-02-14T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/02/14/wn-42-out</id>
   <summary>What a week.</summary>
   <content type="html">&lt;p&gt;Two stray thoughts this week.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-02-08-sun-up-1200.jpeg&quot; alt=&quot;The sun through clouds over a suburban street.&quot; title=&quot;The sun through clouds over a suburban street.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Sun up&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;pathological-externalities&quot;&gt;Pathological externalities&lt;/h3&gt;

&lt;p&gt;Do all successful industries or businesses externalize all the costs that they can?
Nascent industrialists might not even recognize these potential externalities in the early days.
Responsibilities that can be shared upon society, ignored for a while even.
Maybe no one will notice.
I think they might even be forced to do this by financial regulations once they reach a certain size.
Some examples: tobacco and cancers, chemical industries and water contamination, asbestos and cancer again.
I’ll leave the biggest one of them all out for now.
But we do benefit from these industries.
Our lives are unquestionably better for many of them, maybe even all of them for a time.
Legal drugs distributed nationwide.
Better living through chemistry.
Where would we be without teflon?
Tell me where.
And don’t forget about fireproof… things.
So, these good things are part of a bargain.
We as a society trade some future costs for improving our situation now.
Who knows what the future will bring, how we’ll bear those costs.
Is it worth it? When isn’t it worth it?&lt;/p&gt;

&lt;h3 id=&quot;piece-of-paper&quot;&gt;Piece of Paper&lt;/h3&gt;

&lt;p&gt;Is the Constitution of the United States just a piece of paper?
I thought it was a inter-subjective reality that most of us agreed to so it became substantial.
Must be that we lost quorum, belief fell below critical mass, enough of us stopped caring.
Or someone is trying to convince us that it just doesn’t matter anymore.
How’d we get here? Does it matter?
They say you can’t keep stepping into the same state again and again.
The body politic is in constant motion, but who’s steering?&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 42: Stray Thoughts&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/02/14/wn-42-out.html&quot;&gt;Email me your thoughts.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 42: Mixed Diversions</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/02/12/wn-42-diversions.html"/>
   <updated>2025-02-12T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/02/12/wn-42-diversions</id>
   <summary>The fun stuff.</summary>
   <content type="html">&lt;p&gt;As I mentioned yesterday, I’ve now separated the info from the entertaining.
This is the entertaining stuff.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;There were so many good ambients this week.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-02-09-jody.gif&quot; alt=&quot;A gif of a record playing.&quot; title=&quot;A gif of a record playing.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Welcome to My World&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;Books
    &lt;ul&gt;
      &lt;li&gt;I read some of each of Circe and Theft by Finding.
They are both engaging.
I should finish Circe soon, and I’m about half way through Theft.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;YouTube
    &lt;ul&gt;
      &lt;li&gt;NHK world is one of the “regular tv” gems on YT.
This folklore focused episode about the Yokai &lt;a href=&quot;https://youtu.be/VVxkIlzh_KE?si=UgJ02nGxVRvqgqMW&quot;&gt;Namikozo&lt;/a&gt; was quite interesting and an excellent way to see some off the beaten track corners of a region.
I suppose that is the point too.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Television
    &lt;ul&gt;
      &lt;li&gt;The X-Files &lt;a href=&quot;https://en.wikipedia.org/wiki/Deep_Throat_(The_X-Files_episode)&quot;&gt;S1E2&lt;/a&gt;. “Budahas!”&lt;/li&gt;
      &lt;li&gt;The X-files S1E3. Tooms. It’s one of the greats.&lt;/li&gt;
      &lt;li&gt;More Brooklyn 99.&lt;/li&gt;
      &lt;li&gt;The &lt;a href=&quot;https://www.psychologytoday.com/intl/blog/unlock-your-true-motivation/202502/the-psychology-of-severance&quot;&gt;psychology of Severance&lt;/a&gt;. &lt;a title=&quot;My wife.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#A&quot;&gt;A&lt;/a&gt; finds the show too disturbing to watch. I’m enjoying the unending mystery and what it reflects about us.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Music
    &lt;ul&gt;
      &lt;li&gt;Anjunakitchen: &lt;a href=&quot;https://youtu.be/_QsBWQLcFAk?si=momoGHBGvQjnyB29&quot;&gt;PROFF&lt;/a&gt; &amp;amp; &lt;a href=&quot;https://youtu.be/4mRQoYELUVE?si=nRdRf6LaKWC_00rN&quot;&gt;Ezequiel Arias&lt;/a&gt;.
Good stuff, both.&lt;/li&gt;
      &lt;li&gt;Ambients (all excellent):
        &lt;ul&gt;
          &lt;li&gt;The Rosen Corporation &lt;a href=&quot;https://youtu.be/7k3EKOTJcaw?si=oTzpE4de8fpzeuhJ&quot;&gt;The Unamed Arcanum&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/JsQUGfwvl08?si=TMDJeUgjSKee3OWa&quot;&gt;The Lovers&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/Dqz_M2Q6L2w?si=Qhk2z5HaJyLHHtFM&quot;&gt;The Moon&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/Q1OZU4R2SVY?si=iYcxnTxKD-ITy4Ye&quot;&gt;The Hanged Man&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/sm0cukIms0g?si=Gd__PBu3asQVjus-&quot;&gt;The World&lt;/a&gt;.&lt;/li&gt;
          &lt;li&gt;Martin Stürtzer &lt;a href=&quot;https://youtu.be/uCDhPPFPqsw?si=QMumqg_6NejsCleA&quot;&gt;Dub Techno Live Set&lt;/a&gt;.&lt;/li&gt;
          &lt;li&gt;State Azure &lt;a href=&quot;https://youtu.be/kjdPDTGdZ-o?si=_JZq3I862hSM8W_A&quot;&gt;Ascending Jupiter Terminus&lt;/a&gt;.&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://youtu.be/F0Jk80wDw2w?si=Wzm80DkQicuH2rJ_&quot;&gt;Sands of Arrakis&lt;/a&gt;.&lt;/li&gt;
          &lt;li&gt;Anjunachill: &lt;a href=&quot;https://youtu.be/MRi4BP-xVFk?si=VtJIMR03kxp7sCgS&quot;&gt;Lost in Nature&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/H2s_cdtCmL4?si=TPCE4FQj1ApB2EGO&quot;&gt;A slow embrace&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/fk-V_0R9y7I?si=bI68fxjAzIOW6_Kx&quot;&gt;Ibiza chill&lt;/a&gt;.&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://youtu.be/JdJ5qt3K1UE?si=npoAT5-bf-ff9B-C&quot;&gt;Jun Doe&lt;/a&gt;, I thought it was interesting. Will investigate.&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://youtu.be/PrzFy6LKf-s?si=tokgtPHP7Ut4jGBy&quot;&gt;LUSS Poisonoise&lt;/a&gt;.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;The Jody Wisternoff ablum arrived.
It prompted me to move around the speakers.
The ones formerly in my office are the better pair.
Now the stereo kicks!&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 42: Mixed Diversions&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/02/12/wn-42-diversions.html&quot;&gt;Email me the fun stuff.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 42: Learning Currents</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/02/11/wn-42-learning.html"/>
   <updated>2025-02-11T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/02/11/wn-42-learning</id>
   <summary>The Self Coup Continues.</summary>
   <content type="html">&lt;p&gt;I’ve decided to split up the &lt;em&gt;Media et al&lt;/em&gt; into two posts.
&lt;!--more--&gt;
I’ve noticed that there are really two themes here: learning things and entertaining things.
Separating them gives each more room to breathe.
Tomorrow I’ll publish the fun stuff.&lt;/p&gt;

&lt;p&gt;Most of this is about the events in Washington.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-02-09-spoon-1200.jpeg&quot; alt=&quot;A spoon in a glass filled with water. The glass and water optically distort the spoon.&quot; title=&quot;A spoon in a glass filled with water. The glass and water optically distort the spoon.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;A distorted view.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;ol&gt;
  &lt;li&gt;Articles &amp;amp; Newsletters
    &lt;ul&gt;
      &lt;li&gt;Thank you Wil, for this moment of &lt;a href=&quot;https://wilwheaton.net/2025/02/thats-the-picard-maneuver-you-cant-do-that/&quot;&gt;resistance and respite&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;So, it’s coup week:
        &lt;ul&gt;
          &lt;li&gt;&lt;a href=&quot;https://www.garbageday.email/p/musk-s-superteam-of-former-ipad-babies&quot;&gt;Garbageday.email&lt;/a&gt;: delete the CDC, delete USAID, delete the Department of Education. It’s the takeover Twitter playbook.
            &lt;ul&gt;
              &lt;li&gt;&lt;a href=&quot;https://bsky.app/profile/ryanhatesthis.bsky.social/post/3lhgwg3cdks2h&quot;&gt;Ryan adds more, via BlueSky&lt;/a&gt;: citizen → consumer → entrepreneur.&lt;/li&gt;
              &lt;li&gt;&lt;a href=&quot;https://www.todayintabs.com/p/the-that-funny-feeling-coup&quot;&gt;Today in tabs&lt;/a&gt;: maybe we just go insane instead.&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://heathercoxrichardson.substack.com/p/february-3-2025&quot;&gt;Heather Cox Richardson&lt;/a&gt;. Just the facts, on Feb 3.&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://kottke.org/25/02/the-2025-coup-derogatory&quot;&gt;Kottke on events&lt;/a&gt;, &lt;a href=&quot;https://kottke.org/25/02/a-programming-note-1&quot;&gt;on programming change&lt;/a&gt;, &lt;a href=&quot;https://kottke.org/25/02/timothy-snyder-of-course-its-a-coup&quot;&gt;on of course it is&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2025/02/05/opinion/trump-musk-federal-government.html&quot;&gt;Jamelle Bouie&lt;/a&gt; on not going back.&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://bsky.app/profile/danhon.com/post/3lhhimpz4522p&quot;&gt;Dan Hon&lt;/a&gt; on gov’t and technology.&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://oldster.substack.com/p/how-to-stand-up-speak-out-and-stay&quot;&gt;Oldster recommends&lt;/a&gt; on how to make your voice heard.&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://docs.google.com/document/d/1OSWxykA1WHOi0vTPLAJDaCeVhR3uSfh7PhlCj4t4yT0/edit?tab=t.0&quot;&gt;A Google doc&lt;/a&gt; on some other things that we can do besides voting or protesting.&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=42959854&quot;&gt;Advice&lt;/a&gt; to prioritize high quality information and to avoid the trap of engaging naively with lost causes. 
&lt;a href=&quot;https://www.thebulwark.com/p/how-to-win-the-usaid-fight&quot;&gt;More advice&lt;/a&gt;, on fighting in fight clubs.&lt;/li&gt;
          &lt;li&gt;Possibly &lt;a href=&quot;https://kottke.org/25/02/extinction-burst-explains-maga-voters-racist-anger&quot;&gt;extinction burst&lt;/a&gt; explains the ratcheting racism and other abuses.
It’s appealing, but I remain skeptical.&lt;/li&gt;
          &lt;li&gt;It’s a &lt;a href=&quot;https://paulkrugman.substack.com/p/autogolpe&quot;&gt;self-coup&lt;/a&gt;, obviously.
All attention on the man behind the curtain, please.&lt;/li&gt;
          &lt;li&gt;Although, many people seem to think it’s &lt;a href=&quot;https://bsky.app/profile/jamellebouie.net/post/3lhquwo2ip22t&quot;&gt;just a tv show&lt;/a&gt;, and it would never impact &lt;em&gt;their&lt;/em&gt; lives. There is no leopard eating your face.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;I’m considering going back to print.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://buttondown.com/monteiro/archive/how-to-choose-a-donut/&quot;&gt;On having a donut&lt;/a&gt;. I cautiously agree.
But a lot of the time I eat a donut and feel like garbage afterwards.
So maybe something is wrong with me.
Or donuts.
More investigation is needed here.
The mind may want a donut, but the body surely keeps the score.
If we’re not careful, the mind is easily deceived and hijacked.
All for want of a donut.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Words
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://oldenglishwordhord.com/2025/02/03/mǣrthu/&quot;&gt;mǣrþu&lt;/a&gt;: greatness, honour, glory, fame.
I know it’s very likely coincidence, but it seems to align with Martha (from &lt;a href=&quot;https://en.wikipedia.org/wiki/Dark_(TV_series)&quot;&gt;Dark&lt;/a&gt;), and I don’t believe that name has any of those connotations.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Quotes
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=42952327&quot;&gt;“Shipping the org chart”&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Links
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=42902575&quot;&gt;HN comment on the rationalists&lt;/a&gt;. I’m only glancingly interested in the so-called rationalist community, and even from this distance I get distinctly cultish and irrational vibes.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://indivisible.org&quot;&gt;Indivisible&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://agile.human2humanoid.com&quot;&gt;The robots are coming&lt;/a&gt;, via xyzlabs newsletter, but I won’t link to it because these people don’t include links back to the source.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://machinelearning.apple.com/research/elegnt-expressive-functional-movement&quot;&gt;The ROBOTS ARE COMING&lt;/a&gt;, this is going to be a sucker punch. Just watch the video. Via &lt;a href=&quot;https://interconnected.org/home/2025/02/07/filtered&quot;&gt;Interconnected&lt;/a&gt; and &lt;a href=&quot;https://pxlnv.com/linklog/apple-elegnt-robot/&quot;&gt;Pixel Envy&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Maybe I’ve gotten behind the times on &lt;a href=&quot;https://news.ycombinator.com/item?id=42971657&quot;&gt;intellectual property rights&lt;/a&gt;.
Enforcing ownership of something invisible seems difficult, unless you’ve got the lawyers.
And who’s got all the lawyers?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Zen &lt;a href=&quot;https://www.reddit.com/r/AnimalsBeingDerps/comments/1ijvr29/just_a_camel_chilling_in_the_ocean/&quot;&gt;surf camel&lt;/a&gt;.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 42: Learning Currents&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/02/11/wn-42-learning.html&quot;&gt;Email me the good stuff.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 42: Daily Bits</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/02/10/wn-42-days.html"/>
   <updated>2025-02-10T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/02/10/wn-42-days</id>
   <summary>It's weather week.</summary>
   <content type="html">&lt;p&gt;Rain and wind and cold sun.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-02-08-moss-1200.jpeg&quot; alt=&quot;A close up of dewy moss in suburban setting.&quot; title=&quot;A close up of dewy moss in suburban setting.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Universal moss.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac--outlook&quot;&gt;Almanac / outlook&lt;/h3&gt;

&lt;p&gt;Off and on rain most of the week.
Actually could be quite a lot of rain.
And wind.
Lows in the 40s, highs in the 50s.&lt;/p&gt;

&lt;p&gt;The sun is rising closer to 7, and setting at half past 5.
The moon is a quarter illumined, so nights may not be that dark by the end of the week.
But there will be clouds to help.&lt;/p&gt;

&lt;h3 id=&quot;day-bits&quot;&gt;Day Bits&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;FEB03MON
    &lt;ul&gt;
      &lt;li&gt;The weatherman finally started keeping his promises today.
In the morning there was a faint “spitting” rain.
Neither &lt;a title=&quot;My wife.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#A&quot;&gt;A&lt;/a&gt; nor I even bothered to mention it.
And before lunch, a light but insistent rain began just as I stepped off the porch for a 5K run.
It dampened me the whole way.&lt;/li&gt;
      &lt;li&gt;I just realized: the lemon tree is laden, laden!, with lemons this year.
Are there more lemons than leaves?
No idea.
A situation like this demands of us one thing only: the best goddamn lemonade you’ve ever had.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB04TUE
    &lt;ul&gt;
      &lt;li&gt;Morning brought the kind of rain that will sneak under an umbrella.
It’s annoying, and it makes you want dry pants.
The weatherman always keeps his promises.&lt;/li&gt;
      &lt;li&gt;Thunder! Close too. That’s exciting.&lt;/li&gt;
      &lt;li&gt;Afternoon rain so hard the dog wouldn’t even leave the porch.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB05WED
    &lt;ul&gt;
      &lt;li&gt;Sunny and cold–we get a bye day between storms.
The dog wore her purple sweater.
She is not a small dog.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB06THU
    &lt;ul&gt;
      &lt;li&gt;Yes, there was more rain today.
And it was good rain, serious rain, sheeting and ponding and all that.
Not important now.
I want to tell you about the wind.
This was ‘Bay Area storm 2025–Never Forget’ wind.
I swear it was going to rip the conduit thing right out of the chimney!
The hammock flipped.
We will rebuild.
Who knows what else happened out there.
We’ll see in the morning.&lt;/li&gt;
      &lt;li&gt;The bad news about all this weather is that the dog won’t go out.
She suffers.
Or, she suffers when she does, finally, go out in the rain.
Well, less rain.
Today, neither walk happened. Neither.
Not a sound from her about it either; the rain drowned her usual protests.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB07FRI
    &lt;ul&gt;
      &lt;li&gt;Minor damage.
I saw two small trees toppled by yesterday’s wind.
One was landscaping; the other, a wrist-thick youngling in a parking strip.&lt;/li&gt;
      &lt;li&gt;I was doing a midday workout and I noticed something to share.
It’s progress, but not fitness progress: it’s thought progress.
After a month, I’m getting into a groove with these functional workouts.
I’ve started to do that thing where you think about whatever it was from the morning, and solve the problem, while lifting a kettlebell.
I’ve always done this while running and I look forward to it.
Today, for the first time, I caught myself doing it during weights too.
I think I might be getting into this.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB08SAT
    &lt;ul&gt;
      &lt;li&gt;Slept poorly last night.
Something at work is probably bothering me.
I’d have noticed if I was endlessly turning something over in my head.
Nothing.
I got up and puttered around: read, write, review notes, listen to music, that sort of thing.
Sleep was refusing to come near anyway.
After an hour I began feeling tired.
Sometimes at that point, I can just go right to sleep.
Not last night. 
It was at least another half hour, tossing, turning, before I noticed it was already light.
Sleep caught me unawares, I guess.
I had a groggy, underdone feeling.
Yeah, I was up very late, wasn’t I?
Coffee—hot and bitter—eventually revived me.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB09SUN
    &lt;ul&gt;
      &lt;li&gt;We saw a golden eagle this morning.
Two golden eagles!
Or… red tailed hawks?
On further investigation, definitely red tailed hawks.
They’re huge.
One was carrying a snake.
Or a stick?
Yeah, it’s a stick.
They’re building a nest in a tree high above the school.
That’s so cool.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;outside-events&quot;&gt;Outside Events&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;The &lt;a href=&quot;https://en.wikipedia.org/w/index.php?title=2025_United_States_trade_war_with_Canada_and_Mexico&amp;amp;oldid=1273813097&quot;&gt;trade war is paused&lt;/a&gt;.
What is this, a clown show?&lt;/li&gt;
  &lt;li&gt;It is &lt;a href=&quot;https://kottke.org/25/02/0046126-it-only-tuesday-not-only&quot;&gt;Tuesday&lt;/a&gt;, and I guess there’s an &lt;a href=&quot;https://kottke.org/25/02/the-2025-coup-derogatory&quot;&gt;administrative&lt;/a&gt; &lt;a href=&quot;https://www.todayintabs.com/p/the-that-funny-feeling-coup&quot;&gt;coup&lt;/a&gt; &lt;a href=&quot;https://www.garbageday.email/p/musk-s-superteam-of-former-ipad-babies&quot;&gt;on&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;We are &lt;a href=&quot;https://news.ycombinator.com/item?id=42948412&quot;&gt;not accepting packages from China; we are accepting packages from China&lt;/a&gt;.
I think the point is confusion. 
Also: yes, this is a clown show.&lt;/li&gt;
  &lt;li&gt;Makes sense that the &lt;a href=&quot;https://www.wired.com/story/elon-musk-associate-bfs-federal-payment-system/&quot;&gt;Treasury&lt;/a&gt; was first. 
FWIW, the courts told them to stop it.&lt;/li&gt;
  &lt;li&gt;I guess we’re giving up on &lt;a href=&quot;https://www.politico.com/news/2025/02/08/trump-nih-university-funding-014838&quot;&gt;cancer&lt;/a&gt;. And &lt;a href=&quot;https://garymarcus.substack.com/p/warning-elon-musk-is-crippling-the&quot;&gt;everything&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 42: Daily Bits&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/02/10/wn-42-days.html&quot;&gt;Email me about your days.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 41: Stray Thoughts</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/02/07/wn-41-out.html"/>
   <updated>2025-02-07T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/02/07/wn-41-out</id>
   <summary>No notes this week.</summary>
   <content type="html">&lt;p&gt;I focused on my moments of noticing in the day bits.
Enjoy this picture instead.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-01-26-cracks-1200.jpeg&quot; alt=&quot;Dry earth cracks and a hole appears.&quot; title=&quot;Dry earth cracks and a hole appears.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Once mud, now dirt.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;


&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 41: Stray Thoughts&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/02/07/wn-41-out.html&quot;&gt;Email me about your thoughts.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 41: Media et al</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/02/05/wn-41-media.html"/>
   <updated>2025-02-05T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/02/05/wn-41-media</id>
   <summary>DeepSeek was this week, if you can believe it.</summary>
   <content type="html">&lt;p&gt;I don’t think that DeepSeek was at all the most important thing that happened.
Maybe it was just a convenient diversion.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-02-01-tree-1200.jpeg&quot; alt=&quot;A bare tree in winter lit by a brief afternoon sun.&quot; title=&quot;A bare tree in winter lit by a brief afternoon sun.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Winter tree.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;media&quot;&gt;Media&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Books
    &lt;ul&gt;
      &lt;li&gt;Continue to read &lt;em&gt;Circe&lt;/em&gt;, and it’s quite good.
        &lt;ul&gt;
          &lt;li&gt;“Even my sister had an end, a place she could not go.” p. 125.&lt;/li&gt;
          &lt;li&gt;A good passage on earning vs being born with it, on p. 135.&lt;/li&gt;
          &lt;li&gt;A very good passage on parts of human nature in power dynamics, on p. 146.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Also continuing &lt;em&gt;Theft by Finding&lt;/em&gt;, and it’s an interesting read.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Articles &amp;amp; Newsletters
    &lt;ul&gt;
      &lt;li&gt;On DeepSeek’s V3 and R1 model, which is 45x cheaper to train than competing models.
I mentioned it last week too.
That’s 45 times less time or energy or GPUs, which is considered “a lot of times less” generally.
        &lt;ul&gt;
          &lt;li&gt;&lt;a href=&quot;https://www.internationalintrigue.io/did-china-just-dethrone-openai/&quot;&gt;Intrigue&lt;/a&gt; which covers a broader look, it’s a short brief on the topic.&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://garymarcus.substack.com/p/nvidia-could-soon-take-a-serious&quot;&gt;Gary Marcus&lt;/a&gt; is brief and to the point.
At the time I checked it, &lt;a href=&quot;https://finance.yahoo.com/quote/NVDA/&quot;&gt;NVDA&lt;/a&gt; is down almost 13%.&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://simonwillison.net/2025/Jan/27/deepseek-nvidia/#atom-everything&quot;&gt;Simon Willison&lt;/a&gt; which is a summary of &lt;a href=&quot;https://youtubetranscriptoptimizer.com/blog/05_the_short_case_for_nvda&quot;&gt;Jeffery Emanuel’s article&lt;/a&gt; (see also &lt;a href=&quot;https://news.ycombinator.com/item?id=42822162&quot;&gt;HN comments&lt;/a&gt;).
The article is about the implications of R1 for Nvidia.&lt;/li&gt;
          &lt;li&gt;If you were wondering at the veracity of the claims about cheapness to train, &lt;a href=&quot;https://xyzlabs.substack.com/p/berkeley-researchers-replicate-deepseek&quot;&gt;there are people out there working to verify it&lt;/a&gt; (&lt;a href=&quot;https://news.ycombinator.com/item?id=42840180&quot;&gt;hat tip HN comment&lt;/a&gt;) and it seems to be basically checking out.&lt;/li&gt;
          &lt;li&gt;And &lt;a href=&quot;https://thezvi.substack.com/p/deepseek-panic-at-the-app-store&quot;&gt;The Zvi&lt;/a&gt; chimes in too.&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://www.natesilver.net/p/its-time-to-come-to-grips-with-ai&quot;&gt;Nate Silver&lt;/a&gt;? Sure, why not.&lt;/li&gt;
          &lt;li&gt;Stratechery’s &lt;a href=&quot;https://stratechery.com/2025/deepseek-faq/&quot;&gt;Ben Thompson wrote a FAQ&lt;/a&gt;.
Via &lt;a href=&quot;https://simonwillison.net/2025/Jan/28/ben-thompson/#atom-everything&quot;&gt;Simon Willison&lt;/a&gt; and &lt;a href=&quot;https://daringfireball.net/linked/2025/01/27/deepseek-faq&quot;&gt;Daring Fireball&lt;/a&gt;.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.henrikkarlsson.xyz/p/start-a-blog&quot;&gt;Blogging Advice&lt;/a&gt;. “Write to experience what you care about in higher resolution,” sounds good to me.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2025/02/02/opinion/ezra-klein-podcast-trump-column-read.html&quot;&gt;Ezra Klein responds to the first two weeks&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;YouTube
    &lt;ul&gt;
      &lt;li&gt;Cozytubes: &lt;a href=&quot;https://youtu.be/a8303f24Gls?si=garZQD2SmoZ-iwSJ&quot;&gt;Imamu Room&lt;/a&gt; and &lt;a href=&quot;https://youtu.be/nkeYfamAS1k?si=kh_ZAbRWgohTLtrU&quot;&gt;maigomika&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Television
    &lt;ul&gt;
      &lt;li&gt;Re: Dark, my theory is that this show is the &lt;a href=&quot;https://www.theoi.com/Ther/Minotauros.html&quot;&gt;Minotaur myth retold&lt;/a&gt;.
So I’ll be waiting to google for that until after I finish season 3.&lt;/li&gt;
      &lt;li&gt;The X-Files &lt;a href=&quot;https://en.wikipedia.org/wiki/Pilot_(The_X-Files)&quot;&gt;S1E1&lt;/a&gt;.
So much baked in already, right from the beginning.
And it still works, on me at least, after all these years.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Movies
    &lt;ul&gt;
      &lt;li&gt;&lt;em&gt;The Lost City&lt;/em&gt; is a junk food movie that is fun and only skin deep and exactly what it looks like it is.
Sometimes that’s all you are looking for.
I appreciate that they didn’t try to do more.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Music
    &lt;ul&gt;
      &lt;li&gt;New &lt;a href=&quot;https://youtu.be/B2w4thab6N0?si=Bj3aAX929TUm-xq2&quot;&gt;James Grant premiere&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;Ambients:
        &lt;ul&gt;
          &lt;li&gt;The Rosen Corporation (SLYT) &lt;a href=&quot;https://youtu.be/GHIf7_Kug4E?si=WrSiQo9qPhgipJmV&quot;&gt;“Illusions”&lt;/a&gt;. Excellent.&lt;/li&gt;
          &lt;li&gt;Rosen again &lt;a href=&quot;https://youtu.be/cAFs1UcYmxA?si=gW6lkOdWggw_4q-c&quot;&gt;“Watching, Feeling, The Waves&lt;/a&gt;. Very good.&lt;/li&gt;
          &lt;li&gt;Tom Sherlock &lt;a href=&quot;https://youtu.be/FAzyFoztnPw?si=HUbjAf9U1wcraV28&quot;&gt;Ambient Vinyl Mix Vol.2&lt;/a&gt;. Again with the vocals and the vinyl youtubers.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Our return to Monterey Bay Aquarium livestreams: &lt;a href=&quot;https://www.youtube.com/live/73k27SEQVTU?si=s7ecvsw8xrNRswbR&quot;&gt;Moon Jellies&lt;/a&gt; and &lt;a href=&quot;https://www.youtube.com/live/tEtg5Kg3voQ?si=3JfF-owyDq4kMGN3&quot;&gt;Shark Cam&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Zelda tunes from &lt;a href=&quot;https://youtu.be/YbcSfRvGybw?si=rcBsZ9yibChGx7VX&quot;&gt;stellarsheik&lt;/a&gt; and &lt;a href=&quot;https://youtu.be/KNMbDIKJ6T0?si=y0o03cGOiIXRDv-u&quot;&gt;Sam and Chill&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://youtu.be/wl4syIwEYi4?si=Aas4teO1a1UlaYa6&quot;&gt;Anjuna: A history of Chillout&lt;/a&gt; and &lt;a href=&quot;https://youtu.be/at-oJzBvPJU?si=4cpsrAV7a4GCqZHF&quot;&gt;Anjunachill’s Soft Winter Beats&lt;/a&gt;. Both great for reading.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://thevinylfactory.com/news/orchestral-legend-zelda-ocarina-time-vinyl/&quot;&gt;Orchestral performance of Zelda: Ocarina of Time&lt;/a&gt;, on vinyl.
Testing the waters with our current gifted record player setup.
It was fun.&lt;/li&gt;
      &lt;li&gt;Ordered &lt;a href=&quot;https://anjunadeep.com/us/products/474653-welcome-to-my-world/201601434-vinyl&quot;&gt;Jody Wisternoff&lt;/a&gt; vinyl.
More testing of the waters.
Let’s just keep this practicable here.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;info&quot;&gt;Info&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Words
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.are.na/block/16253029&quot;&gt;Saudade&lt;/a&gt; is Portuguese and untranslatable.
It means approximately the presence of something missing.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.websters1913.com/words/Simple&quot;&gt;Simple&lt;/a&gt; (via Circe), a medicinal plant.
She’s even referred to in the link I put there.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Facts &amp;amp; Ideas
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://eos.org/articles/lifes-building-blocks-found-in-bennu-samples&quot;&gt;Asteroid Bennu sample contains building blocks of life&lt;/a&gt;. 
It amazes me that we did this, and that sample container is the thing that went to an asteroid and came back.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A &lt;a href=&quot;https://www.reddit.com/r/MadeMeSmile/comments/1ieo1ju/giraffe_chiropractic/&quot;&gt;moment of (giraffe) zen&lt;/a&gt;.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 41: Media et al&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/02/05/wn-41-media.html&quot;&gt;Email me the good stuff.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 41: Daily Bits</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/02/03/wn-41-days.html"/>
   <updated>2025-02-03T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/02/03/wn-41-days</id>
   <summary>Off the internet, for the most part.</summary>
   <content type="html">&lt;p&gt;Continuing to lay off the generic internet time.
Look inside to see what happened.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;I’m willing to note down more of the things that happen while I am out walking the dog.
That’s one thing that happened, anyway.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-02-01-flyer-1200.jpeg&quot; alt=&quot;A child&apos;s red Radio Flyer tricycle.&quot; title=&quot;A child&apos;s red Radio Flyer tricycle.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Thanks to W. Eggleston&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac--outlook&quot;&gt;Almanac / outlook&lt;/h3&gt;

&lt;p&gt;More seasonably average this week, which means a bit colder: lows in the upper 30s and highs not breaking out of the 50s.
Maybe rain during the weekend.
Maybe.
Clear before then.&lt;/p&gt;

&lt;p&gt;New moon on Wednesday, so dark skies all week.
Sunrise is around a quarter after 7 and sunset is about half past 5.
That’s a little over ten hours of daylight.&lt;/p&gt;

&lt;h3 id=&quot;day-bits&quot;&gt;Day Bits&lt;/h3&gt;

&lt;p&gt;I noticed that some of my noticings are taking more words to articulate than they used.
Not sure if that’s good or bad.
Hopefully they sound like me.
Or at least are clearly articulating what I saw, heard, felt, or otherwise noticed.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;JAN27MON
    &lt;ul&gt;
      &lt;li&gt;It is day 3 of my escape from the internet, and I am still running as far as I can.
There is relief in this time away; I do not look gladly at the prospect of searching for something there.
It’s generally not a friendly place, though there are some boroughs more welcoming than others.
They can be short or long lasting, steady or unsteady, and often hard to find. 
I don’t mean to say it’s all like that, but it does all seem to have the stink of some bad air.
Maybe we’ll clean it up someday.
For now, I plan to drive through &lt;a href=&quot;https://www.theautopian.com/if-you-ever-see-this-speed-sign-youre-probably-going-to-die/&quot;&gt;as fast as I can&lt;/a&gt; when I must.&lt;/li&gt;
      &lt;li&gt;Those questionable collard greens turned out to be collards exclamation point.
I think we’ve mastered sautéing random greens; those were good!&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;SEP28TUE
    &lt;ul&gt;
      &lt;li&gt;This morning, while out walking the dog, I heard a couple of voices.
I thought they were voices but I heard them again a few moments later; they were the same but now unmistakably coyotes.
A few of them weere having choral practice up in the hills, not far from where I was.
Sounded like children at first, or a child.
Must’ve been the choirmaster.&lt;/li&gt;
      &lt;li&gt;On my way to my blood draw appointment they were paving the expressway.
It’s not a road that particularly needed a repaving.
At the blood draw I waited a moment and looked out the window at a recently burned building.
When the nurse arrived they swiveled the chair to first check my right arm, and swiveled, then checked my left.
Left was preferred by both of us for different reasons; them for easier access and me for the distraction of the view.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN29WED
    &lt;ul&gt;
      &lt;li&gt;Some new graffiti on the way to work. “FLOOR IT G.’O.D.”
Anybody know what it might mean?
It was on several of the big directional overhead sign bridges.&lt;/li&gt;
      &lt;li&gt;I was driving home tonight and someone was cruising down 85 with their lights off.
How does one just not notice?
It’s even kinda hard to turn the lights all the way off.
Most autos these days have an “auto” setting for the lights.
You just don’t have to even change it.
Ever.
But, I guess if one time you do change it, you might forget by the time you get in the car again.
You’d not even realize that the extra dimness out there is not because your glasses are dirty or it’s a dark and stormy nights.&lt;sup id=&quot;fnref:c&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:c&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
Anyway, those automobile regulators apparently thought of that because cars also have reflectors built into the bumpers now.
So even if you happen to be driving around with the lights off, the other drivers would have to be too for it to become a real problem.
Modern life.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN30THU
    &lt;ul&gt;
      &lt;li&gt;The dump trucks on our street are so loud this morning.
There normally aren’t dump trucks of any kind on our street, not even quiet ones.
They must be grading at a couple of build sites up the way.
We decided enough was enough and chose a different way to walk home.&lt;/li&gt;
      &lt;li&gt;This tetherball pole has been smoothed.
It’s the same as the handles in a train station by all the touches of passing passengers.
I’m at the school yard where we take our dog in the evenings, waiting for her to come to me.
The coating on the metal pole is a slightly rough surface, like fine sand or dull orange peel.
But it’s smoothed down and worn away.
It becomes almost like glass.
Maybe it was once painted, I couldn’t say.
Whatever the finish was, it’s now polished away to a mirror.
Even the rusty areas are glossy and reflective.
I had no idea that rust could be made delicate by any method, be it tetherball, years of children’s hands at play, or even careful craft.
It is beautiful.
It’s been made a work of art in the commons.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN31FRI
    &lt;ul&gt;
      &lt;li&gt;A bit of rain got me while I was out walking the dog this morning.
First precipitation in a couple of months now, has it really been that long?, and more is on the way.
There was sparse evidence on the ground and the weatherman said it was coming, just didn’t believe him about this morning.
After a couple of blocks a weak rain started; it hardly met the definition.
The drops were real ones, but they only fell in a meager portion.
Maybe ten minutes after that I noticed the tiniest increase in their frequency had urged me to step faster.
&lt;a title=&quot;Our dog. Seventy pounds of hound. Solid goof.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#M&quot;&gt;M&lt;/a&gt; began to shake her head, flapping her big ears noisily because of the extra moisture.
Clearly she was annoyed.
She even stopped to scratch the top of her dampened head once.
It was not enough to wet my coat all the way though; it couldn’t fill in the spaces between the newest drops.
My coat was covered with a splotchy fractal pattern of fresh wet spots and fading dampness.
Just cold air and a little water for now.
More’s coming, M, more is coming.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB01SAT
    &lt;ul&gt;
      &lt;li&gt;In the late afternoon there was such a flash of sun in the backyard that I jumped up to go see.
All day it had been one endless thick dark cloud.
And then, a dazzling brief brightness; my eyes were accustomed only to this day’s dimness.
It was the only sunlight today.
I hurried my search for shoes, but the light was already waning by the time I got out.
The golden glow was gone too quickly.
I guessed that the sun had glanced under the cloud edge quickly before falling behind the hillside.
It would surely continue on and brighten another’s afternoon too, if for just a moment.
No rain came from those clouds either, despite the weatherman’s promises.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;FEB02SUN
    &lt;ul&gt;
      &lt;li&gt;Life can be like a trip to the grocery store sometimes, or sometimes a trip to the grocery store can really be life.
You know what sucks? Spilling blueberries in the grocery store sucks, that’s what.
They roll everywhere, and if you step on one, or many, they squish and make a mess.
Most of the berries end up right under the cart, but a dozen or more scatter around the produce section.
A couple of other shoppers helped pick them up.
The four of us all bent low, looking for round little blue fruits.
It’s a basically unheard of kindness, stooping to clean another’s mess in a space busy with foot traffic and during one’s own errands too.
We need much more of that kind of sensitivity in the world today.
Not Karens or Garys who spout obscenities and bile at any inconvenience, shouting “what about my needs?! my need!”.
These fellow travelers in the grocery store of life, they simply helped and briefly commiserated before continuing on with their own business; even the shopkeeper said thanks.
Maybe some things will turn out ok.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;outside-events&quot;&gt;Outside Events&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://finance.yahoo.com/news/nvidia-stock-plummets-loses-record-589-billion-as-deepseek-prompts-questions-over-ai-spending-135105824.html&quot;&gt;NVDA&lt;/a&gt; experienced a massive selloff on Monday after the Chinese company DeepSeek’s app debuted.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theverge.com/2025/1/27/24353450/google-maps-rename-gulf-of-mexico-america-mt-mckinley&quot;&gt;Gulf of America&lt;/a&gt;, via &lt;a href=&quot;https://news.ycombinator.com/item?id=42849935&quot;&gt;hn&lt;/a&gt; and &lt;a href=&quot;https://daringfireball.net/linked/2025/01/28/google-maps-gulf&quot;&gt;DF&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;The new administration continues to &lt;a href=&quot;https://www.todayintabs.com/p/illegal-and-separately-unconstitutional&quot;&gt;attempt massive changes&lt;/a&gt; spanning the functions of the US government, and &lt;a href=&quot;https://bsky.app/profile/ryanhatesthis.bsky.social/post/3lgt2g3g5kx2w&quot;&gt;clear media coverage&lt;/a&gt; is &lt;a href=&quot;https://bsky.app/profile/ryanhatesthis.bsky.social/post/3lgt53gulju2w&quot;&gt;particularly lacking&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Nonsensical &lt;a href=&quot;https://news.ycombinator.com/item?id=42894708&quot;&gt;water release to “aid” LA fires&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Two plane crashes, &lt;a href=&quot;https://en.wikipedia.org/w/index.php?title=2025_Potomac_River_mid-air_collision&amp;amp;oldid=1273690509&quot;&gt;DC&lt;/a&gt; and &lt;a href=&quot;https://en.wikipedia.org/w/index.php?title=Med_Jets_Flight_056&amp;amp;oldid=1273688718&quot;&gt;Philly&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;So, we’re in a &lt;a href=&quot;https://en.wikipedia.org/w/index.php?title=2025_United_States_trade_war_with_Canada_and_Mexico&amp;amp;oldid=1273694453&quot;&gt;trade war with Mexico and Canada&lt;/a&gt; now.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:c&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Yes, I know it’s California. We do occasionally get dark and stormy nights. No, tonight was not one of them. Poetic license. &lt;a href=&quot;#fnref:c&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 41: Daily Bits&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/02/03/wn-41-days.html&quot;&gt;Email me about your days.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 40: Stray Thoughts</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/01/31/wn-40-out.html"/>
   <updated>2025-01-31T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/01/31/wn-40-out</id>
   <summary>No one: That's one intense tortilla.</summary>
   <content type="html">&lt;p&gt;Here are a few more random thoughts I had this week.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;No intentional theme here, but if you see one, maybe email me about it.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-01-23-trench-1200.jpeg&quot; alt=&quot;A paver&apos;s graffiti of the word &apos;trench&apos; on a canvas of black asphalt.&quot; title=&quot;A paver&apos;s graffiti of the word &apos;trench&apos; on a canvas of black asphalt.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;&apos;Trench&apos;&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h2 id=&quot;stray-thoughts&quot;&gt;Stray thoughts&lt;/h2&gt;

&lt;h3 id=&quot;layouts&quot;&gt;Layouts&lt;/h3&gt;

&lt;p&gt;Going to a different Costco than usual is like entering a parallel gonzo universe.
All the same things are there, aren’t they?
But a rather different set of decisions have been made about their placements.
I mean, it’s a giant empty box of a store, how many ways should you arrange the contents?
Maybe it’s a form of character, individuality, for the stores.
A freedom for the managers or an iterative exploration for corporate.
Who knows, maybe it’s nothing.
Do all the big box stores have this feature?
Ikea, Sam’s Club, Best Buy.
I guess I hadn’t questioned it at smaller scales; all your Wegmans’, Luckys, Safeways, Wincos, and Tops are different and that’s perfectly expected.
It’s nothing, nothing.&lt;/p&gt;

&lt;h3 id=&quot;retelling&quot;&gt;Retelling&lt;/h3&gt;

&lt;p&gt;It’s a pity that so much time is wasted on unwanted remakes.
If the first version is good, let it be.
Go find some new story to tell.
Or a new way to tell it.
It’s embarrassing and annoying.&lt;/p&gt;

&lt;p&gt;And not at all the same thing as rewriting stories as plays, which is what they say that Shakespeare did.
That was a different time, with a different media literacy, different things that you could expect of the audience.&lt;/p&gt;

&lt;p&gt;Sure we’re still working out what you can expect from the audience today too, but it’s not tolerating unnecessary remakes.
Today you don’t even have to go to the theater (or the Blockbuster) to revisit an earlier release.
If the earlier attempts failed in some way, sure give it a go.
But when the original was already quite successful, it’s a waste.
How many of those succeed anyway?&lt;/p&gt;

&lt;h3 id=&quot;open-here&quot;&gt;Open here&lt;/h3&gt;

&lt;p&gt;You know those little notches on bags for opening the package?
At this moment I’m thinking about food packets.
Chips, ketchup, family size M&amp;amp;Ms.
That sort of thing.
They never work.
Well, &lt;em&gt;never&lt;/em&gt; is hyperbolic; they’re really not dependable.
Based on my non-scientific and imperfect memory, I estimate that something goes frustratingly wrong about one time in three.
Just one way it fails: the tear goes crooked and doesn’t fully open, or doesn’t open at all, or opens too much, sometimes way too much.
It’s seemingly random; no pattern that I can find.
Packaging from companies that worked fine suddenly stops opening reliably.
Maybe they got a new machine.
Whatever, not my problem.
Except it is my problem right now.
In my opinion it’s a failed technology and we should all just go back to using scissors like our ancestors did.
Opening a bag with this tear off tech has only possible use: in an emergency and as a last resort.
Or, maybe I’m the common factor.
I could just lack the skills.
Another possibility is that I’m just seriously unlucky with this particular invention.
And you know, if this is where my bad luck is concentrated I’ll take that deal every day of the week.
But if it’s not either of those things, if I’m not the only one, then these QC departments, packaging engineers, and marketing teams, they all need to get out of the office for a bit and have think about what exactly it is that they think they’re doing.&lt;/p&gt;

&lt;h2 id=&quot;attempting-to-make-sense-of-things&quot;&gt;Attempting to make sense of things&lt;/h2&gt;

&lt;h3 id=&quot;algorithmic-feeds&quot;&gt;Algorithmic Feeds&lt;/h3&gt;

&lt;p&gt;That the algorithm intensifies is obvious from control theory.
It’s a feedback loop that amplifies the material which its creators deem most engaging.
And the people who write&lt;sup id=&quot;fnref:w&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:w&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; for that platform notice what it selects and tune their new material to it.&lt;/p&gt;

&lt;p&gt;Big step back: is it like shouting fire in the theater?
Who is shouting, the algorithm or the people writing?
In this globe theater we’re all but whispers.
Methinks it’s the amplifying algorithm that is actually shouting.
But both are responsible.&lt;/p&gt;

&lt;h3 id=&quot;intensification&quot;&gt;Intensification&lt;/h3&gt;

&lt;p&gt;If the algorithms intensify, or find more intense versions of the things that people like, or people make more intense things that the algorithm has pushed before, are there things that can’t be intensified?
Things like ambient music.
Is there such a thing as intense ambient?
I think that’s just a different thing.
Maybe ambient is a fixed point, something that no algorithm can intensify.
Are there other equalibria?
Can tissues be intensified? Or soft lighting?
Can you intensify a tortilla?
All these things are already at peak conceptual softness.
Adding more would fundamentally change them.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:w&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I mean in general. It could be pictures or video or whatever. &lt;a href=&quot;#fnref:w&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 40: Stray Thoughts&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/01/31/wn-40-out.html&quot;&gt;Email me your favorite ambient.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 40: Media et al</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/01/29/wn-40-media.html"/>
   <updated>2025-01-29T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/01/29/wn-40-media</id>
   <summary>WHAT WHAT</summary>
   <content type="html">&lt;p&gt;My tour through the quiet corners, and the loud, of this strange land called the internet, and some dead tree media too.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;This week was a lot.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-01-25-hat-1200.jpeg&quot; alt=&quot;A green knitted cap in a tree.&quot; title=&quot;A green knitted cap in a tree.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Lost hat&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;media&quot;&gt;Media&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Books
    &lt;ul&gt;
      &lt;li&gt;Continued reading &lt;strong&gt;City of Saints and Madmen&lt;/strong&gt; by Vandermeer.
I’m not convinced this book is for me.
I do hope it engages a bit more soon; the opening chapters are rather slow.
I’ll read another chapter and if it’s not working, I’m giving &lt;strong&gt;Finch&lt;/strong&gt; a shot.&lt;/li&gt;
      &lt;li&gt;I’m not going to beat around the bush here, I’ve given up on &lt;strong&gt;City of Saints and Madmen&lt;/strong&gt;, for now.&lt;/li&gt;
      &lt;li&gt;&lt;strong&gt;Theft by Finding&lt;/strong&gt; continues to be interesting and well written. A couple of quotes:
        &lt;ul&gt;
          &lt;li&gt;“may you fall down where you live” and&lt;/li&gt;
          &lt;li&gt;“real trouble has a bad complexion and a windbreaker”&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;The first pages of &lt;strong&gt;Circe&lt;/strong&gt; (by Madeline Miller) are building with quiet intensity; I’m engaged.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Reading
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://thezvi.substack.com/p/monthly-roundup-26-january-2025&quot;&gt;Zvi’s Monthly roundup&lt;/a&gt;.
Some wild stuff in there.
Life expectancy is 95+ and increasing in 20 years?
Anything could happen in 20 years.
Well, almost anything.
Is it just fantasy?
Who can say.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2025/01/19/opinion/trump-mandate-zuckerberg-masculinity.html&quot;&gt;Ezra Klein opinion&lt;/a&gt; on Zuck’s transparent and unprincipled attitude of “it’s all about the money” toward Trump. He wants chaos? Give ‘em chaos.&lt;/li&gt;
      &lt;li&gt;Garbage Day:
        &lt;ul&gt;
          &lt;li&gt;&lt;a href=&quot;https://www.garbageday.email/p/holding-up-a-mirror-to-america&quot;&gt;American mirror&lt;/a&gt; that pairs with the Panic World podcast below.
“Thanks to TikTok, America finally saw itself and it scared us.”&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://www.garbageday.email/p/full-stack-trumpism&quot;&gt;Full Stack&lt;/a&gt; is a framing of this first week.
“In a dire situation, running away is the best strategy,” well it is when that is an option.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://buttondown.com/monteiro/archive/how-to-survive-being-online/&quot;&gt;Mike Monteiro’s Good News&lt;/a&gt;: How to survive online. Via &lt;a href=&quot;https://kottke.org/25/01/0046017-mike-monteiro-on-how-to&quot;&gt;Kottke&lt;/a&gt;.
        &lt;ul&gt;
          &lt;li&gt;“The only way to defeat a narcissistic sociopath is to starve them. Protect yourself from their bullshit, of course, but move away from it. Let them have their stage, but refuse to be their audience.”&lt;/li&gt;
          &lt;li&gt;Be less online.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://interconnected.org/home/2025/01/22/synchronicity&quot;&gt;Interconnected&lt;/a&gt;; it’s not synchronicity or anything special.
Like you said, it’s just a bunch of stuff that happened.
When a lot of different things happen randomly, sometimes you get unexpectedly linked combinations like that.
It’s just the math.
And it seems like more because looking back over history compresses it and our brains desperately want to see patterns.&lt;/li&gt;
      &lt;li&gt;This &lt;a href=&quot;https://metatalk.metafilter.com/26553/Is-it-time-to-quarantine-and-perhaps-ban-Twitter#1434383&quot;&gt;mefi comment on (maybe) separating posts from platforms&lt;/a&gt;, and this &lt;a href=&quot;https://anniemueller.com/posts/when-you-love-something-made-by-a-terrible-person&quot;&gt;note on distinguishing the art from the artist&lt;/a&gt; are vibing. 
&lt;a href=&quot;https://manuelmoreale.com/awful-people-are-everywhere&quot;&gt;Manuel Moreale&lt;/a&gt; is also in this conversation, and brings up &lt;a href=&quot;https://www.imdb.com/news/ni64454939/&quot;&gt;some movies that I did enjoy&lt;/a&gt;.
The analog of this same problem extends to other areas: everything is connected, and many things are compromised.
Purchases online and off, sports, &lt;a href=&quot;https://en.wiktionary.org/wiki/never_meet_your_heroes&quot;&gt;heroes&lt;/a&gt;, just to name a few.
I’ve never seen the practical ethics of these day to day decisions articulated clearly.
Isn’t there some pithy wisdom to help?
Perhaps before now it’s always been limited to a small blast radius, and not, you know, genocide.
It’s a hard problem and deserves more careful thought.&lt;sup id=&quot;fnref:t&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:t&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://kottke.org/25/01/how-to-weather-the-storm&quot;&gt;Kottke’s post&lt;/a&gt; &lt;em&gt;How To Weathering the Storm&lt;/em&gt; is useful; it refers to and samples several others (some of them already linked).
I’m going to work on my &lt;em&gt;critical ignoring&lt;/em&gt; skills, which I think are ok, so-so, maybe mid?
They’re going to need to be much better.
        &lt;ul&gt;
          &lt;li&gt;“Resisting certain types of information and actors online requires people to adopt new mental habits that help them avoid being tempted by attention-grabbing and potentially harmful content.”&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Guy Tal had good words in the June ‘24 issue of LensWork that I took to mean basically “pay attention while experiencing art to your experience of it, and avoid introspecting about how it was done.” He didn’t say that you can do that investigation later, but obviously you can. It was good.&lt;/li&gt;
      &lt;li&gt;I mentioned it in the &lt;a href=&quot;/notes/2025/01/27/wn-40-days.html&quot;&gt;days of the week already&lt;/a&gt;, but &lt;a href=&quot;https://craigmod.com/roden/099/#:~:text=Distractions%20/%20Attention&quot;&gt;Craig’s suggestion to disconnect&lt;/a&gt; landed this time.&lt;/li&gt;
      &lt;li&gt;Gary Marcus on several &lt;a href=&quot;https://garymarcus.substack.com/p/the-race-for-ai-supremacy-is-over&quot;&gt;recent AI drops from China&lt;/a&gt;.
Some astonishing progress in the last month, for apparently far lower costs, from a few different groups.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Podcasts
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://podcasts.apple.com/us/podcast/panic-world/id1740187810?i=1000684055196&quot;&gt;Panic World&lt;/a&gt; &lt;em&gt;Meta Doesn’t Care Anymore&lt;/em&gt;.
This seems not good.
Like FB is bringing home the attitude it has in the rest of the world.
Maybe adding the internet to the world just fundamentally alters it and there isn’t anything we can do about that but adapt to the new landscape.
Regulation is a form of adaptation.
Just sayin’.
        &lt;ul&gt;
          &lt;li&gt;This &lt;a href=&quot;https://www.techdirt.com/2025/01/16/rogan-misses-the-mark-how-zucks-misdirection-on-govt-pressure-goes-unchallenged/&quot;&gt;TechDirt&lt;/a&gt; article is related.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;YouTube
    &lt;ul&gt;
      &lt;li&gt;Catching up on Maigomika’s &lt;a href=&quot;https://youtu.be/OAabgL9uzXw?si=8MiX80yfXyuphkl7&quot;&gt;New Year post&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Another Death Valley Discoveries, this time in &lt;a href=&quot;https://youtu.be/bZ3vmcSvVqE?si=PjspGLmuyddC3CAS&quot;&gt;Smoke Tree Canyon&lt;/a&gt;. Thanks, Steve Hall, for sharing these.&lt;/li&gt;
      &lt;li&gt;I’ve been watching a few Crime Pays But Botany Doesn’t: &lt;a href=&quot;https://youtu.be/YBwtWSiVzag?si=OfJTrdt8fc2ySLYv&quot;&gt;Cactus parasites&lt;/a&gt; and &lt;a href=&quot;https://youtu.be/wujEfC4rAHg?si=7u8y0lEfFhPR3WTY&quot;&gt;urban river inventory&lt;/a&gt;. This guy knows a lot of natural history things.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Television
    &lt;ul&gt;
      &lt;li&gt;&lt;em&gt;Brooklyn 99&lt;/em&gt; (Netflix -&amp;gt; Peacock) continues to be a ridiculous escape.&lt;/li&gt;
      &lt;li&gt;Saving these &lt;a href=&quot;https://kottke.org/25/01/two-secret-mini-seasons-of-the-x-files&quot;&gt;audio &lt;em&gt;The X-Files&lt;/em&gt; mini seasons&lt;/a&gt; for later.&lt;/li&gt;
      &lt;li&gt;Severance (Apple) S1E6 and E7. Enjoying this weird mystery.&lt;/li&gt;
      &lt;li&gt;More of &lt;em&gt;Dark&lt;/em&gt; (Netflix).
Finished S1 and it was a puzzle.
In a good way.
        &lt;ul&gt;
          &lt;li&gt;Almost done with S2 and new theory: they’re all the same person and it’s all going to collapse into a blackhole.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Movies
    &lt;ul&gt;
      &lt;li&gt;I will have to seek some better movie inputs.
Nothing appeals right now, which probably means the right things are not passing before my eyes. 
I tried this &lt;a href=&quot;https://youtu.be/-T-F5i0ilZI?si=pPjRvkmPHWV8KzCF&quot;&gt;top ten list&lt;/a&gt; (slyt), and tbf they all look pretty bad.
Really bad.
Everything is just unnecessarily too intensified.
Even the list is intensified.
It’s kind of shit.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Music
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://youtu.be/7LyBnViJd5c?si=nBXd6cUGE8k3BDuE&quot;&gt;Marsh @ Printworks, London&lt;/a&gt;
&lt;a href=&quot;https://youtu.be/1TLJiuHp88s?si=zyQphWF4QbFPlIhj&quot;&gt;Marsh @ Natural Bridge SP&lt;/a&gt;
&lt;a href=&quot;https://youtu.be/rWmmiLJI_4o?si=RgrybJJnEyCJF2vr&quot;&gt;Best of Marsh&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://royksopp.com/true-electric/&quot;&gt;New Royksopp announced&lt;/a&gt;, &lt;em&gt;True Electric&lt;/em&gt;, comes out 25APR11. Pumped for this.&lt;/li&gt;
      &lt;li&gt;Ambients:
        &lt;ul&gt;
          &lt;li&gt;&lt;a href=&quot;https://youtu.be/tki4Mdaq68A?si=xIDjVflG0u4-MkhQ&quot;&gt;The Rosen Corporation Impromptu Ambient Session&lt;/a&gt; is good.&lt;/li&gt;
          &lt;li&gt;I tried a few of these folks, &lt;a href=&quot;https://youtu.be/f3uUFeaw040?si=f50j0jkprTy6n5zd&quot;&gt;Jacek&lt;/a&gt; &lt;a href=&quot;https://youtu.be/Dduy9mOC-mw?si=gkCHLH_cdylE3hCy&quot;&gt;Szymków&lt;/a&gt;, and &lt;a href=&quot;https://youtu.be/djLQiHb-myw?si=FNnuysmpNa6W6-5y&quot;&gt;RE:&lt;/a&gt; &lt;a href=&quot;https://youtu.be/TGQvV-0BpLg?si=bx7SB2wxnUqkkkUv&quot;&gt;Analog&lt;/a&gt;, and &lt;a href=&quot;https://youtu.be/XfeEQZg8ic4?si=u2-zm5Z5kc9vmFtI&quot;&gt;Asano Record&lt;/a&gt;.
They’re vinyl based, often skew more toward jazz or jazz-adjacent, and usually include one or two tracks with vocals.
I’m glad there are alternates out there, but only some of it really worked for me.&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://youtu.be/PsxzixaKFUg?si=JyXCXy4Ht9nZgnN-&quot;&gt;ilyandily&lt;/a&gt; and &lt;a href=&quot;https://www.youtube.com/live/OyfCRWaGBYs?si=RcKfF6TEornLEnKV&quot;&gt;ilyandily&lt;/a&gt; was a good new discovery this week.&lt;/li&gt;
          &lt;li&gt;ilyandily and RE:Analog were added to the &lt;a href=&quot;https://www.youtube.com/watch?v=VTrMU3WS-lY&amp;amp;list=PL8yFldvfbqSGHNU_fdL1MjygeO-i-eLK4&quot;&gt;Reading playlist&lt;/a&gt;.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;info&quot;&gt;Info&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Words
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://oldenglishwordhord.com/2025/01/20/man/&quot;&gt;mān&lt;/a&gt;: wicked, false.
This from the Old English Wordhord. 
I didn’t expect the word to mean this.
I don’t have any good reason to have expectations about these things, yet I am still surprised.
        &lt;ul&gt;
          &lt;li&gt;Since this was the word on inauguration day, could it be just coincidence?&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://kottke.org/25/01/0046033-a-calque-is-a-word&quot;&gt;calque&lt;/a&gt;: a word that is loaned &lt;em&gt;and&lt;/em&gt; translated into English.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Quotes
    &lt;ul&gt;
      &lt;li&gt;“The great majority of Americans are suspended between these opposing attitudes. They are uneasy with injustice but unwilling yet to pay a significant price to eradicate it.”
&lt;a href=&quot;https://daringfireball.net/linked/2025/01/20/apple-homepage-mlk&quot;&gt;MLK via Daring Fireball&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.metafilter.com/207320/Would-you-like-a-drink#8677275&quot;&gt;“I’ve said it before but we’re just apes! We shouldn’t have to navigate all this…”&lt;/a&gt; by mefite tiny frying pan.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Links
    &lt;ul&gt;
      &lt;li&gt;Do I really think now is the right time to get more into vinyl?
These &lt;a href=&quot;https://www.synthtopia.com/content/2025/01/24/korg-intros-handtraxx-line-of-portable-turntables-at-2025-namm-show/&quot;&gt;record players&lt;/a&gt; do look cool though.
But do I want to become a cliché? Is it really worth it?
It might be.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Facts &amp;amp; Ideas
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.economist.com/science-and-technology/2025/01/01/cancer-vaccines-are-showing-promise-at-last&quot;&gt;Vaccines for several types of cancer&lt;/a&gt; are in trials.
Just remember: cancer is not one thing, it is a thousand things all called cancer.&lt;/li&gt;
      &lt;li&gt;New kind of magnetism: &lt;a href=&quot;https://en.wikipedia.org/wiki/Altermagnetism&quot;&gt;altermagnetism&lt;/a&gt;, and it could be important for superconducting materials.
See also &lt;a href=&quot;https://www.nature.com/articles/s41586-024-08234-x&quot;&gt;Nature&lt;/a&gt;, via &lt;a href=&quot;https://www.livescience.com/physics-mathematics/scientists-discover-new-3rd-form-of-magnetism-that-may-be-the-missing-link-in-the-quest-for-superconductivity&quot;&gt;Live Science&lt;/a&gt; via Damn Interesting.&lt;/li&gt;
      &lt;li&gt;Sony has &lt;a href=&quot;https://news.ycombinator.com/item?id=42824922&quot;&gt;ended production of Blu-Ray disks&lt;/a&gt; (and mini-disks).
I didn’t realize this was so close at hand.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Open Questions
    &lt;ul&gt;
      &lt;li&gt;Why are there not more free range drones out and about in the city or suburbs?
I think it’s probably the batteries. Or the expense?
Another possibility is social norms.
Skill requirement seems to be solved by software.
There is the &lt;a href=&quot;https://www.faa.gov/uas/recreational_flyers&quot;&gt;line of sight regulation&lt;/a&gt;, and a bunch of other rules, but I’m not sure how much that is really constraining people.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Panics &amp;amp; Tripwires
    &lt;ul&gt;
      &lt;li&gt;Is Meta blood diamonds?
Maybe it has been for a while (the whole time) and I didn’t look closely enough.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Bets
    &lt;ul&gt;
      &lt;li&gt;I’m placing a bet that Apple will make an AI fitness coach, announcing next year (2026).
How can they not when they have all that data about workouts and heart rates, etc.
My betting partner is taking the position that they will announce it this year (could release next year).
If they make no announcement (or unheralded release) before the end of 2026, we both lose the bet.
The wager is the &lt;a href=&quot;https://en.wikipedia.org/wiki/Trading_Places&quot;&gt;usual amount&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Even just the things I noticed this week were a lot.
Here is &lt;a href=&quot;https://www.reddit.com/r/oddlysatisfying/comments/1iagp7a/a_horde_of_chickens_answers_the_call_of_owner/&quot;&gt;a moment of (chickening) zen&lt;/a&gt; for chilling out.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:t&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I do plan to think more about this; already I think there could be a clearer separation of categories. &lt;a href=&quot;#fnref:t&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 40: Media et al&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/01/29/wn-40-media.html&quot;&gt;Email me the good stuff.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 40: Daily Bits</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/01/27/wn-40-days.html"/>
   <updated>2025-01-27T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/01/27/wn-40-days</id>
   <summary>Remember the comets.</summary>
   <content type="html">&lt;p&gt;This week has been a lot, to be honest.
I’m glad that work eased up a bit.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-01-26-plum-1200.jpeg&quot; alt=&quot;A plum or almond tree has popped is blossoms along a hillside of California valley oak.&quot; title=&quot;A plum or almond tree has popped is blossoms along a hillside of California valley oak.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;January spring&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac--outlook&quot;&gt;Almanac / outlook&lt;/h3&gt;

&lt;p&gt;Sunny but cool in the first half of the week.
Lows in the upper 30s to low- or mid-40s.
Highs in the 60s.
A little wind, no rain.&lt;/p&gt;

&lt;p&gt;Sunrise is around a quarter after 7, and sunset is 20 after 5.
The moon is still gibbous, but waning.
By the end of the week it will be just a faint crescent and not rising until the last small hours.&lt;/p&gt;

&lt;h3 id=&quot;day-bits&quot;&gt;Day Bits&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;JAN20MON
    &lt;ul&gt;
      &lt;li&gt;Surprise Costco trip on this day off. And the regular grocery store.&lt;/li&gt;
      &lt;li&gt;Running is easier when you are caffeinated.&lt;/li&gt;
      &lt;li&gt;I solved the problem of the Apple &lt;a href=&quot;https://support.apple.com/guide/iphone/use-the-camera-control-iph0c397b154/ios&quot;&gt;iPhone Camera Control&lt;/a&gt; button: just turn off all the whiz bang features and use it as a button.
Now I can be a bit more delicate with it, which I thought was the point.
Snapshots gon’ be snappin’ (see above).&lt;/li&gt;
      &lt;li&gt;So sunny today after unending fog yesterday.&lt;/li&gt;
      &lt;li&gt;An evening of reading &lt;em&gt;Theft by Finding&lt;/em&gt; &amp;amp; &lt;em&gt;City of Saints and Madmen&lt;/em&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN21TUE
    &lt;ul&gt;
      &lt;li&gt;Our friend &lt;a title=&quot;A neighborhood dog friend that has grown to be more.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#L&quot;&gt;L&lt;/a&gt; stopped by. &lt;a title=&quot;Our dog. Seventy pounds of hound. Solid goof.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#M&quot;&gt;M&lt;/a&gt;, our dog, loves it when we have guests.
Especially surprise guests. I mean, how would a dog know if you’re going to have
guests?
Well this wasn’t one of those times.
She got so excited she zoomed around and hurt her own ankle.
That is pretty excited.
She’s fine, just needed a few minutes to recover from her excitement.&lt;/li&gt;
      &lt;li&gt;“Bro, do you even lift?” amount of lifting.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN22WED
    &lt;ul&gt;
      &lt;li&gt;I dreamt about some successful music venue.
In England.
I was there, in the sound booth.
I was helping for some unfathomable dream reason.
How do they determine these things, anyway?&lt;/li&gt;
      &lt;li&gt;I dreamed about a guest house up the hill from the main house.
There were stars, I think, and a field, and forest.
We were leaving at the end, but we never left.
It’s a jumble, honestly.&lt;/li&gt;
      &lt;li&gt;I noticed that the feral fruit trees&lt;sup id=&quot;fnref:f&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:f&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; in the neighborhood are blooming (see above).
That’s the thing about California (even the middle/northern part), it has not really got any dependable seasons.
It’s only liminaly seasonable, or has a kind of seasonal liminality.
Anyway, colder-ish this week, but still sunny and apparently warm enough to convince the implacable trees that it is spring time.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN23THU
    &lt;ul&gt;
      &lt;li&gt;Haircut day. They were playing classics,&lt;sup id=&quot;fnref:n&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:n&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; and heavy on the Nirvana. I listened to some more Nirvana on the way home.&lt;/li&gt;
      &lt;li&gt;This afternoon it is so beautifully warm and sunny, like a brief moment of late spring.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN24FRI
    &lt;ul&gt;
      &lt;li&gt;Steady as she goes on the running.
You know, I noticed that the Ring doorbell on one house would chime every time after weeks of running by. Last week I started flashing a peace sign, and this week it stopped. Weird.&lt;/li&gt;
      &lt;li&gt;&lt;a title=&quot;A good friend I&apos;ve known for almost 10 years. He moved away a couple of years ago, but we catch up weekly.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#B&quot;&gt;B&lt;/a&gt; and I had a rollicking good time during our usual catch up sesh.&lt;/li&gt;
      &lt;li&gt;They cannot take away the &lt;a href=&quot;https://kottke.org/25/01/comets-are-cool&quot;&gt;comets&lt;/a&gt;.&lt;sup id=&quot;fnref:c&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:c&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
      &lt;li&gt;When did the kitchen get to be a mess? And the dining room?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN25SAT
    &lt;ul&gt;
      &lt;li&gt;Today I made a quite intentional decision to stay off the internet for the most part.
It worked and it wasn’t that hard honestly.
I hope I can do it again tomorrow.
        &lt;ul&gt;
          &lt;li&gt;It was only &lt;em&gt;after&lt;/em&gt; this day off that I read &lt;a href=&quot;https://craigmod.com/roden/099/#:~:text=Distractions%20/%20Attention&quot;&gt;Craig’s commentary on it&lt;/a&gt; that I had opened in a tab a few days earlier.
And no, previous mentions (I’ve been reading him for quite a while now) didn’t really penetrate before like they do right now.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Chores, cooking, reading (paper based media).&lt;/li&gt;
      &lt;li&gt;I do believe, upon further reflection, that I did feel one single rain drop, a small one, when I was walking the dog in the evening.
My very first reaction was that, but then I felt no more, and so I changed my mind.
Maybe it was just a tiny solitary drop of spit.
But &lt;a href=&quot;https://youtu.be/8bWwVN_ODzw?si=H4t-ZLYUqGelKyWr&quot;&gt;the weatherman said&lt;/a&gt; that there might be rain and it probably didn’t get to the ground even though it showed up on the radar.
So, it was a last lone survivor, almost making it to land.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN26SUN
    &lt;ul&gt;
      &lt;li&gt;This morning while out walking the dog we saw the egret.
I say &lt;em&gt;the&lt;/em&gt; because one theory I heard is that there is only one egret in all the world and he is a thief.&lt;sup id=&quot;fnref:e&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:e&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;4&lt;/a&gt;&lt;/sup&gt;
I do not know what it is this thieving bird steals, but I’m sure it’s whatever it can get its grubby little beak on.&lt;/li&gt;
      &lt;li&gt;I was a giant nerd and took a paper notebook with me instead of my phone on that walk with the egret.
Part of my effort to use my phone less.
But I realized something out there.
My notebook doesn’t really take very good pictures.
Or pictures of any sort, actually.
So I bring my phone with me and only use it for pictures.
And the paper notebook.
And a pencil.&lt;/li&gt;
      &lt;li&gt;Shady collards have been hand delivered to our door by a friend.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;outside-events&quot;&gt;Outside Events&lt;/h3&gt;

&lt;p&gt;Like I said, this week was a lot.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Ugh. Inauguration day.
I won’t even link to anything about it.
We’re having a media blackout.
Well, the ‘Sig Heil’ penetrated our defenses. Ugh.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/w/index.php?title=Restrictions_on_TikTok_in_the_United_States&amp;amp;oldid=1270832236#2025_shutdown&quot;&gt;TikTok ban&lt;/a&gt; is delayed.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/w/index.php?title=Pardon_of_January_6_United_States_Capitol_attack_defendants&amp;amp;oldid=1271129916&quot;&gt;The pardons&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;A &lt;a href=&quot;https://www.science.org/content/article/trump-hits-nih-devastating-freezes-meetings-travel-communications-and-hiring&quot;&gt;freeze upon the NIH&lt;/a&gt; and others.
Additional details from &lt;a href=&quot;https://yourlocalepidemiologist.substack.com/p/a-week-of-chaos-in-public-health&quot;&gt;Your Local Epidemiologist&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.internationalintrigue.io/five-of-trumps-biggest-executive-actions/&quot;&gt;Executive orders&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;There was a lot of Executive Branch stuff. Brutal.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Pace yourselves, people.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:f&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;The valley used to be fruit tree orchards before it became some almost-endless suburbia. I guess a plum orchard was near here, but I don’t really know. The tree I’m thinking off is just past the suburban boundary in the green space. I’m assuming it’s an arboreal refugee making a break for it, and I think it made it! &lt;a href=&quot;#fnref:f&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:n&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I think they’re classics now. They’re just my high school soundtrack to me. &lt;a href=&quot;#fnref:n&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:c&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Well, I &lt;em&gt;hope&lt;/em&gt; I am right about this. There is &lt;a href=&quot;https://sattrackcam.blogspot.com/2019/05/wowowow-spectacular-view-of-spacex.html&quot;&gt;Starlink&lt;/a&gt; and who knows what is next. &lt;a href=&quot;#fnref:c&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:e&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;It’s made up but I had help; it was a team effort. &lt;a href=&quot;#fnref:e&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 40: Daily Bits&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/01/27/wn-40-days.html&quot;&gt;Email me about your days.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 39: Output</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/01/24/wn-39-out.html"/>
   <updated>2025-01-24T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/01/24/wn-39-out</id>
   <summary>Algorithms and merch and deals, oh my.</summary>
   <content type="html">&lt;p&gt;Vader is always on my mind.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-01-19-mushrooms-1200.jpeg&quot; alt=&quot;A closeup of a fresh bloom of mushrooms pushes up through red rock pumice landscaping.&quot; title=&quot;A closeup of a fresh bloom of mushrooms pushes up through red rock pumice landscaping.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Fresh crop of mushrooms pushing up overnight in a neighbors parking strip.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h2 id=&quot;stray-thoughts&quot;&gt;Stray thoughts&lt;/h2&gt;

&lt;h3 id=&quot;broken-promises&quot;&gt;Broken Promises&lt;/h3&gt;

&lt;p&gt;When I notice some enshittification in real time, mentally I see the scene from the beginning of Empire Strikes Back where Vader says &lt;a href=&quot;https://knowyourmeme.com/memes/i-am-altering-the-deal&quot;&gt;“I am altering the deal, pray I do not alter it any further.”&lt;/a&gt;
Of course when something is being enshittified they alter the terms again and again, sneakily creeping along to get as much as they can get away with.&lt;/p&gt;

&lt;p&gt;At least Vader was open and honest about what he was doing, no need for deceptions.&lt;/p&gt;

&lt;p&gt;Maybe that’s one of the keys though, we have more choices.
Lando’s options were fewer.&lt;/p&gt;

&lt;h3 id=&quot;caged-goods&quot;&gt;Caged goods&lt;/h3&gt;

&lt;p&gt;Is the caging of all the things at stores, locking them up, even in nice, ahem, “nice” neighborhoods an indicator of moral decline?
Or is it saying that they aren’t being justly compensated for what they do, in terms of gainful employment.
The world today, it asks so much of us.
So much of all of us.&lt;/p&gt;

&lt;h3 id=&quot;speaking-of-speech&quot;&gt;Speaking of speech&lt;/h3&gt;

&lt;p&gt;Is the &lt;a href=&quot;https://escapethealgorithm.substack.com/p/so-you-want-to-escape-the-algorithm&quot;&gt;algorithmic feed&lt;/a&gt; free speech?
I mean Facebook, Instagram, Threads.
I mean YouTube.
I mean X.
These platforms, they amplify, they boost what someone said, freely or not.&lt;/p&gt;

&lt;p&gt;They ensnare.
It’s their purpose.&lt;/p&gt;

&lt;p&gt;They get that thing in front of more people, and those people respond.
And the algorithm responds, and spreads that shit even more.
So, I’ll ask again: is selective amplification and distribution a form of protected free speech?&lt;/p&gt;

&lt;h3 id=&quot;phones&quot;&gt;Phones&lt;/h3&gt;

&lt;p&gt;Can you believe it?
We used to just go around, in public, or at college, or whatever, with no passcode on our phones.
For years.
Just forget for a minute about those few years when the phones were not smart and all they had was a few text messages and our phone book.
Remember the time after that, after flip phones and feature phones.
All those phones were just open to anyone who picked them up.
I guess, like our wallets were. Are.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 39: Output&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/01/24/wn-39-out.html&quot;&gt;Email me what you&apos;re thinking.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 39: Media et al</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/01/22/wn-39-media.html"/>
   <updated>2025-01-22T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/01/22/wn-39-media</id>
   <summary>Some good ambient discoveries.</summary>
   <content type="html">&lt;p&gt;The usual tour of all the things this week.
&lt;!--more--&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Another format change: the Appetites (recipes / food) section will move to it’s own post in &lt;a href=&quot;/culinaria/&quot;&gt;Culinaria&lt;/a&gt; on Thursdays.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-01-18-bubbles-1200.jpeg&quot; alt=&quot;Tiny bubbles, up close, in a dark liquid.&quot; title=&quot;Tiny bubbles, up close, in a dark liquid.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Something from the kitchen.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;media&quot;&gt;Media&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Books
    &lt;ul&gt;
      &lt;li&gt;Finished &lt;strong&gt;Translation State&lt;/strong&gt; by Ann Leckie.
I appreciated the pronoun ambiguity in the end.&lt;/li&gt;
      &lt;li&gt;Making a go at Sederis’s &lt;strong&gt;Theft by Finding&lt;/strong&gt;.
I pity this guy’s earlier years.
It sounds awful.
People were barbarians, and uncivilized back then; evidence suggests that they aren’t much improved, just different. 
The surprise is that there are a number of things that I didn’t think would exist in that bygone era: bean-burger mix (p 55), food deserts (p 63), and Krispy-Kreme (p 51).
“History” is weird.&lt;/li&gt;
      &lt;li&gt;Also staring on &lt;strong&gt;City of Saints and Madmen&lt;/strong&gt; by Jeff Vandermeer.
Just what is happening here.
I mean the book as an object.
It appears that half of the rather thick book is the main text.
And the other half is appendices and collages and a lengthy section of bibliography?
If I go read the wikipedia article to get the production notes, will there be significant spoilers?
I hope something happens soon.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;YouTube
    &lt;ul&gt;
      &lt;li&gt;Steve Hall’s &lt;a href=&quot;https://youtube.com/playlist?list=PLMnNVDwFI4Rd8FTjeOI0oPK4otYMtqtRx&amp;amp;si=fF3NpTfR2SRtuVN4&quot;&gt;Death Valley Discoveries&lt;/a&gt; series.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Music
    &lt;ul&gt;
      &lt;li&gt;Marconi Union &lt;a href=&quot;https://youtu.be/qYnA9wWFHLI?si=4Ye-vk86EVCZ_V7R&quot;&gt;Weightless, 10 hrs version&lt;/a&gt; (slyt) is good. Via &lt;a href=&quot;https://kottke.org/25/01/an-ambient-247-streaming-video-of-chill-workstudy-vibes&quot;&gt;Kottke&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Martin Stürtzer &lt;a href=&quot;https://youtu.be/XdfW0GznUuk?si=2YJFkDB5KsPUtq93&quot;&gt;Ambient Liveset, Home Concert 68&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Futurescapes: &lt;a href=&quot;https://youtu.be/yhlu-FS18Qo?si=cnPElUvHgevL15PH&quot;&gt;Galactic&lt;/a&gt; is good, &lt;a href=&quot;https://youtu.be/ZT8gBXs83As?si=P9mVhoFC1OmE5rRy&quot;&gt;Juniper&lt;/a&gt; is ok, and &lt;a href=&quot;https://youtu.be/GV8JIhTmPVw?si=k_ypBhc4Xnlwxa9h&quot;&gt;Obelisk&lt;/a&gt; is fine. &lt;a href=&quot;https://youtu.be/VTrMU3WS-lY?si=cuVM05JZUJ9LPTtv&quot;&gt;Ananta&lt;/a&gt; is good. Some other ones weren’t as relaxing as advertised.&lt;/li&gt;
      &lt;li&gt;The &lt;a href=&quot;https://youtu.be/uCfkWUmz9YY?si=jWwUd0SVvnsQ1ezw&quot;&gt;Royksopp Profound Mysteries&lt;/a&gt; continue to be excellent. I should make a list of “good for reading”.&lt;/li&gt;
      &lt;li&gt;I made a &lt;a href=&quot;https://youtube.com/playlist?list=PL8yFldvfbqSGHNU_fdL1MjygeO-i-eLK4&amp;amp;si=YIa4HFCWk8KMDWQ5&quot;&gt;good for reading&lt;/a&gt; playlist. You’re welcome!&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://youtu.be/tY7hI-mPqr8?si=IRnuO1jBujgE5Jks&quot;&gt;OK Go&lt;/a&gt; has a new music video?
Hard to believe these fellas have been doing this for 20 years.
I’m really not sure how they pulled off all this editing and filming and coordinating of these phones.
There must be an app for that. &lt;a href=&quot;https://www.thisiscolossal.com/2025/01/ok-go-a-stone-only-rolls-downhill/&quot;&gt;More&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Television
    &lt;ul&gt;
      &lt;li&gt;Continue with Brooklyn 99 rewatch.
Gawd this show is funny.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Movies
    &lt;ul&gt;
      &lt;li&gt;The Dark Tower. B. Had potential, but something missing there.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;info&quot;&gt;Info&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;Words
    &lt;ul&gt;
      &lt;li&gt;Bourse: stock exchange in non-english speaking country. Via The Economist.&lt;/li&gt;
      &lt;li&gt;You know what’s a more intense version of penny-pincher? &lt;a href=&quot;https://news.ycombinator.com/item?id=42735686&quot;&gt;penny-fucker&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Links
    &lt;ul&gt;
      &lt;li&gt;The &lt;a href=&quot;https://www.platformer.news/meta-ends-misinformation-enforcement-zuckerberg/&quot;&gt;misinformation sphere&lt;/a&gt; is about to get a lot more intense.&lt;/li&gt;
      &lt;li&gt;The algorithm, it &lt;a href=&quot;https://news.ycombinator.com/item?id=42697690&quot;&gt;intensifies&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Some 2000 year old wine was &lt;a href=&quot;https://resobscura.substack.com/p/2000-year-old-wine-and-the-uncanny&quot;&gt;discovered a few years ago in Spain&lt;/a&gt;, and that’s pretty cool.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://bsky.app/profile/jetcitystar.bsky.social/post/3lftqep6dos2p&quot;&gt;New Glenn’s cool rockets&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;The Instagram video of the &lt;a href=&quot;https://news.ycombinator.com/item?id=42732041&quot;&gt;Starship Stage 2 very rapid unplanned disassembly&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;Did &lt;a href=&quot;https://dynomight.substack.com/p/mentoring&quot;&gt;these two&lt;/a&gt; &lt;a href=&quot;https://taylor.town/no-mentoring&quot;&gt;coordinate today&lt;/a&gt;?&lt;/li&gt;
      &lt;li&gt;Two &lt;a href=&quot;https://arstechnica.com/science/2025/01/two-lunar-landers-are-on-the-way-to-the-moon-after-spacexs-double-moonshot/&quot;&gt;moon missions launched&lt;/a&gt; this week.
&lt;a href=&quot;https://en.wikipedia.org/wiki/Firefly_Aerospace_Blue_Ghost&quot;&gt;The Blue Ghost Lander&lt;/a&gt; is a NASA commercial contract to deliver instruments to the surface.
The second lander is &lt;a href=&quot;https://en.wikipedia.org/wiki/Hakuto-R_Mission_2&quot;&gt;ispace’s Resilience mission&lt;/a&gt;, and it’s the second commercial attempt after &lt;a href=&quot;https://en.wikipedia.org/wiki/Hakuto-R_Mission_1&quot;&gt;an earlier failure&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;If you’re in the low-, rarely-, or no-alcohol set like I am, &lt;a href=&quot;https://oldster.substack.com/p/too-many-bars-and-restaurants-still&quot;&gt;The Oldster&lt;/a&gt; has a good edition on the topic. I’ve been meandering my way through all the mocktails and other flavored waters in the various grocery stores lately. &lt;a href=&quot;/notes/2024/12/23/week-notes-35.html#a-golden-age-of-flavored-waters&quot;&gt;As I mentioned&lt;/a&gt; the other day, it’s a glorious time to be exploring this stuff. Pity that the IRL places are missing the boat.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Quotes
    &lt;ul&gt;
      &lt;li&gt;
        &lt;blockquote&gt;
          &lt;p&gt;This town is a crap circus.&lt;br /&gt;
 Brooklyn 99 S4E2. Or maybe it was E1.&lt;/p&gt;
        &lt;/blockquote&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;blockquote&gt;
          &lt;p&gt;Los Angeles, every day, hot and sunny, today, hot and sunny, tomorrow, hot and, for the rest of the… hot and sunny, every single day, hot and sunny. And they love it. ‘Isn’t great, every day, hot and sunny?’ What are you, a @$%^&amp;amp; lizard?&lt;br /&gt;
 &lt;a href=&quot;https://news.ycombinator.com/item?id=42729875&quot;&gt;Bill Hicks&lt;/a&gt;&lt;/p&gt;
        &lt;/blockquote&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;blockquote&gt;
          &lt;p&gt;…questions are the drive that make us who we are.&lt;br /&gt;
 &lt;a href=&quot;https://daringfireball.net/linked/2025/01/17/maclachlan-lynch&quot;&gt;Kyle Maclachlan&lt;/a&gt; on David Lynch.&lt;/p&gt;
        &lt;/blockquote&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;blockquote&gt;
          &lt;p&gt;Anyone who doesn’t understand the old gods has never looked up at the sky.&lt;br /&gt;
 &lt;a href=&quot;https://walknotes.com/2025/01/18/11-17-january-2025/#:~:text=Anyone%20who%20doesn%E2%80%99t%20understand%20the%20old%20gods%20has%20never%20looked%20up%20at%20the%20sky.%C2%A0&quot;&gt;Walknotes&lt;/a&gt;&lt;/p&gt;
        &lt;/blockquote&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 39: Media et al&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/01/22/wn-39-media.html&quot;&gt;Email me about your media intake.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 39: Daily Bits</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/01/20/wn-39-days.html"/>
   <updated>2025-01-20T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/01/20/wn-39-days</id>
   <summary>Working with intensity.</summary>
   <content type="html">&lt;p&gt;This was one of the most intense work weeks on record.
&lt;!--more--&gt;
There was a lot of different bits and bobs in flight with several different contributors.
It was a lot to track, and because this is all happening at breakneck pace, I’ve struggled to balance my own IC expectations vs my leadership responsibilities.
Next week is another attempt.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Another format change: breaking the three major section up into one post each, Monday, Wednesday, Friday.
This gives them a bit more breathing room to exist and grow to suit themselves instead of being crammed into
one giant omnibus post.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-01-19-fog-1200.jpeg&quot; alt=&quot;Trees in the fog. The sun is starting to shine through. Foreground grasses are green and bright.&quot; title=&quot;Trees in the fog. The sun is starting to shine through. Foreground grasses are green and bright.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;A very foggy Sunday morning this week.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac--outlook&quot;&gt;Almanac / outlook&lt;/h3&gt;

&lt;p&gt;Cool and clear, lows around 40 F, highs around 60 F.
Sunrise is still after 7, but sunset is now around a quarter after 5.
Moon is waning from being full on Monday, so bright nights.
Good for running.&lt;/p&gt;

&lt;h3 id=&quot;day-bits&quot;&gt;Day Bits&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;JAN13MON
    &lt;ul&gt;
      &lt;li&gt;First day back in the home office after two weeks off plus the holidays.
And it was a banger; this week is going to be intense.
I’ve long suspected that Monday the 13th should be the real unlucky day.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN14TUE
    &lt;ul&gt;
      &lt;li&gt;The freezer has been FULL.
And apparently the door hadn’t quite closed for a day or two, so it’s all covered with a feathery layer of frost.
And and it’s making a bit more noise.
My short term proposal is to simply consume everything we’ve stored away in there before it just breaks.
Found some delicious soup that way, which is surely from this year, but I have no memory of making it.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN15WED
    &lt;ul&gt;
      &lt;li&gt;While I was driving home on the 85, I realized that this is the longest I had lived in one place since childhood.
And I don’t mean the 85, even though Bay area commutes can feel that way.
I’m thankful I only do it about once a week nowadays.
Hard to believe that it’ll be a decade that I’ve lived here.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN16THU
    &lt;ul&gt;
      &lt;li&gt;Bless the taqueria down the street.
A blessing on all good taquerias, in fact.
There is always good food around when there is a taqueria nearby.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN17FRI
    &lt;ul&gt;
      &lt;li&gt;Into the freezer again, to forage, and to feast.
The freezer: it’s better than ordering food and it’s easier than cooking.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN18SAT
    &lt;ul&gt;
      &lt;li&gt;Finally some time to do the cooking.
Chicken Caesar salad for lunch and dinner was tsukune with sautéed green onion, roasted delicata squash, and rice.&lt;/li&gt;
      &lt;li&gt;Tried to watch &lt;a href=&quot;https://en.wikipedia.org/wiki/Flow_(2024_film)&quot;&gt;Flow&lt;/a&gt;, but I guess it’s in theaters right now, so the rental price was higher than expected.
 Watching it now is not that urgent, so we watched &lt;a href=&quot;https://en.wikipedia.org/wiki/The_Dark_Tower_(2017_film)&quot;&gt;The Dark Tower&lt;/a&gt; instead.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;JAN19SUN
    &lt;ul&gt;
      &lt;li&gt;So foggy this morning.
The marine layer intruded and, all the way to the ground.
It’s pea soup!&lt;/li&gt;
      &lt;li&gt;In this mist, &lt;a title=&quot;My wife.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#A&quot;&gt;A&lt;/a&gt; notices all the spiderwebs, showing brightly because they’re all covered in dew.
There are two kinds: orb weavers, all catenaried with tiny dew drops, and the little woven sheets of some faery spider dotting the hillside.
More than dotting, they seem to be quite everywhere!&lt;/li&gt;
      &lt;li&gt;pizza night!&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;outside-events&quot;&gt;Outside Events&lt;/h3&gt;

&lt;p&gt;A few things that I noticed this week.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/January_2025_Southern_California_wildfires&quot;&gt;LA wildfires&lt;/a&gt; continue.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/List_of_Starship_launches#2025&quot;&gt;SpaceX&lt;/a&gt; and &lt;a href=&quot;https://en.wikipedia.org/wiki/New_Glenn#:~:text=New%20Glenn%20launched%20for%20the%20first%20time&quot;&gt;Blue Origin&lt;/a&gt; launch big rockets.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Presidency_of_Joe_Biden&quot;&gt;Biden administration&lt;/a&gt; winds down.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/w/index.php?title=Restrictions_on_TikTok_in_the_United_States&amp;amp;oldid=1270403378#January_2025_shutdown&quot;&gt;TikTok ban&lt;/a&gt; goes into effect.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/David_Lynch&quot;&gt;David Lynch&lt;/a&gt; has died.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 39: Daily Bits&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/01/20/wn-39-days.html&quot;&gt;Email me about your days.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 38</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/01/13/week-notes-38.html"/>
   <updated>2025-01-13T07:15:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/01/13/week-notes-38</id>
   <summary>Vacation in Santa Barbara</summary>
   <content type="html">&lt;p&gt;Mostly a week spent in the &lt;a href=&quot;https://en.wikipedia.org/wiki/Santa_Barbara,_California&quot;&gt;American Riviera&lt;/a&gt;, Santa Barbara, California.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-01-09-sea-weed-1200.jpeg&quot; alt=&quot;A bundle of brown seaweed on the sandy shore.&quot; title=&quot;A bundle of brown seaweed on the sandy shore.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Seaweed. Santa Barbara, CA&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac--outlook&quot;&gt;Almanac / outlook&lt;/h3&gt;

&lt;p&gt;Lows of 44 and highs of 65 or 70 here in Santa Barbara.
Clear skys.&lt;/p&gt;

&lt;h2 id=&quot;diurnals&quot;&gt;Diurnals&lt;/h2&gt;

&lt;p&gt;Santa Barbara is an interesting place, one that I find difficult to explain.
My best hypothesis is that all the evidence of wealth is due to it being imported from elsewhere, namely LA but possibly the rest of the country or world too.
The climate, at least on this January week, was ideal.&lt;/p&gt;

&lt;p&gt;We put together a &lt;a href=&quot;/pages/santa-barbara.html&quot;&gt;list&lt;/a&gt; and &lt;a href=&quot;santa-barbara-map-2.html&quot;&gt;map&lt;/a&gt; of places to visit.&lt;/p&gt;

&lt;h3 id=&quot;jan06mon&quot;&gt;JAN06MON&lt;/h3&gt;

&lt;p&gt;Spent the day at the marina and the beach nearby.
Enjoyed Dart coffee.
These &lt;a href=&quot;https://en.wikipedia.org/wiki/Offshore_oil_and_gas_in_California&quot;&gt;oil platforms&lt;/a&gt; off the coast are &lt;a href=&quot;https://en.wikipedia.org/wiki/Dos_Cuadras_Offshore_Oil_Field&quot;&gt;surreal&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;More stuff on the offshore oil fields: &lt;a href=&quot;https://en.wikipedia.org/wiki/Ellwood_Oil_Field#South_Ellwood_Offshore_field&quot;&gt;Ellwood&lt;/a&gt; / Platform Holly,
&lt;a href=&quot;https://en.wikipedia.org/wiki/Coal_Oil_Point_seep_field&quot;&gt;Coal oil point seep&lt;/a&gt;,
&lt;a href=&quot;https://en.wikipedia.org/wiki/Carpinteria_Offshore_Oil_Field&quot;&gt;Carpenteria offshore oil field&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;jan07tue&quot;&gt;JAN07TUE&lt;/h3&gt;

&lt;p&gt;Downtown.
Handlebar Coffee and Alessia pastries.
The Presidio.
Chaucer’s books.
Via 42 Maestri for dinner.&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;https://en.m.wikipedia.org/wiki/January_2025_Southern_California_wildfires&quot;&gt;LA fires began this day&lt;/a&gt;, and throughout the week, other than attending to whether we were at risk in Santa Barbara I mostly ignored them and enjoyed my vacation.
See also the YT weather forecast, and a follow up on &lt;a href=&quot;#jan11sat&quot;&gt;Saturday&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;jan08wed&quot;&gt;JAN08WED&lt;/h3&gt;

&lt;p&gt;A day in, plus photowalk.&lt;/p&gt;

&lt;h3 id=&quot;jan09thu&quot;&gt;JAN09THU&lt;/h3&gt;

&lt;p&gt;Found Dune coffee, which was also very good.
Devareux Beach in Goleta, CA.
&lt;a href=&quot;https://www.youtube.com/live/ks_Y_3yVI8w?si=U3XwYujusTB6GZX4&quot;&gt;Rocket launch viewing&lt;/a&gt; at Lompoc.&lt;/p&gt;

&lt;h3 id=&quot;jan10fri&quot;&gt;JAN10FRI&lt;/h3&gt;

&lt;p&gt;Lunch on campus and drive back.
The sunset ombre was gorgeous!&lt;/p&gt;

&lt;h3 id=&quot;jan11sat&quot;&gt;JAN11SAT&lt;/h3&gt;

&lt;p&gt;Running, chores, a loaf of bread.
Less screen time.&lt;/p&gt;

&lt;p&gt;The LA wildfires increasingly hit home.
This is another surreal event.
See also Stray Thought on &lt;a href=&quot;#contrasts&quot;&gt;contrasts&lt;/a&gt; below.&lt;/p&gt;

&lt;h3 id=&quot;jan12sun&quot;&gt;JAN12SUN&lt;/h3&gt;

&lt;p&gt;Bias toward action: clean up garage, work on fitness, read more instead of interneting.&lt;/p&gt;

&lt;p&gt;Also, coming to you live from grocery shopping for some reporting on the &lt;a href=&quot;https://en.wikipedia.org/wiki/2020–2025_H5N1_outbreak&quot;&gt;bird flu&lt;/a&gt; &lt;a href=&quot;/assets/img/2025-01-12-eggs-1200.jpeg&quot;&gt;egg shortage&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;media&quot;&gt;Media&lt;/h2&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;p&gt;Finished &lt;strong&gt;Ancillary Mercy&lt;/strong&gt; and started &lt;strong&gt;Translation State&lt;/strong&gt; both by Ann Leckie.&lt;/p&gt;

&lt;p&gt;Bought a copy of &lt;strong&gt;Theft by Finding&lt;/strong&gt; by David Sedaris. Maybe I will pair it with Kafka’s Diaries.&lt;/p&gt;

&lt;p&gt;My new skill for reading this year is I plan to practice keeping some easy read around even when I am reading some harder material so that I don’t just default to a screen (ie doom scroll or other form of boredom waste) whenever I don’t feel like reading the harder stuff. I need a stack of those on the lower shelf of the coffee table.&lt;/p&gt;

&lt;h3 id=&quot;youtube&quot;&gt;YouTube&lt;/h3&gt;

&lt;p&gt;Any Austin on the &lt;a href=&quot;https://youtu.be/pKzPpyCWkak?si=hkoAlQE4RtK8XMDc&quot;&gt;boring places in GTA V&lt;/a&gt;.
I love these places.
And I’m looking forward to finding what they cook up for GTA VI whenever that comes out.
But it won’t be any mountains, because Florida doesn’t have those.
Hopefully there will be some island and “river” and swampy stuff though.
Should be good. Or garbage. Hard to say.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://youtu.be/qyW15sevpUM?si=R5ZwnEe9U2abGvQT&quot;&gt;LA weather before the fires&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://youtu.be/zTiz-fd2wWQ?si=dNM0oQsuloMjU-go&quot;&gt;Sarah Cooper with a Q1 update&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;music&quot;&gt;Music&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://music.apple.com/us/album/fever-ray-deluxe-edition/1494514630&quot;&gt;Fever Ray&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Anjunadeep &lt;a href=&quot;https://youtu.be/gaI7fdfyBHQ?si=pq3faTqcgIi3SN7R&quot;&gt;15&lt;/a&gt; and &lt;a href=&quot;https://youtu.be/gaI7fdfyBHQ?si=jrdurMW-eN1M_ouf&quot;&gt;14&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Some older Hot Chip on the drive.
And the &lt;a href=&quot;https://youtu.be/pHWum1ptOxs?si=MSbiPtXuPChFSyh-&quot;&gt;Hot Chip Tiny Desk Concert&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Royksopp&lt;/strong&gt; &lt;a href=&quot;https://youtu.be/t6yxvAtKASE?si=_lof_tD8BseNhM9j&quot;&gt;Nebulous Nights (slyt)&lt;/a&gt; and &lt;a href=&quot;https://youtu.be/FQ-bUB6lCuw?si=0uJtB1HozPkzf-kH&quot;&gt;Profound Mysteries I-III (slyt)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Rich Aucoin &lt;a href=&quot;https://music.apple.com/us/album/octave-the-cat/1764090301&quot;&gt;Octave the Cat&lt;/a&gt; and &lt;a href=&quot;https://music.apple.com/us/album/moog/1764098229&quot;&gt;Moog&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;television&quot;&gt;Television&lt;/h3&gt;

&lt;p&gt;S1E9 of Dark.&lt;/p&gt;

&lt;h2 id=&quot;other&quot;&gt;Other&lt;/h2&gt;

&lt;h3 id=&quot;appetites&quot;&gt;Appetites&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;This &lt;a href=&quot;https://www.seriouseats.com/pressure-cooker-ground-beef-and-bean-chili&quot;&gt;pressure cooker chili&lt;/a&gt; looks appetizing (from Serious Eats)&lt;/li&gt;
  &lt;li&gt;These &lt;a href=&quot;https://cooking.nytimes.com/recipes/1018025-sourdough-pancake-or-waffle-batter&quot;&gt;sourdough waffles&lt;/a&gt; look amazing (from NYT).&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.seriouseats.com/the-best-caesar-salad-recipe&quot;&gt;Caesar Salad&lt;/a&gt; (Serious Eats) is on the menu this week.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;facts-or-ideas&quot;&gt;Facts or ideas&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Apparently &lt;a href=&quot;https://www.vice.com/en/article/surgically-change-eye-color-risks/&quot;&gt;you can surgically change the color of your eyes now&lt;/a&gt;. But it’s risky. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;More details on &lt;a href=&quot;https://dynomight.net/links/#:~:text=Alcohol%20and%20Cancer%20Risk&quot;&gt;alcohol and cancer risk&lt;/a&gt;. See original fact from &lt;a href=&quot;/notes/2024/04/01/facts-and-ideas-mar.html&quot;&gt;last March&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;links&quot;&gt;Links&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://streetsmartnaturalist.substack.com/p/slime-molds&quot;&gt;Slime molds&lt;/a&gt; are pretty cool.&lt;/li&gt;
  &lt;li&gt;I suppose it is January, so everybody is all “I should get in better shape” and I guess I’m taking the opportunity to think on that too.
The Economist published an article on &lt;a href=&quot;https://www.economist.com/science-and-technology/2025/01/10/should-you-start-lifting-weights&quot;&gt;lifting weights&lt;/a&gt;, which prompted me to go look for the WHO exercise recommendations &lt;a href=&quot;https://www.who.int/publications/i/item/9789240015128&quot;&gt;here&lt;/a&gt;, and &lt;a href=&quot;/assets/img/who-fitness-recommendation.png&quot;&gt;page 32 (42 in the pdf)&lt;/a&gt; recommends 150-300 minutes of moderate-intensity per week, or 75-150 minutes of vigorous-intensity.
Additionally strength training at moderate or above intensity 2 days per week.
I do not have a good reason to not prioritize doing this.
And it will cut down on screen time.
I hope.&lt;/li&gt;
  &lt;li&gt;It’s a good idea to make space for boredom.
Don’t just fall into whatever is &lt;a href=&quot;https://bsky.app/profile/emollick.bsky.social/post/3lfjj6rjyms2x&quot;&gt;available&lt;/a&gt; because what is always is available is your stupid phone.
Do something else.
At least read a book.&lt;/li&gt;
  &lt;li&gt;I had eventually called Totino’s “stupid pizza” or “pizza food” back when I was occasionally eating them.
I’ve even been nostalgic for that ultra-processed food item, and have bought one on occasion for the memory of it.
&lt;a href=&quot;https://www.metafilter.com/207128/smashing-an-upside-down-pizza-onto-a-chicken-casserole#8671333&quot;&gt;This MeFi comment&lt;/a&gt; effectively reduces this particular stupid pizza to it’s elements.
Only time will tell if this will have a wasting effect on my desire ever buy one again.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;quotes&quot;&gt;Quotes&lt;/h3&gt;

&lt;blockquote&gt;
  &lt;p&gt;pain is not just one thing. It’s a thousand different things, all called ‘pain.’&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Dr. Gereau in &lt;a href=&quot;https://www.nytimes.com/2025/01/12/magazine/chronic-pain.html&quot;&gt;Chronic Pain is a Hidden Epidemic&lt;/a&gt;.
&lt;a href=&quot;https://www.metafilter.com/207152/Chronic-Pain-Is-a-Hidden-Epidemic-Its-Time-for-a-Revolution#8671998&quot;&gt;Related&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;stray-thoughts&quot;&gt;Stray thoughts&lt;/h2&gt;

&lt;h3 id=&quot;truth-default-but-world-update-resistant&quot;&gt;Truth default but world update resistant&lt;/h3&gt;

&lt;p&gt;Humans are &lt;a href=&quot;https://en.wikipedia.org/wiki/Truth-default_theory&quot;&gt;truth default when the information is novel&lt;/a&gt; to them but also extremely skeptical or even &lt;a href=&quot;https://www.psychologytoday.com/us/blog/healthier-minds-happier-world/202311/why-people-believe-what-they-are-predisposed-to-believe&quot;&gt;blind to new information&lt;/a&gt; that is contrary to their held beliefs.
Is this right?
What is the split between these two defaults?&lt;/p&gt;

&lt;h3 id=&quot;those-llms&quot;&gt;Those LLMs&lt;/h3&gt;

&lt;p&gt;I have been making a more concerted effort to explore the uses of the LLMs.&lt;sup id=&quot;fnref:llms&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:llms&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
I have access to &lt;a href=&quot;https://gemini.google.com&quot;&gt;Gemini&lt;/a&gt; through work, and I have a personal subscription to &lt;a href=&quot;https://claude.anthropic.com&quot;&gt;Claude&lt;/a&gt; bc I appreciate their philosophy more.
I’m leaving ChatGPT aside for now, but am open to revisiting that later.
Honestly, I’ve had the most success by using it as a coach for photography and fitness.
I’d like to find other strengths as well.
My strong preference is to use it as a teacher or as a technician, but that may be limiting it.
Based on my experiences so far, it feels like one solid use case is something like an advancement of spell + grammar checker:
it can tell you where your writing is strong or weak, what changes you should consider making to improve, etc.
Maybe it’s the interactive nature of the chat interface that requires you to write out your thoughts and then gives you quick feedback on if what you are saying is having the desired effect.
That’s neat.&lt;/p&gt;

&lt;h3 id=&quot;contrasts&quot;&gt;Contrasts&lt;/h3&gt;

&lt;p&gt;The cognitive dissonance of watching&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; all the worldly chaos, and yet my own life continues to be, thankfully, mundane.
When I came home from my recent trip, this contrast really came home for me too.
The ordinary-ness and uninterrupted continuity that I am fortunate to have….
I don’t know if it’s true, but I feel like humans are not well adapted for this firehose of human scale/relatable impacts across the globe.
But nor should we ignore it and leave it all to the powers that be.
What to do in this situation?
How long can it last?&lt;/p&gt;

&lt;h3 id=&quot;interruptions&quot;&gt;Interruptions&lt;/h3&gt;

&lt;p&gt;All. Of. The. Goddamn. Interruptions.&lt;/p&gt;

&lt;p&gt;One cannot even open a website that you’ve paid for without an interruption.
Or multiple interruptions.
Begging for more of your attention.
I’m here already, is that not enough?
This is absurd.
It’s maddening.&lt;/p&gt;

&lt;p&gt;Stop. It.&lt;/p&gt;

&lt;p&gt;I seriously think about just not using the internet except for specific precision strikes.
In that way, it’s like going shopping.
Get in.
Get out.
Do not loiter.
Be not distracted.
You can hardly find what you’re trying to buy through all the clutter of what you didn’t come to buy.
The experience is not enjoyable.
And the fact is that it could be better.
Other sites, sites that are not so brand focused, those sites show it can be another way.
They respect you and your time and attention by giving you what you came for.&lt;/p&gt;

&lt;h3 id=&quot;clutter--minimalism&quot;&gt;Clutter / minimalism&lt;/h3&gt;

&lt;p&gt;I read something interesting yesterday, I’m not sure where, that it might be that those extremely tidy houses may not be quite what they seem.
You know the ones - they’re not cluttered up with papers here and books there and just other things all over the place.
It could be that those people are living an extremely disposable lifestyle.
They buy the thing that they need, use it, and then throw it away.
Or maybe donate it.
Whatever it is, they don’t keep it around to mess up their aesthetic.
I guess it costs some bucks to do that.
But I’d rather not just be tossing things out all the time.
I’ll keep ‘em, and keep the money too.
So what if my house is a bit messy.
I really live in it too.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:llms&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Yes, I know about the copyright stuff. Buy direct, buy from artists. If you want something to continue to exist in the world, find a way to support it. We will find a way to continue to create. &lt;a href=&quot;#fnref:llms&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I’m not even watching all the closely. I check the &lt;a href=&quot;https://en.m.wikipedia.org/wiki/Portal:Current_events&quot;&gt;wikipedia current events page&lt;/a&gt; once a week. I poke my head in on some of the social medias. I try to, and mostly succeed at, not doom scroll. I don’t watch the nightly news, nor regularly open any of the mainstream newspapers. I have a couple of news sources in my feed reader, such as &lt;a href=&quot;https://www.internationalintrigue.io&quot;&gt;Intrigue&lt;/a&gt; and &lt;a href=&quot;https://newsletter.newsminimalist.com&quot;&gt;News Minimalist&lt;/a&gt;. I guess The Economist’s feeds count as pretty current events, but it updates approximately weekly. Some individuals I follow comment on the news occasionally, so I rely on their filter effect to only surface news worth being aware of. Even with this, I think I hear about more things than I can reasonably do anything about and has an emotional toll. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 38&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/01/13/week-notes-38.html&quot;&gt;Email me your stray thoughts.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 37</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/01/06/week-notes-37.html"/>
   <updated>2025-01-06T15:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/01/06/week-notes-37</id>
   <summary>It's a week off.</summary>
   <content type="html">&lt;p&gt;New Year’s Eve/Day and visited some parks.&lt;/p&gt;

&lt;!--more--&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2025-01-02-grasses-1200.jpeg&quot; alt=&quot;Dried reeds silhouetted against a green grass hill in winter California light.&quot; title=&quot;Dried reeds silhouetted against a green grass hill in winter California light.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Calero Park in Santa Clara County, California. 2025.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac--outlook&quot;&gt;Almanac / outlook&lt;/h3&gt;

&lt;p&gt;The days slowly grow longer, minute by minute.
Weather is expected to be sunny, or sunnier, until the weekend when some rain returns.
Highs in the 50s, lows in the 40s.
Monday is the new moon, so dark nights continue for the week.&lt;/p&gt;

&lt;h2 id=&quot;diurnals&quot;&gt;Diurnals&lt;/h2&gt;

&lt;p&gt;It was surprisingly busy for a week off, with going here and going there.&lt;/p&gt;

&lt;h3 id=&quot;dec30mon&quot;&gt;DEC30MON&lt;/h3&gt;

&lt;p&gt;A bit of work even though I wasn’t supposed to.
Nobody’s perfect.&lt;/p&gt;

&lt;h3 id=&quot;dec31tue&quot;&gt;DEC31TUE&lt;/h3&gt;

&lt;p&gt;I took my sister in law and niece for a long walk along the trail, and we looked over our part of San Jose.&lt;/p&gt;

&lt;h3 id=&quot;jan01wed&quot;&gt;JAN01WED&lt;/h3&gt;

&lt;p&gt;NYD.
We napped.
I read Ancillary Sword.&lt;/p&gt;

&lt;h3 id=&quot;jan02thu&quot;&gt;JAN02THU&lt;/h3&gt;

&lt;p&gt;I took a short photo walk at Calero Park, and sketched out some photography plans this year.&lt;/p&gt;

&lt;h3 id=&quot;jan03fri&quot;&gt;JAN03FRI&lt;/h3&gt;

&lt;p&gt;Unexpected chauffeuring to the doctor and CVS.
Well, the doctor appointment was expected, it was an appointment.
It was nice to get out.&lt;/p&gt;

&lt;h3 id=&quot;jan04sat&quot;&gt;JAN04SAT&lt;/h3&gt;

&lt;p&gt;I spent much of the afternoon spreading native seeds along some of the open spaces along or below the trail.&lt;/p&gt;

&lt;h3 id=&quot;jan05sun&quot;&gt;JAN05SUN&lt;/h3&gt;

&lt;p&gt;Driving to Santa Barbara.
An easy drive and faster than I expected.
Visually interesting here.
I’ll need to make some time to photograph amongst all the other things.&lt;/p&gt;

&lt;h2 id=&quot;media&quot;&gt;Media&lt;/h2&gt;

&lt;p&gt;I had not bothered to look closely enough at to realize that Philomena Cunk is a &lt;a href=&quot;https://en.wikipedia.org/wiki/Cunk_on_Earth&quot;&gt;deadpan mockumentary&lt;/a&gt;. Via &lt;a href=&quot;https://www.nytimes.com/2023/02/02/arts/television/cunk-on-earth.html&quot;&gt;NYT&lt;/a&gt; via &lt;a href=&quot;https://www.nytimes.com/2024/12/31/arts/television/netflix-new-january.html&quot;&gt;more NYT&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;p&gt;Blitzed through &lt;strong&gt;Ancillary Sword&lt;/strong&gt; and started &lt;strong&gt;Ancillary Mercy&lt;/strong&gt;. The first one was the best, but these are also generally good.&lt;/p&gt;

&lt;h4 id=&quot;newsletters&quot;&gt;Newsletters&lt;/h4&gt;

&lt;p&gt;Good advice for how to experience life more in Sasha’s ‘Newsletter’ on &lt;a href=&quot;https://sashachapin.substack.com/p/how-to-like-everything-more&quot;&gt;How to like everything more&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;youtube&quot;&gt;YouTube&lt;/h3&gt;

&lt;p&gt;Some gorgeous via ferrata from &lt;a href=&quot;https://www.youtube.com/@TraintoSummit&quot;&gt;Train to Summit&lt;/a&gt; &lt;a href=&quot;https://youtu.be/0cf4GOe3vUE?si=cUv8qc8EwNpSx-yt&quot;&gt;Punta Anna&lt;/a&gt;, and &lt;a href=&quot;https://youtu.be/wqhfZKy8W7o?si=q2-YRi-P8TGuJ-GO&quot;&gt;another&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;More normal winter weather content: &lt;a href=&quot;https://www.youtube.com/watch?v=blW8OILkpnk&quot;&gt;Smith river&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://youtu.be/W5OVy4jppeU?si=_UMaltfxJvljjPWF&quot;&gt;Hiking Eagle Creek&lt;/a&gt;; I’ve always wanted to do this one.&lt;/p&gt;

&lt;p&gt;I’m still stunned that &lt;a href=&quot;https://youtu.be/GGgz45jRMiw?si=na993pgxLZBjSw4x&quot;&gt;Fire Watch&lt;/a&gt; was so gorgeous, and bummed that they got bought and aren’t going to make any more beautiful games.&lt;/p&gt;

&lt;p&gt;More beautiful NHK content: &lt;a href=&quot;https://youtu.be/2xd2ppMRjqM?si=8A7aB7pcHPVFD-Y8&quot;&gt;Ikebana&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Another beach webcam: &lt;a href=&quot;https://www.youtube.com/live/TT1YnBErVrA?si=VEib1Awbr2ZatGPU&quot;&gt;Horseshoe cove&lt;/a&gt; at Bodega Bay.
It looks like maybe the lens needs a little cleaning.&lt;/p&gt;

&lt;p&gt;The cheesiest &lt;a href=&quot;https://youtu.be/BR0JNk_aaGg?si=6dYqhYsRsOh6Z3bv&quot;&gt;Samurai Castles&lt;/a&gt; ever from NHK. Cool. But cheesy.&lt;/p&gt;

&lt;h3 id=&quot;music&quot;&gt;Music&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;J Ribbon&lt;/strong&gt; &lt;a href=&quot;https://youtu.be/DLzRV5KCuaM?si=Z4hBMpyZaZP-pekw&quot;&gt;Anjunakitchen&lt;/a&gt; is good.&lt;/p&gt;

&lt;p&gt;I’m putting this under music, but it’s really a 6 hour no commentary play through of the game &lt;a href=&quot;https://youtu.be/dg7nqBSit1U?si=3Du1fwh1TE4UaT_5&quot;&gt;Naiad&lt;/a&gt;. It’s good chill music, and a very serene looking game too.&lt;/p&gt;

&lt;p&gt;Anjunadeep: More &lt;a href=&quot;https://youtu.be/XNRFFwKMd3g?si=wRQEvCTrBwQxug8G&quot;&gt;Marsh&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/byGPEiHbsnc?si=-IWJ_ijBCCj9XIMU&quot;&gt;Anjunadeep 14&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/byGPEiHbsnc?si=jSZSKrIcU2DmuzCs&quot;&gt;Anjunadeep 15&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Hot Chip’s &lt;a href=&quot;https://youtu.be/pHWum1ptOxs?si=HAYAAs0CmKc3hzCS&quot;&gt;Tiny Desk Concert&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;television&quot;&gt;Television&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Dark&lt;/strong&gt; (Netflix), German language time travel loop thriller.&lt;/p&gt;

&lt;h3 id=&quot;movies&quot;&gt;Movies&lt;/h3&gt;

&lt;p&gt;Attempted to watch &lt;strong&gt;Rebel Moon&lt;/strong&gt; (Netflix), but it was increasingly clear that the psychic trauma it was going to cause would be for no good story reasons. Abandoned about 20 minutes in.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Atlas&lt;/strong&gt; (Netflix), Hallmark movie level bad but in space and actually had some good bits.
I’m as surprised to write that as you are to read it.&lt;/p&gt;

&lt;h2 id=&quot;other&quot;&gt;Other&lt;/h2&gt;

&lt;h3 id=&quot;words&quot;&gt;Words&lt;/h3&gt;

&lt;p&gt;Perquisite: the long version of perk.&lt;/p&gt;

&lt;p&gt;Arbor: shady corner of a garden or park.&lt;/p&gt;

&lt;h3 id=&quot;appetites&quot;&gt;Appetites&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;This &lt;a href=&quot;https://youtu.be/Fki0cXoi73U?si=15Wvd9BhaPJr0mn0&quot;&gt;thick focaccia (YT)&lt;/a&gt; looks amazing! Can’t wait to make it. See also &lt;a href=&quot;https://www.kingarthurbaking.com/blog/2025/01/03/recipe-of-the-year-focaccia&quot;&gt;article/recipe&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;facts-or-ideas&quot;&gt;Facts or ideas&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Winds that blow out of the east (easterlies) here in the Bay area are called &lt;a href=&quot;https://en.wikipedia.org/wiki/Diablo_wind&quot;&gt;Diablo winds&lt;/a&gt;, because the mountain range to our east is the &lt;a href=&quot;https://en.wikipedia.org/wiki/Diablo_Range&quot;&gt;Diablo range&lt;/a&gt; or maybe just &lt;a href=&quot;https://en.wikipedia.org/wiki/Mount_Diablo&quot;&gt;Mount Diablo&lt;/a&gt;, similar to the &lt;a href=&quot;https://en.wikipedia.org/wiki/Santa_Ana_winds&quot;&gt;Santa Anas&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;links&quot;&gt;Links&lt;/h3&gt;

&lt;p&gt;A couple of months ago I posted about some &lt;a href=&quot;/notes/2024/10/28/weeknotes-27.html&quot;&gt;solar atmospheric phenomena&lt;/a&gt;, and here is a recent &lt;a href=&quot;https://geotripper.blogspot.com/2024/12/strange-doings-in-sky-today-what-heck.html&quot;&gt;Gary Hayes Geotripper&lt;/a&gt; post.&lt;/p&gt;

&lt;h2 id=&quot;stray-thoughts&quot;&gt;Stray thoughts&lt;/h2&gt;

&lt;h3 id=&quot;phone-mics-to-ads&quot;&gt;Phone mics to ads&lt;/h3&gt;

&lt;p&gt;I agree that our &lt;a href=&quot;https://simonwillison.net/2025/Jan/2/they-spy-on-you-but-not-like-that/&quot;&gt;phones are not eavesdropping for the advertisers&lt;/a&gt;.
If they were, we wouldn’t notice this only occasionally.
It would happen all the damn time.
When have you known them to have any restraint at all, except when legally required to?&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 37&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/01/06/week-notes-37.html&quot;&gt;Email me your first week of the year.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Notes for the New Year</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/01/05/new-year-notes.html"/>
   <updated>2025-01-05T20:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/01/05/new-year-notes</id>
   <summary>Putting some markers down to refer back to next year.</summary>
   <content type="html">&lt;p&gt;At the beginning of this year, I wanted to capture some thoughts and ideas that I can refer back to throughout the year.
Articulate my thinking around plans and goals.
I want to have something that I can use to reflect back on at the end of the year.
As usual, it’s mostly for my own use; feel free to read along.&lt;/p&gt;

&lt;h2 id=&quot;writing-and-photography&quot;&gt;Writing and Photography&lt;/h2&gt;

&lt;p&gt;A couple of project goals: building some more of my writing and photography practice.&lt;/p&gt;

&lt;p&gt;I have made some specific goals in photography to develop and explore my own themes more deeply with several projects.
It’s framed loosely around time commitment and output instead of anything more specific than that.
I’ll produce a small body of work around those developing themes, and later seek some more outside input or critique.&lt;/p&gt;

&lt;p&gt;My plans around writing are less committed, and less specific.
I’d say it’s more about capturing input and continuing to enrich the broth of raw material.
At some point it will become strong enough that the right outputs will become obvious.
I do want to capture more quotes and words and random thoughts.
I wouldn’t mind it if I got these blog posts / waste book notes / whatever into more discoverable and usable shape.
I plan to continue organically iterating toward that throughout the year.&lt;/p&gt;

&lt;p&gt;I plan to continue reading intentionally, carefully, interactively.
Extracting more of that material to here is a soft, aspirational, goal.&lt;/p&gt;

&lt;h2 id=&quot;body-and-wellness&quot;&gt;Body and Wellness&lt;/h2&gt;

&lt;p&gt;Just keep running through the winter, which is typically the hardest month for me to keep going through.
If I can get out there 3 days each week, I am happy.
If possible, I would like to add in some other body weight exercises on the off days.
Essentially this means PT type exercises.
I guess, if I think about it, some type of fitness activity each day of the week for around 30 minutes would be ideal.
It’s not a particularly ambitious goal, but it would be new for me.&lt;/p&gt;

&lt;p&gt;As always, I would like to eat better generally.
I don’t think that I eat poorly, and I don’t mind at all that I occasionally have something naughty.
But.
I have been eating more than I should lately, and I would like to cut that out.
Also, I’ve noticed that there are some things that I want to eat that my body doesn’t particularly care for.
Maybe it never has and I just never noticed.
For example, I can have some apple fritter, but not a whole one.
Probably not even a half one.
And if it’s not scratching the itch that I want it to, then eating the whole thing won’t do it either.
So, cut that out.
Anyway, that’s the goal.&lt;/p&gt;

&lt;p&gt;I’ve had a short term meditation practice, low key, nothing special.
And it was good.
I should do more of that.&lt;/p&gt;

&lt;h2 id=&quot;internet-and-screens&quot;&gt;Internet and Screens&lt;/h2&gt;

&lt;p&gt;Less of them in general, but the insidious thing is that they are also unavoidable.
I won’t be any more specific than to say that doom scrolling is not relaxing.
Make sure you are using your time for what you want to be using it for.&lt;/p&gt;

&lt;h2 id=&quot;work&quot;&gt;Work&lt;/h2&gt;

&lt;p&gt;The coming year promises to be a lot.
A lot of projects that I want to work on.
A lot of challenge for me personally.
I’m excited about that.
But nervous too, because expectations are high.
I’ll do my best.
But I want to keep it in check, in balance, not get out of control with effort or time.
Give the work it’s due, but give the rest of my life it’s due too.&lt;/p&gt;

&lt;h2 id=&quot;house&quot;&gt;House&lt;/h2&gt;

&lt;p&gt;There are a few projects around the house that I would like to see checked off by the end of the year.
Future me, you know what these are: garage, some furniture, maybe some back patio updates.
I think that last one is undecided, but some other project is doable this year.
So let’s do it.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Notes for the New Year&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/01/05/new-year-notes.html&quot;&gt;Email me your New Year plans.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>New to me Facts and Ideas in December 2024</title>
   <link rel="alternate" href="https://www.justing.net/notes/2025/01/01/december-facts.html"/>
   <updated>2025-01-01T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2025/01/01/december-facts</id>
   <summary>Neanderthals, new branches of life, and more.</summary>
   <content type="html">&lt;p&gt;The December editions of fascinating facts.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;After this edition, and the end of the 1 year experiment, I’ll be folding the fascinating facts into the week notes.&lt;/p&gt;

&lt;h3 id=&quot;week-49&quot;&gt;Week 49&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-12-01&quot;&gt;24DEC01SUN&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: More &lt;a href=&quot;https://www.pnas.org/doi/10.1073/pnas.2407652121&quot;&gt;Nazca lines&lt;/a&gt;. Via &lt;a href=&quot;https://mlarson.org/2024/12/01/2024-week-48/&quot;&gt;Mark Larson&lt;/a&gt;, and quite a few other sources too. This is the second ML enabled Nazca lines drop this year.&lt;/li&gt;
  &lt;li&gt;Hypothesis: &lt;a href=&quot;https://archaeologymag.com/2024/11/neanderthal-tar-factory-found-in-gibraltar-cave/&quot;&gt;Neanderthals manufactured tar&lt;/a&gt; 20k years earlier than similar evidence for humans. Via &lt;a href=&quot;https://www.ancientbeat.com/p/ancient-beat-136-technological-leaps&quot;&gt;Ancient Beat&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Hypothesis: humans transitioned to mode ii tools &lt;a href=&quot;https://www.heritagedaily.com/2024/11/archaeologists-identify-a-technological-milestone-in-human-evolution/&quot;&gt;900k to 780k years ago&lt;/a&gt;, also via Ancient Beat. More details on &lt;a href=&quot;https://en.wikipedia.org/wiki/Acheulean&quot;&gt;mode ii tools and industry&lt;/a&gt;: pear shaped hand axes.&lt;/li&gt;
  &lt;li&gt;Hypothesis: &lt;a href=&quot;https://arstechnica.com/science/2024/12/dog-domestication-happened-many-times-but-most-didnt-pan-out/&quot;&gt;dog domestication&lt;/a&gt; attempted many times.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-50&quot;&gt;Week 50&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-12-08&quot;&gt;24DEC08SUN&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://www.forbes.com/sites/scotttravers/2024/12/08/sharks-are-50-million-years-older-than-trees-a-biologist-explains/&quot;&gt;Sharks evolved before trees&lt;/a&gt; by 50 Million years. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Fact: There are &lt;a href=&quot;https://phys.org/news/2024-12-astronomers-dark-comets.html&quot;&gt;dark comets&lt;/a&gt; roaming the solar system. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Hypothesis: Neanderthals and humans interbred between &lt;a href=&quot;https://arstechnica.com/science/2024/12/studies-pin-down-exactly-when-humans-and-neanderthals-swapped-dna/&quot;&gt;50k and 43k years ago&lt;/a&gt;. Also in &lt;a href=&quot;https://www.economist.com/science-and-technology/2024/12/12/humans-and-neanderthals-met-often-but-only-one-event-matters&quot;&gt;The Economist&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-51&quot;&gt;Week 51&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-12-15&quot;&gt;24DEC15SUN&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Hypothesis: &lt;a href=&quot;https://kottke.org/24/12/0045889-as-an-entomologist-ive-be&quot;&gt;murder hornets eradicated from US&lt;/a&gt;, via Kottke. Good news, but I wouldn’t be surprised if it’s wrong at some level (but I’m paranoid about these kinds of claims).&lt;/li&gt;
  &lt;li&gt;Hypothesis: &lt;a href=&quot;https://archaeology.org/news/2024/12/20/where-did-syphilis-originate/&quot;&gt;syphilis is from the New World&lt;/a&gt;. More context at the &lt;a href=&quot;https://www.ancientpages.com/2024/12/20/ancient-bone-reveals-syphilis-originated-in-the-americas/&quot;&gt;Ancient Pages&lt;/a&gt; article.&lt;/li&gt;
  &lt;li&gt;Observation: &lt;a href=&quot;https://www.sciencealert.com/fossils-reveal-mysterious-alien-plant-is-unlike-any-other-known&quot;&gt;plant fossil has no known modern related species&lt;/a&gt; and that’s really cool. What does it mean? Via Damn Interesting.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-52&quot;&gt;Week 52&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-12-22&quot;&gt;24DEC22SUN&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: modern dairy cows &lt;a href=&quot;https://worksinprogress.co/issue/how-big-data-created-the-modern-dairy-cow/&quot;&gt;produce six times the milk&lt;/a&gt; compared to 100 years ago. Via &lt;a href=&quot;https://buttondown.com/puntofisso/archive/589-quantum-of-sollazzo/&quot;&gt;Quantum of Sollazzo&lt;/a&gt; and others.&lt;/li&gt;
  &lt;li&gt;Fact: Earliest bubonic plague evidence outside of Eurasia &lt;a href=&quot;https://www.popsci.com/science/bubonic-plague-mummy/&quot;&gt;found in mummy in Egypt&lt;/a&gt; from 3250 years ago. Also skeletal evidence for bubonic plague is known in Eurasia as far back a 5000 years ago. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://bsky.app/profile/davidpriess.bsky.social/post/3lege342dzs2w&quot;&gt;Russia is not as large as it appears on Mercator projection maps&lt;/a&gt; and it’s a relief, tbh. But see later reply on the projection of the projection.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-53&quot;&gt;Week 53&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-12-30&quot;&gt;24DEC30MON&lt;/time&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: new branch of life &lt;a href=&quot;https://www.sciencealert.com/obelisks-entirely-new-class-of-life-has-been-found-in-the-human-digestive-system&quot;&gt;discovered in the human intestines&lt;/a&gt;? via &lt;a href=&quot;https://news.ycombinator.com/item?id=42547489&quot;&gt;HN&lt;/a&gt;. Not sure what it means, but what?&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;New to me Facts and Ideas in December 2024&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2025/01/01/december-facts.html&quot;&gt;Email me the cool facts you&apos;ve learned lately. Or a correction.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 36</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/12/30/week-notes-36.html"/>
   <updated>2024-12-30T12:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/12/30/week-notes-36</id>
   <summary>WHAT WHAT</summary>
   <content type="html">&lt;p&gt;The holiday season is on.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-12-25-bean-hollow-1200.jpeg&quot; alt=&quot;A person stands in the foreground looking at so many waves.&quot; title=&quot;A person stands in the foreground looking at so many waves.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Stacked surf at Bean Hollow Beach, CA&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac--outlook&quot;&gt;Almanac / outlook&lt;/h3&gt;

&lt;p&gt;Rain and clouds a few days this week. Wind on Tuesday.
Highs in the 60s, lows in the 40s or 50s.
Waning moon in the last quarter of the cycle, so dark nights.
King tides with some large waves landing on the coast, take extra care on the beaches.
Expect a lighter work week with many people away on holiday and two days of for Christmas and the Eve.&lt;/p&gt;

&lt;h2 id=&quot;diurnals&quot;&gt;Diurnals&lt;/h2&gt;

&lt;h3 id=&quot;dec23mon&quot;&gt;DEC23MON&lt;/h3&gt;

&lt;p&gt;Yesterday I didn’t find a small size (quart) of egg nog at two different stores that we happened to be grocery shopping at.
One was out of all sizes.
The other only had half gallon.
So, I guess it’s either no egg nog for me, or homemade, or nothing.
Might go with nothing.&lt;/p&gt;

&lt;h3 id=&quot;dec24tue&quot;&gt;DEC24TUE&lt;/h3&gt;

&lt;p&gt;The morning rain was ended, and the sun was out.
It was a ruse; a deception to get us far enough from the front door without umbrellas so we could be completely soaked by a remnant shower.
And drenched we are.
It’s been a long time since I’ve been this wet in the rain.&lt;/p&gt;

&lt;h3 id=&quot;dec25wed&quot;&gt;DEC25WED&lt;/h3&gt;

&lt;p&gt;Happy Christmas all.
&lt;a title=&quot;My wife.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#A&quot;&gt;A&lt;/a&gt; and I continue our usual tradition of going to the beach (see above).
One beach is not so busy, the other which has a minuscule parking lot is nearly full.
The weather was perfect.&lt;/p&gt;

&lt;h3 id=&quot;dec26thu&quot;&gt;DEC26THU&lt;/h3&gt;

&lt;p&gt;I had a good catch up with &lt;a title=&quot;A friend I stay in touch with about once a month since the company we worked for folded.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#C&quot;&gt;C&lt;/a&gt;.
We mostly discuss food options for after Christmas.
Sounds like making sushi at home might be it, I hope it is delicious!&lt;/p&gt;

&lt;h3 id=&quot;dec29sun&quot;&gt;DEC29SUN&lt;/h3&gt;

&lt;p&gt;Blissfully empty shopping experience.
Everyone must be out of town.
If only it could always be like this.&lt;/p&gt;

&lt;h2 id=&quot;media&quot;&gt;Media&lt;/h2&gt;

&lt;p&gt;Holiday week, so extra media.&lt;/p&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;h4 id=&quot;books&quot;&gt;Books&lt;/h4&gt;

&lt;p&gt;I read &lt;strong&gt;Richard II&lt;/strong&gt; by Shakespeare.
It’s been a long. time. since I read any Shakespeare.
It took a deep reading, like transcribing and translating, the first scene to get it.
But after that it got a lot easier.
I was mostly reading it for the rhetoric choices in the writing.
But in order to do that I had to know the context, which means the plot and events, and characters.
I think it was mostly good, and actually found the couple of speeches to be rather interesting.
Quite dramatic, as one would expect for a play, but good.
I’ll probably have to read it again, but if I don’t wait too long it should continue to be understandable.&lt;/p&gt;

&lt;p&gt;Also: &lt;a href=&quot;https://youtu.be/II_G4r_rSzA?si=Hk1lTUm389ZDR86n&quot;&gt;Act I, Scene 2&lt;/a&gt;.&lt;/p&gt;

&lt;h4 id=&quot;newsletters&quot;&gt;Newsletters&lt;/h4&gt;

&lt;p&gt;This just in: &lt;a href=&quot;https://thezvi.substack.com/p/o3-oh-my&quot;&gt;Zvi on o3&lt;/a&gt;, which was announced a couple of weeks ago.
Sounds exciting.
I’m sure it’s more than just hype.
There is, of course, the copyright problem with these things.
But also, I’m sure I’m not exploring their potential uses enough.
Basically, I think just ask them more questions.
Questions you would ask any expert you had access to.
Like, if you were a wealthy patron, and could call up any expert on anything to ask them to conversationally explain something, or research something and come back, do that.
And just like those experts, they can be wrong, and you have to reason about the responses and integrate what they say into your own model of the world, and think if it makes sense.
This is what they offer.&lt;/p&gt;

&lt;h3 id=&quot;podcasts&quot;&gt;Podcasts&lt;/h3&gt;

&lt;p&gt;None this week.&lt;/p&gt;

&lt;h3 id=&quot;youtube&quot;&gt;YouTube&lt;/h3&gt;

&lt;p&gt;Buncha &lt;strong&gt;Maverick’s&lt;/strong&gt; stuff. ‘Tis the season. &lt;a href=&quot;https://youtu.be/3quwPwssoKA?si=t1ojzLwK62AcVlwh&quot;&gt;long view&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/d4B9AWYk5vg?si=Yl-YEIQs_0ns5g-c&quot;&gt;in it&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/uqfL_5Jw5pE?si=Zy2XoL1kh0kNWb3g&quot;&gt;in it 2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Martijn Doolaard 132 and &lt;a href=&quot;https://youtu.be/TkkbNxlQUjA?si=PZ5OJN6onoZtB6mr&quot;&gt;133&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;music&quot;&gt;Music&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Fat Boy Slim&lt;/strong&gt; &lt;a href=&quot;https://youtu.be/kTuLj0Nyhs4?si=iKYBRNVxAF3iioZK&quot;&gt;Elevator Music&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Sofi Tukker&lt;/strong&gt; DJ Sets: &lt;a href=&quot;https://youtu.be/I6MyMRHJ1zM?si=J44oaMR46sHMh3bD&quot;&gt;Night We Met&lt;/a&gt; and &lt;a href=&quot;https://youtu.be/o1hV2yQa2GY?si=bG_HGfHfbzCInyNs&quot;&gt;Ultra Europe&lt;/a&gt;, and the new &lt;a href=&quot;https://music.apple.com/us/album/bread/1741844916&quot;&gt;Bread&lt;/a&gt; album.&lt;/li&gt;
  &lt;li&gt;Martin Stürtzer &lt;a href=&quot;https://www.youtube.com/live/ozI-w0SlL_c?si=FKmRg7rTKrKYMA_I&quot;&gt;Ambient Night 18&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;television&quot;&gt;Television&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Never Have I Ever&lt;/strong&gt; S2. Quite moving at moment, I really feel for Devi.
Excellent writing and story telling.
Can’t wait to see S3.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Brooklyn 99&lt;/strong&gt; continues.&lt;/p&gt;

&lt;h3 id=&quot;movies&quot;&gt;Movies&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Hocus Pocus&lt;/strong&gt; (1993): First time seeing it. It was funny, silly. Enjoyed it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Home Alone&lt;/strong&gt; (1990): Holds up.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Oblivion&lt;/strong&gt; (2013): A story from an earlier age. I enjoyed the the bit about (spoiler warning) can Tom Cruise defeat… himself?
I think my reaction to it was: this is an old fashioned human victory tale, and it’s all rather pointless.
What even makes a good movie anymore.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Knives Out&lt;/strong&gt; (2019) is a rewatch for me, after Glass Onion &lt;a href=&quot;/notes/2024/11/25/weeknotes-30.html&quot;&gt;a few weeks ago&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;other&quot;&gt;Other&lt;/h2&gt;

&lt;h3 id=&quot;appetites&quot;&gt;Appetites&lt;/h3&gt;

&lt;p&gt;My current food goals are to get more bean based recipes (I want to start with &lt;a href=&quot;https://www.seriouseats.com/frijoles-charros-mexican-pinto-beans-bacon-recipe&quot;&gt;Frijoles Charros&lt;/a&gt; for some reason, but making killer daal is another), and to make better roast chicken than you get at an actually good restaurant.
Oh, and to make more of the &lt;a href=&quot;/culinaria/2024/12/21/japanese-food-collection.html&quot;&gt;Japanese recipes&lt;/a&gt; because they are light and simple in their constituent parts.&lt;/p&gt;

&lt;p&gt;Other things that looked good&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://cooking.nytimes.com/recipes/1023346-one-pot-chicken-and-rice-with-ginger&quot;&gt;NYT: One pot chicken and rice&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://cooking.nytimes.com/recipes/1024082-gochujang-potato-stew&quot;&gt;NYT: Gochujang potato stew&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://cooked.wiki/new/recent/ab207a53-6824-4a66-ba62-f961b15095e6&quot;&gt;Easy shredded chicken&lt;/a&gt;, for tacos etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;facts-or-ideas&quot;&gt;Facts or ideas&lt;/h3&gt;

&lt;p&gt;Debuting next week.&lt;/p&gt;

&lt;h3 id=&quot;panics&quot;&gt;Panics&lt;/h3&gt;

&lt;p&gt;Internet Shaquille, are you me?
Should I be worried about people that are panicking about &lt;a href=&quot;https://youtu.be/EIKFuUnfeW4?si=a28T-cG_If-acg0g&quot;&gt;seed oils&lt;/a&gt;??
What precipitated this video?&lt;/p&gt;

&lt;h3 id=&quot;quotes&quot;&gt;Quotes&lt;/h3&gt;

&lt;p&gt;“Stop concentrating on what you hate. Embrace what you enjoy.” (&lt;a href=&quot;https://ask.metafilter.com/383655/Spouse-loves-Christmas-I-hate-it#5441639&quot;&gt;source&lt;/a&gt;, but I don’t really recommend this tour through someone’s holiday troubles).&lt;/p&gt;

&lt;h2 id=&quot;stray-thoughts&quot;&gt;Stray thoughts&lt;/h2&gt;

&lt;h3 id=&quot;a-stray-thought&quot;&gt;A stray thought&lt;/h3&gt;

&lt;p&gt;Well, &lt;a href=&quot;https://news.ycombinator.com/item?id=42535515&quot;&gt;conversational search&lt;/a&gt;, that might be helpful when memory is only weakly helpful. Edit to add: &lt;a href=&quot;https://bsky.app/profile/emollick.bsky.social/post/3lep2lvzdts2c&quot;&gt;another example of this&lt;/a&gt;.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 36&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/12/30/week-notes-36.html&quot;&gt;Email me your unusual holiday traditions.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 35</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/12/23/week-notes-35.html"/>
   <updated>2024-12-23T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/12/23/week-notes-35</id>
   <summary>Debuting some new sections</summary>
   <content type="html">&lt;p&gt;So many words this week.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;almanac--outlook&quot;&gt;Almanac / outlook&lt;/h3&gt;

&lt;p&gt;Rain Monday and the weekend.
These are dark times, but not too cold: mid 60s for a high.
Lows in the 40s.
Waning moon, just full; king tides.&lt;/p&gt;

&lt;h2 id=&quot;diurnals&quot;&gt;Diurnals&lt;/h2&gt;

&lt;p&gt;It was a quite busy week with a lot of work and two trips to the office.&lt;/p&gt;

&lt;h3 id=&quot;dec16mon&quot;&gt;DEC16MON&lt;/h3&gt;

&lt;p&gt;The stupid internet is out all day.
Doesn’t it know that the storm was during the weekend and not today.
What happened?
I will probably never know.&lt;/p&gt;

&lt;h3 id=&quot;dec17tue&quot;&gt;DEC17TUE&lt;/h3&gt;

&lt;p&gt;End of year party at the office.
It’s actually pretty great.
Thankfully it’s during the day.&lt;/p&gt;

&lt;h3 id=&quot;dec18wed&quot;&gt;DEC18WED&lt;/h3&gt;

&lt;p&gt;Managed to fit in a run during the afternoon.
I’ve been slacking, so it’s tough-ish.
But not unbearable.
I slog through.&lt;/p&gt;

&lt;h3 id=&quot;dec19thu&quot;&gt;DEC19THU&lt;/h3&gt;

&lt;p&gt;My kingdom for a handsaw.
It’s a comedy of errors in one act.
We get the piece of garden furniture into the street, and cut over halfway through the woody bits that we need to remove to make it fit in the car, and realize that it is geometrically impossible to cut through the rest with the circular saw we have brought with us.
Why, oh why, didn’t I remember to bring the handsaw to this remote job site?
Back into the garden it goes and away we drive, empty handed in defeat.
Tomorrow is another day.&lt;/p&gt;

&lt;h3 id=&quot;dec20fri&quot;&gt;DEC20FRI&lt;/h3&gt;

&lt;p&gt;&lt;a title=&quot;A good friend I&apos;ve known for almost 10 years. He moved away a couple of years ago, but we catch up weekly.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#B&quot;&gt;B&lt;/a&gt; and I are having a rather deep conversation about the range of experience that different people have based on their personal or family wealth.
The core of it is that people index or level set their assumptions about what is right by their own personal experience.
When doing this, they neglect to account for how limited their own experience is, their own baked in biases, and the truly vast range of possibilities that are acceptable as “the right way to do thing.”&lt;/p&gt;

&lt;p&gt;Later, I encountered &lt;a href=&quot;https://news.ycombinator.com/item?id=42479778&quot;&gt;this&lt;/a&gt; comment and it struck me as another expression of the same thing.
But it’s not just limited mental bandwidth, it’s also not learned or expected or even recognized that being an active agent in choosing to direct your attention at any of these things is something that you can do.
People, I suspect, just do what feels right, fits in with their group, and don’t think about it much.
I think you could label that as “stupid” behavior from the outside, but it’s just normal routine on the inside.&lt;/p&gt;

&lt;p&gt;Just speculating here, arm chair theorizing, hypothesizing at how the world works.
Sounds right, don’t know if it really is, or is just masquerading as truth.
Could just be achieving order in society instead.&lt;/p&gt;

&lt;h3 id=&quot;dec21sat&quot;&gt;DEC21SAT&lt;/h3&gt;

&lt;p&gt;Solstice day, shortest day of the year.&lt;/p&gt;

&lt;h3 id=&quot;dec22sun&quot;&gt;DEC22SUN&lt;/h3&gt;

&lt;p&gt;I am beginning to reflect on all the notes that I took this year, and lessons I learned.
Toying with the &lt;a href=&quot;http://getdrafts.com&quot;&gt;Drafts app&lt;/a&gt; as a lower friction input.
But is it?
It should replace my shortcut to email (Captio replacement), and anytime I deal with pre-drafting things in my iPad git client.
Maybe it is better.
It is kind of an overwhelmingly sophisticated tool with lots of features and options behind the spartan front facing editor that you get dropped into.
So, uh, how do you do… x?
Baby steps, that’s what I got to say.&lt;/p&gt;

&lt;p&gt;Partially inspired by the &lt;a href=&quot;#stray-thoughts&quot;&gt;stray thoughts&lt;/a&gt; section below.&lt;/p&gt;

&lt;h2 id=&quot;media&quot;&gt;Media&lt;/h2&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;p&gt;I read the Introduction to &lt;em&gt;Made to Stick&lt;/em&gt; by Heath and Heath.
That’s enough for it to win a spot on my shelf, but I don’t need to read any more than that for now.&lt;/p&gt;

&lt;p&gt;I am also sampling the middle section (Action) of &lt;em&gt;The Obstacle is the Way&lt;/em&gt; by Holiday.
It’s the Stoic book.
I wonder if this writing style (quite similar to Robert Greene’s style), heavy on the historical anecdotes, and fairly contextless for actually mapping onto one’s own context.
It’s vexing, it’s own obstacle to understanding.
Ironic.
Probably obvious to others.&lt;/p&gt;

&lt;p&gt;The other book, ahem “book” that I may read is the Shakespeare play &lt;a href=&quot;https://en.wikipedia.org/wiki/Richard_II_(play)&quot;&gt;Richard II&lt;/a&gt;, the first play in the &lt;a href=&quot;https://en.wikipedia.org/wiki/Henriad&quot;&gt;Henriad&lt;/a&gt;.
Or I’ll just get through the &lt;a href=&quot;https://goodticklebrain.com/richard-ii&quot;&gt;stick figure version&lt;/a&gt;.
I’m looking for something short, that I can complete before the end of the year-ish.
Plays are short, right?
I realize it will make it a horribly edited paragraph, but why would I want to read this?
Basically because English.
Shakespeare does it well, some say the best, and I want to read it more carefully.&lt;/p&gt;

&lt;h3 id=&quot;podcasts&quot;&gt;Podcasts&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://podcasts.apple.com/us/podcast/the-ezra-klein-show/id1548604447?i=1000649683423&quot;&gt;Ezra Klein on Population Decrease&lt;/a&gt;&lt;/strong&gt;
This is a two parter-ish. Or, there is a &lt;a href=&quot;https://podcasts.apple.com/us/podcast/the-ezra-klein-show/id1548604447?i=1000650100198&quot;&gt;second episode&lt;/a&gt; on the same theme.
My take-aways:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;It’s a global phenomenon, and it’s not universally correlated with a country’s wealth.
India is an example of a low income country that also has a low birth rate.&lt;/li&gt;
  &lt;li&gt;Horribly draconian policies have been shown to work (i.e. Romania), but only as long as they are applied.
Doing so is obviously against the will of the people.
What are the alternatives?&lt;/li&gt;
  &lt;li&gt;Assuming correct knowledge of how pregnancy works, available and effective birth control, then any alternative activity applies downward pressure on the number of children born.&lt;/li&gt;
  &lt;li&gt;One interpretation is that it’s evidence that the current cultural arrangement is not working at all for the child bearers.
If women are given the option so reduce or not participate, some will do it.
Enough will do it that the number of children being born drops below replacement levels.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Seems to me that if you want to make a real difference, you’ll have to make some changes such that people &lt;em&gt;want&lt;/em&gt; to have children as a choice.
I doubt that some tax credit will do that.
Hot take: it’s about individual agency or freedom to create the life you want, and about escaping from the traps of familial/social servitude or someone else’s entitlement overriding yours.
Who doesn’t want that?&lt;/p&gt;

&lt;h3 id=&quot;youtube&quot;&gt;YouTube&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Yule Logs&lt;/strong&gt;: &lt;a href=&quot;https://youtu.be/_cgTVTwu4nw?si=zF395pf3Mjff3wPi&quot;&gt;Nasa&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/x-TlKklDBj4?si=j5oHAxqWkueRS7qy&quot;&gt;Wind Waker&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/3YGlRWfkfcQ?si=kLCjNZXCiLHlju3y&quot;&gt;Calcifer&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://www.youtube.com/live/kHhUc4Qv26I?si=VNIMU3gVR7hkWhzR&quot;&gt;Pacifica Pier Livestream&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Maigomika does the &lt;a href=&quot;https://youtu.be/Vr4MJFnyb0E?si=4YWxs0TS0OiEuVXX&quot;&gt;yuzu festival&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Martijn’s &lt;a href=&quot;https://youtu.be/HPYc-lFFobA?si=bzMGBaNwxrxsz6ZV&quot;&gt;new old truck&lt;/a&gt;. I am so far behind here.&lt;/p&gt;

&lt;h3 id=&quot;music&quot;&gt;Music&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://youtu.be/jdZSjikCKNg?si=ByoHyJlDE1cIwdej&quot;&gt;Marsh at Sussex&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Anjunadeep editions&lt;/strong&gt;: &lt;a href=&quot;https://www.youtube.com/live/28bEcdfPWOQ?si=vGYl1_fYgUNc1MfW&quot;&gt;531 Anuqram&lt;/a&gt; and &lt;a href=&quot;https://www.youtube.com/live/rMzwiRfsP-Y?si=PYfg1Ej0kw0Vd0sw&quot;&gt;530 Qrion&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;television&quot;&gt;Television&lt;/h3&gt;

&lt;p&gt;Finished the last season of &lt;strong&gt;Girls5Eva&lt;/strong&gt;.
It was a mistake to not renew it.
I’ll have to go and look for other works by these folks.&lt;/p&gt;

&lt;p&gt;Started rewatching &lt;strong&gt;Brooklyn 99&lt;/strong&gt;.
Holds up. So funny to me.
I love the ridiculously absurd spins they put on mundane-ish situations.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Interior Chinatown&lt;/em&gt; looks to be way more than I expected.
And &lt;em&gt;What we do in the shadows&lt;/em&gt; final season is out.&lt;/p&gt;

&lt;h3 id=&quot;movies&quot;&gt;Movies&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Hocus Pocus&lt;/strong&gt;
I was in the mood for something with a supernatural adventure type story, or olde-timey problems.&lt;sup id=&quot;fnref:old&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:old&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
I mean, curses, ghosts, mummies, etc.
Movies like &lt;em&gt;The Mummy&lt;/em&gt; or &lt;em&gt;National Treasure&lt;/em&gt; or &lt;em&gt;The Tomb Raider&lt;/em&gt; or &lt;em&gt;Raiders of the Lost Ark&lt;/em&gt;.
Not saying these are good movies, but they’re fun and not too serious, but well put together.
I’m not saying that &lt;em&gt;Hocus Pocus&lt;/em&gt; is one of these, but I hadn’t seen it before which was pretty surprising to &lt;a title=&quot;My wife.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#A&quot;&gt;A&lt;/a&gt;, so that’s what we’re watching.&lt;/p&gt;

&lt;h2 id=&quot;other&quot;&gt;Other&lt;/h2&gt;

&lt;p&gt;Maybe next year I’ll work on migrating these things back out of the one weekly post.&lt;/p&gt;

&lt;h3 id=&quot;words&quot;&gt;Words&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;http://www.websters1913.com/words/Pertinacious&quot;&gt;Pertinacity&lt;/a&gt;. Pigheaded stupidly obstinate tenacity. Uber, unrelenting, inevitable, brute force tenacity.&lt;/p&gt;

&lt;p&gt;Yaws and bejel are different expressions of the syphilis bacterium more common in tropical regions. From &lt;a href=&quot;https://archaeology.org/news/2024/12/20/where-did-syphilis-originate/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;appetites&quot;&gt;Appetites&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://youtu.be/eBFsPe7GfzU?si=Tf5efVdHSBuyj3_K&quot;&gt;YT: Tsukune&lt;/a&gt;. These were so good and so easy.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://cooking.nytimes.com/recipes/1026380-rice-and-squash-bombe&quot;&gt;NYT: Rice and Squash Bombe&lt;/a&gt; looks interesting.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://cooked.wiki/new/recent/74e24bca-5d2f-4898-8cf7-1cc484752c2f&quot;&gt;SE: Butter swim biscuits&lt;/a&gt;, probably making these for Christmas. Pity about the name though.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://cupofjo.com/2024/04/17/sausage-meatballs-with-halloumi-and-tomatoes/&quot;&gt;CJ: Sausage Meatballs with Halloumi and Tomatoes&lt;/a&gt;, this looks succulent.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://youtu.be/Vr4MJFnyb0E?si=4YWxs0TS0OiEuVXX&amp;amp;t=171&quot;&gt;YT: Maigomika’s gomoku zushi recipe&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Now I want &lt;a href=&quot;https://youtu.be/n7aGzxD_oI8?si=xlptkI_wTkPzZSU3&quot;&gt;gyoza&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;facts-or-ideas&quot;&gt;Facts or ideas&lt;/h3&gt;

&lt;p&gt;Premiering in the new year.&lt;/p&gt;

&lt;h3 id=&quot;links&quot;&gt;Links&lt;/h3&gt;

&lt;p&gt;All the &lt;a href=&quot;https://hyperessays.net/&quot;&gt;Montaigne essays!&lt;/a&gt;
I didn’t expect to find that this week.&lt;/p&gt;

&lt;h3 id=&quot;arts&quot;&gt;Arts&lt;/h3&gt;

&lt;p&gt;A cool &lt;a href=&quot;https://www.flickr.com/photos/williamneill/54217250689/&quot;&gt;photo of leaves on water&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;stray-thoughts&quot;&gt;Stray thoughts&lt;/h2&gt;

&lt;h3 id=&quot;complaining-about-broken-websites&quot;&gt;Complaining about broken websites&lt;/h3&gt;

&lt;p&gt;Several things broke in websites&lt;sup id=&quot;fnref:web&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:web&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; this week.
It’s very frustrating.
YT history isn’t loading.
The newsletter website isn’t cooperating with the dark mode plugin.
Ugh.
I assume it’s ios 18.2.
Or the newsletter site changing style things.
Or just bad juju.&lt;/p&gt;

&lt;p&gt;Is &lt;a href=&quot;https://news.ycombinator.com/item?id=42488863&quot;&gt;this&lt;/a&gt; related?
I don’t know.
But that’s a different problem that I often think about.
A hammer is a hammer is a hammer.
Always has been.
But your pie (pocket internet engine) is about a million things and they keep changing where the business end is.&lt;/p&gt;

&lt;h3 id=&quot;the-smallest-possible-bureaucracy&quot;&gt;The smallest possible bureaucracy&lt;/h3&gt;

&lt;p&gt;A while back I asked “what’s the theoretically smallest bureaucracy?”
I think I have proposal of an answer: one person and a notebook (and a pencil) is the smallest possible bureaucracy.
A notebook has enough pages that some retrieval system is necessary to find what you want in it, and it can hold a lot of information in those pages.
It is durable enough to last years.
It can be used to record things and make decisions with those things.
The decision rules can even be noted in the book itself.
There it is, a bureaucracy.
Does a bureaucracy imply and require an enforcement mechanism, such as an army, police force, or jail?
I hadn’t considered this angle before, after all I’ve just described a person and a notebook, which may not be very effective at influencing an uncooperative population.
Of course, if the society just consists of that person who is writing in the notebook, maybe it could still qualify.&lt;sup id=&quot;fnref:real&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:real&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;h3 id=&quot;why-cant-businesses-just-be-businesses-anymore&quot;&gt;Why can’t businesses just be businesses anymore?&lt;/h3&gt;

&lt;p&gt;Airlines are credit card companies with travel infrastructure department attached.
The search company is really an ad company.
The social network company is really an ad company.
The car company also sells telemetry data to anyone who’ll buy it.
All (hyperbole) the businesses are hybrid businesses, marketed as one thing but actually making money on something else or several somethings else.
I conjecture that this hybridization of information will continue to push down to smaller and smaller businesses.
Due to networked POS systems, you probably can’t even buy tacos without the data of that transaction being sold to someone, assuming you paid with a credit card.&lt;/p&gt;

&lt;h3 id=&quot;a-golden-age-of-flavored-waters&quot;&gt;A golden age of flavored waters&lt;/h3&gt;

&lt;p&gt;The non-alcoholic business of making new (or just not on the market before) waters and other mocktails is positively booming.
The flavors seem to sprout like mushrooms after a rainstorm&lt;sup id=&quot;fnref:rain&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:rain&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;4&lt;/a&gt;&lt;/sup&gt;, heck even the companies seem to be sprouting like that too.
It’s great!
Keep ‘em coming.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:old&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Like conflict with an ancient evil kind of problems, not like modern inventions by science made problems such as &lt;em&gt;Frankenstein&lt;/em&gt;. &lt;a href=&quot;#fnref:old&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:web&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I use this loosely. I don’t know where the breakage is. And it’s not really my job to figure it out. That’s a choice that cuts both ways: I lose on emotional energy and whatever information or activity I was trying to do. And the website loses audience or customer or whatever I am to them. Also the whole ecosystem loses credibility, iOS, Safari, the plugin, the website, the author, my own internalization of what I expect myself to be able to do at any given time. All of it. Ugh. &lt;a href=&quot;#fnref:web&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:real&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;My &lt;a href=&quot;https://interconnected.org/home/2024/08/16/bombadil&quot;&gt;outer reality&lt;/a&gt; on this is that I’ve been really maxing out my notebook usage in the last couple of years. So, of course I would think this. &lt;a href=&quot;#fnref:real&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:rain&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;That one’s free but I won’t be buying any of your &lt;em&gt;Mushroom rain&lt;/em&gt; flavored waters, thank you very much. &lt;a href=&quot;#fnref:rain&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 35&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/12/23/week-notes-35.html&quot;&gt;Email me your stray thoughts.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 34</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/12/16/weeknotes-34.html"/>
   <updated>2024-12-16T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/12/16/weeknotes-34</id>
   <summary>Thunder! And lightning!</summary>
   <content type="html">&lt;p&gt;It’s week notes time!
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;These are the darkest days, the shortest ones.
Sunrise is ten after seven, and sunset is ten to five.
Makes it easy to see them both.
Temperatures remain cool and even; lows in the 40s, or maybe mid 30s, and highs in the 60s.
There is rain later in the week, but not all day and not an excessive amount.
Full moon during the weekend.&lt;/p&gt;

&lt;h3 id=&quot;dec09mon&quot;&gt;DEC09MON&lt;/h3&gt;

&lt;p&gt;Just a nice nothing dinner at a friend’s place.
This is that kind that’s not a big to do.
It’s just shared food, and it feels so comfortable.&lt;/p&gt;

&lt;p&gt;The CEO assassin is caught in MD, and he’s causing problems for everyone’s narrative.
Seems like the wrong thing to focus on.&lt;/p&gt;

&lt;h3 id=&quot;dec10tue&quot;&gt;DEC10TUE&lt;/h3&gt;

&lt;p&gt;Team dinner in town.
I ended up sitting at the curmudgeonly end of the table, and I fit in great.
Had an enjoyable time, conversation flowing the whole time.&lt;/p&gt;

&lt;h3 id=&quot;dec11wed&quot;&gt;DEC11WED&lt;/h3&gt;

&lt;p&gt;In the office for lunch with &lt;a title=&quot;A friend I stay in touch with about once a month since the company we worked for folded.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#C&quot;&gt;C&lt;/a&gt;.
It’s rushed, not our best most relaxed lunch chat.
We haven’t seen each other in a while.
But still, it’s good to catch up, even if only a little.
I think next time I’ll budget more time.&lt;/p&gt;

&lt;h3 id=&quot;dec13fri&quot;&gt;DEC13FRI&lt;/h3&gt;

&lt;p&gt;Afternoon conversation with &lt;a title=&quot;A good friend I&apos;ve known for almost 10 years. He moved away a couple of years ago, but we catch up weekly.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#B&quot;&gt;B&lt;/a&gt; is heavier than usual.
We’re talking about talking about financial things with partners and family and that is a topic that is often harder to discuss in a productive way than either of us think it should be.
He’s got a great analogy for that situation based on rock climbing.
Some people are really skilled at it and some aren’t, varying skill levels.
So one partner might be really comfortable with the perils of dealing with medical issues and the other is particularly afraid of those heights.
The trick is that sometimes we get into those situations without realizing it and it’s important to acknowledge the asymmetric levels of discomfort, so you could say “sorry, I didn’t mean to start climbing El Cap there, without giving you a heads up.”
It works both ways, when either partner realizes that the other is getting nervous.
It’s a great tip.&lt;/p&gt;

&lt;h3 id=&quot;dec14sat&quot;&gt;DEC14SAT&lt;/h3&gt;

&lt;p&gt;Lightning and thunder overnight, and really quite a bit of rain.
The 5 am shake-the-house loud thunder was quite the wakeup.
I should have checked the gutters yesterday.
A bit more thunder around noon.
Wild weather day.
And there was &lt;a href=&quot;https://bsky.app/profile/ksbw.bsky.social/post/3ldch7hib2s22&quot;&gt;a tornado in Scotts Valley&lt;/a&gt;, in the afternoon.
The NWS investigators &lt;a href=&quot;https://mesonet.agron.iastate.edu/wx/afos/p.php?pil=PNSMTR&amp;amp;e=202412150424&quot;&gt;confirmed&lt;/a&gt; as a low intensity EF-1, 90 MPH winds for 5 minutes (&lt;a href=&quot;https://en.m.wikipedia.org/wiki/List_of_United_States_tornadoes_from_November_to_December_2024#December_14_event&quot;&gt;wikipedia&lt;/a&gt;).&lt;/p&gt;

&lt;h3 id=&quot;dec15sun&quot;&gt;DEC15SUN&lt;/h3&gt;

&lt;p&gt;A bird has gotten into our car.
The bird is stuck on the dashboard.
It is pooping on our dashboard.
I did not have this on my bingo card.
Yes, I took a photo after it left.
You’ll have to &lt;a href=&quot;mailto:justin@garofo.li?subject=what the bird left on your dashboard&amp;amp;body=I want to know about it.%0D%0Aurl: https://www.justing.net/notes/2024/12/16/weeknotes-34.html&quot;&gt;email me about it.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I think it is proper to focus on getting the bird out of the car first and then do the documenting.
In retrospect I could have asked someone else to take the photo while I got the car door open.
I will know for next time.&lt;/p&gt;

&lt;h2 id=&quot;media&quot;&gt;Media&lt;/h2&gt;

&lt;h3 id=&quot;television&quot;&gt;Television&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Girls5Eva&lt;/strong&gt; S2.
It continues to be ridiculous and enjoyable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Man on the inside&lt;/strong&gt;, off to a pretty good start.
I’m a little worried that the frame story may end up too constraining.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Never have I ever&lt;/strong&gt;
What is even happening, hahahah. It’s funny!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The great british baking show: holiday episodes 2024&lt;/strong&gt;
Usual wholesomey goodness.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Black Mirror&lt;/strong&gt; S6E2. Trying, and failing, to find some episode that captures.&lt;/p&gt;

&lt;h3 id=&quot;podcasts&quot;&gt;Podcasts&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Panic World&lt;/strong&gt; the His and Her internets episode.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Search Engine&lt;/strong&gt; the &lt;a href=&quot;https://en.wikipedia.org/wiki/Ayahuasca&quot;&gt;ayahuasca&lt;/a&gt; episode.&lt;/p&gt;

&lt;h3 id=&quot;music&quot;&gt;Music&lt;/h3&gt;

&lt;p&gt;Rich Aucoin &lt;strong&gt;Synthetic Season 3&lt;/strong&gt;. I enjoyed it.&lt;/p&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;p&gt;Finished &lt;em&gt;When things fall apart&lt;/em&gt;, which is just excellent.
I don’t want to tarnish how good, and revisitable, and complete it is with any nitpickings.
Worth reading and re-reading.
Recommended.
It’s my 22nd book of the year.&lt;/p&gt;

&lt;p&gt;Probably by the time this is posted I’ll also finish &lt;em&gt;The Odyssey&lt;/em&gt;.
It’s been a great read.
Not the most compelling plot, but it has a great story.
Those sound at odds, but that’s how it’s been.
Emily Wilson’s poetic word choices make me want to try and find some more of that kind of writing.
Just on something more contemporary; but I already have so many books.&lt;/p&gt;

&lt;h2 id=&quot;other&quot;&gt;Other&lt;/h2&gt;

&lt;p&gt;New section!&lt;/p&gt;

&lt;h3 id=&quot;words&quot;&gt;Words&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Eurus&lt;/strong&gt; = east wind, and &lt;strong&gt;zephyr&lt;/strong&gt; = west wind. I had always thought zephyr was a gentle, good wind. I didn’t realize it had a direction association too.  Via &lt;em&gt;The Odyssey&lt;/em&gt;.  More &lt;a href=&quot;https://ggweather.com/winds.html&quot;&gt;wind words&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;appetites&quot;&gt;Appetites&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.bbc.co.uk/food/recipes/marys_sticky_toffee_41970&quot;&gt;Sticky Toffee Pudding&lt;/a&gt; (cake), this was amazing.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.bbc.co.uk/food/recipes/applecrumble_2971&quot;&gt;Easy Apple Crumble&lt;/a&gt;, saw this one too and it looks good.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://youtu.be/9h1xNlh5LAo?si=Fm29PytOf-Tkqkj2&quot;&gt;Alvin’s Levain Cookies&lt;/a&gt;, making these this weekend.
Mine did not turn out as good looking as Alvin’s did. And I don’t think Alvin’s were all that much like Levain’s.
So, I found some &lt;a href=&quot;https://www.yourcookingcurated.com/recommendations/sep13-2020&quot;&gt;online recipes.&lt;/a&gt;&lt;sup&gt;&lt;a href=&quot;https://web.archive.org/web/20241216011125/https://www.yourcookingcurated.com/recommendations/sep13-2020&quot; title=&quot;wayback machine link&quot;&gt;a&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;stray-thoughts&quot;&gt;Stray thoughts&lt;/h3&gt;

&lt;p&gt;YouTube is such a treasure.
Well, the archive of videos is.
Is that accessible somehow, like a library interface?
Something that you could do proper research with.
Seems like they ought to support that.
But, what’s the business model?
The user search interface can be maddening.
I hope it is never deleted.
Of course we will lose these archives, and we’ll be very bummed about it.&lt;/p&gt;

&lt;p&gt;I think the same applies to a lot of other sites: Facebook, Instagram, Flickr, Vimeo, all the major upload sites.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 34&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/12/16/weeknotes-34.html&quot;&gt;Email me if you wanna.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 33</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/12/09/weeknotes-33.html"/>
   <updated>2024-12-09T07:40:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/12/09/weeknotes-33</id>
   <summary>The news just doesn't stop.</summary>
   <content type="html">&lt;p&gt;Heavy news week.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;Consistent temperatures this week, and low to no chance of precipitation.
Mid-60s for a high, and mid 40s for a low.
Sunrise is incredibly late, just after 7, and sunset is just before 5; daylight hours are as short as it gets.
The moon was just new, so it’s waxing and up mostly during the day.&lt;/p&gt;

&lt;h3 id=&quot;dec02mon&quot;&gt;DEC02MON&lt;/h3&gt;

&lt;p&gt;I am interviewing a candidate, and they misspeak: Brutal force instead of brute force.
I think it might be my new favorite language tweak.&lt;/p&gt;

&lt;h3 id=&quot;dec04wed&quot;&gt;DEC04WED&lt;/h3&gt;

&lt;p&gt;In the office.
A random encounter, maybe even for the first time in person, was beneficial.
There are good reasons to be there sometimes.&lt;/p&gt;

&lt;h3 id=&quot;dec05thu&quot;&gt;DEC05THU&lt;/h3&gt;

&lt;p&gt;So, we get a tsunami warning alert mid-morning, the harsh blaring un-shutoff-able cell phone alert.
There was a large earthquake off the NorCal coast (see below), and after a bit of searching and info sharing, it became clear that if there is a real tsunami then it would arrive at downtown SF after about an hour.
Our house isn’t close enough to water to credibly be threatened by anything but an absolutely monstrous wave that would also clobber the entire southbay- I’m not even sure that such a thing is even theoretically possible.
After almost an hour, the tsunami warning is cancelled.&lt;/p&gt;

&lt;h3 id=&quot;dec06fri&quot;&gt;DEC06FRI&lt;/h3&gt;

&lt;p&gt;Lunch with &lt;a title=&quot;Former colleague, now getting in years of lunch together since that company foundered.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#D&quot;&gt;D&lt;/a&gt;.
I appreciate her saner perspective on the aftermath of… things.&lt;/p&gt;

&lt;h3 id=&quot;dec07sat&quot;&gt;DEC07SAT&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;/culinaria/2024/12/08/pancakes.html&quot;&gt;Pancakes&lt;/a&gt; for lunch.
And a nap.&lt;/p&gt;

&lt;h3 id=&quot;dec08sun&quot;&gt;DEC08SUN&lt;/h3&gt;

&lt;p&gt;Delayed and extended conversation with &lt;a title=&quot;A good friend I&apos;ve known for almost 10 years. He moved away a couple of years ago, but we catch up weekly.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#B&quot;&gt;B&lt;/a&gt;.
We cover a lot of ground and it is good.&lt;/p&gt;

&lt;h2 id=&quot;media&quot;&gt;Media&lt;/h2&gt;

&lt;h3 id=&quot;news&quot;&gt;News&lt;/h3&gt;

&lt;p&gt;I don’t normally do this, but there has been quite the surplus of news this week and I wanted to do a quick rundown of the highlights and articulate what I am thinking right now.
I assume that most of this is actually wrong, so don’t listen to me.
By writing it down, I a) want to snapshot what I am aware of and b) capture what I think concretely so that I can c) correct it.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;03TUE morning west coast time, TUE night locally: &lt;a href=&quot;https://en.m.wikipedia.org/wiki/2024_South_Korean_martial_law&quot;&gt;Martial law declared in Korea&lt;/a&gt;.
I remember seeing that this happened just before starting work, and it didn’t quite register as significant.
Probably I found it un-credible, or lacking confirmation.
The whole rest of the series of events played out while I was moderately busy during the work day, and it was resolved before I took my dog out for a walk in the evening.
And by “resolved” I only mean the martial law part, not the underlying problems.&lt;/li&gt;
  &lt;li&gt;04WED: &lt;a href=&quot;https://en.m.wikipedia.org/wiki/Killing_of_Brian_Thompson&quot;&gt;Health Insurance CEO is killed in Manhattan&lt;/a&gt;.
This is total conspiracy theory fuel. Great, more of what we need.
More evidence of social contract fraying?
Unknown if the assailant is going to have left or right tendencies.
Possibly that doesn’t even matter.
Ugh. Not good.
Only time will tell.&lt;/li&gt;
  &lt;li&gt;04WED: &lt;a href=&quot;https://en.m.wikipedia.org/wiki/Collapse_of_the_Barnier_government&quot;&gt;No confidence vote in France&lt;/a&gt;.
This is relatively normal parliament procedure stuff, but it does add to the mix.&lt;/li&gt;
  &lt;li&gt;05THU, Local news: &lt;a href=&quot;https://en.m.wikipedia.org/wiki/2024_Cape_Mendocino_earthquake#Response&quot;&gt;tsunami warning in Northern California&lt;/a&gt;.
Personal note here: kind of a tense hour while I waited and doubted the possibility of the tsunami being real.
Luckily it turned out to not be, and as a bonus I finally learned how to read the beachball moment tensor diagrams.&lt;/li&gt;
  &lt;li&gt;06FRI: &lt;a href=&quot;https://en.m.wikipedia.org/wiki/2024–25_Romanian_presidential_election#Annulment&quot;&gt;Romania annuls presidential election results&lt;/a&gt;.
I don’t normally follow Romanian politics, but it is the southern border of Ukraine.
In my perception of the news this week, this event drifted by in the background and only really became something worth noting when I learned a little more about the problems with the election and while compiling this list.&lt;/li&gt;
  &lt;li&gt;07SAT: &lt;a href=&quot;https://news.ycombinator.com/item?id=42355364&quot;&gt;al-Assad abandons Damascus&lt;/a&gt;.
This is a big deal and much too early to know what it’s really going to mean.
More details from &lt;a href=&quot;https://www.lawfaremedia.org/article/how-to-think-about-the-fall-of-assad&quot;&gt;Lawfare&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Conspicuously missing to me from this list are two topics that have been ever-present for the last 1-2 years.
Israel/Palestine which recently agreed to a ceasefire, however tenuous and punctured.
And the war in Ukraine.
Have I gone news blind to these?
I doubt it.&lt;/p&gt;

&lt;h3 id=&quot;television&quot;&gt;Television&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Dark Winds&lt;/strong&gt; S1. Really enjoyed it. 
One niche aspect that I particularly liked was how they filmed it modern even though it was set in the 1970s.
There wasn’t any annoying and constant cinematographic reminders of “this is the 70s” in every single shot.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Black Mirror&lt;/strong&gt; &lt;em&gt;Joan is awful&lt;/em&gt; S6E1 is amazing.
And I haven’t found another episode amongst the early seasons that I liked nearly as much.
Most of the episodes seem too direct to be all that interesting.
Sure, they’re commenting on things, but it’s obvious things that don’t need an entire hour to workout.&lt;/p&gt;

&lt;h3 id=&quot;youtube&quot;&gt;YouTube&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://www.loudnumbers.net/onstandby&quot;&gt;On Standby&lt;/a&gt;&lt;/strong&gt; by Loud Numbers.
I desperately want to find a version without any talking, just the electronic ambiences.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Marsh&lt;/strong&gt; &lt;a href=&quot;https://youtu.be/wuk7toyq2sA?si=ud0bfMLsk_AQzIpe&quot;&gt;at Malta&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/jdZSjikCKNg?si=m0pKCTZ4q6R_b4eO&quot;&gt;at Sussex&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;State Azure&lt;/strong&gt; &lt;a href=&quot;https://youtu.be/3ckXH4qUKZw?si=9SVeUhv3Wv14AK5w&quot;&gt;Nova Sonus&lt;/a&gt;- I’m just here for the visuals!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Jody Wisternoff&lt;/strong&gt; &lt;a href=&quot;https://youtu.be/aHXZQTw2IQ8?si=o3zpVff6oxY5x44T&quot;&gt;Welcome to my world (album)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Martin Stürtzner&lt;/strong&gt; &lt;a href=&quot;https://youtu.be/eEQg1rTDHJo?si=X3k-EnHJ_ny6E-bn&quot;&gt;Ambient Home Concert 67&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Universal Ambients&lt;/strong&gt; &lt;a href=&quot;https://youtu.be/oj_v4gTThmk?si=WJbd9rDhWvXw1PQu&quot;&gt;Samarkand, 1869&lt;/a&gt;. ‘Twas a’ight.&lt;/p&gt;

&lt;h3 id=&quot;podcasts&quot;&gt;Podcasts&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://podcasts.apple.com/us/podcast/the-ezra-klein-show/id1548604447?i=1000679050175&quot;&gt;Ezra Klein + Rahm Emanuel&lt;/a&gt;&lt;/strong&gt;
This seems exactly right to me.
Stop being dumb, Democrats.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://podcasts.apple.com/us/podcast/panic-world/id1740187810?i=1000679179331&quot;&gt;Panic World on Mr Beast&lt;/a&gt;&lt;/strong&gt;
The opposite of Mr Beast is &lt;a href=&quot;/notes/2023/12/16/relaxing-with-yt.html&quot;&gt;slow and realtime YT&lt;/a&gt;.
While “Train vs Pit” sounds cool, no dude, I am having an allergic reaction to the idea of the treatment (I haven’t seen it).
The engagement hacking style, breathless and giving the viewer no time to accept and interpret the information that is offered, to be completely triggering of only emotional response in an unacceptable way.
I assume that eventually everyone will become numb to this style at some point and the effectiveness will wear off.
Or not.
Whatever, it doesn’t work on me at all.
It reminds me of advertising, which the other surest way to get me to bail out on that kind of video content.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://podcasts.apple.com/us/podcast/wtf-with-marc-maron-podcast/id329875043?i=1000678872938&quot;&gt;WTFpod with Luca Guadagnino&lt;/a&gt;&lt;/strong&gt;
I haven’t finished; only the first 10-15 minutes of the interview, and it’s already landed several points to think more about and investigate.&lt;/p&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;p&gt;More progress on &lt;strong&gt;The Odyssey&lt;/strong&gt; and &lt;strong&gt;When Things Fall Apart&lt;/strong&gt;.
Nearly done with TFA, and over the halfway point with Odyssey.&lt;/p&gt;

&lt;h3 id=&quot;words&quot;&gt;Words&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;http://www.websters1913.com/words/Hecatomb&quot;&gt;Hecatomb&lt;/a&gt;: a really big animal sacrifice. Via The Odyssey.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Revanchism&quot;&gt;Revanchist&lt;/a&gt; &lt;a href=&quot;https://en.wiktionary.org/wiki/revanchism&quot;&gt;alt&lt;/a&gt;: to reclaim territory lost in war. Via &lt;a href=&quot;https://www.thebulwark.com/p/youll-miss-pax-americana-when-gone-trump-postwar-international-system&quot;&gt;The Bulwark&lt;/a&gt;/&lt;a href=&quot;https://bsky.app/profile/wyrdsofpower.bsky.social/post/3lcjo3oenxc26&quot;&gt;bsky&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;What a weird and synchronicitist juxtaposition.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 33&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/12/09/weeknotes-33.html&quot;&gt;Email me your news takes, or don&apos;t.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 32</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/12/02/weeknotes-32.html"/>
   <updated>2024-12-02T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/12/02/weeknotes-32</id>
   <summary>Thanksgiving Week</summary>
   <content type="html">&lt;p&gt;It’s Thanksgiving week!
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-12-01-clouds-1200.jpeg&quot; alt=&quot;Clouds and blue sky.&quot; title=&quot;Clouds and blue sky.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;I&apos;m a sucker for a good cloudy sky.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;Some rain, lots of clouds.
Holiday activities.
I have the whole week off.&lt;/p&gt;

&lt;h3 id=&quot;nov25mon&quot;&gt;NOV25MON&lt;/h3&gt;

&lt;p&gt;I already had W-F off, so I opted to take M and T as well.
I’m looking forward to a whole week off!&lt;/p&gt;

&lt;h3 id=&quot;nov26tue&quot;&gt;NOV26TUE&lt;/h3&gt;

&lt;p&gt;Visited 3 parks.
Quicksilver, Calero, Santa Teresa.
At Quicksilver I walked through some &lt;a href=&quot;https://en.wikipedia.org/wiki/Umbellularia&quot;&gt;California Laurel&lt;/a&gt;, or maybe it was an appetizer course of herbed olives.
It had recently rained, so all the plants were quite aromatic, if that is any excuse.&lt;/p&gt;

&lt;h3 id=&quot;nov27wed&quot;&gt;NOV27WED&lt;/h3&gt;

&lt;p&gt;Nothing to report.&lt;/p&gt;

&lt;h3 id=&quot;nov28thu---thanksgiving-day&quot;&gt;NOV28THU - Thanksgiving Day&lt;/h3&gt;

&lt;p&gt;After messing around on &lt;a href=&quot;https://bsky.app/profile/justing.net&quot;&gt;Bsky&lt;/a&gt; for a bit,
and keep in mind that I basically have no community there,&lt;sup id=&quot;fnref:2&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:2&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
micro blog posts are too short to say much of anything with a natural level of complexity and/or nuance.
Pithy one off remarks are the commonest things I see; soundbite rhetoric.
Does a soundbite have even two dimensions?
Or maybe the most frequent is the hustle.
So much hustle.
Either way it’s pretty exhausting.
I do appreciate the generally cheery attitude amongst the improbably large pool of people I ended up following.
And the art.
There is lots of cool art.&lt;/p&gt;

&lt;h3 id=&quot;nov29fri&quot;&gt;NOV29FRI&lt;/h3&gt;

&lt;p&gt;Chill day.&lt;/p&gt;

&lt;h3 id=&quot;nov30sat&quot;&gt;NOV30SAT&lt;/h3&gt;

&lt;p&gt;Have you seen the Tragedy of the Nutcracker?
I saw a junior performance, and before you get out the pitchforks and torches, please allow me to explain.
It was an adorable performance.&lt;/p&gt;

&lt;p&gt;There were three acts (not really, it was 5 scenes and no intermission: junior performance, remember?).
First, a bit of gold tape affixed itself center stage left and a little drama unfolded while the male lead attempted to innocently sweep his dancing foot and remove it.
No luck.
Some minutes later, an opportunity presented itself for a bit of stooping and the tension was resolved.&lt;/p&gt;

&lt;p&gt;In the next scene, a shocking twist: two of the senior dancers’ costumes became entwined; they were hooked!
One of them realized the predicament, but the other was still unaware.
Now that’s exciting!
Luckily the attachment only lasted a moment and they were free and escaped stage right.&lt;/p&gt;

&lt;p&gt;For the final dramatic moment, one of the most junior dancers in the troupe lost control of their hat.
Stunned, she looked to the male lead for help or guidance or maybe just support.
Confidently, non-chalantly, he gestured to her to simply re-place it upon her head, no big deal.
The young dancer was surprised at the simplicity of the solution, and the calmness of the proposer.
So she did put it back with a bit of a struggle, the pesky elastic band was not cooperating.
In the end it rested upon her tiny head, maybe a bit backwards, but there nonetheless.&lt;/p&gt;

&lt;p&gt;The rest of the regular programming was quite enjoyable even with the novel plot elements that I had not seen or heard of before.
It has all the usual pieces too: children, mice, princes, and the morning.
There was one bit that I didn’t remember from before: the humans (well, Nutcracker prince) shot first!&lt;/p&gt;

&lt;p&gt;In truth, these little unplanned dramas made the clockwork of ballet theater more human, more relatable.
The errors, sure they distracted a bit, but the show was not so complicated or unfamiliar that it was a problem.
The errors showed that these dancers are accessible, and that they all, even the prima donnas, start as junior dancers who may make mistakes.&lt;/p&gt;

&lt;p&gt;Recommended.&lt;/p&gt;

&lt;h3 id=&quot;dec01sun&quot;&gt;DEC01SUN&lt;/h3&gt;

&lt;p&gt;Where is everyone?
Costco is practically deserted.
TJs too.
I can only assume that the people are not returned from their travels.
I won’t question it, I’ll just get my shopping done and get going.&lt;/p&gt;

&lt;h2 id=&quot;media&quot;&gt;Media&lt;/h2&gt;

&lt;h3 id=&quot;movies&quot;&gt;Movies&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Suzume&quot;&gt;&lt;strong&gt;Suzume&lt;/strong&gt;&lt;/a&gt;, very good!&lt;/p&gt;

&lt;h3 id=&quot;television&quot;&gt;Television&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Slow Horses&lt;/strong&gt; &lt;a href=&quot;https://en.wikipedia.org/wiki/Slow_Horses#Series_4:_Spook_Street_(2024)&quot;&gt;S4&lt;/a&gt;.
Ended kind of abruptly.
I suspect that the budget constraints of 3 major stars (Oldman, Pryce, Weaving) put limits on the amount of screen time that Oldman got this season.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;
It has been renewed for series 5 and 6.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Girls5Eva&lt;/strong&gt; S1. Unexpectedly wackily hilarious.&lt;/p&gt;

&lt;h3 id=&quot;youtube&quot;&gt;YouTube&lt;/h3&gt;

&lt;p&gt;Usual Martijn and maigomika and Any Austin.&lt;/p&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;p&gt;Regular steady progress in both &lt;strong&gt;The Odyssey&lt;/strong&gt; and &lt;strong&gt;When Things Fall Apart&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It’s funny, The Odyssey is very readable, and the reaching back in time aspect is gripping.
The story is, the story is both simple and interesting.
Is it just alien?
Stripped of the ten dollars words used in other translations, the plot movement is often naively direct.
Literally of the form “I’m going to tell you X, now X happens” kind of segues.
But there are good phrases and words and so on.&lt;/p&gt;

&lt;p&gt;Things Fall Apart has many good insights, there is a lot of human psychology in there.
It reminds me of the Stoics a bit.
My first Bhuddist reading.
Very educational.&lt;/p&gt;

&lt;h3 id=&quot;words&quot;&gt;Words&lt;/h3&gt;

&lt;p&gt;Charon, the ferryman, is pronounced like Karen.
Well, so my dictionary says.
I still see it said both ways, but the hard K seems more likely consistent with other uses.
There seems to &lt;a href=&quot;https://en.wikipedia.org/wiki/Charon#Genealogy&quot;&gt;not be a lot of other details&lt;/a&gt; about this figure.
I consulted the Oxford Classical Dictionary too, not just Wikipedia.
Was he a man and emplaced in this role?
Was he a god?
A blank slate then.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:2&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;If you’re a regular reader here, I’d love to connect and see if some bidirectional interaction could work. &lt;a href=&quot;#fnref:2&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Could be a dozen other explanations. Original source material, scheduling issues, etc. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 32&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/12/02/weeknotes-32.html&quot;&gt;Email me your favorite Thanksgiving treats.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>New to me Facts and Ideas in November 2024</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/12/02/november-facts.html"/>
   <updated>2024-12-02T06:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/12/02/november-facts</id>
   <summary>A meager small portion of facts.</summary>
   <content type="html">&lt;p&gt;Kind of a low month, only 5 facts.
I’ve been over busy at work, and outside world …things… happened.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;week-45&quot;&gt;Week 45&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-11-04&quot;&gt;24NOV04MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Hypothesis: Cuneiform may have been developed from &lt;a href=&quot;https://www.popsci.com/science/ancient-writing-artifacts/&quot;&gt;clay rollers&lt;/a&gt; six thousand years ago? Via Damn Interesting. Bear in mind that these are the durable remnants only, the things that decay are gone from the record.&lt;/li&gt;
  &lt;li&gt;Hypothesis: DNA evidence suggests that &lt;a href=&quot;https://arstechnica.com/science/2024/11/dna-shows-pompeiis-dead-arent-who-we-thought-they-were/&quot;&gt;Pompeii was a cosmopolitan city&lt;/a&gt; with people from all over the Mediterranean area and Africa. Via several.&lt;/li&gt;
  &lt;li&gt;Fact (not new): Yeast is a single cell fungus. This is not news, but an update/correction in my knowledge. Heretofore I had always thought yeast was in its own category. But this was an error of omission; it has been known to be a fungus for quite some time.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-46&quot;&gt;Week 46&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-11-11&quot;&gt;24NOV11MON&lt;/time&gt;
.&lt;/p&gt;

&lt;p&gt;This space intentionally left blank.&lt;/p&gt;

&lt;h3 id=&quot;week-47&quot;&gt;Week 47&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-11-18&quot;&gt;24NOV18MON&lt;/time&gt;
.&lt;/p&gt;

&lt;p&gt;This space intentionally left blank.&lt;/p&gt;

&lt;h3 id=&quot;week-48&quot;&gt;Week 48&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-11-25&quot;&gt;24NOV25MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: 2024 was an &lt;a href=&quot;https://bmcnoldy.blogspot.com/2024/11/summary-of-hyperactive-2024-hurricane.html&quot;&gt;above average&lt;/a&gt; hurricane season. Would be interested to know the variance or standard deviation around the average too. Maybe we don’t have enough data yet.&lt;/li&gt;
  &lt;li&gt;Observation: Fertile crescent bakers made &lt;a href=&quot;https://www.nature.com/articles/s41598-024-78019-9&quot;&gt;focaccia like breads about 8000 years ago&lt;/a&gt;. Via &lt;a href=&quot;https://archaeology.org/news/2024/11/27/some-neolithic-bakers-made-focaccia-like-bread/&quot;&gt;Archaeology Magazine&lt;/a&gt; among others.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;New to me Facts and Ideas in November 2024&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/12/02/november-facts.html&quot;&gt;Email me the cool facts you&apos;ve learned lately. Or a correction.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 30 and 31</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/11/25/weeknotes-30.html"/>
   <updated>2024-11-25T15:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/11/25/weeknotes-30</id>
   <summary>It's another catch up two-fer</summary>
   <content type="html">&lt;p&gt;Current strategy for this weekly week notes is not doing it for me.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-11-18-garbage-1200.jpeg&quot; alt=&quot;Five garbage bags on the curb.&quot; title=&quot;Five garbage bags on the curb.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Seen&lt;br /&gt;San Jose, CA&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h2 id=&quot;first-week&quot;&gt;First Week&lt;/h2&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;This week will be tough.
Highs will be in the mid 50s to mid 60s; lows in the 40s.
At these temperatures, which I know are not that low for some of you, I will find running to be a struggle.
And it might rain on Monday and Friday.
Anyway, sunrise is a little before 7, and sunset is right at 5.
The moon will be full later in the week.&lt;/p&gt;

&lt;h3 id=&quot;nov11mon&quot;&gt;NOV11MON&lt;/h3&gt;

&lt;p&gt;HVAC work begins, and quite a bit of rain, actually.&lt;/p&gt;

&lt;h3 id=&quot;nov12tue&quot;&gt;NOV12TUE&lt;/h3&gt;

&lt;p&gt;Farewell Chang, I barely knew ye.
Best of luck in your new role.&lt;/p&gt;

&lt;h3 id=&quot;nov13wed&quot;&gt;NOV13WED&lt;/h3&gt;

&lt;p&gt;A month of sprinting at work and we cross the finish line.
One finish line.
There will be another one next week.
But I can focus on just one thing now, which is nice.&lt;/p&gt;

&lt;h3 id=&quot;nov14thu&quot;&gt;NOV14THU&lt;/h3&gt;

&lt;p&gt;Highway thoughts: America is not a person, it’s a business.&lt;/p&gt;

&lt;h3 id=&quot;nov15fri&quot;&gt;NOV15FRI&lt;/h3&gt;

&lt;p&gt;Good chat with &lt;a title=&quot;A good friend I&apos;ve known for almost 10 years. He moved away a couple of years ago, but we catch up weekly.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#B&quot;&gt;B&lt;/a&gt; as usual.
Tried and kind of failed to not be too angry about, things.&lt;/p&gt;

&lt;h3 id=&quot;nov16sat&quot;&gt;NOV16SAT&lt;/h3&gt;

&lt;p&gt;First frost of the season, basically right on schedule.
It’s on the roofs and shadows and a few shaded windshields.&lt;/p&gt;

&lt;h3 id=&quot;nov17sun&quot;&gt;NOV17SUN&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://www.bsky.app&quot;&gt;Bsky&lt;/a&gt; is taking off.
Is it the new old, erm, old site?&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
I’ve seen enough cycles, everything enshittifies, everything.
Or just changes and isn’t what we thought it once was.
There are a million other off ramps too.
Maybe it won’t even become what we imagine it could be.
How long will we get?&lt;/p&gt;

&lt;h2 id=&quot;second-week&quot;&gt;Second Week&lt;/h2&gt;

&lt;p&gt;Really not that excited about the direction that this weekly recap is going.
It’s gotten quite formulaic and not that interesting to me to write.
My goal was to a) remember what happened, and b) process or think through what I thought about it.
Just making a record of the days isn’t really doing that for me.
I think it’s probably time for a reset.&lt;/p&gt;

&lt;h3 id=&quot;almanac-1&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;Bit of rain, but not as cold.
Often cloudy.&lt;/p&gt;

&lt;h3 id=&quot;nov18mon&quot;&gt;NOV18MON&lt;/h3&gt;

&lt;p&gt;I finished another pen.
The fourth one this year.
I bought a five pack at the end of last year.
Can’t find the last one.
I should check my backpack.
Anyway, I’ve been using a “fancy” pen since then.
It’s working.
All pens are compromises, I just get along with some better than others.
Hashtag stationary nerd.&lt;/p&gt;

&lt;h3 id=&quot;nov19tue&quot;&gt;NOV19TUE&lt;/h3&gt;

&lt;p&gt;I am focusing on one thing at a time today.
It’s been a theme for a while.
I keep trying.&lt;/p&gt;

&lt;h3 id=&quot;nov20wed&quot;&gt;NOV20WED&lt;/h3&gt;

&lt;p&gt;Other finish line is crossed.
Really catching my breath now.
But there will be more finish lines, more running.
I think all these finish lines are one of the reasons for a lack of posting here.
I hope things get back to normal soon.&lt;/p&gt;

&lt;h3 id=&quot;nov21thu&quot;&gt;NOV21THU&lt;/h3&gt;

&lt;p&gt;In the office for a toast.
The PA system was having some difficulties; if the co-leads both spoke at the same time it would cut-out.
Art as life.&lt;/p&gt;

&lt;h3 id=&quot;nov22fri&quot;&gt;NOV22FRI&lt;/h3&gt;

&lt;p&gt;Usual Friday things.
&lt;em&gt;Ladies and gentlemen, The Weekend.&lt;/em&gt;&lt;/p&gt;

&lt;h3 id=&quot;nov23sat&quot;&gt;NOV23SAT&lt;/h3&gt;

&lt;p&gt;Dinner at a friend’s place.
Homemade pho broth is just a completely different thing than anything that I’ve had at a restaurant.
Even those tiny mom and pop places.
Ugh.&lt;/p&gt;

&lt;h3 id=&quot;nov24sun&quot;&gt;NOV24SUN&lt;/h3&gt;

&lt;p&gt;Some progress putting the garage back together after the HVAC work last week.&lt;/p&gt;

&lt;h2 id=&quot;media&quot;&gt;Media&lt;/h2&gt;

&lt;p&gt;Media consumption is up.
Because, things.&lt;/p&gt;

&lt;h3 id=&quot;movies&quot;&gt;Movies&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Glass Onion&lt;/strong&gt;, the second Benoit Blanc movie.
I am glad that it doesn’t take itself too seriously, but takes itself seriously enough to commit to the bit.
It was funny.&lt;/p&gt;

&lt;h3 id=&quot;television&quot;&gt;Television&lt;/h3&gt;

&lt;p&gt;Along for the ride for &lt;strong&gt;Outlander&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Nobody wants this&lt;/strong&gt; is on Netflix.
It’s cute and fun, after the first couple of episodes.&lt;/p&gt;

&lt;h3 id=&quot;youtube&quot;&gt;YouTube&lt;/h3&gt;

&lt;p&gt;The usual suspects: Gifgas in Canada, Martijn and is cadre of barefooted volunteers, and Maigomika.
Perhaps a new entrant: &lt;a href=&quot;https://youtu.be/nymY45efSto?si=9N2LxvDmR8YX4dbf&quot;&gt;Matheus&lt;/a&gt;?&lt;/p&gt;

&lt;p&gt;One thing that I appreciate about Maigomika’s videos is that they show us there errors more often.
It must feel pretty vulnerable to do that.
Martijn only does it very ocassionally and when it happens he doesn’t call any attention to it.
Quite possibly it costs viewers to do that.
But maybe it retains some better ones?
Show your mistakes, it’s one of the ways we know you’re showing us the truth of living there and not just some story.
I prefer my stories to be more obviously stories.&lt;/p&gt;

&lt;h3 id=&quot;podcasts&quot;&gt;Podcasts&lt;/h3&gt;

&lt;p&gt;The recent crossover episodes of &lt;strong&gt;Panic World&lt;/strong&gt; to &lt;strong&gt;Search Engine&lt;/strong&gt; on jaw maxing was unexpected, as was the &lt;strong&gt;Panic World&lt;/strong&gt; episode on Tumblr as trans vector.
As a regular Tumblr lurker, I had no idea.
Please, other humans, just let people live as they wish in peace.&lt;/p&gt;

&lt;h3 id=&quot;music&quot;&gt;Music&lt;/h3&gt;

&lt;p&gt;Various Anjunadeep videos.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Marsh &lt;a href=&quot;https://youtu.be/pcJ4uYjcm2U?si=3OEhQAxeFkac4HnS&quot;&gt;on a train in Wales&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/1UCdB8Nw5JI?si=nxW43rdTa-CxNj7X&quot;&gt;in Kew Gardens&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/FtCf54p-JT8?si=D6J-sT7VzrTyMKol&quot;&gt;in Estes Park, Colorado&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;CRI &lt;a href=&quot;https://www.youtube.com/live/kXoY8mtDLlg?si=wGHkURBcd4mw77qn&quot;&gt;Anjunadeep Edition 441&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/YrU8ln-1Ldo?si=RXFmRUao2hCSYz2T&quot;&gt;Printworks&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/YrU8ln-1Ldo?si=RXFmRUao2hCSYz2T&quot;&gt;Osheaga&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Grant and Wisterhoff &lt;a href=&quot;https://youtu.be/Ky8RJkroThs?si=WszwdBhfQZ_QjIAr&quot;&gt;Mexico City&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href=&quot;https://youtu.be/ze-POGS94-k?si=w4KWFiE_VnDuGmsU&quot;&gt;Daft Punk 2007 live show Lollapalooza&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;p&gt;Finished &lt;strong&gt;Nexus&lt;/strong&gt;, now &lt;strong&gt;The Odyssey&lt;/strong&gt; as translated by Wilson is getting all of my attention.
That book slays, so rhythmic, it’s like a meditative chant.
I wonder if there is other modern texts in iambic pentameter.
Hell, even just some contemporary fiction or essays might work.
Who the hell am I now?&lt;/p&gt;

&lt;h3 id=&quot;words&quot;&gt;Words&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;oneiric: relating to dreams.&lt;/li&gt;
  &lt;li&gt;ossifrage: a lammergeier.&lt;sup id=&quot;fnref:2&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:2&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; Looking that up leads to: An osprey, a vulture.&lt;/li&gt;
  &lt;li&gt;clepe: to call out.&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Twitter, okay, Twitter. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:2&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Possibly the second best definition that I’ve ever encountered. &lt;a href=&quot;#fnref:2&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 30 and 31&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/11/25/weeknotes-30.html&quot;&gt;Email me MAYBE.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>A Library of Dictionaries</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/11/14/dictionaries.html"/>
   <updated>2024-11-14T07:30:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/11/14/dictionaries</id>
   <summary>Another opinionated and incomplete list.</summary>
   <content type="html">&lt;p&gt;I have collected a few dictionaries.
I mean the bound paper kind of dictionary.
Why?
Because they are cheap, interesting, useful, surprising, and reliable.&lt;/p&gt;

&lt;p&gt;You can usually find them used for a few dollars, often with free shipping.
I think this is because no one else wants them.
How many people do you know that have a dictionary?
Or many books at all for that matter.&lt;/p&gt;

&lt;p&gt;For me, interest often goes in a couple of directions.
Further clarification on something that I already vaguely know, and complete surprise.
Dictionaries offer both of these in huge proportion.&lt;/p&gt;

&lt;p&gt;Different dictionaries contain different words, or explain the definitions of the same words in different ways.
This can be quite useful.
Sometimes they have more senses.
Sometimes a dictionary will mention archaic uses or variations.
Some include pictures or short narratives.&lt;/p&gt;

&lt;p&gt;One advantage of real books is the element of surprise.
I think this is a greatly overlooked feature of browsing real books and real bookshelves.
While scanning down the page to find what you are seeking, your eyes must pass over many other entries.
Sometimes, more often than you might expect, there are some very alluring words, very necessary words that are encountered purely by chance along the way.
I think also, by definition, one usually consults a dictionary when they aren’t sure of something and often there is a surprise in the resolution, even if it’s a small one.&lt;/p&gt;

&lt;p&gt;Paper books have an advantage over computer based information storage: they don’t usually change when you aren’t looking at them.
There’s no annual subscription fee.
They stay where you put them, usually.
That can be both a feature and a bug.
Paper books have unique interfaces that you can learn and depend on.
They’re stable.&lt;/p&gt;

&lt;p&gt;The following list is in chronological order by publish date.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Webster’s New World Dictionary of the American Language, Second College Edition, 1986.&lt;/strong&gt;
It’s functional, has occasional maps and illustrations, and is generally good but dry.
This is one that Zinsser suggests as a good option in &lt;em&gt;On Writing Well&lt;/em&gt;.
He also mentions the &lt;em&gt;American Heritage&lt;/em&gt; dictionary, and that he’s got more too.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dictionary of Word Origins, 1990.&lt;/strong&gt;
Smaller, shorter book.
Still comes in handy at times when searching for the right word.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reader’s Digest Illustrated Reverse Dictionary, 1990.&lt;/strong&gt;
There is a non-illustrated version of this, but I didn’t locate a copy of that.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The New Shorter Oxford English Dictionary on Historical Principles, Volumes 1 and 2, 1993.&lt;/strong&gt;
I use it, sometimes.
It’s kind of a tossup whether I will search the internet or not at this point.
Definitely contains a lot of information.
Since it’s the “shorter” version, it’s not exhaustive or unabridged.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The American Heritage College Dictionary, Third Edition, 1997.&lt;/strong&gt;
Small gutter.
Includes pictures and sometimes a short informative background related to the word.
For instance, for &lt;strong&gt;heroin&lt;/strong&gt;, the drug, there is an extra bit about how this name was originally chosen, and what the name is usually differently attributed to now.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Samuel Johnson’s Dictionary, 2002.&lt;/strong&gt;
A selection of words and definitions, quotes, and quips, from the original dictionary.
Fun to check while editing to see if there is some useful association that is no longer common.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Oxford Dictionary of Word Histories, 2002.&lt;/strong&gt;
Same as the other book on word histories.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The American Heritage College Dictionary, Fourth Edition, 2004.&lt;/strong&gt;
Gutter problem isn’t quite so bad.
I enjoy the extra info and less dry attitude.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Chambers Dictionary, 11th Edition, 2008.&lt;/strong&gt;
Mostly British English, has more obscure words that are sometimes dialect.
This is really useful when writing to add the occasional bit of flavor.
That’s what I think, at least.&lt;/p&gt;

&lt;p&gt;I’m not recommending one over another; the assemblage is more useful than any one in particular.
If the question is which physical dictionary to get instead of continuing to have none, then the answer is which ever you find first.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;A Library of Dictionaries&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/11/14/dictionaries.html&quot;&gt;Got a favorite dictionary? Send me an email about it.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 29</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/11/11/weeknotes-29.html"/>
   <updated>2024-11-11T07:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/11/11/weeknotes-29</id>
   <summary>Election week.</summary>
   <content type="html">&lt;p&gt;This week happened.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;Warm this week.&lt;/p&gt;

&lt;p&gt;[I’m leaving these notes to myself as a marker of the before times, literally and literally.]
Discuss the surreality of automatic clock changes for the end of DST.
Vestigial acts for those unconnected items like old ovens and old microwaves.
And physical clocks on the wall that do the whole tick tock thing.&lt;/p&gt;

&lt;h3 id=&quot;nov03mon&quot;&gt;NOV03MON&lt;/h3&gt;

&lt;p&gt;Flying back from Denver.
The thing that I am the most surprised about is how close together Denver, Golden, Boulder, and Morrison (Red Rocks) are to each other.&lt;/p&gt;

&lt;h3 id=&quot;nov04tue&quot;&gt;NOV04TUE&lt;/h3&gt;

&lt;p&gt;I can’t watch.
We are finishing &lt;em&gt;Whitechapel&lt;/em&gt; instead.&lt;/p&gt;

&lt;h3 id=&quot;nov05wed&quot;&gt;NOV05WED&lt;/h3&gt;

&lt;p&gt;This is awful.
Somehow I work.
It is even reasonably productive.&lt;/p&gt;

&lt;h3 id=&quot;nov06thu&quot;&gt;NOV06THU&lt;/h3&gt;

&lt;p&gt;Does Thursday happen this week?
I forget if we’re having Thursday this week.
Oh yes, game night.
Game night is a bright spot.&lt;/p&gt;

&lt;h3 id=&quot;nov08fri&quot;&gt;NOV08FRI&lt;/h3&gt;

&lt;p&gt;Good conversation with &lt;a title=&quot;A good friend I&apos;ve known for almost 10 years. He moved away a couple of years ago, but we catch up weekly.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#B&quot;&gt;B&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;nov09sat&quot;&gt;NOV09SAT&lt;/h3&gt;

&lt;p&gt;In order to be prepared for some HVAC work we are clearing out the west wall of our garage.
This is a good forcing function for clearing out the garage ahead of finishing it, which is nominally the next project.&lt;/p&gt;

&lt;h3 id=&quot;nov10sun&quot;&gt;NOV10SUN&lt;/h3&gt;

&lt;p&gt;Is it me or are people extra grumpy now?
Many of the other customers at Costco seemed especially inconsiderate.
Not all of them, but a lot.
Emboldened or grieving, I don’t know.
Just consider your fellow humans too, it’s not that much to ask.&lt;/p&gt;

&lt;p&gt;The Trader Joe’s customers are a little happier, which is counter intuitive since the available space is so much less.&lt;/p&gt;

&lt;h2 id=&quot;media&quot;&gt;Media&lt;/h2&gt;

&lt;p&gt;Thinking about moving this section to a different day.&lt;/p&gt;

&lt;h3 id=&quot;movies&quot;&gt;Movies&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Dune_(2021_film)#Filming&quot;&gt;Dune&lt;/a&gt;, part 1&lt;/strong&gt; was our escapism this weekend.
Boy they screwed up the intro, the first 20-30 minutes.
There was no storytelling here.
I guess it’s too much to introduce so they just tell it to the audience.
Or inaudibly whisper at us.
Very frustrating.
I preferred the &lt;a href=&quot;https://en.wikipedia.org/wiki/Dune_(1984_film)&quot;&gt;Lynch&lt;/a&gt; version, as cheesy and campy as that is.
After that things improve a bit.
Or something.
It’s generally filmed beautifully, and the costuming is pretty neat.
By the end I enjoyed it; I’m looking forward to seeing the second part.&lt;/p&gt;

&lt;p&gt;I maybe have a proto-theory that these days directors would very much like to just skip the dialog and tell the story with imagery.
But sometimes information must be transmitted in words, so they’re forced to have the actors say some things even though the director would very much rather they didn’t.
In the silent film days that minimal dialog was handled by text cards, but that’s not yet back in fashion.
So they whisper some of it, or talk with a lot of background noise.
“Characters talking is happening.”
No one knows how to tell stories, or the story is killed in committee and we’re left with whatever is left.
Awful.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Dune:_Part_Two&quot;&gt;Dune, part 2&lt;/a&gt;&lt;/strong&gt; fast followed the next night.
There was a lot of killing.&lt;/p&gt;

&lt;h3 id=&quot;television&quot;&gt;Television&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Finished &lt;em&gt;Whitechapel&lt;/em&gt;.
The show’s characters progressively spiral.
I’m not entirely sure if the end of the show is going supernatural or if it’s just in the minds of the characters.
And I think that is the point; they all go a bit crazy.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/The_Law_According_to_Lidia_Poët&quot;&gt;&lt;em&gt;The Law According to Lidia Poët&lt;/em&gt;&lt;/a&gt;, season 2.
Fun.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Diplomat&lt;/em&gt;, Season 2, Netflix.
Also fun, as long as you don’t emotionally invest too much in the actual decisions of the characters.
I have no basis for judging if this is even a poetic license interpretation of what the real people in these roles would do.
I think that’s one of the things that makes it fun.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;youtube&quot;&gt;YouTube&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://youtu.be/1TRzemJbUsw?si=4gm3ovsCEF-4ekg6&quot;&gt;Scavengers&lt;/a&gt;, “prequel” to &lt;a href=&quot;https://en.wikipedia.org/wiki/Scavengers_Reign&quot;&gt;Scavengers Reign&lt;/a&gt; which is now on Netflix, and also not renewed.&lt;/p&gt;

&lt;h3 id=&quot;music&quot;&gt;Music&lt;/h3&gt;

&lt;p&gt;Some CRi: &lt;a href=&quot;https://youtu.be/s2qonN0ypa0?si=5p6Th_LKeQDmKsOD&quot;&gt;Live from Mile-Ex&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/dU8Qmby3_mA?si=AD1kB4BWmy1VfpRU&quot;&gt;Live from Carré de Gaspé&lt;/a&gt;, &lt;a href=&quot;https://www.youtube.com/live/kXoY8mtDLlg?si=onTSpG5toPajm_Np&quot;&gt;Anjunadeep Edition 441&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/_fwJ1tonkxY?si=ni9U_YNyn5kBPTMb&quot;&gt;Danforth Music Hall&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Some Dosem: &lt;a href=&quot;https://youtu.be/kt_SbyQTJ3w?si=lGjaievip3nz5Bl5&quot;&gt;Open Air LA&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/EVYbPpGxqHY?si=X29vo8zIn5vcXGp-&quot;&gt;Empire&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;p&gt;Buncha post election coverage, not worth mentioning.
I want better, more accurate information going forward.
OK, a couple were that, but I can’t reconcile their calmness with the rest of it.
&lt;a href=&quot;https://www.popehat.com/p/and-yet-it-moves&quot;&gt;This is one&lt;/a&gt; and &lt;a href=&quot;https://www.noemamag.com/illiberal-democracy-comes-to-america/&quot;&gt;this is another&lt;/a&gt;.&lt;sup id=&quot;fnref:22&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:22&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
Sure, I want some of the bellyaching, finger pointing, post mortem-ing stuff too.
It’s cathartic, or at least helpful for processing… this &lt;gestures&gt;.
May it be less bad than our worst fears.
It will still be bad, but less would be better.
Good luck to us all.&lt;/gestures&gt;&lt;/p&gt;

&lt;p&gt;Not much other reading, no &lt;em&gt;Odyssey&lt;/em&gt;, only a little of &lt;em&gt;Nexus&lt;/em&gt;.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:22&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Idk if either of these are “correct.” I’m just saying I appreciated them. &lt;a href=&quot;https://www.hamiltonnolan.com/p/to-unfuck-politics-create-more-union&quot;&gt;Maybe this one too&lt;/a&gt;. &lt;a href=&quot;#fnref:22&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 29&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/11/11/weeknotes-29.html&quot;&gt;Email me your bright spots.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 28</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/11/04/weeknotes-28.html"/>
   <updated>2024-11-04T19:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/11/04/weeknotes-28</id>
   <summary>Family visiting and then visiting Colorado.</summary>
   <content type="html">&lt;p&gt;Quite the packed week this week.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-11-03-anjunadeep-red-rocks-1200.jpeg&quot; alt=&quot;A concert crowd light with electric blue, the DJs are small on the distance stage, and snow is visible in the sweeping light show spots.&quot; title=&quot;A concert crowd light with electric blue, the DJs are small on the distance stage, and snow is visible in the sweeping light show spots.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Snow flies over the very bundled crowd while Qrion and Dosem play at Red Rocks Amphitheater, Morrison CO&lt;br /&gt;Photo taken on 24NOV03SUN with Apple iPhone 16 Pro Max.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;Much cooler temperatures this week; we have entered through the autumn passage.
Morning lows in the 40s, afternoon highs in the mid 60s or lower; there could be some clouds in the middle of the week.
The new moon is Friday; dark nights with the moon up during the day.
&lt;strong&gt;Daylight Savings Time&lt;/strong&gt; ends this weekend; we get an extra hour of sleep and return to natural time.&lt;/p&gt;

&lt;h3 id=&quot;oct28mon&quot;&gt;OCT28MON&lt;/h3&gt;

&lt;p&gt;It rained some actual rain today.
I finished my run right before the shower really started, thank goodness.
It’s not the absolute first drops I’ve seen this season, there were a couple on the windshield a week or two but I don’t think it counted.
This was enough to wet the street.
Perfect night for a bowl of ramen at Ramen Champ.
I’m glad my mother-in-law suggested it!&lt;/p&gt;

&lt;h3 id=&quot;oct29tue&quot;&gt;OCT29TUE&lt;/h3&gt;

&lt;p&gt;WFO.
Jiminy it’s busy at work now.
I’m in the middle of a six week stretch of two different projects battling it out for my attention.
It’s the right kind of challenge for me, and the stress of it isn’t all bad.
Still stressful though.&lt;/p&gt;

&lt;h3 id=&quot;oct30wed&quot;&gt;OCT30WED&lt;/h3&gt;

&lt;p&gt;Blissfully my schedule is basically wide open so I could focus on making concrete progress during the day.
There was a lot of progress to make and I do make an adequate amount of it.
Another daytime run.&lt;/p&gt;

&lt;h3 id=&quot;oct31thu&quot;&gt;OCT31THU&lt;/h3&gt;

&lt;p&gt;Much longer gaming session tonight.
There’s a new Expedition in NMS (No Man’s Sky), and it’s shifted the approach to play by force.
The player is constantly harried by phantom jellyfish, or whatever, and there is a new resource meter that must be maintained.
Instead of being kind of methodical about achieving my goals I am simply frantically trying to survive and scrabble together enough resources to get the next step.
It seems to be working, but I don’t think I’ll have enough actual play time to finish the Expedition in the short window that has been allotted.
It’s interesting to see my play pushed and pulled like this.&lt;/p&gt;

&lt;h3 id=&quot;nov01fri&quot;&gt;NOV01FRI&lt;/h3&gt;

&lt;p&gt;NaNoWriMo begins.
I’m giving it a low expectations shot.
I don’t have a good plan for the novel, even though the story has been kicking around in the old brainpan for years.
Thirty minutes a day of getting ideas out will probably help in a couple of ways.
First, I have a short term habit-type goal of writing about it for a half hour each day.
Second, the structure of that will try to jostle it into novel-ish shape.
Third, since I’ve never written a novel before so this is a chance to really examine the form from the author side.
How does one build a novel?
Fourth, since I don’t actually have the expectation on myself of finishing a novel here, any progress toward a better picture of what this story will look like as a novel is a form of success.&lt;/p&gt;

&lt;h3 id=&quot;nov02sat&quot;&gt;NOV02SAT&lt;/h3&gt;

&lt;p&gt;First time in Boulder.
Surprising amount of bookstores.
Too many bookstores.
Some towns are so lucky.&lt;/p&gt;

&lt;h3 id=&quot;nov03sun&quot;&gt;NOV03SUN&lt;/h3&gt;

&lt;p&gt;Yes, folks, we have flown to Colorado for a concert.
Thing is, when we left the forecast wasn’t so confident about rain and snow.
But, folks, that was days ago.
And right now, I am dancing, ok “dancing”, in the stands facing away from the stage because there is a fell voice on the wind, and it is sharp and pointy and it stings.
The music is great, and energy of the crowd is good, and the setting is spectacular.
I just think someone forgot to payoff the weatherman.
And I like, no, I looove bad weather.
But at some point, enough is enough.
Rain, a little at the beginning.
Then heavier rain, and lighter again.
Eventually snow, and sleet, and much more snow.
It hasn’t started to accumulate here, still too warm for that.
But when my socks start to get wet, it’s time to call it a night.
Great show, horrible weather.
And I say that as someone who loves horrible weather.
Well, how about this: uncomfortably exciting atmosphere!&lt;/p&gt;

&lt;h2 id=&quot;media&quot;&gt;Media&lt;/h2&gt;

&lt;h3 id=&quot;television&quot;&gt;Television&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Kaos_(TV_series)&quot;&gt;Kaos&lt;/a&gt;&lt;/strong&gt; fun and funny. Not for kids.&lt;/p&gt;

&lt;h3 id=&quot;podcasts&quot;&gt;Podcasts&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Search Engine &lt;a href=&quot;https://podcasts.apple.com/us/podcast/search-engine/id1614253637?i=1000674420966&quot;&gt;update on OpenAI&lt;/a&gt;.
Just pay attention, ok? And not only to OpenAI.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;music&quot;&gt;Music&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://youtu.be/DQ5EeImWYaI?si=ImsOwb63uNU6tj2J&quot;&gt;Nintendo Music the app&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://youtu.be/IrgTa5jPoe4?si=bMFvWrZRUwB14cnr&quot;&gt;Nils Hoffman at Anjunadeep open air Seattle&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://youtu.be/mqbStj5hHlE?si=feiXgvWODAJdDhUl&quot;&gt;CRi at Empire, Anjunadeep explorations&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://youtu.be/fxN0dD-QA6A?si=tFPb6__K3U_QlM-R&quot;&gt;Marsh at Anjunadeep open air Red Rocks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;p&gt;Making solid progress on &lt;em&gt;Nexus&lt;/em&gt;.
There are some chapters that I am objecting to, and I’m glad that Harari is addressing those objections.
I don’t think I agree with his understanding of how tech companies actually work when it comes to updating and changing their algorithms.
But I’m also not sure it matters that much.
I mean, it’s better to have the objective truth here, but it’s also ok if the basic results are the same if some of the middle steps get muddled.&lt;/p&gt;

&lt;p&gt;One of too many books that I picked up in Boulder is &lt;a href=&quot;https://en.wikipedia.org/wiki/Emily_Wilson_%28classicist%29#Odyssey_translation&quot;&gt;Emily Wilson’s translation of &lt;em&gt;The Odyssey&lt;/em&gt;&lt;/a&gt;, and dang does it hit.
This is a far more impactful text than &lt;a href=&quot;https://en.wikipedia.org/wiki/Robert_Fagles#Translations&quot;&gt;Fagles’ version&lt;/a&gt; that I read before.
While that was fine, it was also kind of hard to relate to.
Wilson’s is much more direct.
I could see referring back to it in the future, when I need a bit of inspiration for some compact wordage that really delivers.
I’m looking forward to finishing that unlocking the later translation of &lt;em&gt;The Illiad&lt;/em&gt;.
I mean I wasn’t even planning to read that next; I was thinking that the other &lt;em&gt;Ulysses&lt;/em&gt; by Joyce would be next.
But this has grabbed me.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 28&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/11/04/weeknotes-28.html&quot;&gt;Email me your Denver area recommendations for the next trip.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>New to me Facts and Ideas in October 2024</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/11/04/october-facts.html"/>
   <updated>2024-11-04T08:01:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/11/04/october-facts</id>
   <summary>Space, birds, and hurricanes. Plus more.</summary>
   <content type="html">&lt;p&gt;Some interesting facts in here!
More crow facts.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;week-41&quot;&gt;Week 41&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-10-07&quot;&gt;24OCT07MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: plants, even of different species, will synchronize boom years of producing seeds. This is called &lt;a href=&quot;https://www.liverpool.ac.uk/geography-and-planning/research/mast-net/masting/&quot;&gt;masting&lt;/a&gt;. Via &lt;a href=&quot;https://tuesdaytriage.com/posts/tuesday-triage-220&quot;&gt;Tuesday Triage&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Idea: The planned &lt;a href=&quot;https://qz.com/waffle-house-index-labels-hurricane-milton-red-1851669187&quot;&gt;closing of Waffle House restaurants&lt;/a&gt; during and after hurricanes has been a useful indicator of their severity. Via &lt;a href=&quot;https://kottke.org/24/10/0045427-waffle-house-has-develope&quot;&gt;Kottke&lt;/a&gt;. See also &lt;a href=&quot;https://news.ycombinator.com/item?id=41793153&quot;&gt;hn&lt;/a&gt; for a guess at what the index represents; it’s a uniform standard across jurisdictions. Apropos &lt;a href=&quot;https://en.wikipedia.org/wiki/Hurricane_Milton&quot;&gt;Milton&lt;/a&gt;. The actual &lt;a href=&quot;https://walzr.com/waffle-house-index&quot;&gt;Index&lt;/a&gt;/&lt;a href=&quot;/assets/img/2024-10-10-waffle-house-index-1200.jpeg&quot;&gt;screenshot&lt;/a&gt;, and additional &lt;a href=&quot;https://news.ycombinator.com/item?id=41793716&quot;&gt;hn discussion&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-42&quot;&gt;Week 42&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-10-14&quot;&gt;24OCT14MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://en.wikipedia.org/wiki/Europa_Clipper&quot;&gt;Europa Clipper&lt;/a&gt; launches successfully. Arriving at Jupiter in 2030. See also &lt;a href=&quot;https://news.ycombinator.com/item?id=41838420&quot;&gt;hacker news&lt;/a&gt; for launch streams.&lt;/li&gt;
  &lt;li&gt;Fact: We’ve reached &lt;a href=&quot;https://science.nasa.gov/science-research/heliophysics/nasa-noaa-sun-reaches-maximum-phase-in-11-year-solar-cycle/&quot;&gt;solar maximum&lt;/a&gt;, via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://arstechnica.com/science/2024/10/the-worlds-tiniest-hurricane-may-have-formed-this-weekend-near-cuba/&quot;&gt;Hurricane Oscar is very small&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-43&quot;&gt;Week 43&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-10-21&quot;&gt;24OCT21MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://spacenews.com/intelsat-33e-loses-power-in-geostationary-orbit/&quot;&gt;Intelsat 33e breaks up&lt;/a&gt; in geostationary orbit. It’s a Boeing bus. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=41904346&quot;&gt;Hacker News&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://skyandtelescope.org/astronomy-news/meade-and-orion-cease-operations-maybe/&quot;&gt;Orion and Meade shutdown in July&lt;/a&gt;. Also Coronado. Very abruptly. This is a bummer. Via &lt;a href=&quot;https://youtu.be/Wjsx2T55PHc?si=IvJw0VDRj0B4zDHC&quot;&gt;the YT algorithm&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Hypothesis: &lt;a href=&quot;https://skyandtelescope.org/astronomy-news/weve-found-the-source-of-most-meteorites/&quot;&gt;70% of meteorites originated in 3 asteroid impacts&lt;/a&gt;, via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Fact: Claude (a LLM chatbot) &lt;a href=&quot;https://www.anthropic.com/news/3-5-models-and-computer-use&quot;&gt;can control your computer&lt;/a&gt;. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=41914989&quot;&gt;HackerNews&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: OpenAI (a LLM chatbot) &lt;a href=&quot;https://linksiwouldgchatyou.substack.com/p/fortune-favors-the-code&quot;&gt;can provide your read your fortune&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: I am late to the &lt;a href=&quot;https://spoonuniversity.com/recipe/cereal-milk-lattes-to-upgrade-your-morning-coffee/&quot;&gt;cereal milk latté&lt;/a&gt; party. My unscientific research suggests an upper limit age of 2016, so probably a couple of years older. Via &lt;a href=&quot;https://rosecrans.substack.com/p/ten-minutes-of-focus#:~:text=cereal%20milk%20latt%C3%A9s&quot;&gt;Rosecrans Baldwin&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-44&quot;&gt;Week 44&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-10-28&quot;&gt;24OCT28MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Hypothesis: Man chucked in well appears in &lt;a href=&quot;https://archaeology.org/news/2024/10/28/bones-of-norways-well-man-analyzed/&quot;&gt;Norwegan saga&lt;/a&gt;. &lt;a href=&quot;https://www.theguardian.com/world/2024/oct/27/remains-of-man-whose-death-was-recorded-in-1197-saga-uncovered-in-norway&quot;&gt;Also&lt;/a&gt;, &lt;a href=&quot;https://kottke.org/24/10/0045532-what-in-sverris-saga-the&quot;&gt;and&lt;/a&gt;. Via Damn Interesting, Kottke, and others.&lt;/li&gt;
  &lt;li&gt;Fact: (almost): Apple is &lt;a href=&quot;https://arstechnica.com/gadgets/2024/10/some-of-apples-last-hold-out-accessories-have-switched-from-lightning-to-usb-c/&quot;&gt;off lightning connectors&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Hypothesis: &lt;a href=&quot;https://kottke.org/24/11/0045567-crows-hold-grudges-when-a&quot;&gt;Crows hold grudges&lt;/a&gt; for up 12 years after the offended crow has passed on. Via Kottke.&lt;/li&gt;
  &lt;li&gt;Likely fact: Touch screens are &lt;a href=&quot;https://www.gabefender.com/writing/touch-screens-dont-work-for-everyone&quot;&gt;ageist&lt;/a&gt; because of lowering moisture levels in skin. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=42033987&quot;&gt;hacker news comment&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;New to me Facts and Ideas in October 2024&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/11/04/october-facts.html&quot;&gt;Email me the cool facts you&apos;ve learned lately. Or a correction.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 27</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/10/28/weeknotes-27.html"/>
   <updated>2024-10-28T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/10/28/weeknotes-27</id>
   <summary>Mother in law is visiting and pizza recipe rediscovery.</summary>
   <content type="html">&lt;p&gt;The pizza was a hit, and there is always something to do.
Light week notes this week.&lt;/p&gt;

&lt;!--more--&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-10-26-sundogs-1200.jpeg&quot; alt=&quot;Quite a few optical phenomena decorating the setting sun that is just hidden behind the hill.&quot; title=&quot;Quite a few optical phenomena decorating the setting sun that is just hidden behind the hill.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Solar atmospheric optical phenomena.&lt;br /&gt;Photo taken on 24OCT26SAT, San Jose CA.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;This is a pretty rare atmospheric optics phenomenon, and we got to see it in San Jose!
There is the one &lt;a href=&quot;https://en.wikipedia.org/wiki/Sun_dog&quot;&gt;sundog&lt;/a&gt; visible at right, the other is hidden behind the hillside.
Then there is the &lt;a href=&quot;https://en.wikipedia.org/wiki/22°_halo&quot;&gt;22º halo&lt;/a&gt; that intersects it.
The brightest feature, after the sun and the sun dog, is the &lt;a href=&quot;https://en.wikipedia.org/wiki/Tangent_arc&quot;&gt;upper tangent arc&lt;/a&gt;.
And beyond that is the &lt;a href=&quot;https://en.wikipedia.org/wiki/46°_halo&quot;&gt;46º halo&lt;/a&gt; which is rare.
Or maybe it’s the &lt;a href=&quot;https://en.wikipedia.org/wiki/Parry_arc&quot;&gt;Parry arc&lt;/a&gt;, I’m not sure.
So lucky to get to see these!&lt;/p&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;Cooling temperatures, lows in the low 50s, highs 80 or below; no rain or clouds in the forecast.
Sunrise is around 7:30 and sunset is moving toward 6.
The moon is waning yet still gibbous; it rises late and sets in the early afternoon the next day.&lt;/p&gt;

&lt;h3 id=&quot;oct21mon&quot;&gt;OCT21MON&lt;/h3&gt;

&lt;p&gt;I am still sick with the stomach flu; no running this day.&lt;/p&gt;

&lt;p&gt;I’ve wondered what the proper name is for the oaky grassy landscape that used to dominate the Santa Clara valley, since I’ve got a remnant chunk of it right across the street.
It’s called &lt;a href=&quot;https://www.sfei.org/scvheproject&quot;&gt;oak savannah, or oak woodland&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;oct22tue&quot;&gt;OCT22TUE&lt;/h3&gt;

&lt;p&gt;Ugh, another sick day.
It’s so weird not being congested but feeling unwell.
Thankfully it clears up toward the evening.&lt;/p&gt;

&lt;h3 id=&quot;oct23wed&quot;&gt;OCT23WED&lt;/h3&gt;

&lt;p&gt;Back in business.
Surprisingly sprinting right off the bat.
Out of respect for my colleagues, I wfh the rest of the week.
I don’t want to get anyone sick.&lt;/p&gt;

&lt;h3 id=&quot;oct24thu&quot;&gt;OCT24THU&lt;/h3&gt;

&lt;p&gt;Mother in law is visiting for a week since yesterday.&lt;/p&gt;

&lt;h3 id=&quot;oct25fri&quot;&gt;OCT25FRI&lt;/h3&gt;

&lt;p&gt;Rustic fresh tomato pasta.
It was quick.&lt;/p&gt;

&lt;h3 id=&quot;oct26sat&quot;&gt;OCT26SAT&lt;/h3&gt;

&lt;p&gt;I make a run happen.&lt;/p&gt;

&lt;p&gt;By chance I rediscover the pizza dough recipe I used to use.
It’s the one.
I can’t believe I “lost” it.
It’s a few pages further on from the one that I have been using for the last, what, couple of years?
I blame the pandemic.
Overnight poolish dough, I’ll never forget you.&lt;/p&gt;

&lt;h3 id=&quot;oct27sun&quot;&gt;OCT27SUN&lt;/h3&gt;

&lt;p&gt;Unexpected surfing competition in Santa Cruz.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-10-27-surf-board-1200.jpeg&quot; alt=&quot;An unoccuppied surf board is suspended in mid-air backwards above a crashing wave.&quot; title=&quot;An unoccuppied surf board is suspended in mid-air backwards above a crashing wave.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Surfing Competition at Steamer Lane&lt;br /&gt;Photo taken on 24OCT27SAT, Santa Cruz CA.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h2 id=&quot;media&quot;&gt;Media&lt;/h2&gt;

&lt;h3 id=&quot;television&quot;&gt;Television&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Whitechapel_(TV_series)&quot;&gt;Whitechapel&lt;/a&gt;&lt;/strong&gt;, Peacock.
Relatively cozy police procedural.
I enjoyed it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Culinary_Class_Wars&quot;&gt;Culinary Class Wars&lt;/a&gt;&lt;/strong&gt;, Netflix.
Full season.
Well, I didn’t get to see all of the it.
Really I just got to see last couple of episodes, and those had some very creative dishes.
I was inspired.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Pachinko_(TV_series)&quot;&gt;Pachinko&lt;/a&gt;&lt;/strong&gt;, Apple TV. s1e1-2.
I am somewhat engaged.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Character / &lt;a href=&quot;/notes/2024/08/20/weeknotes-key.html&quot;&gt;Week Notes Key&lt;/a&gt; has the decoder ring for the people mentioned.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 27&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/10/28/weeknotes-27.html&quot;&gt;Email me your favorite streaming shows.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 26</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/10/21/weeknotes-26.html"/>
   <updated>2024-10-21T11:30:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/10/21/weeknotes-26</id>
   <summary>The stomach flu</summary>
   <content type="html">&lt;p&gt;Running success, a big meeting at work, and then I get the stomach flu.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;Cooler this week, morning lows dropping into the upper 40s by the end of the week.
Daytime highs in the low 70s or upper 60s.
The return of morning clouds (marine layer) and afternoon sun.
Sunrise around a quarter after seven, and sunset is half past six; the number of sunlit hours is rapidly falling toward eleven.
The full moon on Thursday means bright nights.
Fall is coming.&lt;/p&gt;

&lt;h3 id=&quot;oct21mon&quot;&gt;OCT21MON&lt;/h3&gt;

&lt;p&gt;The HVAC man is here.&lt;/p&gt;

&lt;h3 id=&quot;oct22tue&quot;&gt;OCT22TUE&lt;/h3&gt;

&lt;p&gt;Baking bread.
I should do this more.
There are too many good kinds that I like, and I don’t bake them frequently enough.
I can’t get deep enough into the recipes at my current rate, so I consider their maxima of quality are still unfound; they are unfinished puzzles.
Work on some standards and just give them away.
Well, it’s an unsolved problem.&lt;/p&gt;

&lt;h3 id=&quot;oct23wed&quot;&gt;OCT23WED&lt;/h3&gt;

&lt;p&gt;In the office, but boy was it hard to get here; my morning was suddenly packed with meetings.
The afternoon is a Team fall festival.&lt;/p&gt;

&lt;h3 id=&quot;oct24thu&quot;&gt;OCT24THU&lt;/h3&gt;

&lt;p&gt;Big meeting at work.
Progress is made, but I’m not sure that the leads were satisfied.
We wouldn’t be here without the deadline, and we won’t find the next steps without their input either.
In that sense it is success.
I am not sure if there are other forms of success too, or failures.&lt;/p&gt;

&lt;h3 id=&quot;oct25fri&quot;&gt;OCT25FRI&lt;/h3&gt;

&lt;p&gt;Damn it’s the weekend.
What a week.&lt;/p&gt;

&lt;p&gt;Good conversation with &lt;a title=&quot;A good friend I&apos;ve known for almost 10 years. He moved away a couple of years ago, but we catch up weekly.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#B&quot;&gt;B&lt;/a&gt;.
I should take notes.
We talk about current events (election), &lt;em&gt;Empty lots&lt;/em&gt;, and random facts &lt;a href=&quot;/notes/2024/04/01/facts-and-ideas-mar.html&quot;&gt;chitons&lt;/a&gt; (pronounced kite-ons) etc.&lt;/p&gt;

&lt;p&gt;Throughout the day I also keep up a very focused chat with &lt;a title=&quot;A Close friend of mine. I&apos;ve known him since college. We text/chat daily.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#J&quot;&gt;J&lt;/a&gt; about belief and guessing the motivations of others.
We solve nothing, but many thoughts are had.&lt;/p&gt;

&lt;h3 id=&quot;oct26sat&quot;&gt;OCT26SAT&lt;/h3&gt;

&lt;p&gt;Increasingly not feeling great in the stomach area.
Before I succumb to the sickness, I complete the west half of my survey of the Coyote-Alamitos canal.
There is less graffiti than I expected.
Erosion is consistent with the spring.
A &lt;a href=&quot;https://youtu.be/AGjzXFNenp0?si=nnr8VvFsPI6ZEbs8&quot;&gt;weak La Niña this winter&lt;/a&gt; means that precipitation could go either way.
Check back after the rain door closes.&lt;/p&gt;

&lt;p&gt;Lots of reading of &lt;em&gt;The Natural History of Empty Lots&lt;/em&gt; after I am confined the couch with fatigue, aches, and cramps.&lt;/p&gt;

&lt;h3 id=&quot;oct27sun&quot;&gt;OCT27SUN&lt;/h3&gt;

&lt;p&gt;I am spending all day feeling weak and unwell.
It started a bit on Friday, but by yesterday it went from “this isn’t great” to “why would anyone even eat food.”
Hopefully I’m better on Monday.
I have the stomach flu.
I hope it is short.&lt;/p&gt;

&lt;p&gt;I finish &lt;em&gt;The Natural History of Empty Lots&lt;/em&gt;; I enjoyed it.
See notes below.
More later.&lt;/p&gt;

&lt;p&gt;Running success; all three planned runs occurred.
I should keep this up, it is easier every time.&lt;/p&gt;

&lt;h2 id=&quot;media&quot;&gt;Media&lt;/h2&gt;

&lt;h3 id=&quot;television&quot;&gt;Television&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Whitechapel_(TV_series)&quot;&gt;Whitechapel&lt;/a&gt;&lt;/strong&gt;, relatively cozy police procedural.
There is a bit more TV gore than I generally appreciate.
Blitzed through about half of it after achieving YT burnout being couchbound on Sunday.&lt;/p&gt;

&lt;h3 id=&quot;youtube&quot;&gt;YouTube&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Martijn&lt;/strong&gt; &lt;a href=&quot;https://youtu.be/PDicVQRmQsI?si=yJCgbHd5Qo2jgGZI&quot;&gt;125&lt;/a&gt; and &lt;a href=&quot;https://youtu.be/0cif0GdtKd0?si=CkbFWYq5rx1RK0Jz&quot;&gt;126&lt;/a&gt;. 
What’s with these barefooted helpers.
Excited to see what happens with the second cabin.
As a friend said: “are we just watching this guy do chores?”
Um, yes?&lt;/p&gt;

&lt;p&gt;Grab Bag:
&lt;a href=&quot;https://youtu.be/d2Y655jom0U?si=FNXN--8ACb-xPaKb&quot;&gt;Monster Mothership&lt;/a&gt; is 3 hrs of field recording and video(?) of a thunderstorm in the midwest. What I appreciate about this one is the mostly dark screen.
&lt;a href=&quot;https://www.youtube.com/live/OMlf71t2oV0?si=n07JCMmITJfa6twk&quot;&gt;Jelly Cam&lt;/a&gt; is a classic.
&lt;a href=&quot;https://youtu.be/j5GI-jMoJRE?si=x79BF4rzxVUQrYr7&quot;&gt;A drive across the Diablo range&lt;/a&gt; is about some bay area bioregionalism. So SFBA it’s kinda painful, but interesting.
&lt;a href=&quot;https://youtu.be/F1TFuY2QZyE?si=tYt-fDa7D3RAIxvx&quot;&gt;Ambient walk at Point Reyes&lt;/a&gt;.
&lt;a href=&quot;https://youtu.be/eZ2_Ju51cwE?si=gtYLLARpaZdQhN1Q&quot;&gt;The Bark Europa&lt;/a&gt; voyages home.&lt;/p&gt;

&lt;p&gt;Food:
&lt;a href=&quot;https://youtu.be/tQt_KOAWiVQ?si=zv-Fo27L5XpYAvSD&quot;&gt;Lan Lam teaches sandwiches&lt;/a&gt;; I must practice.
MZK: &lt;a href=&quot;https://youtu.be/fw5kprtsfts?si=HzLkVwAWq9AtYzvH&quot;&gt;Oil and Garlic Pasta&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/LU969nQyXiU?si=oB9q7TJJuxyWu1T1&quot;&gt;Carbonara&lt;/a&gt;.
&lt;a href=&quot;https://youtu.be/eZ2_Ju51cwE?si=gtYLLARpaZdQhN1Q&quot;&gt;London style pizza with Gozney&lt;/a&gt;.
Butter: &lt;a href=&quot;https://youtu.be/f9jTNzmKGis?si=2G3L9hKUXOFimjlw&quot;&gt;whip it and whip it some more&lt;/a&gt;.
&lt;a href=&quot;https://youtu.be/ggnc_5dOUos?si=Jdfm7k_mPPn77gq-&quot;&gt;Asian chicken noodle soup&lt;/a&gt;.
Note, I didn’t make these things, they are inputs.&lt;/p&gt;

&lt;p&gt;Trailers:
&lt;a href=&quot;https://youtu.be/PHc6miRCfzA?si=4JSwQZMuaoIITNB3&quot;&gt;The magnificent life of Marcel Pagnol&lt;/a&gt;, from the director of Triplets of Belleville; looking forward to it.
&lt;a href=&quot;https://youtu.be/hMmBSCQs1H4?si=kEyAndT_mBy8GLN2&quot;&gt;Witch Hat Atelier&lt;/a&gt;; I don’t know what this is but am curious.&lt;/p&gt;

&lt;h3 id=&quot;podcasts&quot;&gt;Podcasts&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://podcasts.apple.com/us/podcast/panic-world/id1740187810?i=1000673287183&quot;&gt;Panic World&lt;/a&gt;&lt;/strong&gt; interviews &lt;a href=&quot;https://carolinecalloway.com&quot;&gt;Caroline Calloway&lt;/a&gt;.
It’s very long, discusses some internet history which is super interesting, and then turns specifically to the guest and how the internet and the people on it have changed.
I learned two things.
First, the haters on the internet, they really would rather talk about themselves.
Maybe they see these other people doing things and it makes them jealous that other people are talking about them instead?
That probably is an over simplification.
Second, dealing with people at scale has different rules.
You cannot treat them like an individual, that’s not how they are thinking about what you’ve done, what you’ve just gone viral for.
Third, nine out of ten people who are doing really weird attention seeking behaviors online are probably in an abusive/exploitive situation.
Things that people are doing that seem really out there and not normal, they are probably doing it because they are in some sort of danger: drug addiction, exploitive partner (business or otherwise), debt, etc.&lt;/p&gt;

&lt;h3 id=&quot;music&quot;&gt;Music&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;State Azure&lt;/strong&gt; &lt;a href=&quot;https://youtu.be/RREqsXAYxlk?si=WHqQf7TOItENOiAt&quot;&gt;Artemis Station&lt;/a&gt;.
Finished this 3 hour piece.
It’s fine, might play it again sometime.&lt;/p&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;The Natural History of Empty Lots&lt;/strong&gt;
It turned out to be a better contrast to &lt;em&gt;Nexus&lt;/em&gt; than I thought &lt;em&gt;Ancillary Justice&lt;/em&gt; was.
&lt;em&gt;Empty Lots&lt;/em&gt; is present tense, contextualizing, and oriented toward the near future.
And, of course, &lt;em&gt;Nexus&lt;/em&gt; is relevant to present times.
Both books were published in September 2024, I think it might be the first time I’ve ever read such contemporary work.
I kinda like it.
&lt;em&gt;Empty Lots&lt;/em&gt; is a description of our cultural machinery as surplus generator, resource extractor, and insulator from the natural world.
It’s more than that, because it resolves how that description, while truthful, is inaccurate in some important ways.
The wild is there if you look for it.
The book is self-aware too, noting the author’s own unintentional participation in the damaging nature.
Lots of good phrases, thought provoking points, and historical references.
Idiosyncratic, lacking foot/end-notes, and kind of unclear sometimes what the biases, omissions, or selections were.
However, I think it was worth my time.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Character / &lt;a href=&quot;/notes/2024/08/20/weeknotes-key.html&quot;&gt;Week Notes Key&lt;/a&gt; has the decoder ring for the people mentioned.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 26&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/10/21/weeknotes-26.html&quot;&gt;Email me MAYBE.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 25</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/10/14/weeknotes-25.html"/>
   <updated>2024-10-14T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/10/14/weeknotes-25</id>
   <summary>It's a two-week bankruptcy reset catchup roundup.</summary>
   <content type="html">&lt;p&gt;Changing things up this week, publishing on Mondays from here on out.
This is kind of a bankruptcy and reset too.
Posting everyday last month gave me new materiel to examine and evaluate which parts I gain from.
And there are parts that I do gain from, no doubt.&lt;/p&gt;

&lt;!--more--&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-10-05-kelp-1200.jpeg&quot; alt=&quot;Kelp in the sea.&quot; title=&quot;Kelp in the sea.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Kelp at Point Lobos, California.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h2 id=&quot;first-week&quot;&gt;First week&lt;/h2&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;There will be a heat wave for much of the week, mid- to upper-90s Monday to Thursday, possibly 100 on Tuesday.
Nearing the new moon, so dark nights all week.&lt;/p&gt;

&lt;h3 id=&quot;sep30mon&quot;&gt;SEP30MON&lt;/h3&gt;

&lt;p&gt;Running.&lt;/p&gt;

&lt;h3 id=&quot;oct02wed&quot;&gt;OCT02WED&lt;/h3&gt;

&lt;p&gt;Running.&lt;/p&gt;

&lt;h3 id=&quot;oct04fri&quot;&gt;OCT04FRI&lt;/h3&gt;

&lt;p&gt;Backpacking.
Well, make do backpacking because it’s definitely probably too hot at the original destination which is high in the Sierras.
We run for the coast and it seems like a good choice.&lt;/p&gt;

&lt;h3 id=&quot;oct05sat&quot;&gt;OCT05SAT&lt;/h3&gt;

&lt;p&gt;Pack out, and then afternoon in Point Lobos.
On the trail we meet a rather large group of other hikers, heading in.&lt;/p&gt;

&lt;h3 id=&quot;oct06sun&quot;&gt;OCT06SUN&lt;/h3&gt;

&lt;p&gt;Day hike at Wilder Ranch.
It’s still hot.
This place would definitely be cooler with fog and marine layer and such.
Next time hit up the coastal bluff Ohlone trail.&lt;/p&gt;

&lt;h2 id=&quot;second-week&quot;&gt;Second week&lt;/h2&gt;

&lt;h3 id=&quot;almanac-1&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;No almanac.
I was busy and didn’t have time to write it.&lt;/p&gt;

&lt;h3 id=&quot;oct07mon&quot;&gt;OCT07MON&lt;/h3&gt;

&lt;p&gt;Last day of makeup activities.
We’re at Fort Point, right underneath the Golden Gate Bridge.
By the water it was cool, jacket weather.
It warmed as soon as we strayed from the edge.&lt;/p&gt;

&lt;h3 id=&quot;oct10thu&quot;&gt;OCT10THU&lt;/h3&gt;

&lt;p&gt;Running.
Believe it or not, I am still recovering from all that hiking over the weekend.
A little weakness in my right knee, maybe I mis-stepped on the trail and didn’t realize it.
Still, it was a generally faster than usual run and I don’t want to lose that.&lt;/p&gt;

&lt;p&gt;And new phone day.&lt;/p&gt;

&lt;h3 id=&quot;oct12sat&quot;&gt;OCT12SAT&lt;/h3&gt;

&lt;p&gt;Quick gardening in the morning.
Burger and a movie in the night.&lt;/p&gt;

&lt;h3 id=&quot;oct13sun&quot;&gt;OCT13SUN&lt;sup id=&quot;fnref:w&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:w&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/h3&gt;

&lt;p&gt;Made the east half of my survey of the Santa Teresa Ridge and Coyote-Alamitos canal.
I’m mostly looking for signs of &lt;a href=&quot;https://en.wikipedia.org/wiki/Mass_wasting&quot;&gt;slumping&lt;/a&gt;, and making an index of the various graffitis that wax and wane throughout the seasons.
It’s mostly &lt;a href=&quot;https://en.wikipedia.org/wiki/Tag_(graffiti)&quot;&gt;tags&lt;/a&gt; and some &lt;a href=&quot;https://en.wikipedia.org/wiki/Throw_up_(graffiti)&quot;&gt;throw ups&lt;/a&gt;, no pieces, but some symbols or logos (I’m not sure what the right name is for things that aren’t letters but aren’t pieces either).&lt;/p&gt;

&lt;h2 id=&quot;media&quot;&gt;Media&lt;/h2&gt;

&lt;p&gt;Some of the intake this week.&lt;/p&gt;

&lt;h3 id=&quot;movies&quot;&gt;Movies&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;The Matrix Resurrections&lt;/strong&gt;
I think I enjoyed it, but also can we have new stories?
I ask that a lot these days.
I’m probably looking for movies in the wrong places, and should take more risks on unknown things.
Some things didn’t make sense to me, such as Smith’s motivations at various times.
Some things I appreciated, such as the on the nose addressing of the film’s &lt;a href=&quot;https://interconnected.org/home/tagged/inner-and-outer-realities&quot;&gt;outer reality&lt;/a&gt;.
Some things annoyed the eff outta me, such as the frame rate settings not playing well with my TV.
I sure would like them (they, those people that figure this sort of thing out) to hurry the hell up and figure this aspect of movie viewing at home out.
I noticed it a lot during the fights scenes and it took me out of the film each time and had me questioning if it was worth it to not spend this time on a new story instead.
Overall though, I think it was worth the effort.
I rank it below the first one, but above the earlier sequels.
[Added later:] Would I watch a sequel to this sequel? Maybe.
I don’t rule it out, but nor is it obvious to me that I want even more of this.
Maybe something different in the same world, but something entirely different would be good too.&lt;/p&gt;

&lt;h3 id=&quot;youtube&quot;&gt;YouTube&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Martijn Doolaard&lt;/strong&gt; &lt;a href=&quot;https://youtu.be/dLZehomehGs?si=lqpF71fs3OSOm5B2&quot;&gt;starts on the second cabin&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ninurta&lt;/strong&gt;
A new one recommended by T.
&lt;em&gt;Tiksi&lt;/em&gt; &lt;a href=&quot;https://youtu.be/HDEsgL_Cy3g?si=8JPj2_EJPmL7uz1l&quot;&gt;part 1&lt;/a&gt; and &lt;a href=&quot;https://youtu.be/3TGD4AlCjFg?si=m9ZgMwlQ4rMyzner&quot;&gt;part 2&lt;/a&gt;.
These were good, longer slightly panning shots of a super interesting abandoned place in winter.
The ships in part 1 are a very unusual subject for this genre, and in an unusual atmosphere.
Must have been a lot of work to get there.
Most of the editing was ok, shots are held long enough, but my preference is always for longer cuts, more real time like ambient experience.
There’s no need for music, I’d rather just hear what it was like there.&lt;/p&gt;

&lt;p&gt;I didn’t really enjoy the &lt;a href=&quot;https://youtu.be/6sXH-dbw5Oc?si=mB0eNPameNOrdghC&quot;&gt;Mining Ghost towns (remastered)&lt;/a&gt; video, it was much too choppy.
It was only a few seconds between cuts, which is basically unwatchable to me.
Glad I stuck with it and checked out another video.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gifgas&lt;/strong&gt;
&lt;a href=&quot;https://youtu.be/9RQfyygSCHo?si=MyAWKSYntBFCm1_f&quot;&gt;Trainhopping across Scandinavia&lt;/a&gt; is the compilation of the 4 parts already uploaded of Mission to the Arctic Circle.
It’s good, always enjoy the pacing and scenery focus of Gifgas.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Any Austin&lt;/strong&gt; on &lt;a href=&quot;https://youtu.be/Li-Ph_gdqk8?si=Jf8PwIvFguS9lgow&quot;&gt;Morrowind’s “rivers”&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Space: &lt;a href=&quot;https://youtu.be/eXsT2HT171o?si=vmEOjjWdkGXQqWMs&quot;&gt;Starship 5&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Weather: &lt;a href=&quot;https://youtu.be/WGQ07vi79Uo?si=uKfP94z6CMXG_6UT&quot;&gt;Hurricane Milton aftermath&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/SPBtrJHADGE?si=bSbpG5VdBQWC7gNN&quot;&gt;Hurricane Helene aftermath in North Carolina&lt;/a&gt;.
This seems bad.&lt;/p&gt;

&lt;h3 id=&quot;podcasts&quot;&gt;Podcasts&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://youtu.be/cEEmc3Qy2K0?si=vtPhEqgv8R46IUsn&quot;&gt;&lt;strong&gt;Harari on Making Sense&lt;/strong&gt;&lt;/a&gt;, it’s really only the first half.&lt;/p&gt;

&lt;h3 id=&quot;music&quot;&gt;Music&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Martin Stützner&lt;/strong&gt;
&lt;a href=&quot;https://www.youtube.com/live/uikbWMT8Rgk?si=rwvDkRR4xlA5JrOa&quot;&gt;Home Concert 66&lt;/a&gt; is 3 hrs of ambient, I enjoyed it.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://youtu.be/IOjP7gIAxr4?si=Q43s2wYSIh9ZpsXN&quot;&gt;&lt;strong&gt;Chris Luno from Anjunakitchen&lt;/strong&gt;&lt;/a&gt;, I enjoyed it.&lt;/p&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;p&gt;As much as I thought that &lt;strong&gt;Ancillary Justice&lt;/strong&gt; was a good complement to &lt;strong&gt;Nexus&lt;/strong&gt;, I think that &lt;strong&gt;A Natural History of Empty Lots&lt;/strong&gt; is even better.
&lt;strong&gt;A Natural History of Empty Lots&lt;/strong&gt; is a book that sits well between Jenny Odell’s &lt;strong&gt;How To Do Nothing&lt;/strong&gt; and &lt;strong&gt;On Looking&lt;/strong&gt; by Horowitz.
For more related books, see my post detailing &lt;a href=&quot;/notes/2024/09/07/library-of-noticing.html&quot;&gt;the imperfect library of noticing&lt;/a&gt;.
Maybe I should just rename it the incomplete library.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Character / &lt;a href=&quot;/notes/2024/08/20/weeknotes-key.html&quot;&gt;Week Notes Key&lt;/a&gt; has the decoder ring for the people mentioned.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:w&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;The day it is written. &lt;a href=&quot;#fnref:w&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 25&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/10/14/weeknotes-25.html&quot;&gt;Email me your make up backpacking stories.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>New to me Facts and Ideas in September 2024</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/10/09/september-facts.html"/>
   <updated>2024-10-09T07:20:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/10/09/september-facts</id>
   <summary>Facts flux that get less and less over the month.</summary>
   <content type="html">&lt;p&gt;Commercial spaceflight facts, and more.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;week-36&quot;&gt;Week 36&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-09-02&quot;&gt;24SEP02MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://en.wikipedia.org/wiki/Tuberculosis&quot;&gt;Turbuculosis&lt;/a&gt;, fka consumption, is still &lt;a href=&quot;https://www.nytimes.com/2024/08/16/opinion/tuberculosis-infectious-disease-prevention.html?unlocked_article_code=1.HU4.zfuz.3jvmeCxIxfKj&quot;&gt;the number 1 infectious disease killer&lt;/a&gt;. But it doesn’t have to be. Via &lt;a href=&quot;https://kottke.org/24/09/0045211-atul-gawande-tuberculosis&quot;&gt;Kottke&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://www.science.org/doi/10.1126/science.abg2533&quot;&gt;Highest resolution images of atoms&lt;/a&gt; is even better than before. Via Damn Interesting and &lt;a href=&quot;https://www.sciencealert.com/this-stunning-image-is-the-highest-resolution-weve-ever-seen-atoms&quot;&gt;Science Alert&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Evidence: Submerged bridge suggests that the Mediterranean was &lt;a href=&quot;https://www.ancientpages.com/2024/09/02/submerged-ancient-bridge-genovesa-cave/#google_vignette&quot;&gt;settled by humans earlier than previously thought&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Observation: a 1 meter asteroid/meteor &lt;a href=&quot;https://earthsky.org/space/small-asteroid-hit-earth-philippines-sept-4-5-2024/&quot;&gt;crossed the sky over the Philippines&lt;/a&gt;. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Evidence: &lt;a href=&quot;https://futurism.com/the-byte/economists-sausage-money&quot;&gt;Sausage purchasing&lt;/a&gt; is an indicator of poor economic situations. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Fact:
&lt;a href=&quot;https://arstechnica.com/space/2024/09/leaving-behind-its-crew-starliner-departs-space-station-and-returns-to-earth/&quot;&gt;Boeing&lt;/a&gt;&lt;sup&gt;&lt;a href=&quot;https://web.archive.org/web/20240000000000*/https://arstechnica.com/space/2024/09/leaving-behind-its-crew-starliner-departs-space-station-and-returns-to-earth/&quot; title=&quot;wayback machine link&quot;&gt;a&lt;/a&gt;&lt;/sup&gt;
&lt;a href=&quot;https://spaceflightnow.com/2024/09/07/starliner-lands-safely-in-new-mexico/&quot;&gt;Starliner&lt;/a&gt;&lt;sup&gt;&lt;a href=&quot;https://web.archive.org/web/20240000000000*/https://spaceflightnow.com/2024/09/07/starliner-lands-safely-in-new-mexico/&quot; title=&quot;wayback machine link&quot;&gt;a&lt;/a&gt;&lt;/sup&gt; lands in New Mexico. &lt;a href=&quot;https://www.youtube.com/live/vZ0T-cZWh78?si=J0_nrn10koc8GO0K&quot;&gt;YT livestream&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-37&quot;&gt;Week 37&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-09-09&quot;&gt;24SEP09MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://arstechnica.com/space/2024/09/bold-private-spaceflight-begins-early-tuesday-with-a-break-in-the-weather/&quot;&gt;Polaris Dawn launches&lt;/a&gt; on SpaceX Falcon 9.&lt;/li&gt;
  &lt;li&gt;Fact: First &lt;a href=&quot;https://arstechnica.com/space/2024/09/two-private-astronauts-took-a-spacewalk-thursday-morning-yes-it-was-historic/&quot;&gt;commercial spaceflight is a success&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;This years ignoble prize in physics is for measuring the swimming abilities of a &lt;a href=&quot;https://arstechnica.com/science/2024/09/meet-the-winners-of-the-2024-ig-nobel-prizes/&quot;&gt;dead fish&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: OTC hearing aids are expanding. For example &lt;a href=&quot;https://techcrunch.com/2024/09/12/apple-airpods-pro-granted-fda-approval-to-serve-as-hearing-aids&quot;&gt;Apple’s earbuds are now approved for it&lt;/a&gt;. Via &lt;a href=&quot;https://daringfireball.net/linked/2024/09/12/fda-airpods-pro-hearing-aid-approval&quot;&gt;Daring Fireball&lt;/a&gt;&lt;sup id=&quot;fnref:d&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:d&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: New &lt;a href=&quot;https://apnews.com/article/postal-service-next-generation-delivery-vehicle-a2ebbfc7afec0eea2e036eef93bee4d9&quot;&gt;USPS mail trucks are here&lt;/a&gt;. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=41524932&quot;&gt;Hacker News&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-38&quot;&gt;Week 38&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-09-16&quot;&gt;24SEP16MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: Eyeliner is at least &lt;a href=&quot;http://www.thehistoryblog.com/archives/71116&quot;&gt;8200 years old&lt;/a&gt;.
I’m sure it’s older than that.&lt;/li&gt;
  &lt;li&gt;Fact: More &lt;a href=&quot;https://en.m.wikipedia.org/wiki/2024_Central_European_floods&quot;&gt;flooding in Europe&lt;/a&gt;, central Europe specifically this time. Via &lt;a href=&quot;https://www.nytimes.com/2024/09/18/climate/central-europe-floods-global-warming.html&quot;&gt;NYT&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: There are &lt;a href=&quot;https://www.sciencealert.com/scientists-identify-new-blood-group-after-a-50-year-mystery&quot;&gt;more than just the ABO +/- blood type groups&lt;/a&gt;. A new one is just discovered, and another was discovered a couple of years ago. They affect very small groups of people. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Fact: New &lt;a href=&quot;https://www.theguardian.com/music/2024/sep/19/previously-unknown-mozart-music-discovered-in-german-library&quot;&gt;Mozart discovered&lt;/a&gt;. How cool is that. Via &lt;a href=&quot;https://kottke.org/24/09/0045310-a-previously-unknown-piec&quot;&gt;Kottke&lt;/a&gt;. See &lt;a href=&quot;http://www.thehistoryblog.com/archives/71155&quot;&gt;also&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: CERN to &lt;a href=&quot;https://arstechnica.com/science/2024/09/cern-will-expel-hundreds-of-russia-affiliated-scientists-by-december/&quot;&gt;expel Russian scientists&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Probable fact: So called &lt;a href=&quot;https://theconversation.com/the-data-on-extreme-human-ageing-is-rotten-from-the-inside-out-ig-nobel-winner-saul-justin-newman-239023&quot;&gt;blue zones don’t actually exist&lt;/a&gt; / &lt;a href=&quot;https://improbable.com/ig/archive/2024-ceremony/&quot;&gt;Ignoble award&lt;/a&gt;, i.e. people living beyond 100 with higher frequency is some areas is debunked. Via &lt;a href=&quot;https://science.slashdot.org/story/24/09/21/065251/researcher-wins-award-for-debunking-longer-life-expectancies-in-blue-zones&quot;&gt;Slashdot&lt;/a&gt;, via &lt;a href=&quot;https://alterslash.org/#article-23461787&quot;&gt;alterslash&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://qlinkwireless.com&quot;&gt;QLink Wireless&lt;/a&gt; provides free cell service to those that need it. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=41612950&quot;&gt;HackerNews&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Update: &lt;a href=&quot;https://en.wikipedia.org/wiki/Velociraptor&quot;&gt;Velociraptors have low body mass&lt;/a&gt;, much less than my (large) dog. However, I still wouldn’t call them small, with a body length of up to 2 meters (probably mostly tail). Via &lt;a href=&quot;https://walknotes.com/2024/09/22/16-21-september-2024/&quot;&gt;Walknotes&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-39&quot;&gt;Week 39&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-09-23&quot;&gt;24SEP23MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Hypothesis: Space defense with &lt;a href=&quot;https://arstechnica.com/science/2024/09/redirecting-an-asteroid-with-a-nuclear-bomb-should-work/&quot;&gt;x-rays (from a nuclear weapon) to deflect asteroids&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: California &lt;a href=&quot;https://www.nytimes.com/2024/09/23/us/california-plastic-bags-ban.html&quot;&gt;bans all plastic grocery bags&lt;/a&gt;, NYT.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-40&quot;&gt;Week 40&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-09-30&quot;&gt;24SEP30MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: Fruit fly &lt;a href=&quot;https://www.popsci.com/environment/complete-brain-map/&quot;&gt;brain is fully mapped&lt;/a&gt;. Via Damn Interesting, and a few other places. I think this is probably a big deal.&lt;/li&gt;
  &lt;li&gt;Observation: Webb measures the Hubble constant H0 via a &lt;a href=&quot;https://blogs.nasa.gov/webb/2024/10/01/webb-researchers-discover-lensed-supernova-confirm-hubble-tension/&quot;&gt;triply graviationally lensed Type 1a SN&lt;/a&gt;. Via Damn Interesting. That’s pretty cool.&lt;/li&gt;
  &lt;li&gt;Observation: Students run proof of concept/tech demo of &lt;a href=&quot;https://www.404media.co/someone-put-facial-recognition-tech-onto-metas-smart-glasses-to-instantly-dox-strangers/&quot;&gt;real time camera glasses to PII/dox&lt;/a&gt;, via &lt;a href=&quot;https://kottke.org/24/10/0045373-two-college-students-pair&quot;&gt;Kottke&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:d&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Of course it is. &lt;a href=&quot;#fnref:d&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;New to me Facts and Ideas in September 2024&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/10/09/september-facts.html&quot;&gt;Email me the cool facts you&apos;ve learned lately. Or a correction.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 24</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/09/29/weeknotes-24.html"/>
   <updated>2024-09-29T21:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/09/29/weeknotes-24</id>
   <summary>Trying to get this out before Monday.</summary>
   <content type="html">&lt;p&gt;Quick recap before the heatwave arrives.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-09-23-focaccia-1200.jpeg&quot; alt=&quot;Close view of focaccia, fresh from the oven. It spreads before us like a delicious golden landscape.&quot; title=&quot;Close view of focaccia, fresh from the oven. It spreads before us like a delicious golden landscape.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Focaccia, fresh from the oven.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;Sunrise is right at 7 am, and sunset just after 7 pm; about twelve hours of daylight, and getting less day by day.
It is sunny and the daytime highs range from mid-80s to mid-90s.
Nighttime lows are upper 50s and low 60s.
The middle of the night will be well illuminated by a waning but still gibbous moon.&lt;/p&gt;

&lt;h3 id=&quot;sep23mon&quot;&gt;SEP23MON&lt;/h3&gt;

&lt;p&gt;Running.
It keeps getting better.&lt;/p&gt;

&lt;p&gt;First bread this week was a beautiful focaccia, destined for garden fresh sandwiches.
I will simply make this bread again.&lt;/p&gt;

&lt;h3 id=&quot;sep24tue&quot;&gt;SEP24TUE&lt;/h3&gt;

&lt;p&gt;Not my normal wfh day.
I think I am still reeling from just how bad the commute was the other day.&lt;/p&gt;

&lt;h3 id=&quot;sep25wed&quot;&gt;SEP25WED&lt;/h3&gt;

&lt;p&gt;Skipping the office altogether this week.
Wednesday is often my backup day if I can’t make it on Tuesday.
Not this week.&lt;/p&gt;

&lt;p&gt;Running continues to be perfectly reasonable.
I think I will need to begin strategizing for my winter campaign.
Winter running is always a struggle.
I probably will have my best luck during that afternoon, and in the proper clothes.
Once it looks like the weather is going to turn, I am going to begin planning for it.
It is on my mind.&lt;/p&gt;

&lt;h3 id=&quot;sep26thu&quot;&gt;SEP26THU&lt;/h3&gt;

&lt;p&gt;I have nothing to say about Thursday.&lt;/p&gt;

&lt;h3 id=&quot;sep27fri&quot;&gt;SEP27FRI&lt;/h3&gt;

&lt;p&gt;Running.
I could do more.
Maybe I should do more.&lt;/p&gt;

&lt;p&gt;Lunch out with a friend the I haven’t seen in months.
They’ve been out for much of the summer, and I am a little nervous.
But it’s unwarranted, we are back to our old selves again, just checking in and sharing about our lives.&lt;/p&gt;

&lt;h3 id=&quot;sep28sat&quot;&gt;SEP28SAT&lt;/h3&gt;

&lt;p&gt;Pizza night.
Second bread of the week.
I am getting a handle on my wood pellet fired pizza oven, but it is still quite a hot cooker.
Maybe I should throttle the air flow a bit, or &lt;a title=&quot;Long time friend since grad school.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#R&quot;&gt;R&lt;/a&gt; suggests maybe don’t fully occupy the floorspace of the oven, which puts the pizza quite close to the flame.
I will iterate and try again.
The pizza tonight is delicious, I love both the wood toasted flavor, and how incredibly inflated the dough becomes in extreme heat.
For tonights pizza I attempt a pizza diavola, but didn’t do any research, so it’s good but misses the mark.&lt;/p&gt;

&lt;h3 id=&quot;sep29sun&quot;&gt;SEP29SUN&lt;sup id=&quot;fnref:w&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:w&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/h3&gt;

&lt;p&gt;Prepping dried foods for backpacking next weekend.
Dehydrating things in the oven, and in the dehydrator.
The main goal: don’t bring stupid too much food.&lt;/p&gt;

&lt;h3 id=&quot;media&quot;&gt;Media&lt;/h3&gt;

&lt;p&gt;New section.&lt;/p&gt;

&lt;h4 id=&quot;podcasts&quot;&gt;Podcasts&lt;/h4&gt;

&lt;p&gt;Panic World &lt;a href=&quot;https://podcasts.apple.com/us/podcast/panic-world/id1740187810?i=1000669922759&quot;&gt;S1E2&lt;/a&gt;.
Panic World is a new podcast about the moral panics that originate on the internet.
It’s from the makers of &lt;a href=&quot;https://www.garbageday.email&quot;&gt;Garbage Day&lt;/a&gt;.
There were a couple of things that I noted about Ryan and Kat’s discussion, but I think the top line item was the irreverence that they projected about all the abuse that they receive via DM.
It was about the weird (and tired) attacks on immigrants in Ohio, where the VP candidate made up stories about them eating pets.
There was a lot of stuff to talk about.&lt;/p&gt;

&lt;p&gt;Panic World &lt;a href=&quot;https://podcasts.apple.com/us/podcast/panic-world/id1740187810?i=1000670644262&quot;&gt;S1E3&lt;/a&gt;.
It was about smartphones rewiring our brains.
I mean yeah, but also they’re useful, so like everything in moderation?
Also good discussions.&lt;/p&gt;

&lt;h4 id=&quot;movies&quot;&gt;Movies&lt;/h4&gt;

&lt;p&gt;&lt;a href=&quot;https://en.m.wikipedia.org/wiki/Tomb_Raider_(film)&quot;&gt;&lt;em&gt;Tomb Raider&lt;/em&gt;&lt;/a&gt; (2018).
I’m too tired to write a long review.
It was fun.
Also.
Do films always have to be so indulgently gratuitously grandiose to tell stories?
Where does the one-up-manship end?
The moon, galactic core, or the heat death of the universe?
It’s absurd, pointless, and tiresome.
Maybe try telling stories where it’s the smallest things that pose the necessary challenges for characters to overcome.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Character / &lt;a href=&quot;/notes/2024/08/20/weeknotes-key.html&quot;&gt;Week Notes Key&lt;/a&gt; has the decoder ring for the people mentioned.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:w&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;The day it is written. &lt;a href=&quot;#fnref:w&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 24&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/09/29/weeknotes-24.html&quot;&gt;Email me MAYBE.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Trust and Internet and Ai</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/09/26/snapshot-ai.html"/>
   <updated>2024-09-26T19:40:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/09/26/snapshot-ai</id>
   <summary>A quick snapshot of believing what you see.</summary>
   <content type="html">&lt;p&gt;I don’t usually do topical, but I wanted to grab a snapshot.&lt;/p&gt;

&lt;p&gt;So, there’s &lt;a href=&quot;https://www.cnn.com/2024/09/26/science/sea-robins-walk-taste-seafloor/index.html&quot;&gt;this fish&lt;/a&gt; that has walky legs.
And there’s these images of &lt;a href=&quot;https://mossandfog.com/auntiverse-is-a-bizarre-and-hilarious-take-on-auntie-culture-in-asia/&quot;&gt;Asian Auntie culture&lt;/a&gt;, which also features lots of fish.
And there’s these newly identified &lt;a href=&quot;https://www.thisiscolossal.com/2024/09/nazca-lines-ai/&quot;&gt;Nazca Lines&lt;/a&gt;, found with the help of AI image processing.
Finally there’s &lt;a href=&quot;https://nymag.com/intelligencer/article/ai-generated-content-internet-online-slop-spam.html&quot;&gt;this article about AI slop&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I think the first fish is &lt;a href=&quot;https://en.wikipedia.org/w/index.php?title=Triglidae&amp;amp;oldid=1243565080&quot;&gt;real&lt;/a&gt; but those videos don’t particularly look higher fidelity than some of the not-even-newest &lt;a href=&quot;https://openai.com/index/sora/&quot;&gt;gen ai stuff&lt;/a&gt;.
But it took me a minute.
The Asian Aunties are definitely generated.
The Nazca lines, I hope those are legit and a retraction isn’t issued in a few months.
I included the last one to have someone else’s take for reference.&lt;/p&gt;

&lt;p&gt;That’s the state of the world today.
Everything is doubtable and doubtful it seems.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Trust and Internet and Ai&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/09/26/snapshot-ai.html&quot;&gt;Email me your most doubtful but true internet stuff.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 23</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/09/22/weeknotes-23.html"/>
   <updated>2024-09-22T14:45:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/09/22/weeknotes-23</id>
   <summary>The worst commute, just the worst.</summary>
   <content type="html">&lt;p&gt;I have the worst commute, take a morning off to go hiking, and some other ordinary things.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;Temperatures are much lower for the work week; low 70s for highs and low to mid 50s for overnight lows.
It is more cloudy for the first half of the week.
The weekend is warmer, back to the mid 80s.&lt;/p&gt;

&lt;p&gt;The days are getting shorter, sunrise is just before 7, and sunset is just after 7; a little over 12 hours of daylight.
The &lt;a href=&quot;https://en.wikipedia.org/wiki/Equinox&quot;&gt;equinox&lt;/a&gt; is Sunday.
The next full moon is Tuesday, and it’s up all night: bright nights if they aren’t clouded over.&lt;/p&gt;

&lt;h3 id=&quot;sep16mon&quot;&gt;SEP16MON&lt;/h3&gt;

&lt;p&gt;A few hydrogenated oxyde droplets in the air during the run this morning.
I wouldn’t quite call it rain, maybe just a heavy mist or fog.
Run was fast and smooth and easy.
Much cooler temperatures today, and cloudy.
Almost cold on the ears.&lt;/p&gt;

&lt;p&gt;While out for my run, I spotted a rolling laptop desk.
I’m going to use it for a lectern aka mobile dictionary stand.
San José provides.&lt;/p&gt;

&lt;h3 id=&quot;sep17tue&quot;&gt;SEP17TUE&lt;/h3&gt;

&lt;p&gt;I am in the worst commute since before the pandemic.
That’s the last 5 plus years and I don’t remember what that previous commute was.
I look forward to not remembering this one too.
It was just unendingly slow: 86 minutes.
I average 11 miles per hour for the first hour.
It could be worse, it could always be worse.
At least I had a snack before I left.&lt;/p&gt;

&lt;h3 id=&quot;sep18wed&quot;&gt;SEP18WED&lt;/h3&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-09-18-santa-teresa-hiking-1200.jpeg&quot; alt=&quot;A gravel road is before us, leading away into a dry grass hills with valley live oaks. There are layers of stratocumulus clouds and some thin bits of blue sky poking through.&quot; title=&quot;A gravel road is before us, leading away into a dry grass hills with valley live oaks. There are layers of stratocumulus clouds and some thin bits of blue sky poking through.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Santa Teresa County Park&lt;br /&gt;Photo taken with Apple iPhone 14 Pro Max.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;Work has been too much for the past week and a half, but has finally eased up.
I haven’t, but it has, so I choose to take advantage of that this morning and go for a hike at the nearby park.
It’s quiet and not too warm and just what I need.
I should do this more often, maybe check in on the nearest big parks once a month or so.
In the evening there is a spectacular sunset because of the weather system passing by far to the north.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-09-18-sunset-1200.jpeg&quot; alt=&quot;A very colorful sunset over suburban scene.&quot; title=&quot;A very colorful sunset over suburban scene.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Dramatic sunset of San José.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;sep19thu&quot;&gt;SEP19THU&lt;/h3&gt;

&lt;p&gt;NMS at night.
There are a lot of options for things to do in NMS, and none of them are strongly incentivized.
You do them all at your own will, like life.
They must be remembered by you as well, there is somewhat less hand holding in this game than there is in others, and I appreciate that.
J, my Thursday night gaming partner, is focusing on building his base at the moment, but slowly.
I think that after I finish the expedition, which I am the last to do, I will begin working on my pilot hiking loop.
It’s a folk programmers way.&lt;/p&gt;

&lt;h3 id=&quot;sep20fri&quot;&gt;SEP20FRI&lt;/h3&gt;

&lt;p&gt;I have done it, I have gotten my lazy butt out running 3 times this week.
I am stretching the definition of running to include the mental health hike on Wednesday.
Each run is getting easier, and I will remember that for next week, because next week it will be hotter and I should aim to do my running in the morning.&lt;/p&gt;

&lt;h3 id=&quot;sep21sat&quot;&gt;SEP21SAT&lt;/h3&gt;

&lt;p&gt;A and I go into central SJ to visit best used bookstore in the area, we have a pretty big pile of books to sell; they buy most of them.
We use the proceeds to bring a couple of new to us books back home.
We also jaywalk across the street to grab a barely early lunch before heading home.
It was a nice time.&lt;/p&gt;

&lt;h3 id=&quot;sep22sun&quot;&gt;SEP22SUN&lt;sup id=&quot;fnref:w&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:w&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/h3&gt;

&lt;p&gt;Chores and errands, but you don’t want to read about that.
Or, I don’t have anything interesting to say about it at the moment.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Character / &lt;a href=&quot;/notes/2024/08/20/weeknotes-key.html&quot;&gt;Week Notes Key&lt;/a&gt; has the decoder ring for the people mentioned.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:w&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;The day it is written. &lt;a href=&quot;#fnref:w&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 23&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/09/22/weeknotes-23.html&quot;&gt;Email me your off label NMS uses.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes 22</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/09/15/weeknotes-22.html"/>
   <updated>2024-09-15T11:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/09/15/weeknotes-22</id>
   <summary>A plot driven first half of the week.</summary>
   <content type="html">&lt;p&gt;A lot of good food this week.
And running, a good amount of running.
Not to mention that work audibly ratcheted up a click or two.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2021-07-08-lost-coast-ca-1200.jpeg&quot; alt=&quot;A rugged northern California coast in afternoon light. The derelict Punta Gorda Lighthouse is tiny in the distance.&quot; title=&quot;A rugged northern California coast in afternoon light. The derelict Punta Gorda Lighthouse is tiny in the distance.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Punta_Gorda_Light&quot;&gt;Punta Gorda&lt;/a&gt;, on California&apos;s &lt;a href=&quot;https://en.wikipedia.org/wiki/Lost_Coast&quot;&gt;Lost Coast&lt;/a&gt; Trail with the tiny &lt;a href=&quot;https://lighthousefriends.com/light.asp?id=63&quot;&gt;Punta Gorda Lighthouse&lt;/a&gt; in the distance. We had perfect weather for this trip, which is super rare on the Lost Coast.&lt;br /&gt;Photo taken on 21JUL08THU with Apple iPhone XS Max.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;Temperatures are cooling down this week.
Monday is the hottest day with a high of 86 F, and midweek will be in the upper 70s.
Morning temperatures are in the mid to low 50s.
Sunrise is in the last quarter hour before 7 o’clock, and sunset is a little over twelve and half hours later in the second quarter of the seventh afternoon hour.
The moon is waxing from a crescent toward full, rising in the afternoon and setting later into the night.
The nights will be bright with moonshine later in the week.&lt;/p&gt;

&lt;h3 id=&quot;sep09mon&quot;&gt;SEP09MON&lt;/h3&gt;

&lt;p&gt;I usually save the food updates for the now page.
But this &lt;a href=&quot;https://cooking.nytimes.com/recipes/1020378-tomato-risotto&quot;&gt;tomato risotto&lt;/a&gt;, with tomatoes from A’s farm, it is the risotto of the decade.
We’re both wrecked from how good it is.
I don’t think that recipe in particular has any secret sauce.
The secret is the homegrown garden tomatoes.
They are the secret to everything.&lt;/p&gt;

&lt;p&gt;I’m sad because the picture I took of it doesn’t effectively represent the experience of it, or the taste at all.&lt;/p&gt;

&lt;h3 id=&quot;sep10tue&quot;&gt;SEP10TUE&lt;/h3&gt;

&lt;p&gt;A breakneck WFH day.
If the week were the plot of a novel, today would be the climax.
Kinda early in the timeline, but I’m not really the author.&lt;/p&gt;

&lt;h3 id=&quot;sep11wed&quot;&gt;SEP11WED&lt;/h3&gt;

&lt;p&gt;Running in the AM.
I’m feeling like I’m coming down the back side of “running is hard.”
Next challenge: changes in the weather.&lt;/p&gt;

&lt;p&gt;In terms of the plot metaphor I mentioned yesterday, today is definitely the denouement.
WFO.
Big presentation.
Well, I mean I have just one slide in a big presentation.
Most or all of the neck breaking things yesterday are now making sense.
I can return to my regularly scheduled programming.&lt;/p&gt;

&lt;h3 id=&quot;sep12thu&quot;&gt;SEP12THU&lt;/h3&gt;

&lt;p&gt;Finally, a day of going at my own pace.&lt;/p&gt;

&lt;h3 id=&quot;sep13fri&quot;&gt;SEP13FRI&lt;/h3&gt;

&lt;p&gt;Running at lunch.
Definitely getting a handle on it.
Only the last few minutes are suffering but that’s because it’s sunny and warm and no shade.
Or at least that’s what I am telling myself.&lt;/p&gt;

&lt;p&gt;Sometimes I have a shadow that runs with me.
Or maybe my shadow also has footsteps; I mean that today I hear what sounds like someone running a couple of steps behind me.
Not this time, but other times I’ve even looked over my shoulder to check if someone is there waiting for an all clear to pass on this completely empty and very wide trail.
It would be pretty creepy in the dark, but I don’t run at night.
And I usually don’t have a shadow either.&lt;/p&gt;

&lt;p&gt;What I think is actually happening is that the sound of gravel crunching underfoot is echoing off of nearby things, maybe even just the ground.
Under this theory, the sound is a half step back or more.
Some quick math should verify or rule out that possibility.
Also under this theory a rougher surface for the sound to have more area to bounce off of, or things like trees and curbs, will make the effect more apparent.&lt;/p&gt;

&lt;h3 id=&quot;sep14sat&quot;&gt;SEP14SAT&lt;/h3&gt;

&lt;p&gt;I’ve been branded.
“Those people. The ones who put their mattresses on the roofs of their cars.”
Two loud talking cyclists ride by, talking loudly, possibly unaware that everyone can hear them.
A and I are loading some old things into, and on top of, our car for short distance transport to the rally point.
People, it’s dumpster day.
You’re probably the sort that doesn’t put your shopping cart away.
I’m not really taking umbrage at being labeled, but I am a little surprised that the words have more impact than I think they ought.&lt;/p&gt;

&lt;p&gt;Friends over for dinner.
We should do this more often.
It turns out that you can clobber the best tomato flavor out of a recipe, if those best tomatoes are crowded too much with other flavors.
The result is only excellent, not sublime.
Oh well, lesson learned.&lt;/p&gt;

&lt;h3 id=&quot;sep15sun&quot;&gt;SEP15SUN&lt;sup id=&quot;fnref:d&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:d&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/h3&gt;

&lt;p&gt;The Costco run this morning is unusually busy.
A and I are only a few minutes later than we wanted to be, but the place is already packed with busy shoppers going every which way, and they’re escalating.
A number of people are muttering under their breath about it.
That’s unusual; I usually don’t see anyone else noticing the mundane mayhem.
So maybe it is an out of the ordinary amount of chaos.
Something in the air?
Full moon is soon, and so is the autumnal equinox; could be anything.&lt;/p&gt;

&lt;h4 id=&quot;extra&quot;&gt;Extra&lt;sup id=&quot;fnref:e&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:e&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/h4&gt;

&lt;p&gt;In the evening we relax with the screen door open, and A notices an owl hooting.
When directed to it, I notice that I can hear it too, and it’s not another distant dog barking, a different animal entirely.
Neither of us had ever heard it before; neighbors such as &lt;a title=&quot;A neighborhood dog friend that has grown to be more.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#L&quot;&gt;L&lt;/a&gt; have heard it often.
It’s a few percent magical.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Character / &lt;a href=&quot;/notes/2024/08/20/weeknotes-key.html&quot;&gt;Week Notes Key&lt;/a&gt; has the decoder ring for the people mentioned.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:d&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;The day it is written. &lt;a href=&quot;#fnref:d&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:e&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;This is why I should probably finish writing this on Monday. &lt;a href=&quot;#fnref:e&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes 22&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/09/15/weeknotes-22.html&quot;&gt;Email me about your week, I&apos;d love to hear about it.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes 21</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/09/08/weeknotes-21.html"/>
   <updated>2024-09-08T15:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/09/08/weeknotes-21</id>
   <summary>The best sunset. It's always the best sunset.</summary>
   <content type="html">&lt;p&gt;A short work week, but it sure felt like five days of work happened anyway.
&lt;!--more--&gt;&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-08-11-sunset-ombre-1200.jpeg&quot; alt=&quot;A very colorful sunset with a few clouds in the sky. It&apos;s not from this week though.&quot; title=&quot;A very colorful sunset with a few clouds in the sky. It&apos;s not from this week though.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Sunset colors wash from orange on the horizon through yellow to a tinge of green then pale blue which deepens higher in the sky through to dark purple. There are a few electric pink clouds in the sky, the give away that I don&apos;t take pictures while driving. See the note from Saturday to understand why I mention that here.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;The last cool day of the week is going to be Monday.
For the middle part of the week it will be hot, back to the 90s F.
It’s sunny all week.
Clouds may come back in the morning later in the week, but I kind of doubt it.
The weekend is forecast to be cooler again.
Sunrise is in the latter half of the six o’clock hour, and sunset is around half past seven.
For the nighttime hours, there is a new moon on Monday, and it’s only up during the daylight hours.&lt;/p&gt;

&lt;h3 id=&quot;sep02mon&quot;&gt;SEP02MON&lt;/h3&gt;

&lt;p&gt;Today is a holiday.&lt;/p&gt;

&lt;p&gt;My friend &lt;a title=&quot;A Close friend of mine. I&apos;ve known him since college. We text/chat daily.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#J&quot;&gt;J&lt;/a&gt; is in Portland this weekend, and will be making a pass through Ken’s Artisan Bakery.
Last night I got inspired by this so I made a plan to get out to Manresa Bread this morning to pick up a couple of pastries and maybe a coffee.
It is so worth it, especially because traffic is light and parking is easy and there is hardly any line in the shop.&lt;/p&gt;

&lt;p&gt;Campbell is still filled with Campbell people.&lt;/p&gt;

&lt;p&gt;In the evening I make another batch of pesto beans (NYT Cooking recipe), and a salad with a fresh vinaigrette.
The simple foods are always so, so good.
I reheat a baguette from Manresa in the oven to complete the meal.&lt;/p&gt;

&lt;h3 id=&quot;sep03tue&quot;&gt;SEP03TUE&lt;/h3&gt;

&lt;p&gt;WFO.
On the drive home, I pass an accident, thankfully minor looking.
I don’t see any active EMTs, just a few scattered groups of distressed peopled on the shoulder.
A stricken Prius in the middle lane, shielded behind several large white fire trucks that block all three lanes.
It adds 10 minutes to my commute.
So much for an easier time during a holiday week.
I remain sangfroid about it, the cummute takes what the commute takes.&lt;/p&gt;

&lt;h3 id=&quot;sep04wed&quot;&gt;SEP04WED&lt;/h3&gt;

&lt;p&gt;At lunchtime I drive up to the central corporate campus to meet &lt;a title=&quot;A former colleague of mine, we get lunch about once a month.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#CB&quot;&gt;CB&lt;/a&gt; for lunch.
The place is from a surreal future.
It gives of the vibes of a separate world, distant again, like the launch pads of the &lt;a href=&quot;/notes/2024/08/18/weeknotes-18.html#aug15thu&quot;&gt;Florida coast&lt;/a&gt;.
Despite being intimately within the very heart of it, I am miles away.
We both remark on how weird it is.
Everything is normal and not normal at the same time.
Maybe it has become a place where our world and its mirror touch just a little.
Maybe next time I will have more time to investigate these vibes.&lt;/p&gt;

&lt;h3 id=&quot;sep05thu&quot;&gt;SEP05THU&lt;/h3&gt;

&lt;p&gt;I sleep terrible this week.
Waking up, and not being able to fall back to sleep.
Struggling to fall to sleep to begin with.
I know it’s about something at work, even though I am not actively worrying about it during the daytime hours.
Being tired and unrested blocks my running plans and my cooking plans.
Today I slept well, but other days I did not.
During the day I discuss with one of my colleagues something that I think is bothering me and we clear most of it up.
I am left with two conclusions: one that I am able to intillectually accept somethings and still resist emotionally accepting them, and two that there is one part that is somehow still my burden alone.
Later I realize that also I don’t need to take that last bit so seriously.
So what if I have some read of it wrong, we will figure it out.
I won’t claim that it’s all resolved, but I feel some relief.&lt;/p&gt;

&lt;h3 id=&quot;sep06fri&quot;&gt;SEP06FRI&lt;/h3&gt;

&lt;p&gt;Very busy day at work.
Had to ask to take a zero with &lt;a title=&quot;A good friend I&apos;ve known for almost 10 years. He moved away a couple of years ago, but we catch up weekly.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#B&quot;&gt;B&lt;/a&gt;.
I manage to pull together a result but it doesn’t answer all the questions we have.
More for Monday.&lt;/p&gt;

&lt;h3 id=&quot;sep07sat&quot;&gt;SEP07SAT&lt;/h3&gt;

&lt;p&gt;It’s kind of rare to be out driving just at the sunset hour.
&lt;a title=&quot;My wife.&quot; href=&quot;/notes/2024/08/20/weeknotes-key.html#A&quot;&gt;A&lt;/a&gt; and I find ourselves out doing just that.
The sunset horizon dims through a whole gradient of hues, golden orange on the horizon to deep blue above.
Then a rich pale yellow to navy verging on violet.
The ombrés gradually shift to ever dimmer renditions.
It’s spectacular for a cloudless sky.
I’m lucky that I don’t crash the car.
I would see it again and again.
There will be another chance most days.&lt;/p&gt;

&lt;p&gt;The picture at the top is suggestive of tonight’s sunset, but it’s from almost a month ago.
I don’t (usually) take pictures while I am driving.&lt;/p&gt;

&lt;h3 id=&quot;sep08sun&quot;&gt;SEP08SUN&lt;/h3&gt;

&lt;p&gt;(The day it is written.)&lt;/p&gt;

&lt;p&gt;Desk building, sandwich making, laundry, a few minutes of No Man’s Sky, writing this post.
Dog walking, taking the dog to the park.
Meal planning, grocery shopping, doing the dishes.
Reading, writing.
Organizing and editing out a few of the things around the house.
These are just some of the things I am doing today.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Character / &lt;a href=&quot;/notes/2024/08/20/weeknotes-key.html&quot;&gt;Week Notes Key&lt;/a&gt; has the decoder ring for the people mentioned.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes 21&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/09/08/weeknotes-21.html&quot;&gt;Email me about your week, I&apos;d love to hear about it.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>An Imperfect Library of Noticing</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/09/07/library-of-noticing.html"/>
   <updated>2024-09-07T17:01:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/09/07/library-of-noticing</id>
   <summary>Some books about paying attention while you are out and about.</summary>
   <content type="html">&lt;p&gt;These are some resources I’ve found helpful for noticing more, and noticing what I’m noticing.
These are books&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; that I myself have read and found to be relevant to noticing more.
But, it’s not a perfect list.
I haven’t surveyed all the possibilities.
I haven’t even found a great handle for finding other sources (email me if you have figured it out).
So here, I present to you, what I know so far.&lt;/p&gt;

&lt;p&gt;So much of noticing is thinking.
So much of noticing is attention.
Noticing is openness.&lt;/p&gt;

&lt;p&gt;I think the biggest leg up for noticing more is knowing a little of the thing that you are intersted in.
With a tiny bit of knowledge you can begin, you have eyes (even if those are are one of the other senses)
If you know nothing, you don’t even know what to look for at all.
There’s very little payoff from all the time spent looking.
You’re missing so much of the unknown unknowns.
So, once you know there is a niche you want to see more of, just go find the shortest introduction you can.
It’ll pay you back a hundred fold.&lt;/p&gt;

&lt;p&gt;Alternatively you can just go in totally blind.
It’s liberating and freeing and a pure sensate inquiry of yourself and the environment.
Very flow.
You might find something that no one has noticed before.&lt;/p&gt;

&lt;h3 id=&quot;looking-noticing-attention&quot;&gt;Looking, Noticing, Attention&lt;/h3&gt;

&lt;p&gt;These sources deal directly with the topic at hand.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;On Looking&lt;/strong&gt; by Alexandra Horowitz, 2013&lt;br /&gt;
Horowitz’s book does a couple of things that are so far unique.
First, she show’s us what she learns from an expert by being an uneducated looker and begins to notice the first things that the expert has taught her.
Second, at least for me, is that she provides a small keyring of these toehold introductions in the dozen chapters of the book.
I don’t think it was her intention to be a catalog of introductions.
If it were, I think that book would be arranged quite differently.
There are not many general references here either.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;The Art of Noticing&lt;/strong&gt; by Rob Walker, 2019&lt;br /&gt;
A book of exercises and suggestions on this very topic.
The one that helped me realize that there is a topic for this idea of looking and noticing and spying.
Many references in the back yet to be explored.
Rob also has a newsletter.&lt;sup id=&quot;fnref:2&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:2&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;How to See&lt;/strong&gt; by George Nelson, 2003&lt;br /&gt;
It’s a picture book of many different themes that this designer is attracted to in the urban scene.
There is a small amount of text to give a little more context on the themes.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;How to Do Nothing&lt;/strong&gt; by Jenny Odell, 2019&lt;br /&gt;
Odell’s book comes from the direction of escaping the attention economy.
But it still is aimed directly at noticing your surroundings and the secrets that are there right before us all.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;from-the-arts&quot;&gt;From the Arts&lt;/h3&gt;

&lt;p&gt;Artists are always making something of the things that they notice, whether inwardly or outwardly.
They’re such observers and recognizers, even when they aren’t able to say what it is that they have put their finger on.
Of course they have an extensive practice and library of this subject.
Lots of tools here for tuning the mind and attention to notice what you are noticing.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;How I Make Photographs&lt;/strong&gt; by Joel Meyerowitz, 2019&lt;br /&gt;
Has a good discussion on methods for noticing what you are noticing.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Draw it with your eyes closed&lt;/strong&gt; edited by Paper Monument, 2012&lt;br /&gt;
A collection of exercises from artists classes.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;The Photographer’s Playbook&lt;/strong&gt; edited by Jason Fulford and Gregory Halpern, 2014&lt;br /&gt;
Another collection of exercises, for photographers.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Steal Like an Artists&lt;/strong&gt; by Austin Kleon, 2012&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Art and Fear&lt;/strong&gt; by David Bayles and Ted Orland, 1993&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Drawing on the Right Side of the Brain&lt;/strong&gt;, 4th ed. by Betty Edwards, 2012&lt;br /&gt;
A little more distantly related, but still relevant.
It’s about observing.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;writers&quot;&gt;Writers&lt;/h3&gt;

&lt;p&gt;Similar to the artists, writers are also great noticers of things.
In order to write it, you have to become aware of it first.
And you have to attend carefully to what you are resonating with too.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;The Art of Description&lt;/strong&gt; by Mark Doty, 2010&lt;br /&gt;
About poetry writing.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Bird by Bird&lt;/strong&gt; by Anne Lamott&lt;br /&gt;
About all kinds of personal writing.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;The Log from the Sea of Cortez&lt;/strong&gt; by John Steinbeck, 1951&lt;br /&gt;
(I have the 1995 Penguin Classics edition)&lt;br /&gt;
An example of both concrete observations as well as the insubstantial cultural type things.
Lots of good clear writing here, you can feel the act of noticing that Steinbeck has done.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;mind-skills&quot;&gt;Mind Skills&lt;/h3&gt;

&lt;p&gt;These references are indirectly related, but still useful.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;How to Take Smart Notes&lt;/strong&gt; by Sönke Ahrens, 2017&lt;br /&gt;
Mostly just included for the bits about types of attention, collecting raw notes, and the mechanics of making connections.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;The Extended Mind&lt;/strong&gt; by Annie Murphy Paul, 2021&lt;br /&gt;
It’s been a while, but if I remember right, the earlier chapters about magpie mind is relavent here.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;How to Think like Shakespeare&lt;/strong&gt; by Scott Newstok, 2020&lt;br /&gt;
Lots of tools related to thinking and using your brain that are related to this topic.
Well, I thought they were.&lt;/li&gt;
&lt;/ul&gt;

&lt;hr /&gt;

&lt;p&gt;If you have some tips on other good sources, books, podcasts, blogs, what have you, I’m all ears.
Use the link below.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;They’re all books for now, but I intended to include some other things too. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:2&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I didn’t link to it, so that keeps the list all books, right? &lt;a href=&quot;#fnref:2&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;An Imperfect Library of Noticing&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/09/07/library-of-noticing.html&quot;&gt;Email me your best references on noticing.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>New to me Facts and Ideas in August 2024</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/09/02/august-facts.html"/>
   <updated>2024-09-02T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/09/02/august-facts</id>
   <summary>If I had to pick a theme this month, it would be Starliner.</summary>
   <content type="html">&lt;p&gt;More space facts than I would have predicted this time.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;week-32&quot;&gt;Week 32&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-08-05&quot;&gt;24AUG05MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Idea: &lt;a href=&quot;https://www.popsci.com/health/thinking-is-unpleasant-study/&quot;&gt;thinking hard is not fun&lt;/a&gt;? I don’t think I really buy it. Maybe if you aren’t doing it right. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Idea: &lt;a href=&quot;https://phys.org/news/2024-08-tower-moon-astronauts-power-guidance.html&quot;&gt;Swiss Army knife of lunar utility infrastructure&lt;/a&gt;? It’s bigger than you think, and it sounds like fantasy to me. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Idea: &lt;a href=&quot;https://aeon.co/essays/what-plant-philosophy-says-about-plant-agency-and-intelligence&quot;&gt;Plant Behavior and Philosophy&lt;/a&gt;, also via Damn Interesting. I still want to watch &lt;a href=&quot;https://en.wikipedia.org/wiki/The_Green_Planet_%28TV_series%29&quot;&gt;Green Planet&lt;/a&gt;, which a friend described to me in a way that strongly resembles this article.&lt;/li&gt;
  &lt;li&gt;Idea: the &lt;a href=&quot;https://www.nytimes.com/2024/07/31/science/assembly-theory-life-sara-walker.html&quot;&gt;assembly index&lt;/a&gt; as test for life? Via Damn Interesting. I only loosely scanned the article, and &lt;a href=&quot;https://en.wikipedia.org/wiki/Assembly_theory&quot;&gt;wikipedia&lt;/a&gt;, the index is how many different kinds of pieces come out when you break the molecules up by force. Think hitting a pocket watch (we all carry those, right?) with a hammer. You get gears and hands and pieces of glass. That’s a lot of kinds of pieces.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://www.theverge.com/2024/8/5/24155520/judge-rules-on-us-doj-v-google-antitrust-search-suit&quot;&gt;Google is a monopoly, in search&lt;/a&gt;, via &lt;a href=&quot;https://kottke.org/24/08/0045063-google-a-monopoly-loses-i&quot;&gt;Kottke&lt;/a&gt;. They will appeal, already reported in &lt;a href=&quot;https://www.nytimes.com/2024/08/05/technology/google-antitrust-ruling.html&quot;&gt;NYT&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://www.nytimes.com/2024/08/07/science/boeing-starliner-nasa-spacex.html&quot;&gt;Starliner is still at the ISS&lt;/a&gt;, via &lt;a href=&quot;https://news.ycombinator.com/item?id=41184359&quot;&gt;Hacker News&lt;/a&gt;, and the crew may be brought back by SpaceX Dragon. It launched in June, and was supposed to be up there for a week or two.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-33&quot;&gt;Week 33&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-08-12&quot;&gt;24AUG12MON&lt;/time&gt;
.&lt;/p&gt;

&lt;p&gt;Travel week.
I did read some feeds, but maybe between my being out of my usual environment, and it being the middle of August so people are on vacation, I didn’t pick up many new things.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Idea: framing stories by their &lt;a href=&quot;https://interconnected.org/home/2024/08/16/bombadil&quot;&gt;inner and outer realities&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-34&quot;&gt;Week 34&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-08-19&quot;&gt;24AUG19MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: there is a spaceport, &lt;a href=&quot;https://en.wikipedia.org/wiki/SaxaVord_Spaceport&quot;&gt;SaxaVord&lt;/a&gt;, on the northernmost inhabited Shetland island. The first launch is planned for this year, so it’s not a proven spaceport. Via &lt;a href=&quot;https://arstechnica.com/space/2024/08/a-frontrunner-in-europes-private-launch-industry-just-lost-its-first-rocket/&quot;&gt;Ars Technica&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Hypothesis: The &lt;a href=&quot;https://en.wikipedia.org/wiki/Wow!_signal&quot;&gt;Wow!&lt;/a&gt; signal may be &lt;a href=&quot;https://arstechnica.com/?p=2044511&quot;&gt;explained&lt;/a&gt; (&lt;a href=&quot;https://gizmodo.com/astrophysicists-may-have-found-the-source-of-mysterious-wow-signal-2000487953&quot;&gt;also first here&lt;/a&gt;). Via Damn Interesting &amp;amp; Ars Technica.&lt;/li&gt;
  &lt;li&gt;What the fact: &lt;a href=&quot;https://en.wikipedia.org/wiki/Polaris_Dawn&quot;&gt;Polaris Dawn&lt;/a&gt; commercial space mission will do some pretty crazy stuff to investigate the effects of Van Allen belt radiation on humans in space, among other things such as EVA. Via &lt;a href=&quot;/notes/2024/08/20/weeknotes-key.html&quot;&gt;A&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://mossandfog.com/lucara-unearths-second-largest-diamond-ever-found/&quot;&gt;Second largest diamond&lt;/a&gt; found.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://www.nasa.gov/news-release/nasa-decides-to-bring-starliner-spacecraft-back-to-earth-without-crew/&quot;&gt;Nasa&lt;/a&gt; opts to return Boeing’s Starliner without the crew. See also &lt;a href=&quot;https://news.ycombinator.com/item?id=41339667&quot;&gt;hacker news discussion&lt;/a&gt;.
The crew will return early in ‘25 on a SpaceX Dragon capsule.&lt;/li&gt;
  &lt;li&gt;Hypothesis: &lt;a href=&quot;https://yle.fi/a/74-20062381&quot;&gt;Air filtering helps reduce infections&lt;/a&gt;, via &lt;a href=&quot;https://news.ycombinator.com/item?id=41347868&quot;&gt;Hacker News&lt;/a&gt;. I thought we knew this already. Why aren’t we mandating air circulation in all public spaces?&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://eos.org/articles/5000-year-old-copper-pollution-found-near-the-pyramids&quot;&gt;5000 year old pollution is still around&lt;/a&gt;. Well, archaeologists found it anyway.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-35&quot;&gt;Week 35&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-08-26&quot;&gt;24AUG26MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: the land around Los Alamos is &lt;a href=&quot;https://www.theguardian.com/us-news/article/2024/aug/26/los-alamos-new-mexico-plutonium-contamination&quot;&gt;as contaminated as Chernobyl&lt;/a&gt;. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Fact: A &lt;a href=&quot;https://streetsmartnaturalist.substack.com/p/worlds-youngest-glacier&quot;&gt;new glacier is forming in Mt. St. Helens&lt;/a&gt;, via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Fact: Polaris Dawn is delayed because SpaceX Falcon 9 boosters are &lt;a href=&quot;https://spaceflightnow.com/2024/08/28/faa-grounds-spacexs-falcon-9-rocket-following-landing-mishap/&quot;&gt;grounded&lt;/a&gt; after &lt;a href=&quot;https://arstechnica.com/space/2024/08/for-the-first-time-in-more-than-three-years-spacex-misses-a-booster-landing/&quot;&gt;one doesn’t stick the landing&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Evidence: &lt;a href=&quot;https://nautil.us/crows-are-even-smarter-than-we-thought-820066/&quot;&gt;Crows (corvids) are smarter than previously thought&lt;/a&gt;, via &lt;a href=&quot;https://news.ycombinator.com/item?id=41405195&quot;&gt;Hacker News&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Evidence: &lt;a href=&quot;https://www.science.org/content/article/builders-massive-ancient-monument-understood-science-behind-their-work&quot;&gt;Neolithic builders had a solid grasp on engineering&lt;/a&gt; including the arch principle and bedrock foundations. Via &lt;a href=&quot;https://www.ancientbeat.com/p/ancient-beat-123-egyptian-astronomers&quot;&gt;Ancient Beat&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;New to me Facts and Ideas in August 2024&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/09/02/august-facts.html&quot;&gt;Email me a cool fact you&apos;ve learned lately. Or a correction.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 20</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/09/01/weeknotes-20.html"/>
   <updated>2024-09-01T18:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/09/01/weeknotes-20</id>
   <summary>No more tomatoes.</summary>
   <content type="html">&lt;p&gt;You will note that there is not a mention of tomatoes in this week’s edition.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;Character / &lt;a href=&quot;/notes/2024/08/20/weeknotes-key.html&quot;&gt;Week Notes Key&lt;/a&gt; has the decoder ring for the people mentioned.&lt;/p&gt;

&lt;h3 id=&quot;almanac&quot;&gt;Almanac&lt;/h3&gt;

&lt;p&gt;Sunrise is around half past 6 and sunset is around a quarter to 8.
Morning is the best time to run with some marine layer clouds, and lows at 60 F or a bit below.
Clear skies later in the day, highs are mild low 80s to mid 90s F this week.
Evening temperatures are just about perfect in the later hours.
New moon ~this~ next week; expect dark nights.&lt;/p&gt;

&lt;h3 id=&quot;aug26mon&quot;&gt;AUG26MON&lt;/h3&gt;

&lt;p&gt;In the morning I am writing on a personal project.
I don’t know where to begin with something I want to say, so I set a timer and just gush words onto the page.
When I do this, it is a list I am making.
With bullets.
I try to follow the advice and don’t filter anything.
In the process, I solve one of the problems that has been impeding my progress.
It’s an unlooked for reward and I hope to a) remember this success so that I might repeat it with other problems, and b) actually be able to relate it to you soon.&lt;/p&gt;

&lt;p&gt;After work I go for a run.
It was pretty awful.
Just very hot and I am not used to it anymore.&lt;/p&gt;

&lt;h3 id=&quot;aug27tue&quot;&gt;AUG27TUE&lt;/h3&gt;

&lt;p&gt;Today I am in the office.
Traffic never got better, it just took about an hour to get here.
My morning is somewhat free, but the afternoon is more packed with meetings.
So, I have a little time to make progress on an important project; I am still stymied.
At the end of the day I spin around and ask lead a quick question, and he just reflexively punts the problem off to another team.
In that interaction I saw two luxuries combined into more than the sum of their parts.
I could just ask, low stakes, full context, and they were there and with me on the problem.
The transaction costs were utterly minimized.
The second luxury was that in this role the responsibilities are defined well enough that we can do that punting, it’s just not something that was an option ever before.
It was nice, and the project has moved quite a distance since then too.&lt;/p&gt;

&lt;p&gt;Okay, the costs are hidden by the distance of time.
I commute an hour each way for the luxury of the interaction.
Remembering that might be a good idea, for more than just me.
It has a multitude of implications.&lt;/p&gt;

&lt;h3 id=&quot;aug28wed&quot;&gt;AUG28WED&lt;/h3&gt;

&lt;p&gt;This morning I correct for the temperature problems on Monday and do my running early.
It was great, a good run.
I still have plenty of getting into shape to do, but this run was much better.
As much as I don’t like doing exercise in the morning&lt;sup id=&quot;fnref:2&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:2&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;, it was better for the temperature and it was nice to have it done before any other things could sap my will power.&lt;/p&gt;

&lt;h3 id=&quot;aug29thu&quot;&gt;AUG29THU&lt;/h3&gt;

&lt;p&gt;Caught up with C.
She got married (as expected).
She quit (unexpected)!
I don’t think the two things are connected.
I am super excited for her!&lt;/p&gt;

&lt;h3 id=&quot;aug30fri&quot;&gt;AUG30FRI&lt;/h3&gt;

&lt;p&gt;Friday is chat with B day.
We cover a wide range of topics, Puget Sound sailing situation, gardening, cooking, reading, news.
One of B’s more intriguing culinary interests is fermenting.
He recently made some beet &lt;a href=&quot;https://en.wikipedia.org/wiki/Kvass&quot;&gt;kvass&lt;/a&gt;, and it turned out quite alright.
Interesting and worth continuing to pursue.
And coincidentally aligned with an article that I saw earlier this week about &lt;a href=&quot;https://en.wikipedia.org/wiki/Tepache&quot;&gt;tepache&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The weather has been trending cool this week, so I chose to run in the evening again.
The result was somewhat in between the two other runs this week.
I’m talking all about how challenging it is to keep my out of mental and physical shape self going for the whole time.
This run was easier to do than Monday’s, but by the end I was having to keep myself going by setting short term destinations to keep going to.
“Get to that stop sign,” and then “get to that corner,” etc.
Still a successful outing.
Maybe next week I just try to go in the morning all week.&lt;/p&gt;

&lt;h3 id=&quot;aug31sat&quot;&gt;AUG31SAT&lt;/h3&gt;

&lt;p&gt;This morning I am reading on the back patio.
Or trying to read.
It seems like every sentence reminds me of something to look up.
Or some thought I had earlier in the week and want to write down now before I lose it again.
I read another sentence and it has a word that I am less sure of.
Put the book down, grab the dictionary and look it up.
A real dictionary.
Just fyi, these things are great, and you can get two for twenty bucks used.
Real books, real dictionaries.
I suggest you try one.&lt;/p&gt;

&lt;h3 id=&quot;sep01sun&quot;&gt;SEP01SUN&lt;/h3&gt;

&lt;p&gt;(The day it is written.)&lt;/p&gt;

&lt;p&gt;A and I are at the Cupertino library.
It has been a while since I’ve been here, maybe pre-pandemic.
There is a San Jose library branch closer to our house.
This library is part of the county system and the county libraries have substantially larger collections.
The cookbooks are both sides of an entire aisle, as a calibration tracer.
There are many other interesting books on the shelf other than just the one that I am seeking and have specifically confirmed will be here.
I take a rather absurd pile of books to a table to sort through, and note several titles that I would like to buy instead, because I plan to read them and make notes / marginalia.
It’s a success in many dimensions.
I make a note to come back to the county libraries even though they are a longer drive.
It’s worth it.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:2&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Let’s be honest with each other, I don’t like exercise at any time of the day. But I do like being in approximate shape for hiking and for living in general. &lt;a href=&quot;#fnref:2&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 20&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/09/01/weeknotes-20.html&quot;&gt;Email me about libraries?&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 19</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/08/25/weeknotes-19.html"/>
   <updated>2024-08-25T21:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/08/25/weeknotes-19</id>
   <summary>To-Ma-Toes</summary>
   <content type="html">&lt;p&gt;Smaller week.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;Character / &lt;a href=&quot;/notes/2024/08/20/weeknotes-key.html&quot;&gt;Week Notes Key&lt;/a&gt; has the decoder ring for the people mentioned.&lt;/p&gt;

&lt;h3 id=&quot;aug19mon&quot;&gt;AUG19MON&lt;/h3&gt;

&lt;p&gt;We saw one of our favorite neighborhood dog walking friends this morning.
And we had both gotten back from travels, so we spent an extra long walk swapping stories of our experiences.
It was fun!&lt;/p&gt;

&lt;p&gt;Restarting the running is always hard.
It’s been extra hard this time.
Felt like I had lead boots on.
Only managed about 80% of my goal.
The more important thing to recognize is that I got out there and got the ball rolling.
That effort will pay dividends later in the week.
Between the heat and my lack of running lately, I suffered through.&lt;/p&gt;

&lt;h3 id=&quot;aug20tue&quot;&gt;AUG20TUE&lt;/h3&gt;

&lt;p&gt;WFO.
Quite a few meetings.
Actually, an unusual amount of meetings.
All afternoon.
Or maybe a new normal amount of meetings?
It was a rush of context switching and a lot of talking.
But, was I effective?
Time will tell.&lt;/p&gt;

&lt;h3 id=&quot;aug21wed&quot;&gt;AUG21WED&lt;/h3&gt;

&lt;p&gt;I caught up with JH&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; today.
It has been a few months, and it feels just normal to pick up again.
I’m glad to hear that he’s doing well.
He’s got a new kid and know that can be a tiring time, but everyone is good.
The baby boy is teething.&lt;/p&gt;

&lt;p&gt;As luck would have it, I also caught up with CH today too.
Another old friend, we hadn’t connected in a few months just because of schedule differences.
He had recently come back from Taiwan, and it was cool to hear about his trip.&lt;/p&gt;

&lt;p&gt;For dinner we made pesto beans, and baguettes (round 2) that I also made.
There is a recipe, but it basically is what it sounds like, made a little more saucy with some broth.
The recipe calls for some mild bean, probably cannellini, but we used butter beans.
Did you know that butter beans are lima beans?
I only learned that recently.
Good thing I like lima beans.
The pesto stands up well to their robust flavor, and the baguettes were delicious too.&lt;/p&gt;

&lt;h3 id=&quot;aug22thu&quot;&gt;AUG22THU&lt;/h3&gt;

&lt;p&gt;Tomato season is cresting.
There is such a thing as too many tomatoes.
Tomato salad.
Panzanella.
Stewed tomatoes.
Tomato sauce.
Tomato sandwiches.
We can’t keep up.
They’re delicious.
You want something different.
They pile up.
We don’t give up.&lt;/p&gt;

&lt;h3 id=&quot;aug23fri&quot;&gt;AUG23FRI&lt;/h3&gt;

&lt;p&gt;Friday means weekly chat with B.
We go over our usual topics: garden, politics, Ukraine, sailing, health, reading, watching.
It’s always a refreshing and engaging, deep and ranging, conversation.
I’m glad we’ve kept it up, for years now.&lt;/p&gt;

&lt;h3 id=&quot;aug24sat&quot;&gt;AUG24SAT&lt;/h3&gt;

&lt;p&gt;Ran in to MV together this morning and we were all achatter about the new houses being built.
We form an impromptu pool on when they will be finished.
Maybe we differ on the definition of “finished,” but I’m quite optimistic about this building crew’s speed.&lt;/p&gt;

&lt;p&gt;In the afternoon we drive up to Mt. Madonna, a county park in the mountains where TFam is camping and having a birthday party for their middle child.
A couple of observations: these folks know how to glamp!
And, for not being that far away, this park feels quite out there.
And the drive out, after getting off 101, was intriguingly backroads, I smell exploration possibilities.&lt;/p&gt;

&lt;h3 id=&quot;aug25sun---today&quot;&gt;AUG25SUN - today&lt;/h3&gt;

&lt;p&gt;Ahhh, pizza night.
I do the stewing of the tomatoes in the morning, my first time doing this.
Same day Ken Forkish dough, it’s best in a really hot wood fired oven, but also very good in my kitchen, which is the plan for today.
And it doesn’t disappoint: meets expectations.
But those expectations are oh so high.
That sauce, from our own stewed tomatoes is so so good, the real star of the show.&lt;/p&gt;

&lt;p&gt;And A made key lime bars for dessert!&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Remember to see the context linked at the top of the post. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 19&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/08/25/weeknotes-19.html&quot;&gt;Email me about something.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes Key</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/08/20/weeknotes-key.html"/>
   <updated>2024-08-20T09:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/08/20/weeknotes-key</id>
   <summary>Decoder ring for the short names I use to identify repeat appearance people in the weeknotes.</summary>
   <content type="html">&lt;p&gt;This is after &lt;a href=&quot;https://walknotes.com/context/&quot;&gt;DW’s Walknotes Context page&lt;/a&gt;.
Expect this note to be regularly updated as I mention knew folks.&lt;/p&gt;

&lt;table style=&quot;width: 90%;&quot;&gt;
&lt;tr&gt;
&lt;th&gt;Who&lt;/th&gt;
&lt;th&gt;Context&lt;/th&gt;
&lt;/tr&gt;
&lt;tr id=&quot;A&quot;&gt;
&lt;td&gt;A&lt;/td&gt;&lt;td&gt;My wife.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;B&quot;&gt;
&lt;td&gt;B&lt;/td&gt;&lt;td&gt;A good friend I&apos;ve known for almost 10 years. He moved away a couple of years ago, but we catch up weekly.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;C&quot;&gt;
&lt;td&gt;C&lt;/td&gt;&lt;td&gt;A friend I stay in touch with about once a month since the company we worked for folded.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;CB&quot;&gt;
&lt;td&gt;CB&lt;/td&gt;&lt;td&gt;A former colleague of mine, we get lunch about once a month.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;CH&quot;&gt;
&lt;td&gt;CH&lt;/td&gt;&lt;td&gt;Old work friend, catch up every couple of months.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;D&quot;&gt;
&lt;td&gt;D&lt;/td&gt;&lt;td&gt;Former colleague, now getting in years of lunch together since that company foundered.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;J&quot;&gt;
&lt;td&gt;J&lt;/td&gt;&lt;td&gt;A Close friend of mine. I&apos;ve known him since college. We text/chat daily.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;JH&quot;&gt;
&lt;td&gt;JH&lt;/td&gt;&lt;td&gt;Old work friend and sometimes hiking buddy. We have a monthly catch up with B.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;L&quot;&gt;
&lt;td&gt;L&lt;/td&gt;&lt;td&gt;A neighborhood dog friend that has grown to be more.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;M&quot;&gt;
&lt;td&gt;M&lt;/td&gt;&lt;td&gt;Our dog. Seventy pounds of hound. Solid goof.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;MV&quot;&gt;
&lt;td&gt;MV&lt;/td&gt;&lt;td&gt;Neighborhood dog people, we usually see the V somewhat more often than the M. Their dog Oaks loves M.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;P&quot;&gt;
&lt;td&gt;P&lt;/td&gt;&lt;td&gt;Neighborhood dog person that we always chat with.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;R&quot;&gt;
&lt;td&gt;R&lt;/td&gt;&lt;td&gt;Long time friend since grad school.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;SA&quot;&gt;
&lt;td&gt;SA&lt;/td&gt;&lt;td&gt;A neighborhood dog/person pair we see sometimes. S looves M.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;TFam&quot;&gt;
&lt;td&gt;TFam&lt;/td&gt;&lt;td&gt;Family friends my wife and I have known for almost 10 years. They live nearby.&lt;/td&gt; 
&lt;/tr&gt;&lt;tr id=&quot;T&quot;&gt;
&lt;td&gt;T&lt;/td&gt;&lt;td&gt;My backpacking buddy. We text chat multiple times a week.&lt;/td&gt; 
&lt;/tr&gt;&lt;/table&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes Key&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/08/20/weeknotes-key.html&quot;&gt;I like getting emails.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 18</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/08/18/weeknotes-18.html"/>
   <updated>2024-08-18T22:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/08/18/weeknotes-18</id>
   <summary>It's a two-fer.</summary>
   <content type="html">&lt;p&gt;There are two weeks contained in this “week” note.
And there are a lot of words.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;aug05mon&quot;&gt;AUG05MON&lt;/h3&gt;

&lt;p&gt;A lot of careful thinking required at work today.
Interpreting, digging, describing, clarifying, communicating.
That sort of thing.
It’s tiring.&lt;/p&gt;

&lt;p&gt;I made the mistake of also trying to learn some new muscle memory.
A friend gave me a &lt;a href=&quot;https://github.com/foostan/crkbd&quot;&gt;split keyboard&lt;/a&gt; for my birthday and I got it working yesterday.
Had to &lt;a href=&quot;https://docs.qmk.fm/newbs&quot;&gt;setup my env&lt;/a&gt;, &lt;a href=&quot;https://config.qmk.fm/#/crkbd/rev1/LAYOUT_split_3x5_3&quot;&gt;assign&lt;/a&gt; &lt;a href=&quot;/assets/files/crnkbd_layers.pdf&quot;&gt;the&lt;/a&gt; &lt;a href=&quot;/assets/files/crkbd-rev1-keyboard.json&quot;&gt;keys&lt;/a&gt; and &lt;a href=&quot;/assets/files/chocofi-readme.pdf&quot;&gt;flash the firmware&lt;/a&gt;.
It turns out that was the easy part (it really wasn’t that difficult).
Teaching my hands to do the right things was much harder.
Hard enough that I had to postpone my evening run to the next morning.
Is this getting old, or did I just not notice before?
Alternative hypothesis: some lingering brain effects from Covid a couple of weeks ago.&lt;/p&gt;

&lt;h3 id=&quot;aug06tue&quot;&gt;AUG06TUE&lt;/h3&gt;

&lt;p&gt;WFO this day, so there was a commute to and from.
I’m writing this a couple of weeks later and it’s unremembered at this point.
After work there is a National Night Out block party down the street.
Some friends of ours (TFam) come by to take it in and we join, but if I am honest, the long day and commute have exhausted me.
I wasn’t much conversation or activity.
Still, the music was good, even if it hasn’t been my style in quite a while.
I have my second &lt;a href=&quot;https://www.itsiticecream.com&quot;&gt;It’s It&lt;/a&gt; ice cream sandwich of the day.
Those are great!&lt;/p&gt;

&lt;h3 id=&quot;aug07wed&quot;&gt;AUG07WED&lt;/h3&gt;

&lt;p&gt;Booked a car rental for next week now that the satellite launch date is confirmed.
We’ll be going to Cape Canaveral to enjoy our first rocket launch.
My wife gets the VIP treatment, and I’m super happy to just be there (I like making my own adventure actually quite a lot too).
Also keeping an eye on the potential hurricane, as yet unnamed Ernesto, that is forming in the Atlantic.
It could be lining up time-wise to be where we are going to be next week.
It turns out to stay off the coast and jeapardizes neither our lives nor the launch.&lt;/p&gt;

&lt;p&gt;I started the focaccia recipe that I mentioned in the recent &lt;a href=&quot;/now/2024/08/07/update.html&quot;&gt;Now update&lt;/a&gt;.
It’s a two day affair.&lt;/p&gt;

&lt;h3 id=&quot;aug08thu&quot;&gt;AUG08THU&lt;/h3&gt;

&lt;p&gt;With this vacation finally coming together, I had booked a haircut for today.
The only available slot was in the evening, which is not really my preferred choice.
But, needs must.
And my barber texts me to ask if it’s possible to pull it in to the afternoon, which is perfect for me.
I much prefer to take a break during the day and think about my problems outside of my usual context.
So I roll with it.&lt;/p&gt;

&lt;p&gt;The other big deal: ladies and gentlemen, the sandwich of 2024.
It’s killer.
No, it’s serial killer.
I’ll be making this again.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-08-08-focaccia-sandi-1200.jpeg&quot; alt=&quot;A fresh sandwich sits on a cutting board. The top is freshly baked crispy focaccia. The filling is prosciutto, fresh sliced tomatoes from the garden that are so so good, and melted pecorino cheese. The bottom slice is full of bubbles and looks amazing.&quot; title=&quot;A fresh sandwich sits on a cutting board. The top is freshly baked crispy focaccia. The filling is prosciutto, fresh sliced tomatoes from the garden that are so so good, and melted pecorino cheese. The bottom slice is full of bubbles and looks amazing.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Focaccia Sandwich with melted Pecorino, Prosciutto, and garden fresh tomatoes, &lt;a href=&quot;https://youtu.be/sRizG_fWN-Q?si=XrwlAKye301yAd4X&quot;&gt;Roman Style&lt;/a&gt;.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;Played NMS with J later in the night.
We had a great time and stayed up way too late.&lt;/p&gt;

&lt;h3 id=&quot;aug09fri&quot;&gt;AUG09FRI&lt;/h3&gt;

&lt;p&gt;It’s the Friday before vacation begins.
I have vacation-itis.
But also several things to accomplish at work.
I get them done and still manage to bag off early.
I really should book a long weekend in September and October.
Maybe take the Tuesday off after Labor day.&lt;/p&gt;

&lt;p&gt;During my weekly catch up with B, who is always inventive and has good ideas, he points out a couple of things.
One, that with the amount of bread that I bake, I could easily justify the purchase of any bread making implement.
And two, a heated seed starting mat could easily double as a proofing heater at a much lower cost even if I had to also get a &lt;a href=&quot;https://en.wikipedia.org/wiki/Autotransformer#Variac_trademark&quot;&gt;Variac&lt;/a&gt;&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;.
We swap garden stories, even though most of mine are vicariously through A.
Furthermore, his suggestions of reminding A to start winter seedlings now (or soon) is super helpful.
And his other offhand remark about the pickling peppers or other veg has resonated with our overwhelming tomato problem!
Wait, can you pickle tomatoes??&lt;/p&gt;

&lt;p&gt;A and I both decide we’d rather play NMS than watch the Olympics tonight.&lt;/p&gt;

&lt;h3 id=&quot;aug10sat&quot;&gt;AUG10SAT&lt;/h3&gt;

&lt;p&gt;Lazy day, a mix of Olympics watching, NMS playing, low-key packing, etc.&lt;/p&gt;

&lt;h3 id=&quot;aug11sun&quot;&gt;AUG11SUN&lt;/h3&gt;

&lt;p&gt;Packing for real.
Okay that sounds way more serious than it is.
After a few rounds of taking packing too seriously, I mostly stick to the “if I really need it, I can buy it” method.
I do meticulously sort out my audio recording and photography gear.
Glad my new roll on luggage arrived in time on Friday!&lt;/p&gt;

&lt;h2 id=&quot;the-second-week&quot;&gt;The Second Week&lt;/h2&gt;

&lt;p&gt;Travel week.
Heading to the &lt;a href=&quot;https://en.wikipedia.org/wiki/Space_Coast&quot;&gt;Space Coast&lt;/a&gt; to watch &lt;a href=&quot;https://www.spacelaunchschedule.com/launch/falcon-9-block-5-worldview-legion-3-4/&quot;&gt;Falcon 9 launch Worldview Legion 3 &amp;amp; 4&lt;/a&gt;.
And take in &lt;a href=&quot;https://en.wikipedia.org/wiki/Kennedy_Space_Center_Visitor_Complex&quot;&gt;Kennedy Space Center Visitors Complex&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;aug12mon&quot;&gt;AUG12MON&lt;/h3&gt;

&lt;p&gt;Time to fly.&lt;/p&gt;

&lt;p&gt;Well, after a carefully timed run down to our dog trainer to watch M for the week, and back up.
Then get a Lyft to the airport and get through security.
It goes too smoothly and Southwest delays the flight by 30 minutes.
We’re too early.
We’re there so early that we have time to order coffee and drink it before boarding starts.&lt;/p&gt;

&lt;p&gt;Our first stop was Midway in Chicago.
On landing I noticed that there are houses really quite close to the airport.
I didn’t get a picture, you’ll have to be satisfied with a &lt;a href=&quot;https://maps.app.goo.gl/TEiMCzaJATBPdBnY6&quot;&gt;Google Maps Satellite view&lt;/a&gt;.
At least they built a blast wall around it.
Must be an “interesting” place to live, outside that wall.
I would be interested to make some pictures out there sometime.
The scenes would probably be unlovely, unremarkable, and odd.
Just my type.&lt;/p&gt;

&lt;p&gt;Midway was a reasonable airport to transit though.
No complaints from me.
We continue onward to Orlando.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-08-12-clouds-above-1200.jpeg&quot; alt=&quot;Looking down on a bed of clouds from 35000 feet. They riffle like water.&quot; title=&quot;Looking down on a bed of clouds from 35000 feet. They riffle like water.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Clouds from above, somewhere between Chicago and Orlando.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;Now the one remarkable thing about this flight was how an otherwise normally speaking flight attendant could turn into an inebriated motormouth for just the &lt;a href=&quot;https://en.wikipedia.org/wiki/Pre-flight_safety_demonstration&quot;&gt;safety dance&lt;/a&gt; part of the flight.
I’ll try to describe this particular verbal affect: all the words were run together, and all emphasis was minimized, as were most syllables or hard sounds.
Basically any part of speaking the words that took much effort or motion from the resting pose of the mouth was highly attenuated.
And yet, it was still mostly understandable, but just barely.
It gave the impression of having been done a million times and all the extra parts were worn off.
It also suggested that they couldn’t be bothered to try any harder or care.
I’m not at all sure she was aware she was saying it this way.
I’ve never heard anything quite like it.
But once some other announcement was needed, she sounded totally normal.
We made it to Orlando without incident.&lt;/p&gt;

&lt;p&gt;Other than the two tolls we paid in cash, totalling 3 whole dollars, and the one toll booth attendant that was very much enjoying some comedy show yet was still very cheerful for us, it was an easy drive.
Well, it was very dark out, and unfamiliar, so that made it a little more harrowing.&lt;/p&gt;

&lt;p&gt;It was a long day but relatively uneventful.
Only sorry I missed dinner.&lt;/p&gt;

&lt;h3 id=&quot;aug13tue&quot;&gt;AUG13TUE&lt;/h3&gt;

&lt;p&gt;KSC day.
In the morning we met up with David, one of A’s colleagues, who was also here for the launch.
Breakfast outside was a mistake, for me anyway.
I had sat in a window reflection, so I got the sun from both directions.
It was probably already in the mid-80s and very humid.&lt;/p&gt;

&lt;p&gt;The KSC visitor’s complex is both bigger and smaller than it appears.
I’ll just give a few vignettes.&lt;/p&gt;

&lt;p&gt;The Saturn V rocket is bigger than it looks, and would give a more imposing impression if it was upright.
But then you wouldn’t be able to see it.
I’ll take seeing it.
Seeing several actual Apollo artifacts that had been to the moon or were actual moon rocks was for me much more impactful in memory than in person.
Also, I can appreciate how someone might look at some of those things and just call BS, believe it’s a hoax and move on.
But we did go there.&lt;/p&gt;

&lt;p&gt;Seeing the Atlantis shuttle is indeed quite moving.
It’s really impressive.
It does recall the &lt;a href=&quot;https://en.wikipedia.org/wiki/Space_Shuttle_Challenger_disaster&quot;&gt;sister&lt;/a&gt; &lt;a href=&quot;https://en.wikipedia.org/wiki/Space_Shuttle_Columbia_disaster&quot;&gt;tragedies&lt;/a&gt;, but also the spirit of exploration.
Space is a hard thing.
I hope we have learned the necessary lessons to continue as safely as possible.
Maybe some&lt;sup id=&quot;fnref:2&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:2&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; have not.&lt;/p&gt;

&lt;p&gt;They have a lot of gift shops, including the &lt;a href=&quot;/assets/img/2024-08-14-large-space-shop-1200.jpeg&quot;&gt;world’s largest&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;aug14wed&quot;&gt;AUG14WED&lt;/h3&gt;

&lt;p&gt;We joined up with another of A’s colleagues at the end of the day yesterday.
So, we again journeyed the short way to the KSC visitor’s complex.
I didn’t mind at all getting to see some of the same things again.
There is a lot to take in, and having second day to look again is well worth it.
If you can’t do that, at least take some notes in case you get to go back again some other time.&lt;sup id=&quot;fnref:3&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:3&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;In the evening A and her colleagues had some events to attend to for the launch, so I was free.
But I also had a headache, probably from a little too much sun.
I texted with T While I waited to see if the Excedrin would help or not.
Neither of us had high expectations for this part of the country, but we both appreciated that lowering your expectations can lead to being pleasantly surprised.
With my head starting to feel better, I headed out into that warm blanket that is the eastern Florida coast after a thunderstorm.&lt;/p&gt;

&lt;p&gt;It wasn’t my most productive evening of wandering around, but I did find a few interesting things in Titusville.
Some photographed better than others.
I walked around the most downtown part, around Main street, for an hour and a half trying to find the energy, the interesting threads through town.
It was pretty weak, and dispersed.
There were a few murals around, and some old buildings.
Surprisingly little electrical conduit or external plumbing; the utility poles were pretty good (but I struggled with the lighting); there were train tracks.
I found a few unremarkable and odd places.
Most of the area was not unlovely enough to be very admired, nor so put together that it approached artistry.
I think the kids these days would call it “mid.”
Still, I did made some pictures.
Maybe I’ll share a few someday, I’d like to print a few of them first.&lt;/p&gt;

&lt;p&gt;Next time I would grab a paper visitors map of the area, or at least looked for a &lt;a href=&quot;https://www.florida-backroads-travel.com/support-files/statewide_map.pdf&quot;&gt;pdf&lt;/a&gt; of one online.
I’m sure I could have found &lt;a href=&quot;https://issuu.com/spacecoast/docs/scovg23_lowres_flat&quot;&gt;this&lt;/a&gt; in the hotel.
I’ve kind of fallen into the trap of thinking that online resources are the only ones.
They are not, and things like Google Maps are not designed for this purpose: exploring an area you aren’t familiar with.
They don’t give a good high level overview.
Instead they are both too scant at a high level, not even being good at identifying towns or major geographic areas, and too dense at a low level since they don’t have any real prioritization lens either.
If I don’t know what is there, how can I search for it?&lt;/p&gt;

&lt;p&gt;I had dinner solo at restaurant that was having Neapolitan pizza night, and they just happened to put out a fresh one to go to a table right as I walked in.
It was easy to convince me.
I’m happy with my choice.
I had toasted coconut and ube ice cream after, at the place up the block.&lt;/p&gt;

&lt;p&gt;A got back late and then went back out because of some delay and then got back even later.
It was totally worth it.&lt;/p&gt;

&lt;h3 id=&quot;aug15thu&quot;&gt;AUG15THU&lt;/h3&gt;

&lt;p&gt;Launch day.
No hurricane, Ernesto stays far off the coast.
No other schedule shifts either.&lt;/p&gt;

&lt;p&gt;After A and here cadre clear out on their bus, I grab a cup of coffee from the hotel bistro.
There’s no line after they all left, see.
I zip out to Playalinda beach, on the Canaveral National Seashore to find my own view of the launch.
This is the closest I can get, and my view of the launch pad is unfortunately obstructed.
Also, it’s already impressively hot and expectedly very humid.
It’s only about 8:30 when I exit the air conditioned environs of my rental.&lt;/p&gt;

&lt;p&gt;The beach is not particularly crowded.
I think I would prefer to be here in the fall or winter, when the climate is a little more polite about not making you perspire.
So, I make my way down the beach to the cones, which are the limit of approach, about 6.5 miles (I think) from the launch pad.
The view is surreal, the launch complexes are truly megastructures, like something from the future, something we mere mortals aren’t to approach or even really understand; distant.
They recede down the coast into the hazy humid atmosphere, partially hidden behind the shore dune.
Borrowing something that I read earlier just this day (that I’m writing this), it gave a strong “&lt;a href=&quot;https://fieldnotes.christopherbrown.com/p/the-great-god-thoth-is-alive-and&quot;&gt;Tarkovsky vibe&lt;/a&gt;.”&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-08-15-canaveral-shore-1200.jpeg&quot; alt=&quot;Launch complexes dot the Canaveral coast.&quot; title=&quot;Launch complexes dot the Canaveral coast.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Canaveral National Seashore, Florida&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;The 10 minutes before launch take at least 20.
I don’t have a good enough cell signal to stream the countdown, but one of the handful of other people nearby does.
I can’t really hear it over the surf, only 20-30 feet to my left.
I text a little intermittently with A as my weak cell signal allows.
It’s a wildlife refuge and a national park, and a beach too.
No place for LTE, or rockets for that matter.
Launch goes off exactly on schedule, and the Falcon 9 rises above the dune slowly at first but every instant faster and faster.
The 8 minutes for the booster to land go by in about 2 minutes.
The dang thing is basically impossible to see, but a neighbor spots it very very high, and at least for a second or two I see it too.
It’s not until the booster is almost back that I can track it.
It’s true what I heard: rockets shouldn’t go that way.
Cool as heck.
Worth it.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Viewing help
    &lt;ul&gt;
      &lt;li&gt;I mostly used &lt;a href=&quot;https://www.launchphotography.com/Launch_Viewing_Guide.html&quot;&gt;Ben Cooper&lt;/a&gt;, but he doesn’t mention the NPS fee for getting to Playalinda.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.scriptunasimages.com/Launch-Photo-Guide&quot;&gt;Scriptunas&lt;/a&gt; is similar, I used their camera settings.&lt;/li&gt;
      &lt;li&gt;Later I found &lt;a href=&quot;https://www.supercluster.com/launches/worldview-legion-3-and-4&quot;&gt;Supercluster&lt;/a&gt; which has a great map.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.maxar.com/press-releases/maxar-s-third-and-fourth-worldview-legion-satellites-performing-well-after-launch&quot;&gt;They’re working great.&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.spacelaunchschedule.com/launch/falcon-9-block-5-worldview-legion-3-4/&quot;&gt;More details&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Livestreams: &lt;a href=&quot;https://www.youtube.com/live/m5bnoNUK51M?si=vGlO98261tAKSVbk&quot;&gt;Spaceflight Now&lt;/a&gt;, &lt;a href=&quot;https://www.youtube.com/live/6KNKORsX8mg?si=Mp-oAtftlhrBe7mT&quot;&gt;The Launch Pad&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;More could be said but to sum up; we took it easy the rest of the day.&lt;/p&gt;

&lt;h3 id=&quot;aug16fri&quot;&gt;AUG16FRI&lt;/h3&gt;

&lt;p&gt;Return trip.
Similarly smooth sailing.&lt;/p&gt;

&lt;p&gt;I noticed the clouds are so &lt;a href=&quot;/assets/img/2024-08-16-regular-clouds-1200.jpeg&quot;&gt;regularly gridded&lt;/a&gt; that it almost looks unnatural.&lt;/p&gt;

&lt;p&gt;The order taker at the chicken place where I get lunch in the Nashville airport has another altogether different verbal affect.
Everything is a statement.
“What you want.”
“Sides.”
“Dipping sauce.”
She is an order ticket in human form, fill in the blanks.
But she is paying attention.
“What’s your name.”
&lt;em&gt;Justin.&lt;/em&gt;
“Joseph.(?)”
That’s my father’s name.
Maybe a hint of a smile, maybe I imagined it.
Everyone at that place was above average interesting.
I would order there again just for the people.&lt;/p&gt;

&lt;p&gt;Two other noticings: the river meanders and all the water features of the south are quite beautiful from the air, and as usual the mountains and canyons of the southwest are similarly gorgeous.
They both present similar problems, if you are trying to travel across these landscapes.
I have lots of photos from the air of the southwest, but I don’t fly out to the southeast all that often, so I don’t have many of those.
Next time.&lt;/p&gt;

&lt;h3 id=&quot;aug17sat&quot;&gt;AUG17SAT&lt;/h3&gt;

&lt;p&gt;Out early to get M back, a day later than expected but it was so kind of our trainer to offer.
Much of the rest of the day is spent either extracting my notes from &lt;em&gt;The log from the Sea of Cortez&lt;/em&gt; or just taking it easy.
But I also made baguettes.
And sandwiches with those baguettes.
They’re great, but I see some things I can improve.
They would be perfect for banh mis.
Not bad for my first try.&lt;/p&gt;

&lt;h3 id=&quot;aug18sun-today&quot;&gt;AUG18SUN (today)&lt;/h3&gt;

&lt;p&gt;We found a lost dog?!
After seeing him scamper by alone, we simply followed his lightly bloody paw prints to find him.
One of our usual neighborhood dog people, SA, helped catch him, and knew the number to call to find out what to do.
Poor little guy had been running all morning and his paws were raw and bleeding a little.
But he was friendly enough, or maybe just exhausted.
We took him to the right vet and they checked for a chip, none found.
Left him there, the city pound would come get him in a couple of hours.
A posted it on Nextdoor (that app is trash, I gotta say), and one of the respondents suggested Pawboost.
Not sure what did it, but the owner found one of the posts and retrieved their pup from the vet before the pound got there.
Happy endings all.&lt;/p&gt;

&lt;p&gt;Many more tomatoes were harvested from the garden.
A week’s worth.
L was supposed to pick some while we away, in exchange for watering.
Oh well.
However.
Folks: the tomato salad of 2024.
Cherry tomatoes, just washed and not even cut.
Good extra virgin olive oil.
Balsamic glaze.
Salt.
That’s it.
OMG.&lt;/p&gt;

&lt;h2 id=&quot;character-key&quot;&gt;Character Key&lt;/h2&gt;

&lt;p&gt;Note: I plan to move this to its own page soon.
Notenote: I added &lt;a href=&quot;/notes/2024/08/20/weeknotes-key.html&quot;&gt;Week Notes Key&lt;/a&gt; with this information, and it will get updated.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;A: my wife.&lt;/li&gt;
  &lt;li&gt;B: a good friend I’ve known for almost 10 years. He moved away a couple of years ago, but we catch up weekly.&lt;/li&gt;
  &lt;li&gt;C: a friend I stay in touch with about once a month since the company we worked for folded.&lt;/li&gt;
  &lt;li&gt;J: close friend of mine, I’ve known him since college. We text chat daily.&lt;/li&gt;
  &lt;li&gt;L: a neighborhood dog friend that has grown to be more.&lt;/li&gt;
  &lt;li&gt;M: our dog. Seventy pounds of hound. Solid goof.&lt;/li&gt;
  &lt;li&gt;SA: neighborhood dog/person pair we see sometimes. S looves M.&lt;/li&gt;
  &lt;li&gt;TFam: family friends my wife and I have known for almost 10 years. They live nearby.&lt;/li&gt;
  &lt;li&gt;T: my backpacking buddy. We text chat multiple times a week.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Not really a Variac, which would be much too expensive. But the right word I am thinking of escapes me at the moment. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:2&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Boeing. &lt;a href=&quot;#fnref:2&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:3&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;This is something that Steinbeck mentions in &lt;em&gt;The log from the Sea of Cortez&lt;/em&gt; in the very beginning. You will notice that I am not leaving very many notes here. I should at least make some private notes! &lt;a href=&quot;#fnref:3&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 18&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/08/18/weeknotes-18.html&quot;&gt;Email me about space coast.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 17</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/08/05/weeknotes-17.html"/>
   <updated>2024-08-05T21:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/08/05/weeknotes-17</id>
   <summary>Continuing with chrono-style.</summary>
   <content type="html">&lt;p&gt;Recapping the week.
A day late.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;How does one bang this out in 30 minutes or less?
These have been taking me a couple of hours to write.
My current working theory is that it’s a form thing.
Once I settle on a&lt;/p&gt;

&lt;h3 id=&quot;monday-jul29&quot;&gt;Monday JUL29&lt;/h3&gt;

&lt;p&gt;Went to a friend’s house (TFam) to hang out, get a car wash, and watch their kids do an egg drop.
Three of the contraptions kept their eggs whole despite being tossed off the garage roof!&lt;sup id=&quot;fnref:roof&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:roof&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
My wife gave the kids a ride in our convertible Beetle after.
Felt like old timey fun, just driving around the block with a different set of kids each time!&lt;/p&gt;

&lt;h3 id=&quot;tuesday-jul30&quot;&gt;Tuesday JUL30&lt;/h3&gt;

&lt;p&gt;A quite busy day of meetings at work (from home), maybe my fullest schedule yet.
I’ll just leave a question that I was thinking about in the middle of the week.
I think the price of a thing, the dollar amount, is intended to encapsulate the whole cost of that thing.
But how can it?
How much does it really cover?
There are external things, like environment costs.
There are personal things, like the time you’ll spend or the space it occupies.
It seems to me that just being able to have these questions is a luxury good here.
Anyway, how to think about costs.
That’s the question.&lt;/p&gt;

&lt;h3 id=&quot;wednesday-jul31&quot;&gt;Wednesday JUL31&lt;/h3&gt;

&lt;p&gt;I commuted into the office today, and found that I was unexpectedly anxious as I got closer.
There is no explanation for it, the big meeting had been the day before and it had gone just fine.
The drive was also fine, no near misses or very unusual objects in the road&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; or particularly pesky fellow commuters.
The only thing that I can figure is that it’s because of my long absence from being there in person.
The last time I found myself bodily in the office was in the second week of June.
That’s a long period of time away from there.
Sort of like &lt;a href=&quot;https://en.wikipedia.org/wiki/Asymptotic_freedom&quot;&gt;asymptotic freedom&lt;/a&gt;, as I became very near to the building any anxiety I felt ebbed away to such a degree that I barely remembered it at all throughout the day.&lt;/p&gt;

&lt;h3 id=&quot;thursday-aug01&quot;&gt;Thursday AUG01&lt;/h3&gt;

&lt;p&gt;Are you watching the Olympics?
I’ve been sampling many different sports, definitely preferring to watch them in real time (well, tape delay), uncut, long play format.
I’ve particularly enjoyed Table Tennis and Badminton.
I surprised myself with how many opinions I had about surfing on the first day, given that I know almost nothing about it and have only incidentally seen a couple of other competitions in the past.
At least in this venue, and this setting, and these waves, it’s a very relaxing sport to watch.&lt;/p&gt;

&lt;h3 id=&quot;friday-aug02&quot;&gt;Friday AUG02&lt;/h3&gt;

&lt;p&gt;Caught up with a couple of friends today, C and B.
I’m so happy that I make time to do this and that they do too.
In one of the conversations we noted how much things have changed just in the last 25 years, and how improbable it is that we have adapted or even understand the first or second order effects of very many of those changes at all.
I should make a list, even if it would seem a very obvious one.&lt;/p&gt;

&lt;h3 id=&quot;saturday-aug03&quot;&gt;Saturday AUG03&lt;/h3&gt;

&lt;p&gt;Tomato season is upon us.
I started a loaf of bread last night and baked it this morning.
It had a singular purpose: tomato sandwiches.
These tomatoes are the freshest, home grown, heirloom tomatoes.
My wife grew them in her community garden plot (I helped a little).
These sandwiches are the most pure form: tomato, bread, mayonnaise, salt, pepper.
I know, it’s sounds plain, but if you like tomatoes, this is probably the place to start.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-08-03-t-sando-1200.jpeg&quot; alt=&quot;An up close view of a tomato sandwich. Two slices of homemade whole wheat sourdough sandwich bread around a slice of tomato dressed with mayonnaise, salt, and a little black pepper. It is cut on the diagonal, just as sandwiches should be. The plate is gray.&quot; title=&quot;An up close view of a tomato sandwich. Two slices of homemade whole wheat sourdough sandwich bread around a slice of tomato dressed with mayonnaise, salt, and a little black pepper. It is cut on the diagonal, just as sandwiches should be. The plate is gray.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;Tomato Sandwich, purest form.&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;sunday-aug04&quot;&gt;Sunday AUG04&lt;/h3&gt;

&lt;p&gt;Late start to the day.
Chatted with a couple of neighbors while out walking the dog.
Went to Costco much later than is our preference, and the melee was more than I wanted at first.
But checking out was fine, and there was a pocket of calm in the potted plants section.
I’m kind of unsure what the right attitude is to have about that place.
On the one hand, a household of two is not the right size for shopping there.
On the other hand, there are only a few things we buy there, but they’re good and dependable.
We find good fruit there, reliably if we pay attention.
Good watermelons, in season.
Pre-cut veg is good.
Occasionally some durable goods too.
But like 90%+ of the stuff there, it’s waay too much quantity, or we just don’t need it.
Shrug. For now.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:roof&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;A parent did the tossing. &lt;a href=&quot;#fnref:roof&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I kid you not, the other day I saw a 3 pound sledgehammer right on one of the middle lane lines. I only noticed it because we were all driving quite slowly at the time. It was practically invisible. That will ruin your day. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 17&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/08/05/weeknotes-17.html&quot;&gt;Email me MAYBE.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>New to me Facts and Ideas in July 2024</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/08/05/july-facts.html"/>
   <updated>2024-08-05T08:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/08/05/july-facts</id>
   <summary>some description</summary>
   <content type="html">&lt;p&gt;It wasn’t obvious that this month was going to have very many facts, but plenty turned up in the end.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;week-27&quot;&gt;Week 27&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-07-01&quot;&gt;24JUL01MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://arstechnica.com/science/2024/07/yes-you-should-be-a-little-freaked-out-about-hurricane-beryl/&quot;&gt;Hurricane Beryl reaches Category 5 on July 1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-28&quot;&gt;Week 28&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-07-08&quot;&gt;24JUL08MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;The evacuation zone for SpaceX’s Starship has a &lt;a href=&quot;https://arstechnica.com/space/2024/07/theres-not-enough-room-for-starship-at-cape-canaveral-spacex-rivals-claim/&quot;&gt;3 mile radius&lt;/a&gt; whenever the rocket is fueled in Texas.
There is a larger variant planned for use in Florida, and presumably the zone would be even larger.&lt;/li&gt;
  &lt;li&gt;Seeking: has the reliability of polling declined since we mostly transitioned off landlines?&lt;/li&gt;
  &lt;li&gt;Observation: The bee situation is more complicated than I expected. They’re factory farmed to support agriculture but also there are gangs that steel them? Also: it’s not only about the bees. Via O’Reilly Next:Economy&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: California power grid continues to dramatically shift &lt;a href=&quot;https://reneweconomy.com.au/battery-storage-is-dramatically-reshaping-the-california-grid-and-finally-moving-it-away-from-gas/&quot;&gt;off of natural gas&lt;/a&gt; to batteries. Transitively via &lt;a href=&quot;https://news.ycombinator.com/item?id=40963164&quot;&gt;Hacker News&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-29&quot;&gt;Week 29&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-07-15&quot;&gt;24JUL15MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Obs: Tech companies (specifically MSFT and GOOG) used &lt;a href=&quot;https://www.techradar.com/pro/google-and-microsoft-now-each-consume-more-power-than-some-fairly-big-countries&quot;&gt;a lot of electricity last year&lt;/a&gt;, via &lt;a href=&quot;https://news.ycombinator.com/item?id=40967101&quot;&gt;Hacker News&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://www.nytimes.com/2024/07/17/business/britain-lab-grown-meat-pet-food.html&quot;&gt;Lab meat approved for pet food&lt;/a&gt; in the UK. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Obs: &lt;a href=&quot;https://www.ft.com/content/07b78ddf-c6b6-4bc8-b7ba-80a93cf551b8&quot;&gt;Retail is more about those credit cards than retail&lt;/a&gt;, via &lt;a href=&quot;https://marginalrevolution.com/marginalrevolution/2024/07/u-s-a-retail-fact-of-the-day.html&quot;&gt;Marginal Revolution&lt;/a&gt;. Like &lt;a href=&quot;https://www.theatlantic.com/ideas/archive/2023/09/airlines-banks-mileage-programs/675374/&quot;&gt;airlines&lt;/a&gt;. This is old news, I guess.&lt;/li&gt;
  &lt;li&gt;Obs: &lt;a href=&quot;https://www.popularmechanics.com/science/green-tech/a61600597/rediscovered-wheat-genetic-diversity-future-agriculture/&quot;&gt;British botanist’s seed bank is useful for crop diversity&lt;/a&gt;, via Damn Interesting. The seeds offer “a ‘snapshot’ of cultivated wheat before the dawn of systematic plant breeding.”&lt;/li&gt;
  &lt;li&gt;Obs: &lt;a href=&quot;https://nymag.com/intelligencer/article/cancer-treatment-immunotherapy-oncology-tcells-brain-tumor.html&quot;&gt;Immunotherapy advances for cancer treatments&lt;/a&gt;, via &lt;a href=&quot;https://kottke.org/24/07/0044959-immunotherapy-is-changing&quot;&gt;Kottke&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-30&quot;&gt;Week 30&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-07-22&quot;&gt;24JUL22MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://arstechnica.com/science/2024/07/us-solar-production-soars-by-25-percent-in-just-one-year/&quot;&gt;Solar production up 25% in the US&lt;/a&gt;. It now accounts for 7%.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://interestingengineering.com/energy/worlds-first-electricity-grid-scale-wave-energy-device&quot;&gt;Hawaii has a “grid scale” wave power device&lt;/a&gt;, 1.25 MW. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Speculative: &lt;a href=&quot;https://www.popsci.com/technology/police-drones-expanding/&quot;&gt;Police drones are coming&lt;/a&gt;, or maybe are already here. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Counter-point: that fact during week 11 about &lt;a href=&quot;/notes/2024/04/01/facts-and-ideas-mar.html#week-11&quot;&gt;any amount of alcohol is a bad amount of alcohol&lt;/a&gt;, it was probably &lt;a href=&quot;https://snowdon.substack.com/p/cherry-picking-the-evidence-on-alcohol&quot;&gt;very cherry-picked&lt;/a&gt;. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=41093076&quot;&gt;Hacker News Comment&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-31&quot;&gt;Week 31&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-07-29&quot;&gt;24JUL29MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Obs: there are several brands of &lt;a href=&quot;https://thelandofrandom.substack.com/i/147073808/wear-smart-glasses&quot;&gt;smart glasses&lt;/a&gt; out there that look pretty normal. Maybe this is happening, &lt;a href=&quot;https://en.wikipedia.org/wiki/Google_Glass&quot;&gt;10+ years after Google Glass&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: NASA has a &lt;a href=&quot;https://www.adastraspace.com/p/nasa-spacesuit-problem&quot;&gt;spacesuit problem&lt;/a&gt;. News to me. Via &lt;a href=&quot;https://www.thingsmagazine.net/here-there-and-everywhere/&quot;&gt;Things Magazine&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Obs: [Random&lt;sup id=&quot;fnref:b&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:b&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; bird critical for human life](https://www.bbc.com/news/articles/c28e2pvzn3lo), via &lt;a href=&quot;https://kottke.org/24/08/0045053-how-the-decline-of-indian&quot;&gt;Kottke&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://www.zmescience.com/science/news-science/scientists-uncover-the-physics-behind-paper-cuts-here-are-the-types-of-paper-most-likely-to-cut-you/&quot;&gt;Paper cuts are solved&lt;/a&gt;. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://interestingengineering.com/energy/samsungs-ev-battery-600-mile-charge-in-9-mins&quot;&gt;Fast charging, high range EV battery tech&lt;/a&gt; is here (if you can afford it). Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Idea: The proto Indo-Euro language had a [deific&lt;sup id=&quot;fnref:3&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:3&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;3&lt;/a&gt;&lt;/sup&gt; “gender” form](https://interconnected.org/home/2024/08/02/filtered). Like passive/static fire, and the active/enspirited inflamed. It was used all over the language.&lt;/li&gt;
  &lt;li&gt;Idea: &lt;a href=&quot;https://bookfreak.substack.com/p/book-freak-167-the-utopia-of-rules&quot;&gt;Bureaucracy is so ubiquitous that it has become invisible&lt;/a&gt;. If that’s true then perhaps another ecosystem should emerge on top of it. Probably it &lt;a href=&quot;https://heathercoxrichardson.substack.com/p/august-2-2024&quot;&gt;always has been&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I couldn’t find a way to link to the newsletter directly on O’Reilly’s site. &lt;a href=&quot;https://www.odinviews.com/o-reilly/reevaluating-our-relationship-with-animals-1089770&quot;&gt;Here’s some other site&lt;/a&gt;. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:b&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I, ahem, editorialized in the ‘random’ aspect. &lt;a href=&quot;#fnref:b&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:3&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I just made up the word “deific”, I think. See the last point (4.) in the linked post. &lt;a href=&quot;#fnref:3&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;New to me Facts and Ideas in July 2024&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/08/05/july-facts.html&quot;&gt;Email me the cool facts you&apos;ve learned lately. Or a correction.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 16</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/07/28/weeknotes-16.html"/>
   <updated>2024-07-28T17:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/07/28/weeknotes-16</id>
   <summary>chrono-style</summary>
   <content type="html">&lt;p&gt;I’m trying a different format this time: chronological order.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;Since the last &lt;a href=&quot;/notes/2024/06/30/weeknotes-15.html&quot;&gt;weeknotes&lt;/a&gt;, which was 4 weeks ago, the two main events that happened are i. traveling to NY for my wife’s grandmother’s funeral, and ii. catching covid.
Covid has been no joke and has taken longer to recover from than I expected, but that’s just lack of experience.
I’m basically declaring bankruptcy for that period and going to cover just the last week.
I think it will be enough.&lt;/p&gt;

&lt;h3 id=&quot;monday&quot;&gt;Monday&lt;/h3&gt;

&lt;p&gt;Still getting over Covid and I estimate my recovery at 90%.
It’s the “still a little more fatigues than I ought to be” level.
With a side of congestion and an occasional cough or two.
It’s not even 100% gone by today, seven days later.&lt;/p&gt;

&lt;h3 id=&quot;tuesday&quot;&gt;Tuesday&lt;/h3&gt;

&lt;p&gt;I have declared my second bankruptcy and given up on finishing &lt;em&gt;The Voyage of the Beagle&lt;/em&gt;.
I also have little interest in finishing off &lt;em&gt;Blindsight&lt;/em&gt;, a book that I read last year and picked up to read on the flights to and from NY at the beginning of the month.
It served me quite well for that, and I think I read about half of it.
But once I began to mentally re-emerge from my covid stupor, neither of those books seemed all that interesting.
I had already read one of them, so I knew where it went and hadn’t made enough new discoveries in the text to really motivate finishing the rest of it now that I wasn’t trapped on an airplane with little else to do.
And &lt;em&gt;Beagle&lt;/em&gt;, well I just remember that it was indeed interesting, but the pacing of it seems like an effort, a slog, to pass between the genuinely compelling bits.
I may yet come back to it.&lt;/p&gt;

&lt;p&gt;In the mean time, I sampled the first few pages of a small handful of books and selected the book that I had originally intended to partner with Darwin’s record: &lt;em&gt;The Log from the Sea of Cortez&lt;/em&gt; by Steinbeck.
I’ve never read any Steinbeck before, and am now about halfway through the text.
I’m really enjoying it so far, and find the narrative structure to be quite inspiring in a couple of ways.
My approach to backpacking trips has always had a little flavor of expedition to it, but I could make it more intentional.
Do some more homework before hand, and have a couple of goals beyond just walking some distance and enjoying the scenery.
On the other hand, I don’t want it to become another project or grind.
So, you know: balance.
The second way I am inspired by the text is the particular form of it.
Basically, Steinbeck and Ricketts are describing the events of their expedition, and at every opportunity the text makes like detours and sidetracks to explore ideas, thoughts, and questions that tangentially relate or were inspired by some recent transaction or event in their collecting.
And whenever that is satisfied, the text returns to the narrative log of their expedition for a paragraph or two before inevitably deviating again into some observation or other that isn’t about biology or navigation or oceanography.
Maybe I can use this structure for my own writing, even starting from the events of my own backpacking expeditions of the last few years?
Who knows, it could be fun!&lt;/p&gt;

&lt;h3 id=&quot;wednesday&quot;&gt;Wednesday&lt;/h3&gt;

&lt;p&gt;It’s my birthday.
Several friends and family call or text or otherwise wish me a happy day, which is very nice and very appreciated.
Neither my wife nor I are particularly feeling 100% and opt to delay and more substantial celebrations to this weekend.
Covid is a major bummer!&lt;/p&gt;

&lt;p&gt;I’m not sure if it’s because I’m getting a little older, or everyone is on vacation this summer, or maybe even the AI apocalypse is even nearer than I realized, but it sure has been seeming like very little genuinely interesting content is being found on the internet these days.
I noticed it sometime in June; a lot of articles or tidbits seemed forced, or slow news day, or there was just less to pick from, they had too much hustle and not enough genuine interest.
Is it me?
Is it content makers?
Is it the slop getting in the way?
People trying too hard, or not hard enough?
Anyway, my solution has been to try to get offline more, pay attention to what’s physically around me.
I’d like to explore this more, but it seems so slippery, and so difficult to assign to one area.
Maybe everyone is just exhausted from everything, Ukraine, Gaza, election cycle, the economy, whatever.
Maybe it’s just me that’s exhausted.&lt;/p&gt;

&lt;h3 id=&quot;thursday&quot;&gt;Thursday&lt;/h3&gt;

&lt;p&gt;Finally, the new patch for No Man’s Sky lands on Xbox (well, it landed on Wednesday).
I haven’t made much time to play games in the last few years.
Probably it was kicked off by my frozen shoulder injury last year: playing games hurt.
But it’s been a trend for a while.
Don’t get me wrong, I still enjoy them, and often my approach isn’t all that different from Any Austin’s, which is to say I’m always asking about the different choices that are made for the game and what their consequences are.
I don’t really think I ever get far enough into them though to really find the deepest nuggets.
Still, my wife often asks “are you him??” when we watch one of his yt videos.
It takes more time than I care to spend to play and replay the games.&lt;/p&gt;

&lt;p&gt;Anyway, my point was that a friend and I have started playing online one night a week for the last few months and we were excited to play something different than Fortnite.
Our options are pretty limited since we don’t both have the same system, but NMS is one of the choices.
I’ve been playing it for years, off and on.
My last save was sometime last year, so somewhat infrequent.
It’s a new game for him.
Hilariously, as soon as we decided to give it a go, a new patch dropped but because of certification lag we now couldn’t play together until both systems got synced up.
It finally happened on Wednesday and we played on Thursday.
I’m sure I’ll have more to say about this topic.&lt;/p&gt;

&lt;h3 id=&quot;friday&quot;&gt;Friday&lt;/h3&gt;

&lt;p&gt;I’m not really sure how to begin this one.
We have quite the little community going at our local unofficial dog park.
One of the occasional canine members passed suddenly last week from a natural illness that had been undetected.
Her owner came to share the news, and it was a sad and tearful moment as we were shocked and saddened.
She was a good dog and will be missed.
The community is doing the right things around the owner, and I’m glad for it.
I hope we can continue to nurture this small group and support each other.&lt;/p&gt;

&lt;p&gt;I watched most of the Olympics opening ceremony, and while I don’t have a strong opinion about it, I am generally positive about it and enjoyed the spectacle.
I don’t generally enjoy sports announcers.
I know that the opening ceremony isn’t a sport, but it does include those same professional talkers that I don’t find add much.
So I muted most of it, except for a few moments that were obviously musical.
Maybe that contributed to the puzzling spectacle of it all, which I found just seemed to go on and on, in the rain, with one new surprising vignette after another.
Given all the computer generated X&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; that’s been happening in the last year or so, I wasn’t surprised to see it make a showing, but I kind of wish for a different choice.
Shrug.&lt;/p&gt;

&lt;h3 id=&quot;saturday&quot;&gt;Saturday&lt;/h3&gt;

&lt;p&gt;Saturday garden day.
It was volunteer clean up day at the community garden where my wife has a plot.
The work was pretty easy basic stuff.
Trim trees, clean up the trimmings and haul them to the greens pile for composting.
Collect any non-compostable trash to the dumpster.
All told about an hour of effort and a substantial improvement in the look of the place.&lt;/p&gt;

&lt;p&gt;In the afternoon we drove over the Los Gatos and our favorite bakery in the area for something suitably birthday cake like.
To our surprise there wasn’t much left in the case, it was decimated.
Nonetheless there were a few quite dwindling delicious delicacies left by the time our number was called, even though some things we had our eyes on got scooped up right before us.
It didn’t matter, all things at this bakery are properly delicious.&lt;/p&gt;

&lt;p&gt;We also made a stop at the well known ice cream shop, our first time.
It was very good, but some things I make better- my vanilla ice cream is better than their double vanilla.
Lesson: get the flavors that are too much trouble to make at home, or are new to me and surprising.
Ah well, next time.
My wife’s vegan scoop was delicious and original.
“Best non-dairy ice cream” she’s ever had.&lt;/p&gt;

&lt;h3 id=&quot;sunday&quot;&gt;Sunday&lt;/h3&gt;

&lt;p&gt;So I ate all of one of those slices of cake last night.
It’s not a huge piece or anything, but I didn’t need it, and I basically regretted it all night.
Possibly the other items in the non-sense meal I made up contributed to the minor stomachache I was dealing with.
I have to be wiser and more diligent about what I eat, even though I already generally eat pretty well.
Just when I slip up, or indulge, or whatever, I mind the unpleasant after effects more than I used to.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;fill in the blank. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 16&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/07/28/weeknotes-16.html&quot;&gt;Email me MAYBE.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>New to me Facts and Ideas in June 2024</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/07/02/facts-and-ideas-24-june.html"/>
   <updated>2024-07-02T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/07/02/facts-and-ideas-24-june</id>
   <summary>Things are heating up this year</summary>
   <content type="html">&lt;p&gt;It’s the end of spring and the beginning of summer, so things are getting hot.
Except jalapeño peppers, those are not.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;week-23&quot;&gt;Week 23&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-06-03&quot;&gt;24JUN03MON&lt;/time&gt;
. Some of these are from last week but I was away.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Observation: &lt;a href=&quot;https://neurosciencenews.com/chronotype-mental-health-26219/&quot;&gt;Go to bed early&lt;/a&gt;, even if you get up late. Via &lt;a href=&quot;https://newsletter.newsminimalist.com/p/late-bedtimes-harm-mental-health-2-more-stories&quot;&gt;News Minimalist&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Obs: &lt;a href=&quot;https://arstechnica.com/space/2024/06/daily-telescope-the-most-distant-galaxy-found-so-far-is-a-total-surprise/&quot;&gt;JWST observed oldest galaxy&lt;/a&gt; and it is not what is expected based on current models. This is exciting.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://www.theguardian.com/us-news/article/2024/may/31/vermont-oil-companies-climate-superfund-act&quot;&gt;Connecticut will require oil companies to pay for climate damages&lt;/a&gt; via &lt;a href=&quot;https://kottke.org/24/06/0044723-a-first-in-the-nation&quot;&gt;Kottke&lt;/a&gt;. I confess that I do not know how this is supposed to work.&lt;/li&gt;
  &lt;li&gt;Idea: Nice buildings are an extravagance, and who has the money to waste on that when &lt;a href=&quot;https://danfrank.ca/my-simple-theory-on-why-we-stopped-building-beautiful-buildings-and-why-many-other-things-suck-more-than-youd-expect/&quot;&gt;you could be making more money with that money&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Idea: Look for better business books (I extend this to mean those self-help type books that describe how some aspect of the world works) in other sections, such as music or sports. Basically superfan accounts their topic are likely to be much more packed with useful and interesting information than MBA writing is. Via &lt;a href=&quot;https://marginalrevolution.com/marginalrevolution/2024/06/the-best-business-books-arent-in-the-management-section.html&quot;&gt;Marginal Revolution&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Obs: It was very hot in Delhi last week, 50C/123F. Via &lt;a href=&quot;https://kottke.org/24/05/0044695-good-god-the-temperature-&quot;&gt;Kottke&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Obs: &lt;a href=&quot;https://www.dmagazine.com/food-drink/2023/05/why-jalapeno-peppers-less-spicy-blame-aggies/&quot;&gt;Jalapeño peppers are getting less spicy&lt;/a&gt;. Still seem to be variably spicy to me. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Obs: &lt;a href=&quot;https://phys.org/news/2024-05-microbe-fingerprint-piece-forensic-scientists.html&quot;&gt;Fingerprint microbiomes&lt;/a&gt; could be used to identify who wore or touched things. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Obs: &lt;a href=&quot;https://en.wikipedia.org/wiki/Younger_Dryas&quot;&gt;Younger Dryas&lt;/a&gt; may have been caused by a &lt;a href=&quot;https://www.heritagedaily.com/2024/05/study-uncovers-new-evidence-supporting-younger-dryas-impact-hypothesis/152111&quot;&gt;comet strike&lt;/a&gt;. Via &lt;a href=&quot;https://www.ancientbeat.com/p/ancient-beat-111-the-purpose-of-seahenge&quot;&gt;Ancient Beat&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-24&quot;&gt;Week 24&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-06-10&quot;&gt;24JUN10MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Obs: &lt;a href=&quot;https://e360.yale.edu/digest/elephant-names-study&quot;&gt;Elephants have names and use them and respond to them&lt;/a&gt;. Via &lt;a href=&quot;https://kottke.org/24/06/0044778-elephants-call-each-other&quot;&gt;Kottke&lt;/a&gt; and &lt;a href=&quot;https://news.ycombinator.com/item?id=40640076&quot;&gt;HackerNews&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Idea: &lt;a href=&quot;https://nautil.us/the-leather-of-the-future-652965/&quot;&gt;Mushroom Leather&lt;/a&gt; Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://www.bbc.com/news/articles/c6pprpd3x96o&quot;&gt;Paramilitary Banana&lt;/a&gt; via &lt;a href=&quot;https://news.ycombinator.com/item?id=40646940&quot;&gt;HackerNews&lt;/a&gt;. This is recent, 20 years ago.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://www.insideprecisionmedicine.com/topics/patient-care/ai-outperforms-radiologists-in-detecting-prostate-cancer-on-mri-scans/&quot;&gt;AI/ML is getting better at MRI based prostate cancer diagnosis&lt;/a&gt;, via &lt;a href=&quot;https://newsletter.newsminimalist.com/p/ai-beats-radiologists-in-cancer-detection-2-more-stories&quot;&gt;News Minimalist&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Obs: Those food labels like “may contain X” are &lt;a href=&quot;https://arstechnica.com/science/2024/06/may-contain-nuts-precautionary-allergen-labels-lead-to-consumer-confusion/&quot;&gt;misleading&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-25&quot;&gt;Week 25&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-06-17&quot;&gt;24JUN17MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Idea: They made &lt;a href=&quot;https://newatlas.com/materials/pineapple-leather-palf/&quot;&gt;Pineapple Leather&lt;/a&gt;, via Damn Interesting. See last week’s other leather options.&lt;/li&gt;
  &lt;li&gt;Hyp: &lt;a href=&quot;https://sg.news.yahoo.com/yes-everyone-really-is-sick-a-lot-more-often-after-covid-220056642.html&quot;&gt;People are more often getting sick?&lt;/a&gt;, via &lt;a href=&quot;https://kottke.org/24/06/0044823-yes-everyone-really-is-si&quot;&gt;Kottke&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Obs: &lt;a href=&quot;https://www.wired.com/story/banks-are-finally-realizing-what-climate-change-will-do-to-housing/&quot;&gt;Banks are aware that climate change is real&lt;/a&gt;, via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Hyp: &lt;a href=&quot;https://www.universetoday.com/167417/the-great-red-spot-probably-formed-in-the-early-1800s/&quot;&gt;Jupiter’s current Great Red Spot is from the 1800s&lt;/a&gt;, via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Idea: &lt;a href=&quot;https://arstechnica.com/science/2024/06/stone-tool-archeological-record-shows-recent-boost-in-sophistication/&quot;&gt;Social knowledge began accumulating 600k years ago&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://www.esa.int/Enabling_Support/Space_Engineering_Technology/Monitoring_marine_litter_from_space_is_now_a_reality&quot;&gt;Monitoring ocean garbage, from space&lt;/a&gt;, via &lt;a href=&quot;https://news.ycombinator.com/item?id=40726426&quot;&gt;Hacker News&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Idea: &lt;a href=&quot;https://interestingengineering.com/innovation/seatrec-self-charging-underwater-robots&quot;&gt;Limitless exploration of the sea&lt;/a&gt; via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://apnews.com/article/noam-chomsky-alive-not-dead-5b7a1b23b8731ca311e1ec38cdc3c119&quot;&gt;Noam Chomsky is not dead&lt;/a&gt;, via &lt;a href=&quot;https://www.garbageday.email/p/years-infighting-chaos&quot;&gt;Garbage Day&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Hyp: &lt;a href=&quot;https://arstechnica.com/science/2024/06/we-now-have-even-more-evidence-against-the-ecocide-theory-of-easter-island/&quot;&gt;No, Easter Island didn’t have a population collapse&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact, tentative: &lt;a href=&quot;https://www.iflscience.com/ai-develops-ground-breaking-new-magnet-free-of-rare-earth-metals-74751&quot;&gt;Non-rare-earth metals magnets, with other benefits too&lt;/a&gt;, via &lt;a href=&quot;https://newsletter.newsminimalist.com/p/new-york-regulates-social-media-algorithms-3-more-stories&quot;&gt;News Minimalist&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://www.economist.com/leaders/2024/06/20/the-exponential-growth-of-solar-power-will-change-the-world&quot;&gt;Exponential growth for solar power continues&lt;/a&gt;, via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Idea: &lt;a href=&quot;https://www.psypost.org/scientists-have-discovered-a-previously-unknown-function-of-blinking/&quot;&gt;Benefits of blinking&lt;/a&gt;, via Damn Interesting.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-26&quot;&gt;Week 26&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-06-24&quot;&gt;24JUN24MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Hyp: &lt;a href=&quot;https://theconversation.com/what-the-3-2-million-year-old-lucy-fossil-reveals-about-nudity-and-shame-230636&quot;&gt;Humans started wearing clothes 87k-170k years ago&lt;/a&gt;. And became hairless 3-4 million years ago. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Hyp: &lt;a href=&quot;https://kottke.org/24/06/0044862-i-knew-the-western-us&quot;&gt;The Northeast US is predicted to receive up to 50% more precipitation due to climate change&lt;/a&gt;. At Kottke.&lt;/li&gt;
  &lt;li&gt;Obs: &lt;a href=&quot;https://www.nytimes.com/2024/06/24/business/global-shipping-rates.html&quot;&gt;More supply chain woes&lt;/a&gt;: ocean shipping traffic issues at Red Sea (Suez Canal) and the Panama Canal are causing longer times and higher prices. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=40777830&quot;&gt;Hacker News&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Fact: &lt;a href=&quot;https://www.smithsonianmag.com/smart-news/pompeii-fixed-potholes-molten-iron-180972203/&quot;&gt;The Romans used liquid iron to patch potholes on the busiest streets&lt;/a&gt; via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Current Events: &lt;a href=&quot;https://www.lemonde.fr/en/france/article/2024/06/27/man-arrested-with-explosives-near-paris-airport-was-part-of-vast-russian-sabotage-campaign_6675959_7.html&quot;&gt;Russian sabotage campaign in France&lt;/a&gt;, via Damn Interesting.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;New to me Facts and Ideas in June 2024&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/07/02/facts-and-ideas-24-june.html&quot;&gt;Email me the cool facts you&apos;ve learned lately. Or a correction.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 15</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/06/30/weeknotes-15.html"/>
   <updated>2024-06-30T19:45:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/06/30/weeknotes-15</id>
   <summary>A slow week, a very slow week</summary>
   <content type="html">&lt;p&gt;It was a pretty low activity week, since I was focused on family support.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;i1-field-recording&quot;&gt;I1. Field Recording:&lt;/h3&gt;

&lt;p&gt;Uploaded another video to YT, &lt;a href=&quot;https://youtu.be/EEOabtrvBvg?si=0xwA6X5GdI3RuO02&quot;&gt;Death Valley, Night 3, part 1&lt;/a&gt;.
The second part is coming soon.
I am still working out the kinks of my post-processing, since it’s not quite what I had originally been aiming for.
I may still re-upload these videos/audio files.
I’ll see.&lt;/p&gt;

&lt;h3 id=&quot;i3-photography&quot;&gt;I3. Photography:&lt;/h3&gt;

&lt;p&gt;Honestly a super low activity week.
Which doesn’t surprise me, given other family events that were going on.
I think it’s fine.&lt;/p&gt;

&lt;h3 id=&quot;i5-plotting&quot;&gt;I5. Plotting:&lt;/h3&gt;

&lt;p&gt;Nothing.&lt;/p&gt;

&lt;h3 id=&quot;i6-thinking&quot;&gt;I6. Thinking&lt;/h3&gt;

&lt;h4 id=&quot;writing&quot;&gt;Writing&lt;/h4&gt;

&lt;h4 id=&quot;reading-and-notes&quot;&gt;Reading and Notes&lt;/h4&gt;

&lt;p&gt;Some interesting ideas in Syntopicon:Dialectic.
I also read some for of &lt;em&gt;Beagle&lt;/em&gt;.&lt;/p&gt;

&lt;h4 id=&quot;seasons-and-days&quot;&gt;Seasons and Days&lt;/h4&gt;

&lt;p&gt;Lining up around parasympathetic nervous system relaxation.
And better eating.&lt;/p&gt;

&lt;h3 id=&quot;i7-backpacking&quot;&gt;I7. Backpacking:&lt;/h3&gt;

&lt;p&gt;Trying out another method of trip planning with the club.
Maybe this one sticks.&lt;/p&gt;

&lt;h3 id=&quot;i8-cooking&quot;&gt;I8. Cooking:&lt;/h3&gt;

&lt;p&gt;Cooking some things from the garden this week.
Yellow squash, and Palermo zucchini.&lt;/p&gt;

&lt;h3 id=&quot;i9-house-projects&quot;&gt;I9. House Projects:&lt;/h3&gt;

&lt;p&gt;Just keeping the garden watered and weeded, and some of the houseplants.&lt;/p&gt;

&lt;h3 id=&quot;other-interests&quot;&gt;Other Interests&lt;/h3&gt;

&lt;p&gt;Note that I2. Drawing, I4. Synthesizers, I11. Family Tree, and I12. Astrophotography are all deferred to later times.
I identified several other interests beyond I12 that were not yet numbered and are also deferred to later.
I10. Travel is not really an ongoing concern to so only added in as needed.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 15&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/06/30/weeknotes-15.html&quot;&gt;Email me MAYBE.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Bi-Week Notes No. 14</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/06/23/biweeknotes-14.html"/>
   <updated>2024-06-23T17:30:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/06/23/biweeknotes-14</id>
   <summary>Two weeks of updates</summary>
   <content type="html">&lt;p&gt;So things are both more and less this week.
Obviously it’s a week late, or contains two weeks, however you want to think about it.
More inside.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;My wife is away, family things to tend to.
This affords more time for my own things, and some care taking things she usually tends to (i.e. garden).
Maybe it’ll get me hooked, idk.
But her concerns are my concerns, so it’s been an emotionally taxing week.
The coming week isn’t looking to be any better.&lt;/p&gt;

&lt;h3 id=&quot;i1-field-recording&quot;&gt;I1. Field Recording:&lt;/h3&gt;

&lt;p&gt;Two advances this week.
Ok, really there were three.&lt;/p&gt;

&lt;p&gt;First, I made a suburban recording up on the hill in front of my house.
Over 25 hours of raw recording, with the intent to record the wind in the trees during the afternoon blow through&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;.
Hopefully I’ll get a few hours of the wind, after trimming the construction workers, the yard workers, and the folks walking by on the path having conversations. We’ll see.&lt;/p&gt;

&lt;p&gt;Second, uploading the long overnight recording of night 2 in Death Valley, at Coyote Canyon, is imminent.
There have been lots of annoying hangups on my post processing that I am still ironing out.
I would really like a script for it, but that seems to be easier said than done.&lt;/p&gt;

&lt;p&gt;Which brings me to the third half of progress here: made some advancements in understanding ffmpeg, and am trying to just remember my manual process for doing this.
It will get easier with practice, but I would rather not rely on my memory or incomplete notes.
I am going after all of that surface area, but also just trying to get caught up on my back catalog of recordings.
I think I have over half a dozen long files to get out there.
Can’t improve the inputs if I don’t ever get to the outputs.&lt;/p&gt;

&lt;h3 id=&quot;i3-photography&quot;&gt;I3. Photography:&lt;/h3&gt;

&lt;p&gt;I don’t remember how I got to doing it, but I went through my recent photos over the last 6 months and looked for the themes.
I avoided labels of what your “supposed” to make pictures of, because if I’m honest, I doubt I really have a solid understanding of what all that means.
They’re just words, and maybe some collections of pictures to go with them, and it’s left up to the viewer to decide what it really means.
Maybe there was a side of ego in there too.
I’m trying to put all that away and look at what I am interested in, what gets me excited in my own photos.
Not some art that I’ve seen that I want to mimic.
I watched at YT of someone’s Antarctica trip, and it was very very cool&lt;sup id=&quot;fnref:2&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:2&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; and exciting etc etc.
And no doubt I would have a good time if I ever get the chance to do something like that.
But there aren’t any pictures of Antarctica in my archives.
So I went looking for what was in there that tickles my own resonators, even it’s just the potential of the photo and I am annoyed at some aspect of the reality of it.
Why did I take that photo, something got me excited about it.&lt;/p&gt;

&lt;p&gt;I found 25 themes in there.
And I started to organize photos with tags and folders and stuff.
It’s a lot of admin work.
I’m taking it easy on that, no need to burn out.
There’s no rush.
I do wish that the iOS tools were easier to work with.
I’m trying to figure out how much LightRoom, how much Photos to deal with to try and get it all straight.
As the different bodies came together and confirmed the different themes, I also tried looking for some work by others that is similar.
That’s probably going to be difficult.
I might have to ask for help.&lt;/p&gt;

&lt;p&gt;I also printed a couple of photos.
One is framed, it’s for the kitchen.
It’s a loaf of bread that I baked a few months ago.
The others are hanging on the wall, temporarily, unframed, to get a feel for them.
One has already been rejected, I see what I did that I didn’t like, and hopefully I’ll remember to look for that when I try to make another similar photo.
And not just of that particular subject either.&lt;/p&gt;

&lt;h3 id=&quot;i5-plotting&quot;&gt;I5. Plotting:&lt;/h3&gt;

&lt;p&gt;I mostly used the tools that I added last time.
Iterated a little on the two projects.
Did a single work from my pre-plotter days on the plotter.
Mostly still trying to formulate the correct next move.&lt;/p&gt;

&lt;h3 id=&quot;i6-thinking&quot;&gt;I6. Thinking&lt;/h3&gt;

&lt;h4 id=&quot;writing&quot;&gt;Writing&lt;/h4&gt;

&lt;p&gt;Several good “odd an unusual thoughts” collected.
Not sure what to do with those yet.
Sort of echoes my efforts in the photo themes department that I was mentioning above.&lt;/p&gt;

&lt;h4 id=&quot;reading-and-notes&quot;&gt;Reading and Notes&lt;/h4&gt;

&lt;p&gt;Made more progress on Darwin, speaking of which I’ll read some more of that tonight.
I also read a few random sections of the a book on Complexity.
I’m trying to decide if I should keep it or not.
&lt;a href=&quot;https://austinkleon.substack.com/p/how-to-read-like-an-artist&quot;&gt;It might not be written for me.&lt;/a&gt;&lt;/p&gt;

&lt;h4 id=&quot;seasons-and-days&quot;&gt;Seasons and Days&lt;/h4&gt;

&lt;p&gt;It’s a fallow month.
Exploring some other ideas, playing with them a little.
Nothing committed though.
This is fine.&lt;/p&gt;

&lt;h3 id=&quot;i8-cooking&quot;&gt;I8. Cooking:&lt;/h3&gt;

&lt;p&gt;Wins this week: pasta con squash.&lt;/p&gt;

&lt;p&gt;Plans: a loaf of bread for egg and cheese sandwiches.&lt;/p&gt;

&lt;h3 id=&quot;i9-house-projects&quot;&gt;I9. House Projects:&lt;/h3&gt;

&lt;p&gt;Tending the garden.
Literal garden.&lt;/p&gt;

&lt;h3 id=&quot;other-interests&quot;&gt;Other Interests&lt;/h3&gt;

&lt;p&gt;Note that I2. Drawing, I4. Synthesizers, I11. Family Tree, and I12. Astrophotography are all deferred to later times.
I identified several other interests beyond I12 that were not yet numbered and are also deferred to later.
I10. Travel is not really an ongoing concern to so only added in as needed.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;If anyone knows the proper meteorological term for that afternoon wind surge that we get in the Bay area, please drop me a line. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:2&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;All puns are intentional. &lt;a href=&quot;#fnref:2&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Bi-Week Notes No. 14&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/06/23/biweeknotes-14.html&quot;&gt;Email me MAYBE.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 13</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/06/09/weeknotes-13.html"/>
   <updated>2024-06-09T19:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/06/09/weeknotes-13</id>
   <summary>Short recap to get back on schedule.</summary>
   <content type="html">&lt;p&gt;So many pictures this week, among other things.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;i1-field-recording&quot;&gt;I1. Field Recording:&lt;/h3&gt;

&lt;p&gt;Recording collected in Gila Wilderness, NM.
It’s from very near the Middle Fork of the Gila River.
I think if our camp had been situated somewhere else, I would have collected something potentially more interesting.
But, it is what it is, and it’s still interesting to me.
At least you can’t hear us talking late into the night.&lt;/p&gt;

&lt;p&gt;Copied the above files to laptop, and was reminded of the limitations of the &lt;a href=&quot;http://pydub.com&quot;&gt;pybub&lt;/a&gt; library.
Namely that it can’t export really long audio files because of the maximum numeric value in python is too low.
This doesn’t &lt;a href=&quot;https://stackoverflow.com/a/7604981&quot;&gt;sound right to me&lt;/a&gt;, so maybe I’m doing something else wrong.
If true, it’s an opportunity to improve the world, I think.
But, but, the &lt;a href=&quot;https://stackoverflow.com/a/27880366&quot;&gt;issue is in the WAV specification&lt;/a&gt;, and here is the &lt;a href=&quot;https://github.com/jiaaro/pydub/issues/757#issuecomment-2020976125&quot;&gt;issue in pybub repository&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;GOAL: I would like to finish one recording this month (June), and share it.&lt;/p&gt;

&lt;h3 id=&quot;i3-photography&quot;&gt;I3. Photography:&lt;/h3&gt;

&lt;p&gt;Some more details on all those photos I mentioned in &lt;a href=&quot;/notes/2024/06/05/weeknotes-11-12.html#i6-thinking&quot;&gt;the last update&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A backpacking trip is an opportunity for several kinds of photography.
There is the airplane, if there is any driving to the trail, there is the main event, and after party (whatever that is) and then the return.
For this trip, SJC → BUR → ABQ, and then a 6 hour drive.
Three days of backpacking, a day in Silver City, and the return trip: ABQ → LAS → SJC.
The main thing was that I had really learned to push the kit lens I take backpacking a lot further.
See below. 
It also means that there are a lot of photos to edit (clean up).&lt;/p&gt;

&lt;p&gt;While in Silver City, after dinner, my friend and I did a walkabout and take photos.
Just followed the energy around town taking pictures of whatever was interesting.
There was a lot of interesting stuff!
Met two interesting characters.
I regretted not taking a picture of the first one, so I was sure to get a picture of the second.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-05-31-fallugia-1200.jpeg&quot; alt=&quot;Close up of Fallugia Paradoxa in Gila Wilderness, NM.&quot; title=&quot;Close up of Fallugia Paradoxa in Gila Wilderness, NM.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Fallugia&quot;&gt;Fallugia Paradoxa&lt;/a&gt;&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h3 id=&quot;i5-plotting--generative-art&quot;&gt;I5. Plotting / generative art:&lt;/h3&gt;

&lt;p&gt;I picked my way through one of the problems I had and solved it over a couple of days during the week.
That sort of freed up the space to solve several other minor annoyances over the weekend while integrating the solution into my current project.
And, before I bashed my head against the next problem for several hours I stopped that and instead decided to be more intentional about it.
It means stepping back and clearly identifying what the possible next steps are and what tools and pieces of informations I need to get a better understanding and possibly solve the problem are.
In the past I would simply try guessing and checking and guessing and checking ad nauseum until I was sick of it.
It pays to be more intentional, and careful.&lt;/p&gt;

&lt;p&gt;This week I added: a saturating probability field based on parabolas with sane defaults, arrows with useful defaults for debugging, library documenations, improved preview gallery tools. Sane defaults are a friction reduction habit that I’m trying to institute that makes the old code more easily accessible to future me.&lt;/p&gt;

&lt;h3 id=&quot;i6-thinking&quot;&gt;I6. Thinking&lt;/h3&gt;

&lt;h4 id=&quot;writing&quot;&gt;Writing&lt;/h4&gt;

&lt;h4 id=&quot;reading-and-notes&quot;&gt;Reading and Notes&lt;/h4&gt;

&lt;p&gt;Some short notes on Darwin’s writing.&lt;/p&gt;

&lt;h4 id=&quot;seasons-and-days&quot;&gt;Seasons and Days&lt;/h4&gt;

&lt;p&gt;The last 30 day period ended while I was on the trail, so if choosing to be without internet for a few days counts as cutting down screen time, it ended on a very positive note.&lt;/p&gt;

&lt;p&gt;I haven’t settled on the next one and it’s already 30% over.
Maybe it means I should take a rest period and pick it up in July.&lt;/p&gt;

&lt;h3 id=&quot;i7-backpacking&quot;&gt;I7. Backpacking:&lt;/h3&gt;

&lt;p&gt;Clean up and storage of gear from last time.
And capture any key learnings for the next one, possibly in August?
Or early October at the latest.&lt;/p&gt;

&lt;h3 id=&quot;i8-cooking&quot;&gt;I8. Cooking:&lt;/h3&gt;

&lt;p&gt;Small batch thin crust pizza.
It means that there is only one day of leftovers instead of several.
While it might seem like less pizza is a worse deal, it means that pizza will happen again sooner.&lt;/p&gt;

&lt;p&gt;Some simple food plans this week: sushi rice dice from a random yt (I put the recipe elsewhere on this site), polenta and some sort of bean dish (&lt;a href=&quot;mailto:justin@garofo.li?subject=bean dish rec&amp;amp;body=%0D%0Aurl: https://www.justing.net/notes/2024/06/09/weeknotes-13.html&quot;&gt;email me an easy bean dish that goes with polenta, maybe?&lt;/a&gt;
), and two different chicken dishes. Some &lt;a href=&quot;https://youtu.be/D1ujHCl8sck?si=XTuDW7FbBUAG9epT&quot;&gt;roasted broccoli&lt;/a&gt;.
Surely we will order some food.&lt;/p&gt;

&lt;p&gt;Planning to make a full sourdough loaf this week to go with some of the cheeses I picked up today.&lt;/p&gt;

&lt;h3 id=&quot;i9-house-projects&quot;&gt;I9. House Projects:&lt;/h3&gt;

&lt;p&gt;Pressure washed the back patio.
It looks so nice.
I have an appreciation for the work that goes into it, but I’ll probably hire out for this next time.&lt;/p&gt;

&lt;p&gt;Got some paperwork taken care of.
Several other paperworks to do still.&lt;/p&gt;

&lt;p&gt;I would like to get started on the garage finishing project next.&lt;/p&gt;

&lt;h3 id=&quot;other-interests&quot;&gt;Other Interests&lt;/h3&gt;

&lt;p&gt;Bought a couple of small midi controllers.
They’re multi-use: I intend to attach some of them to my stationary office iPad for making synth drones, and using them as an input for generative art too.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 13&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/06/09/weeknotes-13.html&quot;&gt;Email me about that bean dish.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Two Week Notes No. 11 &amp; 12</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/06/05/weeknotes-11-12.html"/>
   <updated>2024-06-05T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/06/05/weeknotes-11-12</id>
   <summary>Two weeks for the price of one.</summary>
   <content type="html">&lt;p&gt;It’s a two-fer since I didn’t get the update out before I left on a trip.
There is quite a bit of content in here.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;As I mentioned my most recent &lt;a href=&quot;/now/2024/05/26/update.html&quot;&gt;now page update&lt;/a&gt;, I watched &lt;a href=&quot;https://youtu.be/-AdXIC44b7Q?si=dFMQZAE39WOjnpe7&quot;&gt;this video&lt;/a&gt; and it helped.&lt;/p&gt;

&lt;h3 id=&quot;i1-field-recording&quot;&gt;I1. Field Recording:&lt;/h3&gt;

&lt;p&gt;Not much action here, but I realized that I didn’t mention something I noticed last week.
I was out there in the &lt;a href=&quot;/field-recordings/2024/01/08/quicksilver.html&quot;&gt;Quicksilver Park area&lt;/a&gt;, and I stopped to listen.
Because when I was listening to that recording after I made it, I noticed there was this low rumble.
I figured it was the highway, like miles and miles away.
Or some other city noise.
Or I suppose it could be these high tension power lines that run through the area.
I didn’t think I was close enough to them.
So I’m listening, and it could be the wind in some particular stands of trees?
I’m not sure, but it was really there, not some electrical pickup thing.
So I want to come back and like walk around and have another listen, with my field recording gear.&lt;/p&gt;

&lt;p&gt;Also preparing for a field trip.
So my backlog of recordings will grow a little bit.&lt;/p&gt;

&lt;h4 id=&quot;post-trip--week-12-gila-wilderness&quot;&gt;Post trip / week 12 (Gila Wilderness)&lt;/h4&gt;

&lt;p&gt;So I did a couple of things different this time despite 2 nights in the backcountry and 1 in the &lt;a href=&quot;https://www.nps.gov/subjects/camping/frontcountry-camping.htm&quot;&gt;frontcountry&lt;/a&gt;.
I suppose I could have recorded in the frontcountry site, but a) there were a lot of other people around and b) I was saving the batteries for the wilderness.
In the wilderness we stayed both nights in the same base camp, and did a lot of walking besides so I wasn’t interested in a long distance drop rig setup.
Bottom line: only one night recorded.&lt;/p&gt;

&lt;p&gt;The other difference was I tried to capture a couple of things with my phone while away from the rest of my gear.
Some particularly nice wind in the trees, for instance.
Maybe those will make into a soundshot.&lt;/p&gt;

&lt;h3 id=&quot;i3-photography&quot;&gt;I3. Photography:&lt;/h3&gt;

&lt;p&gt;Good times at the Marshall Cottle Master Gardener plots.
The overcast morning made for wonderful even light for photographing the bees and flowers.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-05-25-artichoke-bloom-1200.jpeg&quot; alt=&quot;An up close view of the purple blossom on an artichoke plant.&quot; title=&quot;An up close view of the purple blossom on an artichoke plant.&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;24MAY25SAT Blooming Artichoke&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;h4 id=&quot;post-trip--week-12-gila-wilderness-1&quot;&gt;Post trip / week 12 (Gila Wilderness)&lt;/h4&gt;

&lt;p&gt;Hooboy, over 1000 photos made in the last few days.
I even took a picture of a person in one of them.&lt;/p&gt;

&lt;h3 id=&quot;i5-plotting&quot;&gt;I5. Plotting:&lt;/h3&gt;

&lt;p&gt;Currently working on a small library for applying computing probabilities of points in my art frame.&lt;/p&gt;

&lt;h3 id=&quot;i6-thinking&quot;&gt;I6. Thinking:&lt;/h3&gt;

&lt;p&gt;Maybe too much?
I was out and about in the wilderness with no internet to distract me.
It was glorious!&lt;/p&gt;

&lt;h4 id=&quot;writing&quot;&gt;Writing&lt;/h4&gt;

&lt;p&gt;While out walking in the woods I felt really compelled to write down my thoughts on how important it is to ‘make it work for you’.
So look forward to that… sometime.&lt;/p&gt;

&lt;h4 id=&quot;reading-and-notes&quot;&gt;Reading and Notes&lt;/h4&gt;

&lt;p&gt;I started reading Charles Darwin’s &lt;em&gt;Voyage of the Beagle&lt;/em&gt;.
It’s his journal from when he was a young man hired as the naturalist on the HMS Beagle in the early 1830s.
I am pleasantly shocked at how readable it is.
My goal was to read good examples of descriptive writing, and this is perfect for that.
I thought it would be boring, but it is not at all.
&lt;a href=&quot;mailto:justin@garofo.li?subject=good descriptive writing suggestion&amp;amp;body=%0D%0Aurl: https://www.justing.net/notes/2024/06/05/weeknotes-11-12.html&quot;&gt;Email me if you know any other good description writing!&lt;/a&gt;&lt;/p&gt;

&lt;h4 id=&quot;seasons-and-days&quot;&gt;Seasons and Days&lt;/h4&gt;

&lt;p&gt;Phone simplifications, &lt;a href=&quot;https://support.apple.com/en-nz/guide/assistive-access-iphone/welcome/ios&quot;&gt;Assistive Access&lt;/a&gt;, via &lt;a href=&quot;https://news.ycombinator.com/item?id=40481789&quot;&gt;Hacker News comment&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;i7-backpacking&quot;&gt;I7. Backpacking:&lt;/h3&gt;

&lt;p&gt;Trip to the Gila Wilderness.
It was great!
I made a list of 12 take-aways from the trip so I am better prepared for next time.
Less No. 1: bring less food.&lt;/p&gt;

&lt;h3 id=&quot;i8-cooking&quot;&gt;I8. Cooking:&lt;/h3&gt;

&lt;p&gt;Some tasty backpacker meals that I will report on later.
A couple of loafs of bread.&lt;/p&gt;

&lt;h3 id=&quot;i9-house-projects&quot;&gt;I9. House Projects:&lt;/h3&gt;

&lt;p&gt;No work here.&lt;/p&gt;

&lt;h3 id=&quot;other-interests-not-pursued&quot;&gt;Other Interests, not pursued.&lt;/h3&gt;

&lt;p&gt;Note that I2. Drawing, I4. Synthesizers, I11. Family Tree, and I12. Astrophotography are all deferred to later times.
I identified several other interests beyond I12 that were not yet numbered and are also deferred to later.
I’ll migrate these items to the &lt;a href=&quot;/ideas/&quot;&gt;Ideas page&lt;/a&gt;.
I10. Travel is not really an ongoing concern to so only added in as needed.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Two Week Notes No. 11 &amp;amp; 12&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/06/05/weeknotes-11-12.html&quot;&gt;Email me MAYBE.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>New to me Facts and Ideas in May 2024</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/06/04/facts-and-ideas-24-may.html"/>
   <updated>2024-06-04T18:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/06/04/facts-and-ideas-24-may</id>
   <summary>It's a peanut butter spread of facts all over my interests.</summary>
   <content type="html">&lt;p&gt;Some interesting ones this time, but a lower than usual haul.
Also this is late because I was out of town.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;week-19&quot;&gt;Week 19&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-05-06&quot;&gt;24MAY06MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://arstechnica.com/space/2024/05/the-surprise-is-not-that-boeing-lost-commercial-crew-but-that-it-finished-at-all/&quot;&gt;Boeing’s Starliner&lt;/a&gt; is set to &lt;a href=&quot;https://spaceflightnow.com/2024/05/06/long-delayed-boeing-starliner-ready-for-first-piloted-flight-to-space-station/&quot;&gt;launch tonight&lt;/a&gt;. What a mess it’s been getting to here. Competition has been good.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.metafilter.com/203625/The-Sun-Is-Down-The-Batterys-Up&quot;&gt;Over the past three years, battery storage capacity on the nation’s grids has grown tenfold, to 16,000 megawatts.&lt;/a&gt;, MeFi / NYT.&lt;/li&gt;
  &lt;li&gt;The era of relative public anonymity is definitively &lt;a href=&quot;https://podcasts.apple.com/us/podcast/search-engine/id1614253637?i=1000655151849&quot;&gt;over&lt;/a&gt;. This has been basically true for a while with respect to law enforcement. It’s not also true for any other interested party as well.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://hubblenetwork.com/blog/2024/04/29/Hubble-Network-First-Connection/&quot;&gt;Bluetooth connectivity from space?&lt;/a&gt;. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Only 8 more years until the next &lt;a href=&quot;http://thetenthwatch.com&quot;&gt;pitch drop&lt;/a&gt;. Via &lt;a href=&quot;https://www.iflscience.com/the-longest-running-laboratory-experiment-in-the-world-is-streaming-live-right-now-74143&quot;&gt;iflscience.com&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-20&quot;&gt;Week 20&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-05-13&quot;&gt;24MAY13MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;The &lt;a href=&quot;https://www.science.org/doi/10.1126/science.add9330&quot;&gt;cellular growth and neuron map of fruit fly larvae is known&lt;/a&gt;. Also the &lt;a href=&quot;https://www.wormatlas.org/celllineages.html&quot;&gt;complete cell lineage, purpose, and interconnections of a small worm is known&lt;/a&gt;. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=40342188&quot;&gt;Hacker News&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Insurance company profits are increasingly impacted by climate changes, causing them to &lt;a href=&quot;https://www.nytimes.com/interactive/2024/05/13/climate/insurance-homes-climate-change-weather.html&quot;&gt;pull out of some states&lt;/a&gt;. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;There is &lt;a href=&quot;https://phys.org/news/2024-05-tiger-beetles-ultrasonic-mimicry.html&quot;&gt;a beetle&lt;/a&gt; that mimics bat sounds to avoid being eaten! Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Military advances: &lt;a href=&quot;https://newatlas.com/military/rfedw-drone-weapon/&quot;&gt;directed energy weapons can replace expensive missiles&lt;/a&gt;, “17¢ a shot vs millions per missile”. I guess that may work against drone swarms. Via Damn Interesting.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-21&quot;&gt;Week 21&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-05-20&quot;&gt;24MAY20MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;I think I mentioned it before, but we’re entering the time of the &lt;a href=&quot;https://arstechnica.com/science/2024/05/if-you-can-see-the-big-dipper-youll-get-to-see-a-star-go-nova-soon/&quot;&gt;Blaze Star&lt;/a&gt;, now to September. Only once every 80 years. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Shipping, on big boats, could save up to &lt;a href=&quot;https://newatlas.com/marine/blue-visby-cargo-emissions/&quot;&gt;17.3%&lt;/a&gt; simply by slowing down.
They have the opportunity to do that because they currently hurry up and wait at the port. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Maybe &lt;a href=&quot;https://marginalrevolution.com/marginalrevolution/2024/05/the-sea-change-on-crypto-regulation.html&quot;&gt;real banks can hold your crypto&lt;/a&gt; soon? Maybe not.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-22&quot;&gt;Week 22&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-05-27&quot;&gt;24MAY27MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Tattoos &lt;a href=&quot;https://newatlas.com/medical/tattoos-lymphoma-risk/&quot;&gt;correlate with lymphatic cancer&lt;/a&gt;, at +20%. Via Damn Interesting.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;New to me Facts and Ideas in May 2024&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/06/04/facts-and-ideas-24-may.html&quot;&gt;Email me the cool facts you&apos;ve learned lately. Or a correction.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 10</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/05/22/weeknotes-10.html"/>
   <updated>2024-05-22T07:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/05/22/weeknotes-10</id>
   <summary>Some more comments on reading and notebooks.</summary>
   <content type="html">&lt;p&gt;More text here than I expected.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;phonography&quot;&gt;Phonography:&lt;/h3&gt;

&lt;p&gt;No progress here this week.&lt;/p&gt;

&lt;h3 id=&quot;photography&quot;&gt;Photography:&lt;/h3&gt;

&lt;p&gt;Unexpected opportunity struck in the photography department.
Twice.&lt;/p&gt;

&lt;div class=&quot;image&quot;&gt;
&lt;img src=&quot;/assets/img/2024-05-18-red-shouldered-hawk-1200.jpeg&quot; alt=&quot;red shouldered hawk in flight over a dirt road next to an empty canal&quot; title=&quot;red shouldered hawk in flight over a dirt road next to an empty canal&quot; width=&quot;100%&quot; /&gt;&lt;p class=&quot;imgcap&quot;&gt;
&lt;span class=&quot;caption&quot;&gt;24MAY18SAT Red Shouldered Hawk&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;

&lt;p&gt;I also succeeded in getting the Shortcut to work for adding pictures to the &lt;a href=&quot;https://workingcopy.app&quot;&gt;Working Copy&lt;/a&gt; repository for this blog!&lt;/p&gt;

&lt;h3 id=&quot;writing&quot;&gt;Writing&lt;/h3&gt;

&lt;p&gt;An old friend and I are starting a memoire-ish project.
I think we just want capture on paper some of our memories from college.
It will be fun to work with someone on it, but we’re keeping the ambitions low.
We’ve given it the label “F Street Blues”, or well that’s his label.
I just call it “F Street.”&lt;/p&gt;

&lt;h3 id=&quot;reading-and-notes&quot;&gt;Reading and Notes&lt;/h3&gt;

&lt;p&gt;New notebook week!
Making the switch always feels like it might be a risky moment.
All these full pages, they just go away.
And the new notebook, it’s so… empty.
But things have already started going again.&lt;/p&gt;

&lt;p&gt;Nearly done with extracting notes &lt;em&gt;The Year 1000&lt;/em&gt;.
I should be able to mail it out this week.&lt;/p&gt;

&lt;p&gt;I was reading &lt;em&gt;Where good ideas come from&lt;/em&gt;, but now I’m just skimming.
As I read through it, I found the stories less compelling and more hypothetical or speculative.
I became unconvinced that it was a very thorough accounting of what it purported to be.
So I’m just checking through the second half before I put it in the donation pile.
I did pick up one thread I want to pull on: &lt;a href=&quot;https://en.wikipedia.org/wiki/The_Voyage_of_the_Beagle&quot;&gt;Darwin’s journal from the Beagle&lt;/a&gt; sounds like it might be a good example of descriptive writing and journaling.
I’m looking for some good concrete examples of this to model in my own writing.
&lt;a href=&quot;mailto:justin@garofo.li?subject=best descriptive journal example&amp;amp;body=I have this really great suggestion about descriptive writing: %0D%0Aurl: https://www.justing.net/notes/2024/05/22/weeknotes-10.html&quot;&gt;Email me, maybe.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Two other things I read recently and found inspiring or useful:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.overcomingbias.com/p/chase-your-readinghtml&quot;&gt;Chase your reading&lt;/a&gt;. I’ve been roughly doing this but could be more intentional. Via &lt;a href=&quot;https://www.henrikkarlsson.xyz/p/interesting-ideas&quot;&gt;Henrik Karlsson&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.chrisharrison.net/index.php/Home/Log&quot;&gt;Daily sentences&lt;/a&gt;, original microblogging. I might do limited series of these. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=40439949&quot;&gt;Hacker News comment&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;seasons-and-days&quot;&gt;Seasons and Days&lt;/h3&gt;

&lt;p&gt;The hoped for reduction in general second screening and dumb idle scrolling (death time), well it hasn’t showed up yet.
Possibly the rejection of the &lt;em&gt;good ideas&lt;/em&gt; book as good reading is part of it.
A friend of mine has taken to leaving their phone in the car for the evening.
Having an Apple brand smart watch enables that.
I have one of those, so it’s an option.
But my problem isn’t the pocket computer; it’s the iPad (eye-paddle).
Unsubscribing seems to help.&lt;/p&gt;

&lt;h3 id=&quot;backpacking-prep&quot;&gt;Backpacking prep&lt;/h3&gt;

&lt;p&gt;Running and general fitness continues apace.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 10&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/05/22/weeknotes-10.html&quot;&gt;Email me if you have any tips.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 9</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/05/13/weeknotes-9.html"/>
   <updated>2024-05-13T22:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/05/13/weeknotes-9</id>
   <summary>Something Different This Week</summary>
   <content type="html">&lt;p&gt;There is a tiny bit more free writing inside.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;phonography&quot;&gt;Phonography:&lt;/h3&gt;

&lt;p&gt;I need to get this jump started again.
There are several days of audio that need to be (minimally) processed.
And I have several things that I want to get on “tape” but the backup is holding me back.
Aargh!&lt;/p&gt;

&lt;h3 id=&quot;photography&quot;&gt;Photography:&lt;/h3&gt;

&lt;p&gt;One (failed, below) attempt at aurora photography; they were a no show, or the city sky glow was more of a show.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/2024-05-11-no-aurora-1200.jpeg&quot; alt=&quot;just sky glow in suburbia&quot; /&gt;&lt;/p&gt;

&lt;h3 id=&quot;writing&quot;&gt;Writing&lt;/h3&gt;

&lt;p&gt;Drafted a short opinion post by hand.
It’s an opinion, about something kind of timely.
Not like DJT or OpenAI timely.
Just some tiny mostly irrelevant thing that’s bothered my about our current extended moment.
I haven’t posted it and do not plan to.&lt;/p&gt;

&lt;h3 id=&quot;reading-and-notes&quot;&gt;Reading and Notes&lt;/h3&gt;

&lt;p&gt;The last couple of weeks surge in notes has regressed back toward the mean.
That’s kind of a relief actually.
I’m still growing my practice.
But. But. Next week is probably new notebook week.&lt;/p&gt;

&lt;p&gt;Still scraping the last few things out of &lt;em&gt;The Year 1000&lt;/em&gt; before I send it out at the end of the week.&lt;/p&gt;

&lt;h3 id=&quot;seasons-and-days&quot;&gt;Seasons and Days&lt;/h3&gt;

&lt;p&gt;How is my 30 days of less phone going?
Poorly.
The data is noisy, but I don’t see any downward trend yet.
I’ll keep going.&lt;/p&gt;

&lt;h3 id=&quot;backpacking-prep&quot;&gt;Backpacking prep&lt;/h3&gt;

&lt;p&gt;I put in several good sessions of running in the last week.
There is some gear I should refresh in the next week or two, and.. oh yeah.
Meals.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 9&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/05/13/weeknotes-9.html&quot;&gt;Email me if you saw the aurora this weekend.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 8</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/05/07/weeknotes-8.html"/>
   <updated>2024-05-07T06:30:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/05/07/weeknotes-8</id>
   <summary>???</summary>
   <content type="html">&lt;p&gt;A lot of reading and notes.&lt;/p&gt;

&lt;!--more--&gt;

&lt;h3 id=&quot;phonography&quot;&gt;Phonography:&lt;/h3&gt;

&lt;p&gt;No work in this space this week.&lt;/p&gt;

&lt;h3 id=&quot;photography&quot;&gt;Photography:&lt;/h3&gt;

&lt;p&gt;Some light photos (ha. ha.), some workaday photos.&lt;/p&gt;

&lt;h3 id=&quot;writing&quot;&gt;Writing&lt;/h3&gt;

&lt;p&gt;Keeping pace with what I reported last week.
I’m not sure what it means.&lt;/p&gt;

&lt;h3 id=&quot;reading-and-notes&quot;&gt;Reading and Notes&lt;/h3&gt;

&lt;p&gt;I am going to lend my copy of &lt;em&gt;The Year 1000&lt;/em&gt; to a friend, so I’m grabbing all my notes out of it.
While doing that I noticed that there was something kind of incomplete in the notes I had already.
So I am quickly rereading and marking up and taking out from a few chapters that I felt I could get more out of.
It’s all basically an exercise in skill development through practice.
Sure feels like I’m making progress.&lt;/p&gt;

&lt;h3 id=&quot;seasons-and-days&quot;&gt;Seasons and Days&lt;/h3&gt;

&lt;p&gt;I’m off to an interesting start to my 30 days of less idle “phone” time.
It includes iPad too.
One piece was figuring out what I can use from the Screen Time tools in the iOS control center.
Another piece is having some better alternative when that itch comes, as it inevitably will (and has).
So I’m going back and re-reading older pages in my paper notebook.
So far I’ve made interesting connections and found inspirational reminders for new ideas each time I’ve done it.
More so than in past attempts.
I’ll just keep going.&lt;/p&gt;

&lt;h3 id=&quot;backpacking-prep&quot;&gt;Backpacking prep&lt;/h3&gt;

&lt;p&gt;Finally have a go date for my next backpacking: it’s in less than 4 weeks.
And I totally fell off the wagon as far as regular running is concerned this winter.
I really am a fair weather runner.
With time short, and the destination at some pretty high altitude, I’ve got to get moving!&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 8&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/05/07/weeknotes-8.html&quot;&gt;Email me what you have been up to this week.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>New to me Facts and Ideas in April 2024</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/05/06/facts-and-ideas-24-apr.html"/>
   <updated>2024-05-06T08:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/05/06/facts-and-ideas-24-apr</id>
   <summary>Quite the crop this month.</summary>
   <content type="html">&lt;p&gt;If I had to say a theme here, it would be some combination of health, history, and space.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;week-14&quot;&gt;Week 14&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-04-01&quot;&gt;24APR01MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://apod.nasa.gov/apod/ap240401.html&quot;&gt;The magnet field lines&lt;/a&gt; in these galactic black hole images are beautiful! Via and hosted by &lt;a href=&quot;https://kottke.org/24/04/swirling-magnetic-fields-visible-in-new-black-hole-images&quot;&gt;Kottke&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.healthline.com/health/number-of-cells-in-body&quot;&gt;The human body has 30 trillion cells&lt;/a&gt;, because a friend said a number and I had to check.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.washingtonian.com/2022/03/15/the-us-tried-permanent-daylight-saving-time-in-the-70s-people-hated-it/&quot;&gt;The US has tried not changing time before&lt;/a&gt;, and it wasn’t fun. Probably because the picked the more unnatural time. Via &lt;a href=&quot;https://www.astralcodexten.com/p/links-for-april-2024&quot;&gt;Astral Codex X&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;There are only &lt;a href=&quot;https://www.theguardian.com/environment/2024/mar/16/hidden-giants-how-the-uks-500000-redwoods-put-california-in-the-shade&quot;&gt;80,000 Giant Redwood trees in California&lt;/a&gt;. Is this right? Via &lt;a href=&quot;https://slimemoldtimemold.com/2024/03/31/links-for-march-2024/&quot;&gt;Slime Mold Time Mold&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-15&quot;&gt;Week 15&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-04-08&quot;&gt;24APR08MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://phys.org/news/2024-04-huge-star-explosion-sky-lifetime.html&quot;&gt;Blaze Star&lt;/a&gt; may burst to brightness in the next 5 months, in T Coronae Borealis. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;There is a &lt;a href=&quot;https://www.newsminimalist.com/articles/63652c9b-00f5-4d81-8ccf-1c6aac032c68&quot;&gt;oral spray vaccine for UTIs&lt;/a&gt; and it is preventative for up to 9 years. Via News Minimalist&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.cremieux.xyz/p/the-rise-and-impending-fall-of-the?utm_source=DamnInteresting&quot;&gt;Cavities are contagious&lt;/a&gt;. I definitely didn’t know this. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;There are &lt;a href=&quot;https://www.afar.com/magazine/the-u-s-will-likely-get-more-national-park-land-heres-where&quot;&gt;5 new National Monuments&lt;/a&gt; in the US. Indirectly via &lt;a href=&quot;https://whatthefuckjusthappenedtoday.com/2024/04/11/day-1178/&quot;&gt;WTFJHT&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;More &lt;a href=&quot;https://www.ancientpages.com/2024/04/11/amazing-new-frescoes-mythological-pompeii/&quot;&gt;frescoes in Pompeii&lt;/a&gt; (&lt;a href=&quot;https://www.bbc.com/news/science-environment-68777741&quot;&gt;alt&lt;/a&gt;, &lt;a href=&quot;http://www.thehistoryblog.com/archives/69956&quot;&gt;alt’&lt;/a&gt;, &lt;a href=&quot;https://www.metafilter.com/203296/Region-9-has-thrown-up-a-detective-story-for-archaeologists&quot;&gt;discussion&lt;/a&gt;, &lt;a href=&quot;https://news.ycombinator.com/item?id=40003138&quot;&gt;more&lt;/a&gt;). Via Damn Interesting, MeFi, Ancient Pages, History Blog.&lt;/li&gt;
  &lt;li&gt;Next generation &lt;a href=&quot;https://www.nasa.gov/general/nasa-next-generation-solar-sail-boom-technology-ready-for-launch/&quot;&gt;Solar Sail&lt;/a&gt; is ready for launch.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-16&quot;&gt;Week 16&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-04-15&quot;&gt;24APR15MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.economist.com/graphic-detail/2024/04/02/the-economics-of-american-lotteries&quot;&gt;Lottery ticket sales&lt;/a&gt; are super messed up: the poorest spend almost 5% of their income on them! Via &lt;a href=&quot;https://thezvi.substack.com/p/monthly-roundup-17-april-2024&quot;&gt;Zvi Mowshowitz&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.businessinsider.com/mcdonalds-new-marketing-billboards-that-smell-like-its-french-fries-2024-4&quot;&gt;McDonald’s is brining some freaky future&lt;/a&gt; to the Netherlands. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://mjtsai.com/blog/2024/04/15/the-demise-of-email-forwarding-is-getting-closer/&quot;&gt;Email forwarding is going away?&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.axios.com/2024/04/16/homicide-rate-us-voters-trump&quot;&gt;Homicides are down this year&lt;/a&gt;, but some cities have more and some have less. Via &lt;a href=&quot;https://kottke.org/24/04/0044414-the-homicide-rate-continu&quot;&gt;Kottke&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://gilest.org/canada.html&quot;&gt;Halifax has the cutest ferries&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.sci.news/archaeology/umm-jirsan-lava-tube-cave-human-occupation-12868.html&quot;&gt;A cave in Saudi Arabia was used (on and off?) by humans for 7000 years&lt;/a&gt;. Imagine it; I suggest that you cannot. It would be just a place that had always been used if you thought about it at all. Via Damn Interesting.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-17&quot;&gt;Week 17&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-04-22&quot;&gt;24APR22MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.jpl.nasa.gov/news/nasas-voyager-1-resumes-sending-engineering-updates-to-earth&quot;&gt;NASA reports&lt;/a&gt; that it has &lt;a href=&quot;https://arstechnica.com/space/2024/04/recoding-voyager-1-nasas-interstellar-explorer-is-finally-making-sense-again/&quot;&gt;restored communication with Voyager 1&lt;/a&gt;. It’s a story I followed for the last couple of months and I’m happy to hear that we got it working again. Both via DamnInteresting.&lt;/li&gt;
  &lt;li&gt;More &lt;a href=&quot;https://arstechnica.com/science/2024/04/deciphered-herculaneum-papyrus-reveals-precise-burial-place-of-plato/&quot;&gt;Herculuneum document decipherment&lt;/a&gt;, this time it reveals more precise details of Plato’s burial. See also &lt;a href=&quot;/links/2024/02/05/vesuvius-prize-ii.html&quot;&gt;Vesuvius Prize&lt;/a&gt; which is different.&lt;/li&gt;
  &lt;li&gt;The world of &lt;a href=&quot;https://www.theguardian.com/food/2023/dec/02/the-weird-secretive-world-of-crisp-flavours&quot;&gt;chip flavors&lt;/a&gt; is waay larger than I thought, not having thought about it very much before. Via &lt;a href=&quot;https://rknight.me/links/&quot;&gt;Robb Knight’s Links feed&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-18&quot;&gt;Week 18&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-04-29&quot;&gt;24APR29MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Maybe Augustus’s house in Vesuvius has been &lt;a href=&quot;https://phys.org/news/2024-04-vesuvius-home-roman-emperor.html&quot;&gt;discovered&lt;/a&gt;? Via DamnInteresting.&lt;/li&gt;
  &lt;li&gt;Atomic &lt;a href=&quot;https://www.tuwien.at/en/tu-wien/news/news-articles/news/lange-erhoffter-durchbruch-erstmals-atomkern-mit-laser-angeregt&quot;&gt;nucleus excited by laser&lt;/a&gt;, and preprint verification by &lt;a href=&quot;https://news.ycombinator.com/item?id=40195308&quot;&gt;an independent team&lt;/a&gt;. Via Damn Interesting, and Hacker News.&lt;/li&gt;
  &lt;li&gt;Very cool video of building seismic isolators &lt;a href=&quot;https://twitter.com/OsmanEOzbulut/status/1782305225669292354&quot;&gt;in action&lt;/a&gt; on X/Twitter&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;, sorry. Via &lt;a href=&quot;https://oaklandgeology.com/2024/04/29/a-walk-in-oaklands-original-platform/&quot;&gt;Oakland Geology Blog&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;The US DEA may soon &lt;a href=&quot;https://apnews.com/article/marijuana-biden-dea-criminal-justice-pot-f833a8dae6ceb31a8658a5d65832a3b8&quot;&gt;reclassify marijuana from schedule 1 to 3&lt;/a&gt;. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=40213591&quot;&gt;Hacker News&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;The &lt;a href=&quot;https://tis.so/the-biggest-little-guy&quot;&gt;largest bacterium&lt;/a&gt; is about 1 cm across and was discovered in 2022. Via &lt;a href=&quot;https://www.experimental-history.com/p/the-magic-soup-debacle-is-finally&quot;&gt;Experimental History&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.newsminimalist.com/articles/8026bff8-0514-4057-a53a-4cc793c6081c&quot;&gt;100 new near Earth asteroids discovered&lt;/a&gt;. Via &lt;a href=&quot;https://newsletter.newsminimalist.com/p/us-to-lower-marijuana-danger-level&quot;&gt;NewsMinimalist&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I saw it called Xitter, and that wins now. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;New to me Facts and Ideas in April 2024&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/05/06/facts-and-ideas-24-apr.html&quot;&gt;Email me the cool facts you&apos;ve learned lately. Or a correction.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>(Mid) Week Notes No. 7</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/05/06/weeknotes-7.html"/>
   <updated>2024-05-06T07:30:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/05/06/weeknotes-7</id>
   <summary>Mininal update this week.</summary>
   <content type="html">&lt;p&gt;Notes: this is published a week after it was mostly written. Oops.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Change of plan: keep this on Sunday because it requires a bit of time and thinking.
Move the Now page update to Mondays; it requires less thinking.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Still working on this revised schedule.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;phonography&quot;&gt;Phonography:&lt;/h3&gt;

&lt;p&gt;No work in this space this week.&lt;/p&gt;

&lt;h3 id=&quot;photography&quot;&gt;Photography:&lt;/h3&gt;

&lt;p&gt;I completed the 7 day project of sunset photos, and got some good ones.&lt;/p&gt;

&lt;h3 id=&quot;writing&quot;&gt;Writing&lt;/h3&gt;

&lt;p&gt;Even more notes this week than previously.
It might be a new personal best. Is best the right word for it?&lt;/p&gt;

&lt;h3 id=&quot;seasons-and-days&quot;&gt;Seasons and Days:&lt;/h3&gt;

&lt;p&gt;The 30 days of fiber is a tentative success.
There have been some gains in my habits around making sure to eat enough of it, but they are by no means assumed.&lt;/p&gt;

&lt;p&gt;For the next 30 days I’ve chosen to reduce idle time on my phone. More next time on that.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;(Mid) Week Notes No. 7&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/05/06/weeknotes-7.html&quot;&gt;Email me what you have been up to this week.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week(end) Notes No. 6</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/04/21/weeknotes-6.html"/>
   <updated>2024-04-21T21:30:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/04/21/weeknotes-6</id>
   <summary>Kind of scrambled week.</summary>
   <content type="html">&lt;p&gt;Words about sound and pictures and words.&lt;/p&gt;

&lt;p&gt;Change of plan: keep this on Sunday because it requires a bit of time and thinking.
Move the Now page update to Mondays; it requires less thinking.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;phonography&quot;&gt;Phonography:&lt;/h3&gt;

&lt;p&gt;Yesterday afternoon I was listening to the most perfect sound of wind in trees.
I was standing under the tree, and my app said the wind was 8 mph, with gusts to 18 mph.
It was just the right amount.
I wonder if it was the new spring leaves, or the tree kind of by itself, or well, not in a forest.
Maybe it could be a project, trees in wind in different seasons or stages of leaf maturity or presence.
The wind in the trees is always a sound on my list.&lt;/p&gt;

&lt;h3 id=&quot;photography&quot;&gt;Photography:&lt;/h3&gt;

&lt;p&gt;Started a short silly project that actually is good.
I’m taking a picture of the sunset every day from my backyard.
It’s limited: only 7 days.
The contraint has been good, because it was only the second day that had a really glorious sunset.
The other days have required more creativity, more looking and seeing.&lt;/p&gt;

&lt;p&gt;I’ve also put in a bit more effort when other opportunities present themselves to make photos.
Food and cooking in the kitchen require solving lighting challenges, and also background objects.
The San Jose Bike Party rode by in the dark on Saturday, and instead of thinking about going out to take some photos, I actually went out there.
Sure, I haven’t taken many photos in the dark of people on bikes, so many of the photos were bad.
And I’m fine with that because I learned quite a few things, and also things that I need to learn about working the camera in the dark.
So that’s success.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/2024-04-19_bike-party_1200.jpeg&quot; alt=&quot;SJ Bike Party in the dark&quot; /&gt;&lt;/p&gt;

&lt;p&gt;I also struggled with getting a Shortcut that would add photos to my blog repository in Working Copy.
I got one version working that uses the clipboard.
But it’s kind of a hack.
I found &lt;a href=&quot;https://lukecod.es/2021/04/10/ios-shortcuts-working-copy-photo-blog/&quot;&gt;this howto&lt;/a&gt;, but it’s not working for me.
Shortcuts almost never seem to work as advertised, and the errors (or lack of) make it quite difficult to debug.
The reuse of words also makes it hard to search for help.
Do they do this on purpose?
I am again ready to quit Shortcuts.
And so another cycle is complete.&lt;/p&gt;

&lt;h3 id=&quot;writing&quot;&gt;Writing&lt;/h3&gt;

&lt;p&gt;Many notes made, thoughts recorded, ideas kept.
One other blog post written, just a recipe, but still, there is more words there than the recipe alone.&lt;/p&gt;

&lt;h3 id=&quot;seasons-and-days&quot;&gt;Seasons and Days:&lt;/h3&gt;

&lt;p&gt;I think I’m going to be able to call this 30 days a success.
There is still a couple of weeks to go, but progress is being made on adding more fiber into my diet.
I’m having a higher awareness of it, and what foods are better or worse for it.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week(end) Notes No. 6&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/04/21/weeknotes-6.html&quot;&gt;Replies by email are appreciated.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 5</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/04/14/weeknotes-5.html"/>
   <updated>2024-04-14T16:50:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/04/14/weeknotes-5</id>
   <summary>Mostly process focused, actually.</summary>
   <content type="html">&lt;p&gt;New recording in the field. 
More writing work.&lt;/p&gt;

&lt;p&gt;Next week I might shift this to Monday. There is a lot getting written on Sunday and it’s starting to feel a little congested and toil-ish. 
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;phonography&quot;&gt;Phonography:&lt;/h3&gt;

&lt;p&gt;Got to get out in the field and make a new overnight recording. 
Spot checks sound good, can’t wait to (minimally) process and share it.&lt;/p&gt;

&lt;h3 id=&quot;photography&quot;&gt;Photography:&lt;/h3&gt;

&lt;p&gt;There were two projects (ok maybe “projects” ?) this week.&lt;/p&gt;

&lt;p&gt;First, I carried around the camera on several mornings, hoping to make a photograph of the Great Blue Heron that we had sighted twice last week.
But either because of the increasingly early sunrise, the change of the weather, or just the animal whims of the bird itself, I didn’t come across it again.
I heard it had been seen in one of the nearby fields, but I haven’t gotten over there.
I did make some (bad) pictures of quail (they’re fast little buggers).&lt;/p&gt;

&lt;p&gt;Second, I hiked to the Peters Creek Loop in Portola Redwoods.
Obviously I wanted to try and make some photos of the trees, the old car, and any other interestring forest things (fungus, face like patterns/pareidolia, water, whatever).&lt;/p&gt;

&lt;p&gt;There have been some good clouds lately.&lt;/p&gt;

&lt;h3 id=&quot;seasons-and-days&quot;&gt;Seasons and Days:&lt;/h3&gt;

&lt;p&gt;Recap: I am focusing on getting better at my high fiber diet this 30 days.
So I found some surprising foods that are quite high in fiber, and I’ve been collecting them in a note so I can share.&lt;/p&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;p&gt;Finished reading &lt;em&gt;The Year 1000&lt;/em&gt; by Lacey and Danziger.
It was an interesting read!&lt;/p&gt;

&lt;p&gt;After checking through a number of books on my to-read pile I selected &lt;em&gt;How to Live&lt;/em&gt; by Bakewell.
I’ll probably also read some Montaigne essays in between chapters.&lt;/p&gt;

&lt;h3 id=&quot;writing&quot;&gt;Writing&lt;/h3&gt;

&lt;p&gt;More notes in the notebook, and the various post files.
I think it will take a few weeks to fill up the buffer and start to skim off the more finished pieces.&lt;/p&gt;

&lt;p&gt;I was also hoping to start to see some more isolated and self-complete shorter notes or observations.
Nothing has felt immediately ready for sharing. 
I might just have to take some risks.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 5&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/04/14/weeknotes-5.html&quot;&gt;You can reply by email.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 4</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/04/07/weeknotes-4.html"/>
   <updated>2024-04-07T15:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/04/07/weeknotes-4</id>
   <summary>bits and bobs</summary>
   <content type="html">&lt;p&gt;Progress on field recording, and a writing reset of sorts.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;phonography&quot;&gt;Phonography:&lt;/h3&gt;

&lt;p&gt;Commited to publishing a file this week on YT, so I manually processed the file in Audacity.
Minimal processing: gain adjust, limiter, fade the ends.
Quickly made the images, merged with ffmpeg, and uploaded to YT.
It goes live tonight.
Probably going to be the quietest file on there, that isn’t just silence and a black screen.
I’ll also trim off 15 minutes of the dawn chorus and use that in a post of my own later this week.&lt;/p&gt;

&lt;p&gt;Captured the work I did with the python tools to git.
That includes the failed finalizing with pydub script, but also some useful tests I wrote.
I also updated the image maker for making movies.
It all went rather fast once I said “eff it, just do it by hand.”
So that’s a couple of weeks “lost” futzing around trying to automate something.
I would say that the very useful bits are the preview tool that chops the NN hours of audio into 1 hour chunks for easier listening and noting.&lt;/p&gt;

&lt;h3 id=&quot;seasons-and-days&quot;&gt;Seasons and Days:&lt;/h3&gt;

&lt;p&gt;I am focusing on getting better at my high fiber diet this 30 days.&lt;/p&gt;

&lt;h3 id=&quot;reading&quot;&gt;Reading&lt;/h3&gt;

&lt;p&gt;Finished reading &lt;em&gt;Do Interesting&lt;/em&gt; by Russell Davies. 
I picked up some ideas to try for capturing what I notice, and collecting it, and even sharing.&lt;/p&gt;

&lt;p&gt;I am maining reading &lt;em&gt;The Year 1000&lt;/em&gt; by Lacey and Danziger.
This is mainly research for some questions and ideas I have around a couple of things.
One is something like “what beliefs did people have that fundamentally alter their approach to living?” and another is around this “history rhymes” idea.
I didn’t think it would be such compelling reading, but it totally is!&lt;/p&gt;

&lt;h3 id=&quot;writing&quot;&gt;Writing&lt;/h3&gt;

&lt;p&gt;I evaluated my strategy for getting these essays and ideas I have into more developed states, and well, evidence is that I am not making as much progress as I would like.
So I am dropping the whole digital aspects as the main thing and trying for something more intentional and hand written.
At least until it starts to look like a draft where proper word processing would help.
I find that the jumble of notes in a digital file is just too overwhelming to work with when it comes to actually writing.
I’m not even sure how reliable of an excuse that really is.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 4&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/04/07/weeknotes-4.html&quot;&gt;You can reply by email.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>New to me Facts and Ideas in March 2024</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/04/01/facts-and-ideas-mar.html"/>
   <updated>2024-04-01T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/04/01/facts-and-ideas-mar</id>
   <summary>No description.</summary>
   <content type="html">&lt;p&gt;Twenty fresh facts in here.
And remember the &lt;a href=&quot;https://en.wikipedia.org/wiki/Chiton&quot;&gt;chitons&lt;/a&gt;!
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;week-10&quot;&gt;Week 10&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-03-04&quot;&gt;24MAR04MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://asteriskmag.com/issues/05/the-ruin-of-mumbai&quot;&gt;Half&lt;/a&gt; of the residents of Mumbai (called Mumbaikers, which I also learned), live in slums.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://theconversation.com/where-does-lightning-strike-new-maps-pinpoint-36-8-million-yearly-ground-strike-points-in-unprecedented-detail-224151&quot;&gt;Lightning&lt;/a&gt; kills or injures over a quarter of a million people each year globally. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;The &lt;a href=&quot;https://en.wikipedia.org/wiki/Giza_pyramid_complex&quot;&gt;Great Pyramids&lt;/a&gt; were all commissioned by one family over a ~100 year period. Via the Fall of Ancient Civilizations podcast episode that I mentioned last month because I hadn’t finished it.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-11&quot;&gt;Week 11&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-03-11&quot;&gt;24MAR11MON&lt;/time&gt;
. Was working on a few projects, so here are a couple of throwbacks.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://theconversation.com/daily-fibre-supplement-improves-older-adults-brain-function-in-just-three-months-new-study-224885&quot;&gt;Fiber maybe helps with cognition&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.who.int/europe/news/item/04-01-2023-no-level-of-alcohol-consumption-is-safe-for-our-health&quot;&gt;No amount of alcohol is good for you&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.sciencedaily.com/releases/2024/02/240222122347.htm&quot;&gt;Long covid linked with low iron, maybe&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Standard (winter or “natural” time) is the &lt;a href=&quot;https://arstechnica.com/features/2024/03/the-science-behind-why-people-hate-daylight-savings-time-so-much/&quot;&gt;scientist preferred option&lt;/a&gt; (&lt;a href=&quot;https://undark.org/2024/03/11/time-zones-daylight-saving/&quot;&gt;also&lt;/a&gt;) if we ever settle on a year round time, because it better aligns our clocks to sunlight throughout the year. Via Damn Interesting.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-12&quot;&gt;Week 12&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-03-18&quot;&gt;24MAR18MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://wisqars.cdc.gov/lcnf/&quot;&gt;Unintentional fall (like off a roof)&lt;/a&gt; is the leading cause of emergency room visits in adults. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=39746783&quot;&gt;Hacker News comment&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.sciencealert.com/researchers-solve-mystery-of-the-sea-creature-that-evolved-eyes-all-over-its-shell&quot;&gt;Chitons have eyes all over their shells&lt;/a&gt;, via Damn Interesting. I vaguely recall learning this sometime ago, but not being super clear on what a chiton is, so I mostly forgot it. But. But there is a bonus fact here (well, it’s actually the point of the article): chitons evolved eyes on four different evolutionary occassions (so just a bit less than &lt;a href=&quot;https://www.sciencealert.com/evolution-keeps-making-and-unmaking-crabs-and-nobody-knows-why&quot;&gt;crab body type&lt;/a&gt;), and they have two types of eyes. I mean two solutions to the vision problem were evolved, and they don’t both appear on the same species of chiton. … After reviewing the &lt;a href=&quot;https://en.wikipedia.org/wiki/Chiton&quot;&gt;wikipedia&lt;/a&gt; article, I’m not entirely convinced that I’ll not forget they exist again, but I’ll try: they’re weird af and kind of a flexible and mobile clam or mussel, so a snail with a flexible shell (but they’re really their own thing).&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.m.wikibooks.org/wiki/Icelandic/Alphabet_and_Pronunciation&quot;&gt;Icelandic pronunciation&lt;/a&gt;, because &lt;a href=&quot;https://en.m.wikipedia.org/wiki/2023–2024_Sundhnúkur_eruptions&quot;&gt;Iceland eruptions&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.delish.com/food/a60080969/most-popular-snacks-state-by-state/&quot;&gt;The snack regions of the US&lt;/a&gt;, if you believe it. Via &lt;a href=&quot;https://www.bookofjoe.com/2024/03/my-entry-2.html#google_vignette&quot;&gt;bookofjoe&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://ourworldindata.org/weather-forecasts&quot;&gt;Trends in weather forecasting accuracy&lt;/a&gt; show that 7 day forecasts were right about half the time in 1990 and now are approaching correct 80% of the time. Via &lt;a href=&quot;https://kottke.org/24/03/why-weather-forecasts-have-gotten-so-good&quot;&gt;Kottke&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Claim: Larry Page intended Google to be a money machine to fund AGI development. I don’t know if this is true or just some random thought he voiced. I have lots of those, some may become true in 30 years. It doesn’t mean it’s precience. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=39757261&quot;&gt;Hacker News Comment&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;It still blows my mind that we might put &lt;a href=&quot;https://www.inverse.com/science/starship-human-landing-system-nasa-spacex-artemis&quot;&gt;people on the moon again as soon as the year after next&lt;/a&gt;! Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;At the dentist they now have &lt;a href=&quot;http://maxraycocoon.com/&quot;&gt;handheld x-ray guns&lt;/a&gt;. Via going to my dentist.&lt;/li&gt;
  &lt;li&gt;Antibiotic resistent bacteria &lt;a href=&quot;https://thewalrus.ca/antibiotics-may-soon-become-useless/&quot;&gt;continue to advance&lt;/a&gt;, via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.popularmechanics.com/science/a60202478/an-alpine-mummys-mysterious-tattoos-have-upended-archaeological-theories/&quot;&gt;Ötzi had 61 tattoos&lt;/a&gt;, which is a lot more than I expected. It’s another one of those things that I vaguely remember knowing that he had tattoos. This means we’ve been tattooing for at least 5000 years. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.nature.com/articles/s43247-024-01213-0&quot;&gt;Clouds disappear during an total solar eclipse&lt;/a&gt;, and that is wild. It’s only over land, and for certian kinds of clouds. But if the sun disappearing wasn’t a big enough deal, then even the clouds getting in on the act somehow makes it an even bigger deal to me. And probably ancient us too.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-13&quot;&gt;Week 13&lt;/h3&gt;

&lt;p&gt;Began on &lt;time datetime=&quot;2024-03-25&quot;&gt;24MAR25MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.thedrive.com/news/police-tag-fleeing-cars-with-gps-tracking-darts-to-avoid-dangerous-pursuits&quot;&gt;GPS tracker darts&lt;/a&gt; are now legitimately a thing. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://apnews.com/article/easter-chocolate-africa-farmers-cocoa-ghana-4a4d58a4e6076c8d46258c1b4dc414c4&quot;&gt;Cocoa prices are up 60% over last year&lt;/a&gt; due to climate? Via &lt;a href=&quot;https://www.newsminimalist.com/articles/72011aa6-691a-47a8-8849-2de9ee295246&quot;&gt;News Minimalist&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.cancer.org/research/cancer-facts-statistics/all-cancer-facts-figures/2024-cancer-facts-figures.html&quot;&gt;Colorectal cancers are increasing in younger people&lt;/a&gt;, which is why &lt;a href=&quot;https://www.uspreventiveservicestaskforce.org/uspstf/recommendation/colorectal-cancer-screening&quot;&gt;the age for screening was changed from 50 to 45 in 2021&lt;/a&gt;. Via &lt;a href=&quot;https://www.nytimes.com/2024/03/27/well/colon-cancer-symptoms-treatment.html&quot;&gt;New York Times&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;New to me Facts and Ideas in March 2024&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/04/01/facts-and-ideas-mar.html&quot;&gt;Email me the cool facts you&apos;ve learned lately. Or a correction.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 3</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/03/31/week-notes.html"/>
   <updated>2024-03-31T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/03/31/week-notes</id>
   <summary>bits and bobs</summary>
   <content type="html">&lt;p&gt;What did I do this week?
&lt;!--more--&gt;&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Phonography:
    &lt;ul&gt;
      &lt;li&gt;Made another run at the &lt;a href=&quot;http://pydub.com&quot;&gt;PyDub&lt;/a&gt; export tool I am trying. But it seems that exporting ~12 hours of 44.1 kHz  mp3 is just too many samples for 64 bit math (I’ll have to do the math on that). It works great for doing 1 hour chunks though, so I’ll keep that win. I guess I’ll pursue one of a) script interface to Audacity, b) maybe I can do it in ffmpeg directly (but those flags are a whole language to themselves), or c) just do it manually in Audacity.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Seasons and Days:
    &lt;ul&gt;
      &lt;li&gt;As expected, this was a week off. And it was the last week. So I didn’t get to 30 minutes per day every day. Maybe it’s just not my thing.&lt;/li&gt;
      &lt;li&gt;Next 30 days starts tomorrow. I have to review my past ideas before finally selecting the next focus. I feel like I am losing focus, maybe it means I should have a fallow month.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Reading
    &lt;ul&gt;
      &lt;li&gt;Finished up &lt;em&gt;This Night’s Foul Work&lt;/em&gt; by Fred Vargas. It was good, maybe not quite great. I was gotten by the double twist though, and wasn’t able to pick out the villain before the finale.&lt;/li&gt;
      &lt;li&gt;Also finished &lt;em&gt;Neuromancer&lt;/em&gt; by William Gibson. I plan to write up some notes so I can do a better job of remember more than just the rush of ripping through it. It still holds up, only a couple of minor things that I would choose differently today vs in the 1980s.&lt;/li&gt;
      &lt;li&gt;Started &lt;em&gt;Do Interesting&lt;/em&gt; by Russell Davies. So far it’s ok.&lt;/li&gt;
      &lt;li&gt;I’ll pick up something else too, or maybe just read more &lt;em&gt;Syntopicon&lt;/em&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 3&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/03/31/week-notes.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Week Notes No. 2</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/03/24/week-notes.html"/>
   <updated>2024-03-24T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/03/24/week-notes</id>
   <summary>No description.</summary>
   <content type="html">&lt;p&gt;What did I do this week?
&lt;!--more--&gt;&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Phonography:
    &lt;ul&gt;
      &lt;li&gt;Completed identifying the usable section of the first night of my Death Valley recordings.
 Developed my pydub workflow and probably ran straight into a library or even python limitation when working with very long recordings.
 I will explore alternatives.
 I would like to upload that file this week.
 There are alternate measures I can take such as manually exporting the file with Audacity as I have been doing before this.&lt;/li&gt;
      &lt;li&gt;I did test several HPF settings with both of my mic pairs. Seems like anything 60-100 Hz would be fine.&lt;/li&gt;
      &lt;li&gt;Also picked up some tea filters for making diy wind breaks. Should be some fun experimenting.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Photography:
    &lt;ul&gt;
      &lt;li&gt;Some photos made and test prints printed.&lt;/li&gt;
      &lt;li&gt;Added a couple of photos to the site.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Seasons and Days:
    &lt;ul&gt;
      &lt;li&gt;I was able to get out and run several times this week.&lt;/li&gt;
      &lt;li&gt;I did not succeed at 30 minutes of exercise each day of the week. This week it will not be possible for legitimate reasons.&lt;/li&gt;
      &lt;li&gt;It’s time to start thinking about next month’s 30 days focus. I will continue with the season of body.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Notebooks: new notebook day is tomorrow, my first Leuchtturm. I had considered using one of my Seven Seas but I find that I really take advantage of the hardbound covers and the SS is not that.&lt;/li&gt;
  &lt;li&gt;Reading
    &lt;ul&gt;
      &lt;li&gt;Looking forward to wrapping up This Nights Foul Work. I’m sure Neuromancer will burn through so quickly. Then back to some idea books / non-fiction.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Watching: &lt;em&gt;Repo Man&lt;/em&gt; was very strange indeed.&lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Week Notes No. 2&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/03/24/week-notes.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Inaugural Week Notes</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/03/15/week-notes.html"/>
   <updated>2024-03-15T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2024/03/15/week-notes</id>
   <summary>No description.</summary>
   <content type="html">&lt;p&gt;My first &lt;a href=&quot;https://doingweeknotes.com&quot;&gt;weeknotes&lt;/a&gt;. I have no idea what I am doing.
I’ve put down some notes about projects I worked on this week, and other things.
&lt;!--more--&gt;&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Phonography
    &lt;ul class=&quot;task-list&quot;&gt;
      &lt;li&gt;The &lt;a href=&quot;http://www.quietamerican.org/links.html&quot;&gt;Quiet American&lt;/a&gt; has lots of great tips and links out. Many are stale. Thanks be to the people at the Internet Archive Wayback Machine. Please Donate.&lt;/li&gt;
      &lt;li&gt;One of the links is &lt;a href=&quot;http://www.rockscallop.org/how/183/183mount01.html&quot;&gt;this guy&lt;/a&gt; and he’s got lots of great diy wind protection for mics.&lt;/li&gt;
      &lt;li&gt;I added several sources of field recording related forums, mailing lists, and blogs, to my regular reading list.&lt;/li&gt;
      &lt;li&gt;Wrote some processing tools (using pydub/ffmpeg) to minimize the time I spend preparing preview files, and then used them to process all the raw audio files from a couple of different projects: 3 nights in Death Valley and 2 days of stormy weather near home.&lt;/li&gt;
      &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; /&gt;staging to also sort out, finally, what the HPF should be set to for my two pairs of mics so I don’t have to mess with that either. Ideally I get to a workflow (record → preprocess → review → label entry → still + audio = video) that minimizes my toil and is fairly automatic.&lt;/li&gt;
      &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; /&gt;upload one part of one of the DV nights is next.&lt;/li&gt;
      &lt;li class=&quot;task-list-item&quot;&gt;I feel like this was good progress, but I would also like to see something delivered. Making it easier to deliver feels good.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Photography
    &lt;ul&gt;
      &lt;li&gt;Edited a couple of photos in LR using &lt;a href=&quot;https://youtu.be/-ScyjlpyZnU?si=xcXV0_zmU9h0Bj8e&quot;&gt;Adrien Sanguinetti&lt;/a&gt;’s ideas. It’s been fun and I’ve enjoyed the results.&lt;/li&gt;
      &lt;li&gt;Made a couple of prints for a friend and mailed them off.&lt;/li&gt;
      &lt;li&gt;Made a very small number of photos while in Santa Cruz this weekend.&lt;/li&gt;
      &lt;li&gt;Considering a project on utility pole typologies. But I don’t want it turn out like my &lt;a href=&quot;https://www.flickr.com/photos/justingarofoli/albums/72157629760024757/&quot;&gt;horrible catalog of bicycles in Como&lt;/a&gt;, which I discovered I hated as soon as I “finished”.&lt;/li&gt;
      &lt;li&gt;I think I’m at that frustrated stage of photography. I want to print more of my own photos but I seem to always find a flaw, or the workflow is tedious and takes too much time, or the number of photos to sift through is overwhelming. Similarly I’d like to make more photos but it always seems inconvenient to go somewhere to make them.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;30-days progress
    &lt;ul&gt;
      &lt;li&gt;I have struggled quite a bit with actually getting out or making time to exercise this last week.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Notebooking and other writing
    &lt;ul&gt;
      &lt;li&gt;I used my notebook enough this week, but it’s had less pages filled than in past weeks. I’ve been reading fiction. And working a lot.&lt;/li&gt;
      &lt;li&gt;Nearing the end of nb 24.1, but I can probably get another week in.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Thoughts, Ideas, Questions
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.zylstra.org/blog/2019/06/our-ai-overlords-are-already-here-they-likely-employ-you/&quot;&gt;AIs are already here, the slow version&lt;/a&gt;. I’m glad there is prior art on this. But I wonder how inexact that analogy is to today, and how applicable. At best I see corporations (made of groups of people) just using today’s computer based AI as a tool. But obviously that’s a hot take.&lt;/li&gt;
      &lt;li&gt;When I think about it, it’s weird to me that we still talk about these two guys (Julius and Augustus) pretty regularly. Not like nightly news regularly. I am not a Rome obsessed person, it just seems to come up more often that other historically important people like Charlemagne or that Hapbsburgs. There are others. That lead to the next topic.&lt;/li&gt;
      &lt;li&gt;Why exactly is it that ancient Egypt is so prominent still today? This is after listening to the Fall of Ancient Civilizations podcast a couple of weeks ago. Is it the prominent Great Pyramids, made by one family over a short period of time? Is it the fact that they have a written record? Or that their tombs, the ones that weren’t robbed, are well preserved because theyr’e in a desert? Longevity? Location, along one of the great rivers? The garish, to today’s taste, style?&lt;/li&gt;
      &lt;li&gt;Based on the Stross lecture linked elsewhere here, how do I go about looking for historical parallels to patterns that are playing out today?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Culinaria
    &lt;ul&gt;
      &lt;li&gt;baked some bread, but this time I used mostly bread flour. The last time I made these loaves it was ap, and I complained that it was too wet/weak. It squished too much when I cooked it. This time it was too tough. Toasts real nice though.&lt;/li&gt;
      &lt;li&gt;Not as much other cooking this week as I would have liked. Probably working too hard.&lt;/li&gt;
      &lt;li&gt;Had a burger at an asian fusion place, it was like half way to being a banh mi, flavor wise. Jalepenos and cilantro, and maybe the cucumbers were pickled like the veggies on the sandwich. It was excellent and I would definitely do that again.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Reading
    &lt;ul&gt;
      &lt;li&gt;Mostly getting wrapped up in This Night’s Foul Work, more than Neuromancer this week. But also I notice some more problematic choices in the work than I was aware of last time I read a Vargas book. Nobody’s perfect.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;http://www.antipope.org/charlie/blog-static/2018/01/dude-you-broke-the-future.html&quot;&gt;Charlie Stross’s 2017 essay/speech&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Watching
    &lt;ul class=&quot;task-list&quot;&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/live/804nPrAUAxg?si=PxdJ9Q90KK9bEsKD&quot;&gt;The March 16 Iceland Eruption&lt;/a&gt;. Natural disasters are my sports. Wait that doesn’t sound right- I’m not rooting &lt;em&gt;for&lt;/em&gt; the natural disaster!&lt;/li&gt;
      &lt;li&gt;Lantern Rouge and NBC Sports recaps of the Paris-Nice cycling race.&lt;/li&gt;
      &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; /&gt;I need to find out where Pogocar was, but the short version.&lt;/li&gt;
      &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; /&gt;What’s the next race again?&lt;/li&gt;
      &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; /&gt;Try to remember who actually won it this time.&lt;/li&gt;
      &lt;li class=&quot;task-list-item&quot;&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/RRR&quot;&gt;RRR&lt;/a&gt;. Loved it, everything about it. There should be more memes and gifs from this movie. There probably are, just not in my echo chamber. Wish we could have found the original audio that the actors were speaking and singing in, but Hindi was as close as we could get.&lt;/li&gt;
      &lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; class=&quot;task-list-item-checkbox&quot; disabled=&quot;disabled&quot; checked=&quot;checked&quot; /&gt;Repo Man is on deck.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Random
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://rebeccatoh.co/i-have-feelings/&quot;&gt;Rebecca Toh&lt;/a&gt;, inspirational.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://interconnected.org/home/2024/03/15/filtered&quot;&gt;Interconnected&lt;/a&gt;, I’d like to write connections more like this!&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.newsweek.com/mcdonalds-closes-amid-global-it-outage-1879528&quot;&gt;McDonalds down&lt;/a&gt;? What the future?? Write that!&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Exploring
    &lt;ul&gt;
      &lt;li&gt;Went to Santa Cruz and was a tourist about it in the town.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Inaugural Week Notes&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/03/15/week-notes.html&quot;&gt;Comments by email are welcome.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>New to me Facts and Ideas in February 2024</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/03/04/facts-feb-24.html"/>
   <updated>2024-03-04T00:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/03/04/facts-feb-24</id>
   <summary>No description.</summary>
   <content type="html">&lt;p&gt;My new fact finding has slowed down a bit.
Still, there have been some interesting and new to me facts in the past month.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;week-6&quot;&gt;Week 6&lt;/h3&gt;
&lt;p&gt;Began on &lt;time datetime=&quot;2024-02-05&quot;&gt;24FEB05MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://pubs.aip.org/physicstoday/online/43138/Feldspar-The-common-mineral-that-s-always-wet?searchresult=1&amp;amp;utm_source=DamnInteresting&quot;&gt;Clouds form around feldspar particles&lt;/a&gt;. Well, maybe not all clouds. 60% of the Earth’s surface is feldspar. That’s a lot of feldspar. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;The &lt;a href=&quot;https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4636982/&quot;&gt;glymphatic system&lt;/a&gt; is recently (2010s) discovered and related to our need to sleep. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=39335856&quot;&gt;Hacker News comment&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-7&quot;&gt;Week 7&lt;/h3&gt;
&lt;p&gt;Began on &lt;time datetime=&quot;2024-02-12&quot;&gt;24FEB12MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;The best way to store avocados for a long time, months, without them ripening is &lt;a href=&quot;https://postharvest.ucdavis.edu/ask-produce-docs/do-you-have-ideas-could-be-used-extend-shelf-life-avocados-uganda&quot;&gt;on the tree&lt;/a&gt;. Via &lt;a href=&quot;https://www.scopeofwork.net/2024-02-12/&quot;&gt;Scope of Work&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://lithub.com/you-can-blame-geoffrey-chaucer-for-valentines-day&quot;&gt;Chaucer is to blame&lt;/a&gt; for Valentine’s Day being about romance instead of epilepsy and bees.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-8&quot;&gt;Week 8&lt;/h3&gt;
&lt;p&gt;Began on &lt;time datetime=&quot;2024-02-19&quot;&gt;24FEB19MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;I learned about &lt;a href=&quot;https://en.wikipedia.org/wiki/Nilometer&quot;&gt;Nilometers&lt;/a&gt;&lt;sup id=&quot;fnref:2&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:2&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; via the &lt;a href=&quot;https://fallofcivilizationspodcast.com/2024/02/01/𓅓-episode-18-is-out-now-𓅓/&quot;&gt;Fall of Civilizations&lt;/a&gt;&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; podcast.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-9&quot;&gt;Week 9&lt;/h3&gt;
&lt;p&gt;Began on &lt;time datetime=&quot;2024-02-27&quot;&gt;24FEB27TUE&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Leap day is at the end of February because ancient mythology&lt;sup id=&quot;fnref:3&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:3&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;3&lt;/a&gt;&lt;/sup&gt; set the beginning of the year at the &lt;a href=&quot;https://theconversation.com/the-leap-year-is-february-29-not-december-32-due-to-a-roman-calendar-quirk-and-fastidious-medieval-monks-224433?utm_source=DamnInteresting&quot;&gt;start of spring&lt;/a&gt;, so the end of February was the end of the year. Plus other reasons. Via &lt;a href=&quot;https://mastodon.cloud/@DamnInteresting/112010052231369129&quot;&gt;Damn Interesting&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;AT&amp;amp;T &lt;a href=&quot;https://www.cpuc.ca.gov/events-and-meetings/pph-att-2024-03-14-2pm&quot;&gt;has applied&lt;/a&gt; to not be required to provide land line telephone service in parts of California.&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:2&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;A related concept is the &lt;a href=&quot;https://en.wikipedia.org/wiki/Hunger_stone&quot;&gt;hunger stone&lt;/a&gt; which I recall stumbling across before. &lt;a href=&quot;#fnref:2&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;This url has non-ascii characters (𓅓). I hope it works. If not: &lt;a href=&quot;https://fallofcivilizationspodcast.com/&quot;&gt;https://fallofcivilizationspodcast.com/&lt;/a&gt;. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:3&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;The Romans. &lt;a href=&quot;#fnref:3&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;New to me Facts and Ideas in February 2024&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/03/04/facts-feb-24.html&quot;&gt;Email me the cool facts you&apos;ve learned lately. Or a correction.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Thirty days of narrate your work</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/03/01/narrate.html"/>
   <updated>2024-03-01T00:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/03/01/narrate</id>
   <summary>No description.</summary>
   <content type="html">&lt;p&gt;For the month of February I tried to narrate my work.
I failed. Well, I succeeded a little less than half of the days.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;On the first day I was sorting out whether to write in the first or third person, and if it should be present tense or something else.
In the end I decided that in the moment describing what I was doing right now or what I was planning to do next didn’t feel quite right.
So that left describing what I had just done.
That’s what I did, and it felt the most tractable.
The problem remained that I didn’t think that all the things I was doing were worth writing down this way.&lt;/p&gt;

&lt;p&gt;I know it can be sometimes hard to judge what will be interesting later, so I adopted a strategy of random sampling.
At 10:30 in the morning an alarm on my phone would go off to remind me to write down a few sentences about what I had just done.
At least this way I got some practice in with whatever I had just been doing.&lt;/p&gt;

&lt;p&gt;The overall goal of the month was to focus on the process of it and see what I learned.
Somehow the mechanical exercise of writing down what I had just done a few times helped me to see that there may be a way forward to identifying and describing some aspects of what I am doing that might be interesting or useful for others to read, or myself in the future.&lt;/p&gt;

&lt;p&gt;So much for narrating my work.
At the start of the month I’m changing the activity of the next 30 days.
It’s also time to change the &lt;a href=&quot;https://youtu.be/NVGuFdX5guE?si=NF41GA5KYvfsSVdy&quot;&gt;season&lt;/a&gt;.
I let this season, I guess I’ve been calling it a season of learning, run on a little longer than I should have.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
It’s been a few months of taking in new ideas and practicing new skills, and I feel it’s time to reverse the flow a bit, put more things out.
Or maybe change the focus from working on the brain to working on the body.
It’s already the first day of the new month and I haven’t settled on what I’m going to be focusing on yet.
Maybe that’s ok, so long as the decision doesn’t drag on too long.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;They’re my seasons, so I can do what I want. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Thirty days of narrate your work&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/03/01/narrate.html&quot;&gt;Email me if you figured out how to narrate your work.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>New to me Facts and Ideas in January 2024</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/02/05/facts-and-ideas-24-jan.html"/>
   <updated>2024-02-05T00:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/02/05/facts-and-ideas-24-jan</id>
   <summary>No description.</summary>
   <content type="html">&lt;p&gt;I found a wide ranging set of ideas and facts to be new and noteworthy, to me at least.
Enjoy!
&lt;!--more--&gt;&lt;/p&gt;

&lt;h3 id=&quot;week-1-of-2024&quot;&gt;Week 1, of 2024&lt;/h3&gt;
&lt;p&gt;Began on &lt;time datetime=&quot;2024-01-01&quot;&gt;24JAN01MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;(Modern) &lt;a href=&quot;https://en.m.wikipedia.org/wiki/Bauhaus&quot;&gt;design originated with Bauhaus in Germany in 1919&lt;/a&gt;. Via John Maeda’s &lt;a href=&quot;http://lawsofsimplicity.com&quot;&gt;The Laws of Simplicity&lt;/a&gt;, supported by &lt;a href=&quot;https://whc.unesco.org/en/list/729/&quot;&gt;UNESCO World Heritage&lt;/a&gt; and it depends on what is meant by “(modern) design”.&lt;/li&gt;
  &lt;li&gt;The northern ~half of Japan is part of the North American tectonic plate. Via &lt;a href=&quot;https://youtu.be/rJvCNQW6j9k?si=n3pJpxTXFSw2XuTS&quot;&gt;Shawn Willsey&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Slugs and snails are &lt;a href=&quot;https://www.atlasobscura.com/articles/why-are-snails-slugs-slow&quot;&gt;slow&lt;/a&gt; because their food isn’t moving, and they’ve evolved effective defenses against predation. I don’t want to imagine a world where they are moving fast.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-2&quot;&gt;Week 2&lt;/h3&gt;
&lt;p&gt;Began on &lt;time datetime=&quot;2024-01-08&quot;&gt;24JAN08MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Desalination is &lt;a href=&quot;https://caseyhandmer.wordpress.com/2024/01/09/a-vision-for-the-alleviation-of-water-scarcity-in-the-us-southwest-and-the-revitalization-of-the-salton-sea/&quot;&gt;economically viable&lt;/a&gt; because of solar photo voltaic derived electricity can be very very cheap. I remember reading something a year or two ago that made a similar claim. This suggests some follow up questions for me.&lt;/li&gt;
  &lt;li&gt;There is a &lt;a href=&quot;https://www.goldenspurtle.com&quot;&gt;World Porridge Making Chapionship&lt;/a&gt;, via &lt;a href=&quot;https://www.seriouseats.com/creamy-irish-style-oatmeal-with-brown-sugar&quot;&gt;Serious Eats&lt;/a&gt;. I don’t know why I am surprised.&lt;/li&gt;
  &lt;li&gt;Copernicus’s &lt;a href=&quot;https://www.abc.net.au/news/2024-01-07/the-strange-story-of-the-grave-of-copernicus/103285168&quot;&gt;remains have been identified&lt;/a&gt;, via &lt;a href=&quot;https://www.damninteresting.com/curated-links/&quot;&gt;Damn interesting&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;The NASA mission to the moon is pushed back a year to September 2026 due to issues with the heat shield. Via &lt;a href=&quot;https://spaceflightnow.com/2024/01/10/first-astronaut-missions-to-the-moon-since-1972-delayed-due-to-heat-shield-questions-hardware-readiness/&quot;&gt;Space Flight Now&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;DARPA is making a plane that &lt;a href=&quot;https://www.darpa.mil/news-events/2024-01-03&quot;&gt;doesn’t fly by flaps and stuff&lt;/a&gt;, via &lt;a href=&quot;https://news.ycombinator.com/item?id=38922657&quot;&gt;Hacker News&lt;/a&gt;. It controls flight by jets of air.&lt;/li&gt;
  &lt;li&gt;Is the origin of the house spirit folk myths &lt;a href=&quot;https://www.metafilter.com/202066/Mouse-secretly-filmed-tidying-mans-shed-every-night#8504416&quot;&gt;wood mice&lt;/a&gt;??&lt;/li&gt;
  &lt;li&gt;Wing has announced some level of service to &lt;a href=&quot;https://blog.wing.com/2024/01/wing-and-walmart-expand-service.html&quot;&gt;Dallas-Fort Worth&lt;/a&gt;. I still wonder if it will go global or be shut down for some random reason.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-3&quot;&gt;Week 3&lt;/h3&gt;
&lt;p&gt;Began on &lt;time datetime=&quot;2024-01-15&quot;&gt;24JAN15MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;The wealth of the 5 richest people (men) has &lt;a href=&quot;https://www.cnbc.com/2024/01/15/worlds-five-richest-men-have-doubled-their-fortunes-since-2020-oxfam.html&quot;&gt;more than doubled since 2020&lt;/a&gt;, 405B$ to 869B$. Via &lt;a href=&quot;https://newsletter.newsminimalist.com/p/richest-5-s-wealth-doubles-new-test-predicts-parkinson-s&quot;&gt;New Minimalist&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://newatlas.com/energy/betavolt-diamond-nuclear-battery/&quot;&gt;Atomic batteries&lt;/a&gt; for you and me? Do you think it’ll become a reality? Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Debunked: &lt;a href=&quot;https://www.americanscientist.org/article/the-source-of-europes-mild-climate&quot;&gt;The jet stream doesn’t keep Europe warm, the ocean currents do&lt;/a&gt;. I admit that I would have parroted this when asked, but before reading the article my inner monologue said something like “it’s the ocean”. Via Damn Interesting.&lt;/li&gt;
  &lt;li&gt;Debunked II: &lt;a href=&quot;https://journals.ala.org/index.php/dttp/article/view/6655/8939&quot;&gt;No, names were not changed at Ellis Island or elsewhere&lt;/a&gt; via &lt;a href=&quot;https://marginalrevolution.com/marginalrevolution/2024/01/no-ones-name-was-changed-at-ellis-island.html&quot;&gt;Marginal Revolution&lt;/a&gt;. I admit to resisting this update in the state of my model of the world.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-4&quot;&gt;Week 4&lt;/h3&gt;
&lt;p&gt;Began on &lt;time datetime=&quot;2024-01-22&quot;&gt;24JAN22MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;This one is a two-fer. The names for groups of birds (or other animals) is actually called a “company term”, and the origin for many of them, in English, is one of the first books printed in English. Via &lt;a href=&quot;https://www.themarginalian.org/2024/01/04/brian-wildsmith-birds-company-terms/?ref=thebrowser.com&quot;&gt;The Marginalian&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-5&quot;&gt;Week 5&lt;/h3&gt;
&lt;p&gt;Began on &lt;time datetime=&quot;2024-01-29&quot;&gt;24JAN29MON&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Death_Valley_National_Park&quot;&gt;Death Valley&lt;/a&gt; is larger than the states of Rhode Island and Delaware combined, and nearly as large as Puerto Rico. Not only that, but a lot (I mean a lot!) of surrounding land is also open access: &lt;a href=&quot;https://maps.usgs.gov/padusdataexplorer/#/public-access?layers=Restricted%20Access%2COpen%20Access%2CClosed%20Access&amp;amp;f1=0&quot;&gt;map&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;You now have the option to get a &lt;a href=&quot;https://www.uchealth.org/today/new-implantable-trifocal-lens-after-cataract-surgery/&quot;&gt;tri-focal replacement lens&lt;/a&gt; for your cataracts surgery. Via my friend Ben. It is considered a cosmetic upgrade by insurers.&lt;/li&gt;
  &lt;li&gt;The greenhouse effect was identified and caclulated closer to the start of the industrial revolution (in 1776) than today. Via &lt;a href=&quot;https://xkcd.com/2889/&quot;&gt;XKCD&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;More cursed knowledge: IE (if you are old enough, you know) was first released closer to the Apollo 11 moon landing than today. Via &lt;a href=&quot;https://kottke.org/24/01/0043859-what-are-we-supposed-to&quot;&gt;Kottke&lt;/a&gt;. Is this some sort of sign??&lt;/li&gt;
  &lt;li&gt;Humans and Neanderthals overlapped in Europe &lt;a href=&quot;https://www.inverse.com/health/ancient-hunter-gatherers-diets-meat-plants-potatoes&quot;&gt;for longer than previously known&lt;/a&gt;. Via Danm Interesting.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Fast snails and slugs exits: under the sea. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;New to me Facts and Ideas in January 2024&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/02/05/facts-and-ideas-24-jan.html&quot;&gt;Email me the cool facts you&apos;ve learned lately. Or a correction.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Fascinating Facts, December 2023</title>
   <link rel="alternate" href="https://www.justing.net/notes/2024/01/01/learned-in-december-23.html"/>
   <updated>2024-01-01T00:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2024/01/01/learned-in-december-23</id>
   <summary>No description.</summary>
   <content type="html">&lt;p&gt;In the spirit of &lt;a href=&quot;https://medium.com/magnetic/52-things-i-learned-in-2023-a3bbb9f9323d&quot;&gt;Tom Whitwell&lt;/a&gt; and &lt;a href=&quot;https://kottke.org/23/12/52-interesting-things-i-learned-2023&quot;&gt;Jason Kottke&lt;/a&gt; (and others, I’m sure),
I am going to keep track of the interesting facts or evidence that I learn about.
Becuase it’s cool! &lt;!--more--&gt;
This the first edition of Fascinating Facts, things that I was surprised or happy or found interesting or just generally helpful to learn of.&lt;/p&gt;

&lt;p&gt;I learn lots of things most days, and reporting them all would be boring and a lot of work for not much reward (for you or me).
Many of them aren’t that interesting, even to me.
Often times they’re operational things, or things like what a setting on the dishwasher does.
But I reserve the right to share the surprising things that dishwashers are capable of.&lt;/p&gt;

&lt;p&gt;If I manage to keep this up, I’ll compile a best of at the end of next year (December 2024).&lt;/p&gt;

&lt;h3 id=&quot;week-51&quot;&gt;Week 51&lt;/h3&gt;
&lt;p&gt;Began on &lt;time datetime=&quot;2023-12-10&quot;&gt;23DEC10SUN&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Rings_of_Saturn#/media/File:PIA21627_-_Janus_2-to-1_spiral_density_wave_in_Saturn&apos;s_inner_B_Ring.jpg&quot;&gt;Spiral Waves in Saturn’s Inner B Ring&lt;/a&gt; via &lt;a href=&quot;https://youtu.be/hxgdjbi2MTU?si=p1jv44WQH5OJKqz1&quot;&gt;Astrum (SLYT)&lt;/a&gt;. I also am a huge fan of the &lt;a href=&quot;https://en.wikipedia.org/wiki/File:Daphnis_edge_wave_shadows.jpg&quot;&gt;Daphnis ripples&lt;/a&gt;, but I learned about those when they were discovered over 10 years ago. So cool! Update: just realized that I didn’t know before that those ripples also project above and blow the plane of the rings!&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Xmas&quot;&gt;Xmas is actually very old&lt;/a&gt;, via &lt;a href=&quot;https://youtu.be/j3CRGsis8sc?si=VqLUERFcFKzZ9dXo&quot;&gt;Tasting History with Max Miller&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;The word for a person with autism is autist (&lt;a href=&quot;https://www.commonreader.co.uk/p/the-books-i-enjoyed-most-this-year-062&quot;&gt;via&lt;/a&gt;).&lt;/li&gt;
  &lt;li&gt;Poll taxes ended in the US only in &lt;a href=&quot;https://en.wikipedia.org/wiki/Poll_taxes_in_the_United_States&quot;&gt;1964&lt;/a&gt;. This is still very very recent.&lt;/li&gt;
  &lt;li&gt;There is a 10x difference in energy use per capita between the US and developing countries such as India or Sub-Saharan African countries. Energy use drives everything in an economy and is a useful indicator of standard of living. Oil is still the cheapest energy source. This is one of the many reasons why getting off of oil is going to be really hard. &lt;a href=&quot;https://edconway.substack.com/p/this-isnt-just-about-fossil-fuels&quot;&gt;Via Ed Conway’s Substack&lt;/a&gt;, which is a very good explainer.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-52&quot;&gt;Week 52&lt;/h3&gt;
&lt;p&gt;Began on &lt;time datetime=&quot;2023-12-17&quot;&gt;23DEC17SUN&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://app.birdweather.com&quot;&gt;Bird Weather&lt;/a&gt; is a site with live listening stations and reports of bird species detections, with audio and other cool features. Via &lt;a href=&quot;https://www.metafilter.com/201793/Recognizing-birds-by-sound-at-scale&quot;&gt;MeFi&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;In medieval times a fire cover was used at night which prevented the fire from spreading, and it’s called a “curfew”. The word &lt;a href=&quot;https://www.johnmooremuseum.org/the-history-of-the-curfew-2/&quot;&gt;curfew&lt;/a&gt; is derived from the French &lt;em&gt;couvre-feu&lt;/em&gt;. My question is how long have these curfews been in use, it seems quite a useful idea. I see ambiguous claims that the fire cover is named for the order from &lt;a href=&quot;https://en.wikipedia.org/wiki/Curfew#Etymology&quot;&gt;William the Conquerer&lt;/a&gt;, or it’s just descriptive. Anyone know?&lt;/li&gt;
  &lt;li&gt;Diamond is not thermodynamically stable at standard temperature and pressure. It is metastable. If thermodynamics is all we need to consider, diamond should turn into graphite which is a lower energy configuration of the atoms. However, the energy barrier to make the transition from diamond to graphite is very high and there isn’t enough kinetic energy around to make the transition very often. This means that practically speaking diamond is stable; your diamond ring isn’t going to decay away on anything less than geologic time scales. &lt;a href=&quot;https://www.ch.ic.ac.uk/rzepa/mim/century/html/diamond.htm&quot;&gt;Reference&lt;/a&gt; and what &lt;a href=&quot;https://chat.openai.com/share/622af5f0-bdbd-4038-87c2-eb21f38e291a&quot;&gt;ChatGPT 4 has to say about it&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;It used to be that you needed to remove the stones or pits from raisins. Via &lt;a href=&quot;https://youtu.be/ieGXXhthp_8?si=sN58d6tCYx4Fe7Fo&amp;amp;t=85&quot;&gt;Max Miller&lt;/a&gt;. I suppose this is kind of obvious in hindsight but I had never been prompted to consider this before.&lt;/li&gt;
  &lt;li&gt;10% of aerosols in the stratosphere contain Aluminum and other metals from spacecraft that have burned up on re-entry. &lt;a href=&quot;https://www.pnas.org/doi/full/10.1073/pnas.2313374120&quot;&gt;Reference&lt;/a&gt;, &lt;a href=&quot;https://www.metafilter.com/201853/Asteroid-bits-fast-spaceships-JuMBOs-a-space-battle-space-cat-video&quot;&gt;via MeFi&lt;/a&gt; (a lot of other interesting space things at that link too). Some context from the reference: meteors deposit approximately 130 tons per year (T/yr) to Earth, of which 20 T/yr are ablated in the stratosphere, and spacecraft debris 210 T/yr of spacecraft aluminum ablate in the stratosphere. There are other metals too from spacecraft that are not naturally present.&lt;/li&gt;
  &lt;li&gt;For the first time a human played Tetris deep enough to trigger a known bug in the scoring system that caused the game to crash. &lt;a href=&quot;https://biggieblog.com/celebrating-the-first-nes-tetris-game-crash/&quot;&gt;Reference&lt;/a&gt;, also &lt;a href=&quot;https://www.metafilter.com/201870/You-werent-supposed-to-get-this-far&quot;&gt;via MeFi&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Hummingbirds need to feed every 15 minutes. &lt;a href=&quot;https://youtu.be/yc8oRjt7jpk?si=EIk3zzovUPmIaC2z&quot;&gt;SLYT&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;week-53&quot;&gt;Week 53&lt;/h3&gt;
&lt;p&gt;Began on &lt;time datetime=&quot;2023-12-24&quot;&gt;23DEC24SUN&lt;/time&gt;
.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;The &lt;a href=&quot;https://en.wikipedia.org/wiki/White_Shark_Café&quot;&gt;White Shark Cafe&lt;/a&gt; is a mid-Pacific ocean winter and spring habitat for sharks from all along the North America coast.&lt;/li&gt;
  &lt;li&gt;There is a version of the English language for art: &lt;a href=&quot;https://canopycanopycanopy.com/contents/international_art_english&quot;&gt;International Art English&lt;/a&gt;. Via &lt;em&gt;The Life-changing Science of Detecting Bullshit&lt;/em&gt; by John V. Petrocelli.&lt;/li&gt;
  &lt;li&gt;The &lt;a href=&quot;https://en.wikipedia.org/wiki/Ideomotor_phenomenon&quot;&gt;ideomotor response&lt;/a&gt; is a subconscious motion of the body that reflects what is being thought about. Also via Petrocelli’s book.&lt;/li&gt;
  &lt;li&gt;Multicellular life evolved &lt;a href=&quot;https://onlinelibrary.wiley.com/doi/10.1002/bies.201200143&quot;&gt;multiple times&lt;/a&gt; since the origins of life on Earth. Via Jason’s list at the top. Many other good ones too.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.science.org/content/article/not-dumb-creatures-livestock-surprise-scientists-their-complex-emotional-minds&quot;&gt;Sensible farm animals&lt;/a&gt; (probably paywalled), I’m glad to see the science catching up. Via &lt;a href=&quot;https://news.ycombinator.com/item?id=38768262&quot;&gt;HackerNews&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Someone &lt;a href=&quot;https://onefoottsunami.com/2023/12/28/the-boardwalk-was-not-enough/&quot;&gt;died and their body was unrecoverable&lt;/a&gt; when they went off trail in the Lower Geyser Basin at Yellowstone! Eek!&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
  &lt;li&gt;When you lose weight, you &lt;a href=&quot;https://www.bmj.com/content/349/bmj.g7257&quot;&gt;breath it out&lt;/a&gt;. Via &lt;a href=&quot;https://kenthendricks.com/52-things-i-learned-in-2023/&quot;&gt;Kent Hendricks&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Human touch is able to discern surface features of &lt;a href=&quot;https://www.nature.com/articles/srep02617&quot;&gt;10 nm&lt;/a&gt;. Via one of the things I learned this year lists, but I don’t remember which one.&lt;/li&gt;
  &lt;li&gt;30% of traffic fatalities involve a person driving while drunk.  Via &lt;a href=&quot;https://marginalrevolution.com/marginalrevolution/2023/12/uber-and-traffic-fatalities.html&quot;&gt;Marginal Revolution&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That’s a lot of cool stuff!&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Reminds me of the &lt;a href=&quot;https://en.wikipedia.org/wiki/Nutty_Putty_Cave&quot;&gt;Nutty Putty Cave&lt;/a&gt; incident. Even more eek! &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Fascinating Facts, December 2023&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2024/01/01/learned-in-december-23.html&quot;&gt;Email me the cool facts you&apos;ve learned lately. Or a correction.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Thought provoking reads from 2023</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/12/31/reading-thoughts-23.html"/>
   <updated>2023-12-31T00:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2023/12/31/reading-thoughts-23</id>
   <summary>No description.</summary>
   <content type="html">&lt;p&gt;I set a goal to read 20 books this year, and yesterday I finished my 20th book.&lt;!--more--&gt;
So it seems like a good time to look back on those books that I’m still thinking about.
This isn’t all that I read, or attempted, or that I’m still thinking about.&lt;/p&gt;

&lt;h3 id=&quot;non-fiction&quot;&gt;Non-fiction&lt;/h3&gt;

&lt;p&gt;I read Scott Newstok’s &lt;a href=&quot;https://press.princeton.edu/books/hardcover/9780691177083/how-to-think-like-shakespeare&quot;&gt;How to think like Shakespeare&lt;/a&gt; (not an affiliate link, none of them are) over the summer, and it was an interesting read.
I’m still thiking about the model of thinking as a craft.
I’ve always thought of crafts as a ladder of skills, and a practice.
Even after you’ve mastered a craft you still have to attend carefully to it because the materials are not all identical.
They must be treated in the way that is right for their unique properties in order to make the very best out of them.
Applying that model to thinking has been very helpful.
It involves both the ideas you are thinking about, and the tools you use to work with them.&lt;/p&gt;

&lt;p&gt;Earlier in the summer I read &lt;a href=&quot;https://en.wikipedia.org/wiki/Four_Thousand_Weeks:_Time_Management_for_Mortals&quot;&gt;Four Thousand Weeks&lt;/a&gt; by Oliver Burkeman.
There were lots of thought provoking things here, most of the whole book really resonated with me.
In particular the idea of working in cycles, planning to do poorly at one thing for a while so you can have the attention or energy to do better at something else for a time.
Then rotate to the next thing because you cannot do it all.
There are lots of analogies, like managing a field for crops by rotating what is grown there, or letting it go fallow.
This practical skill with managing wanting to do too much has helped.
I made copious notes and I’m sure I would profit from re-reading them, and the book itself too.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/The_Sense_of_Style&quot;&gt;The Sense of Style&lt;/a&gt; by Steven Pinker is, I’m pretty sure, the nerdiest book on this list.
The bits about sentence structure, and neither asking your reader to hold in their minds too many things, nor to hold them for too long, has done the most to improve my diction.
Last year I read &lt;a href=&quot;https://archive.org/details/grailyearamblin00doyl&quot;&gt;The Grail&lt;/a&gt; and that guy has some very loong sentences that are somehow still readable I think precisely because of this.
Pinker’s book is probably another one I could read a few more times.&lt;/p&gt;

&lt;p&gt;I learned about the rider and elephant metaphor from &lt;a href=&quot;https://en.wikipedia.org/wiki/The_Happiness_Hypothesis#Ch.1:_The_divided_self&quot;&gt;The Happiness Hypothesis&lt;/a&gt;, and whether that is precisely correct or not is both irrelavent and unhelpful for my purposes at the moment.
It’s been a helpful model for thinking about my thinking, for trying to understand my own habits and thought inertia.
Why is it so hard to or easy to do certain things, and how to hack on that to do what I want to do.&lt;/p&gt;

&lt;p&gt;The book I just finished was Petrocelli’s &lt;a href=&quot;https://us.macmillan.com/books/9781250271624/thelifechangingscienceofdetectingbullshit&quot;&gt;The life-changing science of detecting bullshit&lt;/a&gt;.
This book was, in some sense, a back to basics topic for me because of my background in science.
Still, it was nice to revisit these topics, and to see them applied in more everyday areas in a systematic way, with practical and concrete advice. 
It’s a little early still to know which thing in particular I’ll be still thinking about in six months, but I have a couple of guesses.
The first is about asking better questions, maybe even the first question you should ask.
The better question is “how do I know this is true” instead of “why do I believe this”.
The distinction between how and why is important: asking a how questions is more naturally going to point to evidence, whereas why is often a setup for opinions, arguments, or assumptions.
Evidence is the superior reason to believe something and those other things are less good reasons.
This leads me to the other idea I think I’ll be thinking about for a while: treat ideas like ideas.
It seems to be a bit of a mantra or mnemonic for the rest of the rationalist skills; an entry point.
The rest of it is “not like facts” but adding  that is too long.&lt;/p&gt;

&lt;p&gt;In a very different direction, but still non-fiction, I’m still thinking about something that I read in &lt;a href=&quot;https://en.wikipedia.org/wiki/Salt_Fat_Acid_Heat_(book)&quot;&gt;Salt Fat Acid Heat&lt;/a&gt;.
You might think it’s odd that I would read a cookbook, but it’s not really a cookbook in the way that you might be used to.
The first 2/3rds of the book are all prose instruction, guidelines.
The thing that I think about still is that it’s actually pretty easy to work backwards from the end result dish and figure out how to make the dish, once you know most of the basics.
I happen to know most of the basics, so this is a nice discovery for me.
Somehow working backward makes food much more intelligible than working forward from the recipe.
There is a kind of engineering language present in the final dish that I’d never really noticed before.&lt;/p&gt;

&lt;h3 id=&quot;fiction&quot;&gt;Fiction&lt;/h3&gt;

&lt;p&gt;I did read some fiction too.
Although the ones that I am still thinking about in particular were the nerdiest ones.&lt;/p&gt;

&lt;p&gt;Peter Watts’ &lt;a href=&quot;https://www.rifters.com/real/Blindsight.htm&quot;&gt;Blindsight&lt;/a&gt; (that’s the text, on the author’s website) has quite a few novel ideas.
And, it’s in the genre of hard science fiction, and the ebook that I read had a pretty big appendix with discussion by the author of where he got them and how justifiable they are.
That’s not to say that everything in there was true current state of science, just not necessarily eliminated by what we know today.
But, I must add a warning: it’s not the usual science fiction, there is a large component of horror.
That’s not my typical cup of tea, but it was well balanced by the novel’s other aspects.
I’m looking for a copy of the second book, even though it’s not a direct sequel.&lt;/p&gt;

&lt;p&gt;I also read, synoptically, &lt;a href=&quot;https://en.wikipedia.org/wiki/The_Lord_of_the_Rings:_The_Fellowship_of_the_Ring&quot;&gt;The Fellowship of the Ring&lt;/a&gt; and &lt;a href=&quot;https://en.wikipedia.org/wiki/The_History_of_The_Lord_of_the_Rings&quot;&gt;The Return of the Shadow&lt;/a&gt;, which I found to be quite mind boggling in the amount of effort put into it.
I’m looking forward to reading the next installment. So helpful to see the writing process too!&lt;/p&gt;

&lt;p&gt;Here’s to 20 (or more) good books next year!&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Thought provoking reads from 2023&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/12/31/reading-thoughts-23.html&quot;&gt;Email me about the books that are still making you think.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Relaxing with YouTube</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/12/16/relaxing-with-yt.html"/>
   <updated>2023-12-16T00:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2023/12/16/relaxing-with-yt</id>
   <summary>No description.</summary>
   <content type="html">&lt;p&gt;I’m engaging a new line of enquiry and examination.
I’m trying to get precise with a particular genre of YouTube.
It’s probably some untranslatable German/Japanese/Norse lacunae word for that tired mood when you want to see and hear something but not too much of it.
Pardon my vagueness while I try to grope my way to some clarity. &lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;The video is not something too engaging, yet still lightly interesting.
Maybe just visually stimulating, maybe something kind of ASMR but not really.
I suspect it satisfies that need to be present with others or in some head place that isn’t so common to find in the modern world.
I’m not going to fall asleep or anything; I’m not trying to. 
The video should be neither distracting nor monotonous.
This is video content for when you’re tired, or not feeling great, or otherwise kind of brain dead.&lt;/p&gt;

&lt;p&gt;Everyone’s taste is different, but there does seem to be quite a lot of this kind of content uploaded to YouTube.
Since I kind of tour around to different things, I thought I would grab a snapshot of some of the videos that work for me these days in this area.&lt;/p&gt;

&lt;p&gt;Oh, and it really helps if you can get rid of the ads.
I pay for YT without ads, but some ad blocker may work.
To each their own.&lt;/p&gt;

&lt;p&gt;Some alternate titles: lazy yt, unwinding yt, yt and chill, cozy yt. I saw &lt;em&gt;koselig&lt;/em&gt; yt may fit the bill, but I don’t really know.&lt;/p&gt;

&lt;h3 id=&quot;features&quot;&gt;Features&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;no sharp audio (no sudden noises, no annoying noises)&lt;/li&gt;
  &lt;li&gt;if it’s music, it can’t be too energetic&lt;/li&gt;
  &lt;li&gt;if there’s talking, it should be low, infrequent, or that kind of tv talking that you don’t &lt;em&gt;have&lt;/em&gt; to listen to&lt;/li&gt;
  &lt;li&gt;longer to just plain long video cuts&lt;/li&gt;
  &lt;li&gt;I haven’t found many generated things that work, mostly it’s good old videography&lt;/li&gt;
  &lt;li&gt;also, the video should be video, not just audio and a black screen or a still shot&lt;/li&gt;
  &lt;li&gt;total video should be at least 20 minutes, preferrably longer, so several can be queued up or decision making is needed too much&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;tubes&quot;&gt;Tubes&lt;/h3&gt;

&lt;p&gt;There are rather a lot of different varied content that can fit this bill.
I don’t think I’ll be able to get all of it. 
Instead of being exhaustive, I’ll just link to some things from my actual viewing history.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;No talking&lt;/u&gt;:
&lt;a href=&quot;https://youtu.be/y3lYTzf6GH8?si=G8t4LSv4ugFaDAJM&quot;&gt;Udon shop&lt;/a&gt;, maybe there’s talking but it’s usually indistinct.
&lt;a href=&quot;https://youtu.be/w_a4vnZ91lA?si=Sl-MWE5nQeoKp6sy&quot;&gt;Imamu Room&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/vJUXKUXsO_c?si=NvSIgNVJk_ev9dQM&quot;&gt;Korean bakery&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/-CeEXdq-HBk?si=kn-AeG89b8quKGef&quot;&gt;hiking&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/UILqNj4uOYw?si=sP7T0aOohYKTzLEX&quot;&gt;hiking in Iceland&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/shFVJxufaoI?si=z9aZqMgq9WLNuElc&quot;&gt;rain walking&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/m5qtLIP3Wxs?si=10JOedmjmqBs5rN4&quot;&gt;Snow walking&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/XpfQK71o6QA?si=S_tdLsP9CIL1onbx&quot;&gt;UK walking&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Some talking&lt;/u&gt;:
&lt;a href=&quot;https://youtu.be/s4JPWvfLCMM?si=RImdr3-k3H5F-euT&quot;&gt;Martijn Doolaard&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/sUQigLE9Rhc?si=F1vPaMdOS0_V0iZX&quot;&gt;French language GR5 hiking&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/KDggS_ccOKU?si=W0OJY76xzSLbcW9b&quot;&gt;French language alpine hiking&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/vYeOyLV8_ug?si=WdsKwDDwdJv3DUI_&quot;&gt;Waymo ride along&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Rather a lot of talking&lt;/u&gt;:
&lt;a href=&quot;https://youtu.be/qz6qQS3LL8k?si=9PCZp5T8QCJZX4wB&quot;&gt;Time Team, full episodes&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/yl6BAMEnGp4?si=R6Fe31Smr_Od1dac&quot;&gt;French language alpine glacier documentary&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/GlySaM9UtqY?si=w9yP9CJePI2CNsmW&quot;&gt;UK photog in France&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Live Jams&lt;/u&gt;:
&lt;a href=&quot;https://youtu.be/clzO0PIjBKg?si=znMouLmMvOgW1sjn&quot;&gt;Remixsample&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/xVjZg3FRJ-Q?si=ZxSYidVwdpqC4ebE&quot;&gt;State Azure&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Long play no commentary video games&lt;/u&gt;:
&lt;a href=&quot;https://youtu.be/NjvFF2Kvx1U?si=8GcGhVQA4bOjWmtx&quot;&gt;Stardew Valley&lt;/a&gt;,
&lt;a href=&quot;https://youtu.be/RwN3pqHZOzM?si=1Q78vSdhbC75E51Q&quot;&gt;Zelda content&lt;/a&gt;, but you have to mute it.
&lt;a href=&quot;https://youtu.be/5cDVoP8Tcd4?si=IJL_W_B8o5ZpZ-hR&quot;&gt;Assassins Creed Ancient Egypt&lt;/a&gt;, note also check out Across The Map.&lt;/p&gt;

&lt;h4 id=&quot;missing&quot;&gt;Missing&lt;/h4&gt;

&lt;p&gt;This list was drawn from my history over the last month or so, plus a couple of extras.
There are a couple of sources missing, so I may someday do an update.&lt;/p&gt;

&lt;h3 id=&quot;conclusion&quot;&gt;Conclusion&lt;/h3&gt;

&lt;p&gt;This &lt;a href=&quot;https://ask.metafilter.com/371913/Good-YouTube-channels-for-sleep&quot;&gt;Ask MeFi Post&lt;/a&gt; is pretty similar to what I’m looking for, except I’m not trying to fall asleep in front of the TV.&lt;/p&gt;


&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Relaxing with YouTube&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/12/16/relaxing-with-yt.html&quot;&gt;Email me your favorite relaxing &apos;tubes.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>What are notes?</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/12/10/what-are-notes.html"/>
   <updated>2023-12-10T00:00:00-08:00</updated>
   <id>https://www.justing.net/notes/2023/12/10/what-are-notes</id>
   <summary>No description.</summary>
   <content type="html">&lt;p&gt;Notes can be updated, they’re not necessarily static like blog posts.
I use notes as a reference for future me.&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;They’re somewhere in between quick note (so, not ephemeral), a blog post, and an essay.
I’m figuring it out as I go.
They’re perpetually unfinished.
Hopefully they link to other notes.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;What are notes?&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/12/10/what-are-notes.html&quot;&gt;Comments by email are welcome.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>You might like Cozy YouTube</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/12/03/you-might-like-cozy-youtube.html"/>
   <updated>2023-12-03T06:55:00-08:00</updated>
   <id>https://www.justing.net/notes/2023/12/03/you-might-like-cozy-youtube</id>
   <summary>It's cozy.</summary>
   <content type="html">&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/0dcFWLV_OlI?si=1aXF3EXHy7XoNYop&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;You might like Cozy YouTube&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/12/03/you-might-like-cozy-youtube.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Wool</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/10/07/wool.html"/>
   <updated>2023-10-07T12:39:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/10/07/wool</id>
   <summary>Finished reading it.</summary>
   <content type="html">&lt;p&gt;Finished: &lt;a href=&quot;https://micro.blog/books/9781476735115&quot;&gt;Wool&lt;/a&gt; by Hugh Howey 📚&lt;/p&gt;

&lt;p&gt;The short version: this is a book that takes the idea of “good writing is about the characters overcoming challenges” to it’s most extreme limit. It’s all suffering and adversity, almost too much. If you can get past that, then it took 2/3 of the book to get going. Maybe it was that way so the long suffering reader gets a real feel for time, and struggle. However, the last 1/3 really moves and was a page turner. I am interested in reading the later books now.&lt;/p&gt;

&lt;p&gt;More details below (vague spoiler warning).&lt;/p&gt;

&lt;p&gt;I appreciated that the author did not call attention to the things that are hard to believe like submerging a neutral pressure suit under tens and tens of feet of water will just work and you also won’t get the bends during a panic resurfacing, and where are they getting tea from (this only pops up once) or is it actually hundreds of years old, and how come the people don’t develop distinct accents or dialects, and can they really make these things like semiconductors to last that long or do they have even that manufacturing capability??&lt;/p&gt;

&lt;p&gt;Some things that people are knowledgable about seem quite a stretch too, given the other things we learn about the world. Like the have-nots just making up military tactics in confined spaces, on the fly with no training in it, that can succeed (for some definition) against a prepared enemy. I am suspicious of the closed ecosystem being able to sustain for that long. But I don’t know enough about ecology to be any more than that about it, so I’ll leave that one there. Or how come there aren’t problems with diseases in the later parts of the story; you’d think separate populations would generate different strains of viruses and when they meet it would be bad for one or both. Where is the underground/black market economy? It really stuck out as something missing from the world to me. There some scenes that described and used the kinds of connections that would enable black or gray market trade to exist, but it seemingly doesn’t play a part in this story.&lt;/p&gt;

&lt;p&gt;There may have been a few too many dramatic coincidences to believe, some of them defying even the most generous probabilities.&lt;/p&gt;

&lt;p&gt;Even with these cracks and inconsistencies though, if you don’t notice or think about it, then the story is fine. But the veneer over the true &lt;em&gt;science fiction&lt;/em&gt; and obvious dramatic or poetic license is only paper thin. Maybe I do prefer hard sf and a little more effort on the part of the writer to make it believable in a somewhat-ordinary-or-at-least-plausible-turn-of-events-for-the-universe-that-they’ve-constructed sense. In the end, I think this story was more of a cartoon depiction than a live action staging.&lt;/p&gt;

&lt;p&gt;All that being said, I’m curious how the author arranged all this to exist, which I think is in the first sequel.&lt;/p&gt;

&lt;p&gt;Maybe later I will elaborate on the more constructive thought provoking ideas that I had while reading the book. Things like, this is a mirror of our current times (most writing usually is), intra- and inter- nation-state-wise, and how would I arrange a society to function in such isolation, and this is really just a different setting for the same problems and ideas of one of those generation ship scifi stories, isn’t it? I had a lot of “how could this be different” thoughts to many plot points and story choices as I read, I should keep notes on those for the next book I read.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Wool&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/10/07/wool.html&quot;&gt;Email me what you&apos;re reading.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>September Record of Cooking</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/10/01/september-record-of-cooking.html"/>
   <updated>2023-10-01T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/10/01/september-record-of-cooking</id>
   <summary>I've been trying to cook more.</summary>
   <content type="html">&lt;p&gt;I’ve been trying to cook more (because I enjoy it).
I also want to get better; I am already a reasonably good cook, but better is always better.
The notes are here to help me improve.
I’m doing science to it.&lt;/p&gt;

&lt;p&gt;This is what I’ve been cooking.
It’s not all that I ate this month, just the foods that I, myself, prepared/cooked.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-30 SAT&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Wintertime Tomato Soup, from Bittman’s &lt;em&gt;How to cook everything Vegetarian&lt;/em&gt;. Man, this has been a favorite for years. Taking advantage of an early cool weekend to get another soup on.&lt;/li&gt;
      &lt;li&gt;Pan Toast with that bread from a few days ago. In olive oil. Delicous.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-29 FRI&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Minimalist Korean Street Toast Egg Sandwich.
Pan toasted thick slice of bread.
One egg, lightly scrambled.
A bit of ketchup. (&lt;a href=&quot;https://cdn.some.pics/garo/6517a2b052cd2.jpg&quot;&gt;picture&lt;/a&gt;).&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-28 THU&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Roasted cauliflower.&lt;/li&gt;
      &lt;li&gt;More popcorn.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-27 WED&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Another loaf of bread, The Standard #1. More sesame seeds. &lt;a href=&quot;https://cdn.some.pics/garo/6514f64f031f0.jpg&quot;&gt;picture&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-25 MON&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Oven roasted Brussels sprouts.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-24 SUN&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Another The Standard #1 Loaf (&lt;a href=&quot;https://cdn.some.pics/garo/6510c01d05459.jpg&quot;&gt;picture&lt;/a&gt;).
I gave away half of yesterdays, and used much of the other half for those hamburgers.
This loaf is for another friend, so I’ll probably make another in a couple of days.
Bread (is) Life.&lt;/li&gt;
      &lt;li&gt;Cheeseburger, again.
Achieved my desired improvements over yesterday’s burger: a bit more salt and pepper on the patty, thinner bread slices, less pink in the middle (&lt;a href=&quot;https://cdn.some.pics/garo/6510be5a23cd6.jpg&quot;&gt;picture&lt;/a&gt;).
I’m still amazed that I got the patty the right size for both burgers.
I think I would improve on the crust of the patty next?&lt;/li&gt;
      &lt;li&gt;Grilled chicken thigh (&lt;a href=&quot;https://cdn.some.pics/garo/6510c101ab168.jpg&quot;&gt;picture&lt;/a&gt;).&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-23 SAT&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;The Standard #1 Loaf, from Forkish’s &lt;em&gt;Evolutions in Bread&lt;/em&gt; (&lt;a href=&quot;https://cdn.some.pics/garo/6510bfc98cfda.jpg&quot;&gt;picture&lt;/a&gt;). I put sesame seeds on it, which is not part of the recipe. I’ll be doing that again for sure.&lt;/li&gt;
      &lt;li&gt;Cheese Burger, on slices of the loaf above (&lt;a href=&quot;https://cdn.some.pics/garo/6510bede3c04a.jpg&quot;&gt;picture&lt;/a&gt;).&lt;/li&gt;
      &lt;li&gt;Oven fries (potatoes).&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.gimmesomeoven.com/amazing-roasted-artichokes/&quot;&gt;Roasted Artichokes&lt;/a&gt;. I’d never prepared them this way; they were quite good (&lt;a href=&quot;https://cdn.some.pics/garo/6510c05809426.jpg&quot;&gt;picture&lt;/a&gt;).&lt;/li&gt;
      &lt;li&gt;Grilled chicken thigh.&lt;/li&gt;
      &lt;li&gt;Popcorn.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-21 THU&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;‘nother grilled cheese (&lt;a href=&quot;https://cdn.some.pics/garo/6510c14a40d6f.jpg&quot;&gt;picture&lt;/a&gt;).&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-20 WED&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Grilled Cheese, with my bread (&lt;a href=&quot;https://cdn.some.pics/garo/650bb092a7cce.jpg&quot;&gt;picture&lt;/a&gt;).&lt;/li&gt;
      &lt;li&gt;Dinner: roasted broccoli, grilled chicken, semi-brown rice (&lt;a href=&quot;https://cdn.some.pics/garo/650bb0e2157c8.jpg&quot;&gt;picture&lt;/a&gt;). 
Yumm mmm.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-19 TUE&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Pan toasted a slice of my bread (no picture).
This counts, right?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-18 MON&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;The Standard #2 loaf, from Forkish’s Evolutions in Bread (EiB).
It’s that loaf I started yesterday.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://cooking.nytimes.com/recipes/1023666-mushroom-and-eggplant-yassa?unlocked_article_code=U7e_5wBxVXWrYL8kShG-CDdi5nOkQnVvHj6q3XGV5hrhGXpCUItee_vQFrv7Gl6FyzH6zrt2MvkiwCtd2DylReF0sZJGKovmYzar48ogV5UpmI9JzEMLgg9OiPYwIzMNkb-fHTGJ1-n9K6yHghq8vhjnxHC7J32bvRUSR8o69d46BClyoSYdLv2B43Czn9WNRnv0FvXjPkB80HPfigXO7Q8oCcGHetSrjSpKe3R3TsbPi9VZdHLlp2CjHoTpbhKa7CpFwl0cyqsvxF75SBpVxE_5PyYfpL0HpTYGT2OUrhNRLvkxY5SgHlwjBNvSoUJsiKPSau2VxeYOihSS4Vjt8g&amp;amp;smid=share-url&quot;&gt;Mushroom and Eggplant Yassa&lt;/a&gt;, quite good actually.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-17 SUN&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Sautéed Cabbage, topped with olive oil, balsamic glaze.
Letting it sit for about 5 minutes after dressing it made it better. 
(&lt;a href=&quot;https://cdn.some.pics/garo/6507541a34aa2.jpg&quot;&gt;picture&lt;/a&gt;)&lt;/li&gt;
      &lt;li&gt;Started a loaf bread.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-16 SAT&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Pain Au Bacon, from Forkish’s FWSY.
It’s a hit!
Kind of a lot of work though, well cooking the bacon is.
Pictures: &lt;a href=&quot;https://cdn.some.pics/garo/65062bb9a6ac9.jpg&quot;&gt;outside&lt;/a&gt;, &lt;a href=&quot;https://cdn.some.pics/garo/65062c0b518d8.jpg&quot;&gt;inside&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.seriouseats.com/better-than-snickers-chocolate-peanut-butter-caramel-ice-cream-recipe&quot;&gt;Better Than Snickers Ice Cream&lt;/a&gt;; we’ll see about that.
But I did make my first caramel (&lt;a href=&quot;https://cdn.some.pics/garo/65062ca552eda.jpg&quot;&gt;picture&lt;/a&gt;).
Maybe a touch burnt? Not sure.
        &lt;ul&gt;
          &lt;li&gt;I kinda wish the peanuts were lightly salted, at least.&lt;/li&gt;
          &lt;li&gt;Damn, this is good  (&lt;a href=&quot;https://cdn.some.pics/garo/6507bcea7f41c.jpg&quot;&gt;picture&lt;/a&gt;).&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li&gt;Bittman’s Potato Leek Soup.
High of 76 F is soup weather, right? Right??&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-15 FRI&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Bacon, for Pain Au Bacon that will be baked tomorrow (&lt;a href=&quot;https://cdn.some.pics/garo/65062ab209eec.jpg&quot;&gt;picture&lt;/a&gt;). I used the simmer and sauté method. The finished product was perfect, but it sure took a while.&lt;/li&gt;
      &lt;li&gt;Pain Au Bacon, started, but it has to rise overnight.&lt;/li&gt;
      &lt;li&gt;Bacon Sushi, because science, and I had the materials available to me.
It was ok, not really consistent with the vibe of sushi. But… experimenting.
&lt;a href=&quot;https://cdn.some.pics/garo/6506284e1ce52.jpg&quot;&gt;picture&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-14 THU&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Classic/Rome Style Alfredo, again.
Better this time.
&lt;a href=&quot;https://cdn.some.pics/garo/650627b5cecdd.jpg&quot;&gt;picture&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;Sushi party: I am sushi roll construction challenged, so we make them sloppy hand rolls. 
Trim the nori to small squares just big enough to hold the rice and one topping. 
Usually the toppings are veggies: carrot, cucumber, avocado.
Not this time: tofu, egg.
Instant pot sushi rice.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-12 TUE&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.carlalallimusic.com/books&quot;&gt;Carla Music&lt;/a&gt;’s Sautéed Scallions. Unexpectedly yum (second time making them). &lt;a href=&quot;https://cdn.some.pics/garo/65062d27c868e.jpg&quot;&gt;picture&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-11 MON&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://basicswithbabish.co/basicsepisodes/risotto&quot;&gt;Babish’s instant pot risotto&lt;/a&gt;.
I doubled it.
Half is for my wife who is currently doing an elimination diet, so no cheese.
The uncheesed part was surprisingly good; if I didn’t eat cheese I would definitely still eat this.
The other half I cheesed, ate, and plan to also make arancini with the leftovers.
If you can be non-traditionalist about it, the instant pot version is just great.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-10 SUN&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.seriouseats.com/traditional-toum&quot;&gt;Toum&lt;/a&gt;, but started &lt;a href=&quot;https://bakinghermann.com/all-recipes/toum&quot;&gt;here&lt;/a&gt;. Tasted off.
It wasn’t the right texture/consistency.
Too liquidy.
Maybe because I didn’t remove the germ?
And I made it with the stick blender.
Or maybe it was the wrong oil (canola).
I tried to save it on Monday, by putting it back in the chilled food processor and adding some more chilled water and oil.
I added a bit more salt too.
It didn’t help.
I’m frustrated, this is one of my favorites.
&lt;strong&gt;Update&lt;/strong&gt;: it broke. ☹️&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-08 FRI&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Faux-tisserie chicken, again.
This time I used regular poultry seasoning.&lt;/li&gt;
      &lt;li&gt;Started a new sourdough starter, since my previous one (Vigor and Theref) got moldy.
&lt;a href=&quot;https://cdn.some.pics/garo/65062b4492372.jpg&quot;&gt;Picture&lt;/a&gt; at the end, on the 15th.&lt;/li&gt;
      &lt;li&gt;Popcorn again.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-07 THU&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Spaghetti Squash Broccoli Pasta.
This is normally made with linguine, but my wife is on an elimination diet at the moment, so we subbed in squash instead.
It worked quite pleasantly well, which wasn’t really that surprising to us.
It’s not the same at all, think of it as a &lt;em&gt;different&lt;/em&gt; delicious dish.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-06 WED&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://youtu.be/st7c0jQD0Lk?si=TWIQRqAXKvmgM6MB&quot;&gt;Fettuccine Alfredo, Original Rome style&lt;/a&gt;, for a crowd.
I used dry pasta, and while the end result was tasty, it was also not very creamy.
So, I will try again, with a smaller (single serving sized) batch.
I think more starchy water is key.
Other notes: Nailed the pasta amount, and al dente perfectly.
Well almost, I got a bit of crunchy stuck together pasta, which I really don’t understand because I stirred the pot quite well several times.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-03 SUN&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Ken Forkish &lt;em&gt;FWSY&lt;/em&gt; Same day pizza.
No canned tomatoes in the house, and no regular mozza either.
So, this is what I’m topping it with:
        &lt;ol&gt;
          &lt;li&gt;Garlic candy (smashed cloves sautéed in evoo over low heat), Pecorino Romano, evoo and a few left over mozza pearls (&lt;a href=&quot;https://cdn.some.pics/garo/64f53f93aebc2.jpg&quot;&gt;picture&lt;/a&gt;).
So so good.
It’s another one of those &lt;a href=&quot;https://garo.blog/2023/03/improving-on-the-open-faced-peanut-butter-and-jelly-sandwich&quot;&gt;random things&lt;/a&gt;, but sautéed garlic just became one of my favorite pizza toppings, and pecorino didn’t disappoint either (but I think it only worked so well because there was no sauce).&lt;/li&gt;
          &lt;li&gt;Mozza pearls, basil, evoo (&lt;a href=&quot;https://cdn.some.pics/garo/64f53f93aebc2.jpg&quot;&gt;picture&lt;/a&gt;)&lt;/li&gt;
        &lt;/ol&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-02 SAT&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Molly Baz &lt;em&gt;Cook This Book&lt;/em&gt; Wedge Salad (&lt;a href=&quot;https://cdn.some.pics/garo/64f51282ae66a.jpg&quot;&gt;pic&lt;/a&gt;).
This was quite good, and I would make it again.
Maybe next time I would add bleu cheese or Gorgonzola to the sauce or just on top.&lt;/li&gt;
      &lt;li&gt;Molly Baz &lt;em&gt;Cook This Book&lt;/em&gt; &lt;a href=&quot;https://youtu.be/n3W2v3DVy_U?si=YBFDE6OFFcFCW8Zj&quot;&gt;Popcorn&lt;/a&gt;.
I find that the 1:1 ratio of fats to kernels in the recipe is way too high. 1:2 fats to kernels is right for me.
I skip the turmeric, and go more with something like Carla Music’s &lt;a href=&quot;https://youtu.be/LrBUXI1PZWY?si=7t8uPaoWk-V_LpC2&quot;&gt;toppings&lt;/a&gt;.
These two recipes are not all that dissimilar, and work better for me than the OG &lt;a href=&quot;https://youtu.be/byqaZhMTwAs?si=2tLyWY-uB_sJyt8n&quot;&gt;Alton Brown&lt;/a&gt; recipe, which uses less fats, and is in a bowl + foil. I used to have so much success with that, but somewhere I lost the thread and it just burned all the time.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;2023-09-01 FRI&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Brian Lagerstrom’s mashed potatoes from the &lt;a href=&quot;https://youtu.be/rPVCYfAKYag?si=qe0lfKPYcSMd2RDo&quot;&gt;faux-tisserie chicken video&lt;/a&gt; (&lt;a href=&quot;https://cdn.some.pics/garo/64f514ef64584.jpg&quot;&gt;picture&lt;/a&gt;).
I made the chicken the day before, and dang is that good- going to be a go to recipe for a while I think.
I don’t have a &lt;a href=&quot;https://en.wikipedia.org/wiki/Chinois&quot;&gt;chinois&lt;/a&gt;, but I do have a &lt;a href=&quot;https://en.wikipedia.org/wiki/Food_mill&quot;&gt;food mill&lt;/a&gt; with a fine grate; that worked well.
Next time, I would reduce the liquid a bit, maybe 25%.
The potatoes were very good, but a bit slack in the final result.&lt;/li&gt;
      &lt;li&gt;Brian Lagerstrom’s &lt;a href=&quot;https://youtu.be/sfHT7r4XoJY?si=fHdX7Z4Oo2CtJRg4&quot;&gt;bigggg cinnamon rolls&lt;/a&gt; (&lt;a href=&quot;https://cdn.some.pics/garo/64f512bbd18cd.jpg&quot;&gt;picture&lt;/a&gt;). 
I doubled the recipe, but something went wrong, maybe my notes were off.
I had to add more flour to get a firm enough dough.
The bake needed an extra 20 minutes to reach 190 F too.
Still totally amaze-balls.
Note: I double the cream cheese and reduce the sugar to 100g in the frosting.
It’s still sweet, but not too sweet and it’s so so good.
        &lt;ul&gt;
          &lt;li&gt;Ok, figured out what went wrong: I didn’t weigh my wet ingredient, I used volumetric.
This lead to a ~6% error in the amount of liquid, which agrees with my need to add about another ~100 g of flour. Oops.&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;September Record of Cooking&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/10/01/september-record-of-cooking.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Today's Scenery</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/09/25/todays-scenery.html"/>
   <updated>2023-09-25T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/09/25/todays-scenery</id>
   <summary>Santa Teresa Hills</summary>
   <content type="html">&lt;p&gt;&lt;img src=&quot;https://cdn.some.pics/garo/6510c22addd81.jpg&quot; alt=&quot;Santa Teresa Hills, San Jose, CA.&quot; /&gt;&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Today&apos;s Scenery&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/09/25/todays-scenery.html&quot;&gt;Comments by email are welcome.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Deep and Deeper Time</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/09/22/deep-and-deeper-time.html"/>
   <updated>2023-09-22T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/09/22/deep-and-deeper-time</id>
   <summary>Several things came up.</summary>
   <content type="html">&lt;p&gt;There has been a surprising confluence of deep-ish time ideas swirling around my own personal bubble/echo chamber thing.
Let me list them.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;The future: &lt;a href=&quot;https://www.nytimes.com/interactive/2023/09/18/opinion/human-population-global-growth.html?unlocked_article_code=I7XB4G-12iZpW15N87Ky26okOJLz9JmHscR7dg_6alZn6Z-JZ79h_55Kb0hS8F8IAao5gj2_L6kgjepTisfdBgXJdBXRsaCkmxueye-bC2ld1ykP96JyOTBmfM6wm5JXiMYET1PK2ztkYQRqVMxEa0142b6h0zOBmXKSPxwJ4gVYJ3VamHfhJW6B8axwhTvHwmdF_lHsoTcwpw1T6nRL-jNqm9BNop5nY7uTyou168o5PN5e3ayATInYptuL6sNyfsivzMOvrco72qTJNTJv2V-c7Q4WFeF85g7mvQu1RxsA1fQok6ayiNIMiRYyH_LKWrN9qsxF2Rl9VDWNkJUvuLCA7vdaep5JtNJOxIxwBGbwUWR9R3vtFw&amp;amp;smid=url-share&quot;&gt;Population peaking&lt;/a&gt; this century?
Just how do they know that?
I’m not saying this opinion article is right or wrong.
Just genuinely asking, how?
Trending birth rates by country.&lt;/li&gt;
  &lt;li&gt;The past: Remnants of the Santa Clara indigenous managed ecosystem.
This was an in-person thing.
We touched on how the native people had managed the landscape, perhaps for 100s or 1000s of years.
I don’t know.
The Spanish described it as like an English garden, with carefully separated trees and grassland across the whole valley floor.
The mind boggles.&lt;/li&gt;
  &lt;li&gt;The future? &lt;a href=&quot;https://news.ycombinator.com/item?id=37586267&quot;&gt;This comment&lt;/a&gt; about agriculture and alternatives forms of that.
As well as the books about permaculture.
Our agriculture practices may last 100s of years, or they may not.
Probably not.&lt;/li&gt;
  &lt;li&gt;The past and the future: The recently announced discovery of evidence of 500ky old wooden structure, and the follow up &lt;a href=&quot;http://www.antipope.org/charlie/blog-static/2023/09/pushing-it-back.html&quot;&gt;discussion&lt;/a&gt; about other ancient or future detectability.
Reading the comments is worth it.
Crikey, five hundred thousand years ago.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Hopefully this is enough for me to recapture the feeling later, when I write more about it.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Deep and Deeper Time&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/09/22/deep-and-deeper-time.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The (Step) Ladder Of Intelligence</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/08/22/the-step-ladder-of-intelligence.html"/>
   <updated>2023-08-22T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/08/22/the-step-ladder-of-intelligence</id>
   <summary>Notice stuff, first.</summary>
   <content type="html">&lt;p&gt;The first rung of the ladder is, I think, noticing.
Then asking questions about what you’ve noticed.
After that it’s basically just habits.
Those are the fundamentals.&lt;/p&gt;

&lt;p&gt;At the top level of the step ladder things get more complicated: skills and meta-skills.
But those are really forming habits of applying certain patterns of thought to what you’ve noticed.
Maybe it’s about asking certain questions, or doing certain logical steps.
Just following a recipe, really.&lt;/p&gt;

&lt;p&gt;I’m not actually sure if there is anything fundamentally beyond that.
It’s about working with your abilities to just do the most that you can.
Not holding yourself back- that’s just noticing and questioning again.
Maybe doing it faster, reflexively.
Discovering or learning a new skill.&lt;/p&gt;

&lt;p&gt;Kind of a relief to know that this is all it is to being intelligent.
It’s a process, and you can focus on just doing the process better.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The (Step) Ladder Of Intelligence&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/08/22/the-step-ladder-of-intelligence.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Thinking as Craft</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/08/14/thinking-as-craft.html"/>
   <updated>2023-08-14T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/08/14/thinking-as-craft</id>
   <summary>Newstok's book.</summary>
   <content type="html">&lt;p&gt;Another book I read recently was “How to think like Shakespeare” by Scott Newstok.
It’s a book mostly aimed at educators, I think.
About halfway through I almost quit, but the short chapters kept drawing me back in.
I ended up reading all of it.&lt;/p&gt;

&lt;p&gt;The main idea that I took from the book was that thinking can be modeled as a trade &lt;a href=&quot;https://www.websters1913.com/words/Craft&quot;&gt;craft&lt;/a&gt;, that thoughts are a materiel that must be worked.
A craftsperson develops learned skills for working their material, and they develop their own methods.
Some of those skills can be learned from books or other people, teachers and other craftspeople.
But a lot needs to be learned and fit together in their own mind and abilities (either thinking as craft or some material craft).&lt;/p&gt;

&lt;p&gt;I’ve found thinking as a craft to be really a very useful analogy&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; for fitting together many of the necessary skills.
And for noticing that if thoughts are the material we craft with, we can separate the actions we do with thoughts (which are still other thoughts) from the resulting thoughts and thinking.
It all gets very meta, abstracted, and confusing without the helping structure of the analogy.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Hopefully more on analogies later. Briefly though: analogies are useful because they give you something concrete to hang your idea on, to push against, to test for the limits of the analogy and thereby maybe uncover new insights. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Thinking as Craft&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/08/14/thinking-as-craft.html&quot;&gt;You can reply by email.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Human Social Distances</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/08/13/human-social-distances.html"/>
   <updated>2023-08-13T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/08/13/human-social-distances</id>
   <summary>Haidt's book.</summary>
   <content type="html">&lt;p&gt;I read the Happiness Hypothesis by Jonathan Haidt.
It’s billed as a revisit of ancient ideas with modern sciences.
Kind of a check of selection of wisdoms common to several major world religions.&lt;/p&gt;

&lt;p&gt;One aspect that really struck me was how much of it was useful information for understanding the social world around you.
I guess that makes sense; your ability to manage your own happiness is dependent on making sense of the environment you are in.
There were a number of those type of ideas, but today I’ll just focus on this one, from Chapter 9.&lt;/p&gt;

&lt;h3 id=&quot;axes-of-social-distance&quot;&gt;Axes of Social Distance&lt;/h3&gt;

&lt;p&gt;There are two fairly obvious axes of social distance: I’ll call one tribal closeness and the other class/status hierarchy.
I think of tribal closeness as being about the people you know and are comfortable being unguarded with.
Ordered by increasing distance you have your immediate family, your close friends, maybe work colleagues, then neighbors and acquaintances, people with the same accent or speech patterns, the folks you share national identity with, and then the others are most distant on this axis.
On the other axis, for a middle class person, below them is the poor and we can debate if it should or shouldn’t be the case but often race plays a part.
On the same level are people of similar wealth and neighborhoods, or professions.
Above are the wealthy, and political leaders, the pinnacle of those receiving class respect are presidents, kinds, high religious figures and officials, etc.
It plays out in different ways too, age or family seniority.
There are many ways.&lt;/p&gt;

&lt;p&gt;There is a third axis, one that doesn’t get a lot of attention in the United States because of how secular the country is.
It’s the divinity axis, sort of how holy or spiritual or maybe even selfless or altruistic a person or act is.
This is another axis of social respect.&lt;/p&gt;

&lt;p&gt;That’s it.
Does it sound right to you?
What’s missing here, is there are 4th or 5th dimension of social distance needed or do these 3 cover it?&lt;/p&gt;

&lt;p&gt;I think that attractiveness and brute strength probably both get reconciled into the class/status hierarchy.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Human Social Distances&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/08/13/human-social-distances.html&quot;&gt;You can reply by email.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>First notes from 300 Arguments</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/06/23/first-notes-from-300-arguments.html"/>
   <updated>2023-06-23T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/06/23/first-notes-from-300-arguments</id>
   <summary>Mangusa's book</summary>
   <content type="html">&lt;p&gt;Part 1 of my notes from this &lt;a href=&quot;http://www.sarahmanguso.com/300-arguments-1&quot;&gt;interesting little book&lt;/a&gt;.
The book is not organized into chapters, so my notes won’t have any natural break points.&lt;/p&gt;

&lt;h3 id=&quot;notes&quot;&gt;Notes&lt;/h3&gt;

&lt;p&gt;I was unaware of my assumption that we would always have more time.
It’s so easy to slip into that assumption.
Inspired by page [4].&lt;/p&gt;

&lt;p&gt;Notice.
Practice noticing who you truly are and be that person.
[5]&lt;/p&gt;

&lt;p&gt;At some level our instantaneous language skills are always inadequate to what we feel.
[8]&lt;/p&gt;

&lt;p&gt;What might be the consequence of this?
This = having a worst regret mean you believe there was an origin, a decision you made, that lead to all your undeserved misfortune (folly).
This ?= trying to write perfectly (don’t do that!).
Hold that question while writing stories.
[12]&lt;/p&gt;

&lt;p&gt;Other people, stupid ones, may decide what’s best for you about your grief.
Your friends will give you options.
[14]&lt;/p&gt;

&lt;p&gt;This “fragment” claim, I don’t necessarily agree.
The claim being that a fragment was once whole and now isn’t.
Fragments can be unfinished too.
[27]&lt;/p&gt;

&lt;p&gt;When learning about each other, how much of that is automatic vs what we think is intentional?
[29]&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;First notes from 300 Arguments&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/06/23/first-notes-from-300-arguments.html&quot;&gt;You can reply by email.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>4kw Afterward and Appendix</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/06/22/4kw-afterward-and-appendix.html"/>
   <updated>2023-06-22T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/06/22/4kw-afterward-and-appendix</id>
   <summary>Last reading notes.</summary>
   <content type="html">&lt;p&gt;These parts are a condensed and reapproached take on the whole thing.&lt;/p&gt;

&lt;p&gt;The post is just some raw notes and thoughts from my reading of &lt;a href=&quot;/tag/four-thousand-weeks&quot;&gt;&lt;em&gt;Four Thousand Weeks&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;afterward-notes&quot;&gt;Afterward Notes&lt;/h3&gt;

&lt;p&gt;You can’t change everything.
But you can change some things.
Don’t discount that.&lt;/p&gt;

&lt;p&gt;Hope is not a plan, nor is it an action.
Don’t hope.
Plan and do.
Think, plan, do/act.&lt;/p&gt;

&lt;p&gt;The apocalypse is here.&lt;/p&gt;

&lt;p&gt;Stop hoping.
Start living.
Stop caring.
Start doing.&lt;/p&gt;

&lt;h3 id=&quot;appendix-notes&quot;&gt;Appendix Notes&lt;/h3&gt;

&lt;p&gt;Fixed volume productivity.
Be real about it.&lt;/p&gt;

&lt;p&gt;Open to do list: a brain dump for all tasks, limitless.&lt;/p&gt;

&lt;p&gt;Closed to do list: ten items at most, can’t add until something is removed.&lt;/p&gt;

&lt;p&gt;One project at a time.
Or one work project and one home project?
It sounds very liberating.&lt;/p&gt;

&lt;p&gt;Finish first (or quit) before starting another.&lt;/p&gt;

&lt;p&gt;Nominate areas of your life where you won’t excel.
Strategic failing.
Cyclic failure.
Focus on something that really matters, then switch to something that had to be neglected.&lt;/p&gt;

&lt;p&gt;Keep a done list.&lt;/p&gt;

&lt;p&gt;Cancel the morning productivity debt.&lt;/p&gt;

&lt;p&gt;“You must focus your finite capacity to care.”&lt;/p&gt;

&lt;p&gt;Set your phone to grayscale to make it less eye candy attractive.&lt;/p&gt;

&lt;p&gt;Keep only mono-taskers out of the kitchen.
It means that devices (tools) should only do one thing, so that don’t have the ability to distract you.
Except in the &lt;a href=&quot;https://lifehacker.com/watch-alton-brown-demonstrate-why-unitaskers-have-no-1749470145&quot;&gt;kitchen&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Novelty slows the perceived passage of time.
Find what’s new in a thing or activity.
There are many strategies for this.&lt;/p&gt;

&lt;p&gt;Research with curiosity, not with an outcome orientation.
It opens you up to the novel.
It’s an attitude of finding out e.g. who a person is.
Your curiosity can be satisfied in ways you like or dislike.
It doesn’t matter which, because now you know.&lt;/p&gt;

&lt;p&gt;The generous impulse can be many things.
Check in on a friend, send praise, donate money, etc.
Do it right away.&lt;/p&gt;

&lt;p&gt;Sometimes not acting is the right thing to do.
Can you bear it?&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;4kw Afterward and Appendix&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/06/22/4kw-afterward-and-appendix.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>4kw Chapter 14</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/06/21/4kw-chapter-14.html"/>
   <updated>2023-06-21T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/06/21/4kw-chapter-14</id>
   <summary>Reading notes.</summary>
   <content type="html">&lt;p&gt;This chapter is about Now.&lt;/p&gt;

&lt;p&gt;The post is just some raw notes and thoughts from my reading of &lt;a href=&quot;/tag/four-thousand-weeks&quot;&gt;&lt;em&gt;Four Thousand Weeks&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;notes&quot;&gt;Notes&lt;/h3&gt;

&lt;p&gt;Surrender/vulnerable.&lt;/p&gt;

&lt;p&gt;It’s not really four thousand weeks.
It’s just now.
That’s what we get.
Four thousand weeks of Now.&lt;/p&gt;

&lt;p&gt;Bobin: “life only ever gives a series of wonderfully insoluble problems.”&lt;/p&gt;

&lt;p&gt;Hollis: does this choice diminish or enlarge me?&lt;/p&gt;

&lt;p&gt;There is no point in waiting for someone else to validate your life.
No one else will.
No one else can.
Only you can do it.
Even then, security will not be a solved problem.&lt;/p&gt;

&lt;p&gt;Piver: “how would you enjoy spending your time?”
I don’t always/often know.
Worth trying to find out, I think.
Don’t avoid the question.&lt;/p&gt;

&lt;p&gt;Confirmed: everyone is winging it.&lt;/p&gt;

&lt;p&gt;What if I didn’t expect to see the fruits of my labors?
What labors would I choose then?
What leisures?&lt;/p&gt;

&lt;p&gt;Jung: do the next most necessary thing.&lt;/p&gt;

&lt;p&gt;AA: Do the next right thing.
For navigating crises.&lt;/p&gt;

&lt;p&gt;Me: finish the current thing.
Or abandon it.
Focus on one thing.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;4kw Chapter 14&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/06/21/4kw-chapter-14.html&quot;&gt;Comments by email are welcome.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>4kw Chapter 13</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/06/20/4kw-chapter-13.html"/>
   <updated>2023-06-20T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/06/20/4kw-chapter-13</id>
   <summary>Reading notes.</summary>
   <content type="html">&lt;p&gt;What control we really have is what this chapter is about.&lt;/p&gt;

&lt;p&gt;The post is just some raw notes and thoughts from my reading of &lt;a href=&quot;/tag/four-thousand-weeks&quot;&gt;&lt;em&gt;Four Thousand Weeks&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;notes&quot;&gt;Notes&lt;/h3&gt;

&lt;p&gt;Ecclesiastes: striving after wind.
You can’t do this.
Or, it’s meaningless to do this.&lt;/p&gt;

&lt;p&gt;Be an agent of deciding what post-pandemic normal looks like.&lt;/p&gt;

&lt;p&gt;Only 35 &lt;a href=&quot;https://aworkstation.com/betty-white-as-a-unit-of-measurement/&quot;&gt;Betty Whites&lt;/a&gt; ago: the Pharaohs.
Knowledge could be handed down word of mouth, only 35 steps in the telephone game.
I’m sure has been, but what?
Or what not?&lt;/p&gt;

&lt;p&gt;The massive indifference of the universe vs my need (preference) for a secure future.&lt;/p&gt;

&lt;p&gt;I thought ‘nothing matters’ was Nihilism.
Without the book in hand, I’m not sure what this is referring to, again.&lt;/p&gt;

&lt;p&gt;How to accurately value what you spend your time on is probably not even the right question.&lt;/p&gt;

&lt;p&gt;Surrender control of expecting neither too much nor too little of the weeks you are given.
Take them as they come, one at a time, and just live them to the relaxed best of your ability.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;4kw Chapter 13&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/06/20/4kw-chapter-13.html&quot;&gt;Comments by email are welcome.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>4kw Chapter 12</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/06/19/4kw-chapter-12.html"/>
   <updated>2023-06-19T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/06/19/4kw-chapter-12</id>
   <summary>Reading notes.</summary>
   <content type="html">&lt;p&gt;Sharing time is what this chapter is about.&lt;/p&gt;

&lt;p&gt;The post is just some raw notes and thoughts from my reading of &lt;a href=&quot;/tag/four-thousand-weeks&quot;&gt;&lt;em&gt;Four Thousand Weeks&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;notes&quot;&gt;Notes&lt;/h3&gt;

&lt;p&gt;Time is a network good.
That’s not all it is, but that’s one way to think about it.&lt;/p&gt;

&lt;p&gt;Some (all?) activities have a price of admission.&lt;/p&gt;

&lt;p&gt;The Soviets had a 5 day week at one point.
Four days on, one day off.
Sounds like hell.&lt;/p&gt;

&lt;p&gt;Time’s value increases when yours is in sync with someone else’s.
That’s the network good thing.&lt;/p&gt;

&lt;p&gt;Noticing a parallel: free will vs conformity; free time vs coordination.&lt;/p&gt;

&lt;p&gt;Work creeps into all the crevices of life, like sand.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;4kw Chapter 12&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/06/19/4kw-chapter-12.html&quot;&gt;You can reply by email.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>4kw Chapter 10/11</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/06/18/4kw-chapter-10-11.html"/>
   <updated>2023-06-18T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/06/18/4kw-chapter-10-11</id>
   <summary>More reading notes.</summary>
   <content type="html">&lt;p&gt;Taking the time is what these chapters are about.&lt;/p&gt;

&lt;p&gt;The post is just some raw notes and thoughts from my reading of &lt;a href=&quot;/tag/four-thousand-weeks&quot;&gt;&lt;em&gt;Four Thousand Weeks&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;notes-for-10&quot;&gt;Notes for 10&lt;/h3&gt;

&lt;p&gt;Things take the time that they take.
Just admit it.&lt;/p&gt;

&lt;p&gt;Patience is my super power.
How do I also trust in that in my work?&lt;/p&gt;

&lt;h3 id=&quot;notes-for-11&quot;&gt;Notes for 11&lt;/h3&gt;

&lt;p&gt;Admit that you don’t know and slowly examine the situation with care.&lt;/p&gt;

&lt;p&gt;Having problems is a good thing.
At the minimum, it is something to do.&lt;/p&gt;

&lt;p&gt;The experience of patience is “tangible, almost edible.” -Grudin&lt;/p&gt;

&lt;p&gt;Do smaller, more sustainable amounts, as little 10 minutes, and always with weekends off.
Less is done in the short term, but way more in the long run.
Because you don’t stop.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;Don’t hasten.
Relish instead.
Attend to one thing at a time.&lt;/p&gt;

&lt;p&gt;Keep going.
You’ll get to your own originality eventually.
Stay on the bus.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Look at me, not stopping on the weekend. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;4kw Chapter 10/11&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/06/18/4kw-chapter-10-11.html&quot;&gt;Replies by email are appreciated.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>4kw Chapter 9</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/06/17/4kw-chapter-9.html"/>
   <updated>2023-06-17T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/06/17/4kw-chapter-9</id>
   <summary>More reading notes.</summary>
   <content type="html">&lt;p&gt;The chapter is about how to spend this moment.&lt;/p&gt;

&lt;p&gt;The post is just some raw notes and thoughts from my reading of &lt;a href=&quot;/tag/four-thousand-weeks&quot;&gt;&lt;em&gt;Four Thousand Weeks&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;notes&quot;&gt;Notes&lt;/h3&gt;

&lt;p&gt;In ancient Rome/Greece, work was fundamentally undignified and not the point of being alive.
Leisure was life’s center of gravity.
I wonder how much of that is more about the authors and audience at the time?
Maybe that’s too cynical.&lt;/p&gt;

&lt;p&gt;Sequence of social control: church, print, radio, tv, interactive internet?&lt;/p&gt;

&lt;p&gt;Clock time driven work of the industrial revolution put work before leisure.&lt;/p&gt;

&lt;p&gt;Remember to be lazy, you need it.&lt;/p&gt;

&lt;p&gt;The absurdity that is the doctrine of predestination.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
How insidiously am I infected?&lt;/p&gt;

&lt;p&gt;A day of rest (sabbath) is a formal way of conceding that we’re on the receiving end of this existence.&lt;/p&gt;

&lt;p&gt;Stepping back, aren’t all activities atelic?
Atelic = hobby.&lt;/p&gt;

&lt;p&gt;Hobbyist as subversive, even (especially) those pathetic hobbies.&lt;/p&gt;

&lt;p&gt;Having no hope of doing some activity well is an excellent reason to stop optimizing how well you use your time.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Reminder to put cross link from here to &lt;em&gt;How to Think&lt;/em&gt; bit about animal automata. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;4kw Chapter 9&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/06/17/4kw-chapter-9.html&quot;&gt;You can reply by email.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>4kw Chapter 8</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/06/16/4kw-chapter-8.html"/>
   <updated>2023-06-16T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/06/16/4kw-chapter-8</id>
   <summary>More reading notes.</summary>
   <content type="html">&lt;p&gt;In this chapter, the focus is on being in the moment.&lt;/p&gt;

&lt;p&gt;More (mostly) raw notes and thoughts from my reading of &lt;a href=&quot;/tag/four-thousand-weeks&quot;&gt;&lt;em&gt;Four Thousand Weeks&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;notes&quot;&gt;Notes&lt;/h3&gt;

&lt;p&gt;Don’t say to yourself “when I finally accomplish X” all the time.
Maybe even minimize the amount that you say that.&lt;/p&gt;

&lt;p&gt;“Causal catastrophe.”&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
Well, no.
Reaping the benefit of the present also means experiencing it undistracted.&lt;/p&gt;

&lt;p&gt;So many things that we are doing for the very last time.
But it’s also wrong to spend much time in the present moment focused on that aspect.
Notice that it may be true as a reminder to pay attention and then do that: attend to this moment.&lt;/p&gt;

&lt;p&gt;Don’t be absurdly oblivious to the fact that this moment is the only one we’ll get.&lt;/p&gt;

&lt;p&gt;Capitalism instrumentalizes everything in encounters.
It always asks the question “what value can be gained from this?”&lt;/p&gt;

&lt;p&gt;How much do I struggle with the billable hour concept?
I walk slow-ish, but dislike waiting in the line for lunch.
Maybe if I stopped to notice more while in line it wouldn’t be so bad.
This is what I do when there is no alternative to waiting, e.g. at the airport or the DMV.&lt;sup id=&quot;fnref:2&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:2&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;There isn’t some future, free from worry, to get to.
That time is now.&lt;/p&gt;

&lt;p&gt;Another thing that I don’t struggle with: you cannot force savoring the moment.
You just relax into it, while being open to (by not anticipating) what happens.
Relinquish (surrender?) control of that moment and let it work the magic.
Where else does that skill apply?&lt;/p&gt;

&lt;p&gt;You are already inescapably in the moment.
(Maybe you just forget sometimes.)&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I wish I still had the book. My note here doesn’t include enough context, so I don’t remember how causal catastrophe might have inspired the reaction. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:2&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Or try to use that time for thinking/contemplation as I do while walking. Somehow the walking seems to help though. It could be also that there are obvious alternatives; I could choose to wait, it’s not only the food at the end of the line that is the reward. &lt;a href=&quot;#fnref:2&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;4kw Chapter 8&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/06/16/4kw-chapter-8.html&quot;&gt;You can reply by email.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>4kw Chapter 7</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/06/13/4kw-chapter-7.html"/>
   <updated>2023-06-13T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/06/13/4kw-chapter-7</id>
   <summary>Reading notes.</summary>
   <content type="html">&lt;p&gt;This chapter is all about the reasons we don’t focus on the present, and why those reasons are wrong.&lt;/p&gt;

&lt;p&gt;These are (mostly) raw notes and thoughts from my reading of &lt;a href=&quot;/tag/four-thousand-weeks&quot;&gt;&lt;em&gt;Four Thousand Weeks&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You might be wondering, where is chapter 6?
I guess I didn’t take any notes.
I’ve returned the book to the library, so I can’t check to make sure I actually read it and just didn’t find anything noteworthy.
I suppose it’s possible that I didn’t have my notebook with me while I read it, so those potential notes are lost.
Such is life.&lt;/p&gt;

&lt;h3 id=&quot;notes&quot;&gt;Notes&lt;/h3&gt;

&lt;p&gt;Hofstadter’s law (the planning fallacy that projects always take longer than we think) is a kind of cousin to the tendency of physical objects to not do what we expect.
Straps catch on things, cups aren’t where you expect and get knocked over, forks resist going into the dishwasher’s utensil receptacle.
It may be a degree or two removed.
I think all these fall under the Murphy family tree.
It’s a case of us assuming we have it more in hand than we really do, for various reasons of a lack of understanding.
The future isn’t knowable, so planning starts off at a disadvantage.
But assuming you know where something is well enough that you can dodge around it when you aren’t looking, that’s another kind of information deficit.
Let’s call it the problems of missing information.&lt;/p&gt;

&lt;p&gt;Beware of over investment in actually accomplishing your goals, or when they’ll be done.
Have a looser hand on the plan tiller.&lt;/p&gt;

&lt;p&gt;It reminds me of the ‘long defeat’ mentioned by Tolkien.
Is that a pessimistic view?&lt;/p&gt;

&lt;p&gt;Review the Sermon on the Mount (Matthew 6:34).
Why worry about the future (or the past) when there is enough to worry about in the present?&lt;/p&gt;

&lt;p&gt;Don’t mind what happens → love your fate.&lt;/p&gt;

&lt;p&gt;Goldstein said “a plan is just a thought.”
And that’s a good reason to not anchor too much on it.
What if I extend it a bit to something like “a plan is just a though, rational as any other.”
Or instead of rational, what about “sane”, or even just “same”.&lt;/p&gt;

&lt;p&gt;A plan is a statement of intent.
I suppose sometimes it’s a commitment, and other times it’s more aspirational.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;4kw Chapter 7&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/06/13/4kw-chapter-7.html&quot;&gt;Replies by email are appreciated.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>4kw Chapter 5</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/06/12/4kw-chapter-5.html"/>
   <updated>2023-06-12T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/06/12/4kw-chapter-5</id>
   <summary>Reading notes</summary>
   <content type="html">&lt;p&gt;The theme this chapter is on our experience of attention.&lt;/p&gt;

&lt;p&gt;More unsorted, undeveloped, and raw notes and thoughts from &lt;a href=&quot;/tag/four-thousand-weeks&quot;&gt;&lt;em&gt;Four Thousand Weeks&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;notes&quot;&gt;Notes&lt;/h3&gt;

&lt;p&gt;Attention &lt;em&gt;is&lt;/em&gt; the experience of being alive - you pay for attention with the minutes of your life.&lt;/p&gt;

&lt;p&gt;Variable reward is used to keep us pulling down for refresh.
For checking our phones, inboxes, feeds, etc.
I hate being manipulated.
It takes a will, but batched delivery is much better for our brains.&lt;/p&gt;

&lt;p&gt;The industry of the attention economy distorts our model of reality by bringing to our attention the things that we find most compelling.
Our model of reality is just that, a model, and it’s all we have for interacting with reality.
It’s assembled out of the things that we have attended to with our minds.&lt;/p&gt;

&lt;p&gt;Non-engineered reality struggles to compete with the engineered meta-reality that the attention economy folks present to us.
Actually, real reality is much richer, more subtle, so interactive and present, full of surprises.
But you have to show up for it.&lt;/p&gt;

&lt;p&gt;Focusing on this moment, no matter how unpleasant, can make it completely engrossing.&lt;/p&gt;

&lt;p&gt;Boredom is the pressure of our finitude.
Finitude is another word for our mortal limitation.
I’ll have to pay more attention, but this is not what my recollection of boredom is.
I’m not even sure that I feel bored anymore; those times are an opportunity to &lt;a href=&quot;/2023/03/notice-what-you-notice&quot;&gt;notice what I notice&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Distraction just needs to make you feel unconstrained (contrasted with finite); it doesn’t need to be fun.&lt;/p&gt;

&lt;p&gt;Finitude is also another way of saying “this is it.”&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;4kw Chapter 5&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/06/12/4kw-chapter-5.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>4kw Chapter 4</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/06/09/4kw-chapter-4.html"/>
   <updated>2023-06-09T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/06/09/4kw-chapter-4</id>
   <summary>More reading notes.</summary>
   <content type="html">&lt;p&gt;##&lt;/p&gt;

&lt;p&gt;Continuing to collect all my random jottings and notes from &lt;a href=&quot;/tag/four-thousand-weeks&quot;&gt;&lt;em&gt;Four Thousand Weeks&lt;/em&gt;&lt;/a&gt; here.&lt;/p&gt;

&lt;h3 id=&quot;notes&quot;&gt;Notes&lt;/h3&gt;

&lt;p&gt;How to decide what NOT to do, but wisely?&lt;/p&gt;

&lt;p&gt;Try a three task limit.
It’s a hard upper limit on works-in-progress.
I typically do a short list, a handful, three, five, maybe seven.
I can usually tell when it’s too long, but also have refused to admit I need to do a tradeoff and drop something (for now), but struggle to actually do that last step.&lt;/p&gt;

&lt;p&gt;These should be bite sized chucks so they don’t occupy a slot for months.
Wait, these slots persist for more than a day?
I typically organize it on a daily basis, but maybe I should rethink that.&lt;/p&gt;

&lt;p&gt;This is hard, but you have to say NO to things that you want to do.
Which ones?&lt;/p&gt;

&lt;p&gt;Finitude Acknowledgement Distress = FAD.&lt;/p&gt;

&lt;p&gt;Avoiding making something (a task? a project?) concrete and limited, just we ourselves are, is an appeal to the vague mystery.
The not understood is always interesting.
I think I am mixing up a few thoughts here, but the one quote I do recall is attributed to Tacitus via Doyle through Stoker: Everything unknown seems magnificent.
The ill-defined is also safe because we can make it in our minds to be anything.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;4kw Chapter 4&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/06/09/4kw-chapter-4.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>4kw Chapter 3</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/06/06/4kw-chapter-3.html"/>
   <updated>2023-06-06T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/06/06/4kw-chapter-3</id>
   <summary>More reading notes.</summary>
   <content type="html">&lt;p&gt;Continuing this &lt;a href=&quot;https://garo.blog/tag/four-thousand-weeks&quot;&gt;series&lt;/a&gt; of my notes and thoughts about the book.
This isn’t meant to be a comprehensive summary of the material of the book.
Honestly, in looking over all the notes that I’ve collected, each one of these paragraphs could be expanded into a full blog post of my own extended thoughts and questions and reflections about just that one idea.&lt;/p&gt;

&lt;h3 id=&quot;notes&quot;&gt;Notes&lt;/h3&gt;

&lt;p&gt;Heidigger book “Being and Time” sounds like it could be interesting.
I am, however, pretty allergic to the fact that he was an actual Nazi.
WTF am I supposed to do with that?&lt;/p&gt;

&lt;p&gt;“To be…” is for humans an unfinished, or unresolved, sentence. e.g. Hamlet.&lt;/p&gt;

&lt;p&gt;To be temporarily. The temporary-ness is inseparable from the being-ness.&lt;/p&gt;

&lt;p&gt;“I can’t entirely depend on a single moment of the future.”&lt;/p&gt;

&lt;p&gt;Whatever I am doing today is only one of a handful of times that I will get to do it.
And of these, this time is unique too.
Does it make everything just too precious?&lt;/p&gt;

&lt;p&gt;Being, in an absolute temporary way, really grants you the opportunity to focus on living.
If you can keep that in mind.
Being and temporary are contrasting opposites?&lt;/p&gt;

&lt;p&gt;On the left is zero being, never having been born at all.
On the right is existence (effectively/practically) of all time- the permanent atoms bearing witness to eternity.&lt;/p&gt;

&lt;p&gt;When annoyed by some inconvenience, remind yourself of the alternative that is not experiencing anything at all.&lt;/p&gt;

&lt;p&gt;Ask yourself “which activity do I want to [spend] this moment on?”
This moment, and this activity, is an opportunity.
Even if it’s something that you may have considered an annoyance.
I do not like the word choice of “spend” here.&lt;/p&gt;

&lt;p&gt;Consider also JOMO = joy of missing out.&lt;/p&gt;

&lt;p&gt;Deliberate selection of activity gives it meaning.
Remember that you can say “I choose this.”
I don’t think that means you always get to choose that activity of every moment.
But you can choose how your mind approaches it.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;4kw Chapter 3&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/06/06/4kw-chapter-3.html&quot;&gt;You can reply by email.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Notes from Four Thousand Weeks</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/06/02/notes-from-four-thousand-weeks.html"/>
   <updated>2023-06-02T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/06/02/notes-from-four-thousand-weeks</id>
   <summary>Chapters 1 and 2.</summary>
   <content type="html">&lt;p&gt;Just some quick notes about different ideas that struck me as I was reading the first couple of chapters.
I might develop them more later.
Or just leave them here.&lt;/p&gt;

&lt;p&gt;They’re not verbatim quotes; I have rewritten them in my own words.&lt;/p&gt;

&lt;h3 id=&quot;chapter-1&quot;&gt;Chapter 1&lt;/h3&gt;

&lt;p&gt;(A farmer’s work is) work is infinite. There are theories of idea generation (be it art, science, engineering, invention, anything) that map to hunting, farming, foraging, gardening, etc. Even &lt;a href=&quot;https://austinkleon.com/2021/07/13/the-pirate-gardener/&quot;&gt;pirates&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Comparing the value of some future benefit earned by this moment against the value in just living this moment, the future value often wins.
Maybe the future value idea shouldn’t win so often.
It really shouldn’t.&lt;/p&gt;

&lt;p&gt;Fear is just part of the deal and it will not destroy you.&lt;/p&gt;

&lt;p&gt;Reality is a painful constraint and time is only one aspect of it.&lt;/p&gt;

&lt;p&gt;Facing the way that things truly are (as best as you can tell) is pretty effective, and it should be self correcting. 
The best guess at the way things truly are is bound to be wrong, either some of the time, or by a little, or even by a lot.
With more information, the way things “truly” are will update and be closer to the truth.&lt;/p&gt;

&lt;p&gt;Richard Bach: “You teach best what you most need to learn.”&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Eigenzeit&lt;/em&gt; = the time inherent in the thing (process) itself.
It takes as long as it takes, no need to rush it.&lt;/p&gt;

&lt;h3 id=&quot;chapter-2&quot;&gt;Chapter 2&lt;/h3&gt;

&lt;p&gt;The painful truth of our limitations: which people to disappoint.
You can decide, or ignore it and default into some choice.&lt;/p&gt;

&lt;p&gt;One option is to more efficiently use your time.
Or even choose to use more of it, like that tired time at the end of the day.
That over withdrawal, it comes due though, you go into deficit that way.
Another option is to experiment with the other side of the equation, what if you free up more time by choosing to do fewer things and regale in that down time.
Charge up and background process.&lt;/p&gt;

&lt;p&gt;Be less invested in the getting to that finish line, any finish line.
This is taking that idea of future value all the way to zero.
The only value you get out of that project is what comes in the current moment.
It doesn’t matter if it ever finishes.
Not always the right choice, but maybe it’s a good baseline, so you at least capture the current moment’s value.&lt;/p&gt;

&lt;p&gt;Parkinson’s law: what qualifies as “needs doing” expands to fill the available time.&lt;/p&gt;

&lt;p&gt;Sisyphus was a king. TIL.&lt;/p&gt;

&lt;p&gt;The surface area of all your interests and projects and ideas is vast.
The potential surface area of that surface is multiplicatively vaster again.
Of course you can think of so much more than can actually be done.
Just appreciate that for a moment.&lt;/p&gt;

&lt;p&gt;“Existential overwhelm” = the modern world’s never ending supply of things that might be worth doing.&lt;/p&gt;

&lt;p&gt;Reminds me of RINORIN = read it now or read it never. Seen &lt;a href=&quot;https://news.ycombinator.com/item?id=36146108&quot;&gt;here&lt;/a&gt;, yesterday.&lt;/p&gt;

&lt;p&gt;The fact that we don’t default to believing in an afterlife, plus our modern belief that the future is ever improving (not static, or cyclic, as historically thought), added to the awareness of our finite life, leaves us feeling the pressure to experience it all or as much as is possible.
FOMO to the infinite.&lt;/p&gt;

&lt;p&gt;Do not become a limitless reservoir for other’s expectations.
Learning to say no.&lt;/p&gt;

&lt;p&gt;The anti-skill is &lt;em&gt;not&lt;/em&gt; getting it all done, and being ok with that.&lt;/p&gt;

&lt;p&gt;Since you actually cannot do it all, be present for the things you do get to experience.
And, choose those things better.&lt;/p&gt;

&lt;p&gt;Friction is just one of those things.
It can forge bonds of connection with place, give humanity.
Some things are worth those costs, so don’t just toss them out for more convenient ways of achieving the same ends.
Invest that cost in the things that are worth it.
Or at least be intentional about choosing to.&lt;/p&gt;

&lt;p&gt;The relentless improvements of these conveniences, which remove that friction, also sometimes remove the humanity.
This leads to “tech-induced loneliness”.
The innovation ladders maybe also just shifts around the friction or inconveniences, it’s never ending.
I don’t think abandoning the improvements is always the right choice.
I’m not advocating for being a Luddite here.&lt;/p&gt;

&lt;p&gt;It isn’t the thought that counts, it’s the inconvenience you went to for the gift.
It was worth it to endure that so you could give the small happiness to your friend or relative.
Solving the inconvenience makes the give empty for the both of you.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Notes from Four Thousand Weeks&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/06/02/notes-from-four-thousand-weeks.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The Experiment Frame</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/05/29/the-experiment-frame.html"/>
   <updated>2023-05-29T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/05/29/the-experiment-frame</id>
   <summary>More reframing, it's an unfinished post.</summary>
   <content type="html">&lt;ul&gt;
  &lt;li&gt;The Experiment Frame/framework/framing&lt;/li&gt;
  &lt;li&gt;Know thyself by experiment&lt;/li&gt;
  &lt;li&gt;Introspective experimentation&lt;/li&gt;
  &lt;li&gt;Reframe to experiment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’ve found it useful to reframe a problem to be solved and instead to think about experiments that I can do to help me understand.
There are a few reframes that I’ve found useful when thinking about a problem or situation.
This time I want to write about reframing to an experiment, particularly when working with the problem&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; of knowing yourself.
I suppose it helps that I am an experimentalist by training, so I’ve spent a lot of time formulating experiments to help understand.&lt;/p&gt;

&lt;p&gt;When faced with any sort of problem where I’m not sure how to proceed, I’ve found that a useful strategy is to reframe the problem to experiments aimed at learning more.
The challenge is usually remembering that this is a strategy that works in a lot of contexts: introspective, inter-personal, technical, and even more.
Let me focus on the tricky problem of personal growth, and how this technique can be applied.&lt;/p&gt;

&lt;p&gt;Let me outline.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;I am going to tell you about the thinking tool of the Experiment Reframe.&lt;/li&gt;
  &lt;li&gt;I’ll focus on knowing yourself via experiment.&lt;/li&gt;
  &lt;li&gt;My default, without this tool is to assume I already know enough.&lt;/li&gt;
  &lt;li&gt;How to operate an experiment.&lt;/li&gt;
  &lt;li&gt;An example.&lt;/li&gt;
  &lt;li&gt;I told you about the Reframe to an Experiment tool for thinking.&lt;/li&gt;
  &lt;li&gt;This tool applies in a lot of places, so I expect that I’ll revisit to work through the problem of the experiment frame again.&lt;/li&gt;
  &lt;li&gt;By the way, here are some other frames that I’ll tell you about later.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;introduction&quot;&gt;Introduction&lt;/h3&gt;

&lt;p&gt;Ok, so I want to tell you about this tool that I use when thinking about a problem.
I call it the experiment framing.
One step in the process is that I recognize that I need to know more than I currently do about something.
So I frame my gathering of that as an experiment and attempts at solving it are ways to get more information.
This reduces the emotional burden of expecting success on each attempt.
It’s sort of meta thinking, or parallel thinking.
Thinking about your thinking; thinking with your thinking.&lt;/p&gt;

&lt;h3 id=&quot;know-yourself-by-experiment&quot;&gt;Know yourself by experiment&lt;/h3&gt;

&lt;p&gt;One place that is pretty good to apply this is to your own image of yourself.
The old adage to “know yourself” and “a life unexamined is a life not worth living” come to mind.
This tool is one way to further those efforts.
I think it’s particularly useful because we’re often blind to ourselves.
This method can offer some insights.
It takes a lot of time and effort and introspection to know ourselves.
Maybe it’s also a “getting older” thing.&lt;/p&gt;

&lt;h3 id=&quot;knowing-yourself-ab-initio&quot;&gt;Knowing yourself ab initio&lt;/h3&gt;

&lt;p&gt;Personally, I have had to unlearn the habit of assuming that I already know my limitations, or preferences, or abilities.
It’s so easy to just be in our own heads, living by rote or routine.
This is a sort of unknowing and unexamining of ourselves.
We change over time, so it’s worthwhile to revisit past experiments too- we’re not the physical world where experiment outcomes shouldn’t change over time.
Our minds are plastic, learning, and changing.
Check up on that.&lt;/p&gt;

&lt;h3 id=&quot;principles-of-how-do-experiment&quot;&gt;Principles of how do Experiment&lt;/h3&gt;

&lt;p&gt;So, how to do it?
The rigorously correct way is to first state the problem, second formulate a hypothesis, third perform the experiment, fourth review the results.
Let me break that down a bit more.
Some examples of problems where experimenting might help you understand: “I don’t like clams,” “I’m bad at sports,” “I am not a morning person.”
The corresponding hypotheses might be “clams have a bad taste,” “I won’t sink a free-throw,” “getting up early is very hard.”
I think the experiments are pretty obvious, but for pedantic reasons I’ll write them down anyway: “make some clam chowder and try to eat it,” “get a basketball and shoot some free-throws,” “set the alarm clock earlier than usual.”
Finally, note what happened: “still don’t like clams, but the soup part was good,” “sank some free-throws and actually had a good time,” and “it was hard to get up early but doable.”&lt;/p&gt;

&lt;p&gt;I think what’s going on here is that by framing it as an experiment you are primed to notice more aspects.
You become an observer of yourself, and inquire more deeply about thing other dual of the experiment.
Instead of focusing on your remembered reaction to it, and replaying that when confronted with that thing again (clams, basketballs, or early mornings), you are open to noticing more of the experience of it.
You are open to some surprises, even if just a little bit.&lt;/p&gt;

&lt;h3 id=&quot;practical-example&quot;&gt;Practical example&lt;/h3&gt;

&lt;p&gt;Let me run through it again, but with just one example from my own life, and in a lot more messy detail.&lt;/p&gt;

&lt;p&gt;At the high level, this is what I’m doing.&lt;/p&gt;

&lt;p&gt;Here are the messy details.&lt;/p&gt;

&lt;h3 id=&quot;so-thats-the-experiment-framing&quot;&gt;So that’s the experiment framing&lt;/h3&gt;
&lt;h3 id=&quot;its-not-only-for-knowing-yourself&quot;&gt;it’s not only for knowing yourself&lt;/h3&gt;
&lt;h3 id=&quot;some-other-tools-for-thinking-that-i-use&quot;&gt;Some other tools for thinking that I use&lt;/h3&gt;
&lt;h3 id=&quot;i-didnt-talk-about-when-to-use-it&quot;&gt;I didn’t talk about when to use it&lt;/h3&gt;

&lt;!-- other reframes

- bets or gambles: &quot;this might work&quot; instead of investing in the idea that &quot;it will work&quot;
- options: I spent the money or time to have the option to do this later, but I might not take it.
- that&apos;s outdated information: feelings as barometer for knowing when you are not aligned with the current situation.

- thinking in snapshots - snapthoughts - still thinking

--&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I mean problem in the sense of “as a practical matter, how to do it?” without any negative connotations implied. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The Experiment Frame&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/05/29/the-experiment-frame.html&quot;&gt;Replies by email are appreciated.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Make it work for you</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/04/30/make-it-work-for-you.html"/>
   <updated>2023-04-30T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/04/30/make-it-work-for-you</id>
   <summary>The fundamental lesson.</summary>
   <content type="html">&lt;p&gt;I think there might not be a more foundational lesson than that whatever it is, you have to make it work for you.
Every skill that you learn, it has to be hand tuned to your own style.
It must be impedance matched, by you, to your own mind and abilities and preference.
Maybe that’s called mastery, or maybe it’s just learning something and owning it, I’m not sure.&lt;/p&gt;

&lt;p&gt;This is not to say that you should completely reinvent the wheel with every new skill.
Take from what others say the skill is; learn from that example.
But then adapt it to your own web of skill and abilities, which does require some inventiveness of your own.
It’s a critical step, never stop doing this.&lt;/p&gt;

&lt;p&gt;I’ll give a couple of examples.&lt;/p&gt;

&lt;p&gt;When cutting vegetables for cooking, and I’m just an amateur at this, there are a few things to remember.
The things to remember increase with the level of skill you bring to it, but so does the automatic recall from practice.
How to hold the knife, it’s particular to your hand.
I’ve found that it evolves over the years, as your hand ages and wears, or your strength changes.
Hard vegetables like carrots take a different grip than soft ones like tomatoes or potatoes, which have their own particular needs.
Cutting them evenly is another kind of attention.
Remembering to treat each of these aspects of the skill with care is it’s own skill too.
You can see, there is quite a lot here for this practical kitchen skill.&lt;/p&gt;

&lt;p&gt;Going to a more abstract skill, I’ll talk about algebra.
I don’t use it day to day anymore, but I’ve had quite a lot of practice at it and it is a language I am fluent.
There is skill of noting which variable is of interest, and not losing track of that.
There are the operations of moving around the different variables.
Not losing a sign or constant as you work down the page.
Expanding and simplifying, it’s not so much the operation but how &lt;em&gt;you&lt;/em&gt; execute it that is the skill.
This is what I mean by making it your own.
Others will perform the same operations, but they have there own mnemonics to help them, or little rhymes or what have you.&lt;/p&gt;

&lt;p&gt;The same is true of all skills.
Some you may become so fluent at that you don’t even see these little adaptions that you, yes you, invented to make them your own skills.
But they are there.&lt;/p&gt;

&lt;p&gt;And when you learn a new skill, even if it’s been years since you have done so, you’ll have to invent new adaptations to learn the skill and make it your own.
It’s one of the steps necessary to add it to your own network of skills.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Make it work for you&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/04/30/make-it-work-for-you.html&quot;&gt;Comments by email are welcome.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Drowning in Distraction</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/04/25/drowning-in-distraction.html"/>
   <updated>2023-04-25T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/04/25/drowning-in-distraction</id>
   <summary>This is a raw post.</summary>
   <content type="html">&lt;p&gt;Lately I’ve felt much more acutely the &lt;em&gt;demands&lt;/em&gt; on my attention.
The unending prompts to join newsletters, the ubiquitous advertisements, even my own constant curiosity about so many different things new to me or not.
I’ve written about it recently: a, b.
I don’t have the answers, but I think I have a couple of things to try.&lt;/p&gt;

&lt;p&gt;The experience of it: drowning, falling, out of conrol.&lt;/p&gt;

&lt;p&gt;Take control; be intentional about where you spend your attention.&lt;/p&gt;

&lt;p&gt;Pull back, regroup. Just pause for a bit.&lt;/p&gt;

&lt;p&gt;Devote time to fewer things, but things that recharge.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Drowning in Distraction&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/04/25/drowning-in-distraction.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>More Saturday Rambling</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/04/23/more-saturday-rambling.html"/>
   <updated>2023-04-23T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/04/23/more-saturday-rambling</id>
   <summary>Do less, among other thoughts.</summary>
   <content type="html">&lt;p&gt;&lt;strong&gt;Doing less&lt;/strong&gt; seems like such an important thing.
The productivity maximizing habit (fetish, really), isn’t actually maximizing my productivity, creativity, or even my success, much less my enjoyment of life.
I’ve found that just stopping work on several things, as hard as it is to do that, quickly improves so many aspects of my life.
Maybe the more you do, the less you can be present for, and the faster that time flows.
Certainly the more you try to do, the less you can do of those things.
It’s also relevantly in the background &lt;a href=&quot;https://austinkleon.com/2023/04/20/a-rare-appearance-from-mr-coconut/&quot;&gt;of this post&lt;/a&gt; by Austin Kleon.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Play&lt;/strong&gt; is a really important activity.
I don’t mean mandatory playing, or playing with a purpose.
Some how that capital-e Expectation That Something Will Be Accomplished that comes with that attitude really just ruins restorative aspects of playing.
I’ve found it is really difficult to not set a goal for myself with an activity, particularly once I’ve developed some skill or interest.
But, it really matters to set aside that unstructured, aimless, goal-less time.
The only criteria for success is enjoying my time doing whatever it is I am playing at.
Don’t ruin it by making careful notes; trust that you’ll absorb what you need to.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Uncertainty&lt;/strong&gt;: I read this &lt;a href=&quot;https://psyche.co/ideas/uncertainty-isnt-a-human-flaw-its-a-feature-of-the-world&quot;&gt;article&lt;/a&gt; which is related to what I wrote &lt;a href=&quot;https://garo.blog/2023/04/belief&quot;&gt;earlier this week&lt;/a&gt;, although it took things a somewhat different direction than I was looking for.
I don’t think I take any comfort yet from the reminder that it really is uncertainty all the way down; we’re just estimating what the state of the system is, whether that system is an atom or another person.
Probably without realizing it, I’ve been gravitating toward the desire for certainty, no matter that all certainty is false or at best less certain than it seems.
All that is, except death and taxes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sentimental/Romantic&lt;/strong&gt; I caught myself having a strange longing for the imagined simple life of uninteresting times.
Being able to look back on a life of thousands of identical evenings, seasons of repeating feasts and labors, of knowing that I will be eating X tomorrow morning as assuredly as the sun will rise.
This is not the life I live, have never lived that way.
It’s always an unending struggle to decide what to cook this week, what spend my time on, which project to tackle next.
Upon inspection I really don’t think that this simpler time that I imagine is actually any more free of the stresses that I suffer today, in fact probably has more.
To a certain degree, these stressors are self-inflicted, or at least exposure to them is something that I have some agency over.&lt;/p&gt;

&lt;p&gt;It’s funny, but another thing that I occasionally get romantic ideas about is smoking a pipe.
It’s a hilarious anachronism, and whenever I’ve had the chance to try it, the romance is quickly dispelled by the unpleasant practicalities.
After the second or third attempt, the desire to actually go do this has worn off.
But the feeling that it might be nice, if it didn’t suck, well that still visits when I read certain books.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;More Saturday Rambling&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/04/23/more-saturday-rambling.html&quot;&gt;You can reply by email.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Belief</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/04/19/belief.html"/>
   <updated>2023-04-19T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/04/19/belief</id>
   <summary>I was reading Pinker...</summary>
   <content type="html">&lt;p&gt;I was reading Pinker the other day, and he wrote something that seems rather obvious when you think about it.
“To hear or read a statement is to believe it, at least for a moment.”
And “Any statement that is untagged is treated as true.”&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
Here, tagging is with a label of &lt;em&gt;true&lt;/em&gt; or &lt;em&gt;false&lt;/em&gt;. 
For some, I think it is even the inner voice that is heard and believed, which is possibly another too obvious statement to bother with writing down. 
That is, until you stop to think about the implications and downstream consequences of this belief that are so important to understand.&lt;/p&gt;

&lt;p&gt;I haven’t much time, so I’ll be rather brief.
I’m sure others have already written about this; I suspect it is in “Thinking Fast and Slow”, and I’m sure also that Feynman has had something to say about it.
Maybe I’ve read this idea before and that’s why it seems obvious.
I will find those later and add another note if it make sense to do.
It’s still profound.&lt;/p&gt;

&lt;p&gt;Inwardly, it is most difficult.
We are easily fooled, and most easily fooled when we trust the origins of the statement.
There are so many levels to this when that origin is ourselves.
It has been grappled with for ages and ages.
The theory of knowledge, it’s a whole discipline.&lt;/p&gt;

&lt;p&gt;I do not wish to be distracted by the more esoteric aspects of theories of knowledge, just the practicalities.
It is very difficult though, so I must form a good question and make a passable experiment, I think.
Too many questions occur to me at the moment, so I will have to come back to it.
Just to put a concrete idea here though: obviously we don’t need to question the existence of our own thoughts, those surely exist if anything does.
It’s the next step after that where everything is lost in an inky un-solid blackness.&lt;/p&gt;

&lt;p&gt;Outwardly, it is somewhat less difficult but I wouldn’t say it is easy.
So much of the outside world is either very concrete stuff, or maps onto concrete things.
Almost any abstract thing, from energy fields to game theories, eventually causes a movement of something physical.
(What are counter examples of this?)
I won’t bother with learning chess at this point, not until I have a lot more free time, but it seems to be an apt analogy: those eventual concrete motions of the abstract things, they may not turn up for a while.
It’s the making decisions about the future, as yet unrealized things, that is difficult, and where belief comes into it.&lt;/p&gt;

&lt;p&gt;It is much too easy to believe ideas, and even ideas that are being only hypothetically explored can have such a magnetic pull that seeing the nearby but different ideas really takes an effort.&lt;/p&gt;

&lt;p&gt;This entry is, again, unsatisfyingly unfinished.
But there I must leave it.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;“The Sense of Style” by Steven Pinker (2014) P172. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Belief&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/04/19/belief.html&quot;&gt;Comments by email are welcome.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Framing</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/04/18/framing.html"/>
   <updated>2023-04-18T00:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/04/18/framing</id>
   <summary>Making choices.</summary>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://garo.blog/2023/04/choices&quot;&gt;Yesterday&lt;/a&gt; I touched on the difficulty of knowing what the right choice for you or me is.
I have more to say, but about a different facet of the difficulty here.&lt;/p&gt;

&lt;p&gt;It has been said that “advice is a dangerous gift”, so let me be clear that this is not an advice column.
I am exploring my own challenges, seeking to see what I think in what I have written.
You may join me, or not.
I will say no more about that.&lt;/p&gt;

&lt;p&gt;There is a problem of imagination, or what choice is present and possible for some is completely invisible to others and they are undistracted.
A particular illness of the creative, or educated, or people with a certain amount of experience, is to see so many options that none seems better or worse, or at least they all (or just many) offer some value or interest.
It’s a different thing than ‘analysis paralysis’, the present options arise unbidden and need no particular analysis to make one paralyzed.
They are obviously interesting.
There is also, comically, the opposite problem: too many bad options, none of which appeal or seem to have any redeeming qualities.
I guess that’s a kind of irony.&lt;/p&gt;

&lt;p&gt;In my mind’s eye I see this, vividly, as a dirt path at a saddle point (col): forward into the valley are many good ways to go, behind the other valley beckons with so many treacherous choices.
Vaguely to the hard left or right are paths that lead up into the higher mountains and maybe clouds.&lt;/p&gt;

&lt;p&gt;I think with this thicket of choices that one of the dangers is less about finding satisfaction and more about settling in tolerance.
One choice or another might not seem all that satisfying, but either is tolerable and maybe not without merits.
Inwardly I wonder which would be useful.
Outwardly, the signs are that I am satisfied with my choice.
The two worlds are well hidden from each other and can only communicate through the little window facing between them.
It is up to the only person that has any access to them both to notice the discrepancy and speak up about it.&lt;/p&gt;

&lt;p&gt;This is where it gets tricky.
A third party has entered the scene: you’ve got to tell someone about what you’ve decided.
What do we have?
We have: the outside situation which is a mix of choices with one selected, there is the inside response to that scene, and I suppose an internal observer trying to make sense of those two things.
If I remember my college psychology right, that’s the id, or maybe ego?
I’ll have to look it up.
Depending on how you count that observer, which I think is tangled up with the inside response, there are 3 or 4 puzzle pieces now, all of them dynamic to some degree or other.&lt;/p&gt;

&lt;p&gt;We’re coming to the end of this entry now, but there is a little more I can add.
There are a couple of ways that I see this can be framed.
One frame is a free choice, your internal observer has made the best guess of both internal and outward results, and you pick the option that seems best given what you know.
It won’t always turn out as desired, for a variety of reasons, dominant ones being error, missing information, and chance.
If you are paying attention you can learn something useful from all of those.
Another frame is an optimization problem that tries to satisfy all the people involved, and any other constraints that you deem relevant.
There are times when this is the right model, but if too often chosen you’ll probably lose your way.
The optimization problem sounds quite similar to the free choice frame, but I see it as a significant and meaningful matter of degrees different, even if they are on the same continuum.&lt;/p&gt;

&lt;p&gt;No resolution here yet, but progress is progress.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Framing&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/04/18/framing.html&quot;&gt;Replies by email are appreciated.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Choices</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/04/16/choices.html"/>
   <updated>2023-04-16T16:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/04/16/choices</id>
   <summary>Many Options.</summary>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://garo.blog/2023/04/saturday-morning-pages&quot;&gt;Yesterday&lt;/a&gt; I wrote about how many options we have, so many thing we could do with our time.
I’d like to elaborate, I have more to say.
Because, you see, there is far far more choice of what to do than any one person could possibly ever even realize.
Even me.&lt;/p&gt;

&lt;p&gt;The way I see it, it breaks down the usual way: known knowns, known unknowns, and unknown unknowns.
And unknown knowns, which are either things that someone knowns (sic, lol), that person is just not you, or it’s things that you’ve forgotten that you know but will realize it again when the right situation arises.
Maybe those two conditions are kind of the same thing, depending on other conditions.&lt;/p&gt;

&lt;p&gt;Another thing that I think about this is that there are uncountably many choices between any other choice one could make.
What I mean is that, sure, there is the reductive take which is that when faced with a fork in the road you’ve only got a few options: left, right, stay put, or turn around.
That’s already twice more choices than often listed in that cliche, and we’re just getting started.
We live in a time ordered universe, you could wait a bit and see who else happens along before abandoning that plan and venturing a bit down the left branch, change your mind a few steps down the lane before returning to the right one.
As far as metaphor goes, it was a whole sequence of binary choices, or ternary, or quaternary, depending on how you look at it.&lt;/p&gt;

&lt;p&gt;What am I getting at with that?
That the obvious choices aren’t the only ones, and even after that you can sequence them and I bet you’ll see something else entirely.
You are not on rails here, and as long as you elect to be your own agent, you’ll have agency over the choices that you make.
With that ability, who knows what you’ll find or experience.&lt;/p&gt;

&lt;p&gt;Ok, I think I’ve gotten a bit far from that other end of this axis, which is how to make a choice when there are so many interesting ones to pick from.
Truth is, I don’t really know, and I don’t want to parrot something that I don’t believe and haven’t been able to put to great practice myself.
What I can say is that you’ve got to decide it for yourself.
Well, you don’t.
But you may not find it as satisfying.
Not deciding for yourself will certainly be easier for a while.
I feel safe in saying that eventually other people’s choices for you will get pretty uncomfortable.
Possibly torturous, even.&lt;/p&gt;

&lt;p&gt;Another thing that I feel pretty safe in saying is that the advice “you’ll just know” is probably kind of wrong.
With out a lot of attention to your inner voice (or whatever you want to call it), it’s only the really wrong choices that will be obvious.
Something that is kind of right is probably going to be hard to distinguish from something that is more right.
I don’t know the difference until I’ve spent some time on that choice, inhabiting it, following it up, pursuing it.
Even then, it’s often not the choice (activity?) itself that makes it clear that this isn’t the best fit.
At least, I think that is what is going on there.&lt;/p&gt;

&lt;p&gt;Another choice begins to appeal, distract, interfere.
This is the point in this entry where my own logic reaches it’s limits.
Stay with the old choice, or change?
You don’t have to forget everything that you learned before, so it’s not lost, not abandoned.&lt;/p&gt;

&lt;h3 id=&quot;choices-end&quot;&gt;Choice’s End?&lt;/h3&gt;

&lt;p&gt;I guess it depends on what the goal is.
Productivity? Bah.
Achievement? Achieve what.
Achievement (impact), takes follow through, dedication.
That’s a worthy choice, I think.
It may amount to a hill of beans.
I bet people would come from miles around to see a hill of beans of a certain size.
Glory, then.&lt;/p&gt;

&lt;p&gt;Glory to who?
Self? God, if there is such a one?
Do you need to be trained to accept your own achievement?
Ready to believe in your own success?
I was never taught this acceptance, to know what that kind of satisfaction looks like.
It’s never enough.
I suspect that some people have this worse than others.
More glory and more, never enough.
Do we just stop when we’re tired enough?&lt;/p&gt;

&lt;p&gt;[lightly edited for typos, missing or wrong words, and such]&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Choices&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/04/16/choices.html&quot;&gt;You can reply by email.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Saturday Morning Pages</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/04/15/saturday-morning-pages.html"/>
   <updated>2023-04-15T10:45:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/04/15/saturday-morning-pages</id>
   <summary>Thoughts and more thoughts</summary>
   <content type="html">&lt;p&gt;I have a few thoughts swirling around this morning.
I’m just going to jam them out, morning pages style.
I set a timer, 30 minutes, go!
The only rule is to keep on typing, don’t stop.
This will be a mess, enjoy it.
Maybe it will inspire you (or future me) to develop some of these ideas more.
As has been said, &lt;a href=&quot;http://www.paulgraham.com/writing44.html&quot;&gt;writing is an idea generator&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;1-what-are-we-doing&quot;&gt;1 What Are We Doing&lt;/h3&gt;

&lt;p&gt;People are wild.
Humans are a malleable mind, you can achieve anything you want and do it with other humans too.
This is kind of a curse?
It makes the world a bizarre place.&lt;/p&gt;

&lt;p&gt;A friend of mine is traveling abroad for an extended period of time: I get periodic text updates.
I actually like this quite a bit; the informality of text messages really lends itself to honesty.
Today’s update is about how he had visited the corpse of a long dead leader in south Asia.
It’s a think you can do when you are in the area.
That’s crazy, and while I guess I have a vague recollection that this is a thing that probably hadn’t stopped being available to people to do, it wasn’t something that I had actively thought about in years.
So my friend’s visit, well, it made the fact that is a thing that could be done, well, it made it very real.
Visiting is one thing.
But the machinery that enables that visit, and the fact that people do, or are required to do it as part of their education.
My mind boggles.&lt;/p&gt;

&lt;p&gt;This is a thing that we humans do in this world.
It occurs because someone willed it to.
Or in that particular despot’s case, not what he in particular willed, but his followers after he was gone.
And, of course, this is not without precedent.
The preservation of bodies has been going on for, well, quite a loooong time.&lt;/p&gt;

&lt;p&gt;Part of me wonders if this is not some animal attachment to the rage of surviving in this chaotic inferno that is life on rock in a vast sea of nothingness.
We choose to not let this person go, in the same way that Sartre said that hell is other people.
It’s what we imagine them to be.
It’s all pictures in our minds, twitching neurons trying to make sense of something more than just survival.&lt;/p&gt;

&lt;p&gt;The malleable mind, and the drive to achieve or outlast or survive or at least make a mark.
It’s kind of a curse.&lt;/p&gt;

&lt;h3 id=&quot;2-too-much-to-do&quot;&gt;2 Too Much To Do&lt;/h3&gt;

&lt;p&gt;There are just too many damn things to do in this world.
Analysis paralysis, or even just over subscription is a governor on what we as individuals can achieve.
I should probably read &lt;a href=&quot;https://en.wikipedia.org/wiki/Four_Thousand_Weeks:_Time_Management_for_Mortals&quot;&gt;4000 weeks&lt;/a&gt; or something to help me get better at focusing.&lt;/p&gt;

&lt;p&gt;Some things that I want to do this weekend: practice writing, make ice cream, improve at bread baking, fix the sprinklers in the yard, read more of a couple of books, watch a movie, do some fixing in the house, cook something good for dinner, continue practicing cooking because I enjoy it.
Pick some art for purchase.
Go for a run, do my PT.
Laundry, clean the garage, tidy up, make sourdough pancakes with some discard and figure out what to do with the rest of the discard or just throw it away.
Develop a process for better record of life (diary?) writing materiel.&lt;/p&gt;

&lt;p&gt;Doesn’t seem like much.
Heh.&lt;/p&gt;

&lt;p&gt;Then there are the things that I have elected to not do also: practice music making or even just some synth sound design stuff, make some art of my own, learn how to draw or paint, post on social media more, actually pay attention to the tv that is on sometimes. 
Probably not research for a book I’d like to write, and while we’re at it, not actually write any of the novels that I think I could write.
Yet.&lt;/p&gt;

&lt;p&gt;Ugh, so much stuff that is not done but would be super cool to do.
Now it seems like an overwhelming pile of things to do.
Impossibly many.
At some point the mind abstracts and this list of 10-30 minutes tasks turns into “do those things” which is not a task, it’s an achievement.&lt;/p&gt;

&lt;h3 id=&quot;3-the-writing-voice&quot;&gt;3 The Writing Voice&lt;/h3&gt;

&lt;p&gt;I’m annoyed with my writing style, but I’ve got to write with it anyway to change it.
This messy post feels better.
Yesterday’s post about Paris-Roubaix felt like it had no life.
Straight reportage, which a little bit of my own (detached) observations.&lt;/p&gt;

&lt;p&gt;I hate it.&lt;/p&gt;

&lt;p&gt;But if I hadn’t written it, I wouldn’t be able to put my finger on what the problem I have with what I write is.
And I wouldn’t be able to do anything about it.
Maybe tomorrow I’ll hate this too.
It’s unedited, messy, maybe not even factually coherent or accurate.
I don’t know, that’s not the point, that’s not how you improve.&lt;/p&gt;

&lt;p&gt;Best part is, no one will read this.
Well, maybe one or two people.
And some LLM, that’s for sure.&lt;/p&gt;

&lt;p&gt;So, what do I want in my writing?
Clarity, force, a point of view.
To see that some human is authoring it, with a particular perspective that is understandable.
Feeling, and wisdom.
Something that makes you recognize another mind there, maybe even provokes some thoughts of your own that you could converse with.
Writing that is worth reading, spending time with.&lt;/p&gt;

&lt;p&gt;How many obvious sentences do you have to write to get something original?&lt;/p&gt;

&lt;p&gt;I guess I don’t want to just write pointless commentary.
It should be something with depth and meaning, personal observations that would help another person with their own struggle to make sense of it all.
Solving the worlds problems? Isn’t that just commentary?&lt;/p&gt;

&lt;h3 id=&quot;see-also&quot;&gt;See Also&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;&lt;a href=&quot;https://garo.blog/2023/04/choices&quot;&gt;Choices&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;comments&quot;&gt;Comments&lt;/h3&gt;

&lt;iframe src=&quot;{tooturl}/embed&quot; class=&quot;mastodon-embed&quot; style=&quot;max-width: 100%; border: 0&quot; width=&quot;1400&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;
&lt;script src=&quot;https://social.lol/embed.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;


&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Saturday Morning Pages&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/04/15/saturday-morning-pages.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Paris-Roubaix (hommes et femmes)</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/04/14/paris-roubaix-hommes-et-femmes.html"/>
   <updated>2023-04-14T19:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/04/14/paris-roubaix-hommes-et-femmes</id>
   <summary>It's cycling.</summary>
   <content type="html">&lt;p&gt;I watched the extended highlights of both the men’s and women’s Paris-Roubaix races, and I gotta say the women’s race looked much tougher this year.
It had rained before the women’s race, so the course was much messier and consequently more dangerous.
The competition was also much tighter for the women, and there were indeed more falls, pileups, and crashes.
In the women’s race, there was a bunch-up entering the velodrome, and even a crash.
The first finisher in the men’s race was so far ahead that he was all alone.&lt;/p&gt;

&lt;p&gt;In both races this year I noticed a lot of side tracking in the cobble sections, more for the men than the women since the men’s course was dry, but there was still some on the women’s race.
This felt like cheating the spirit of the race, which is meant to be on the cobbles.
But, choosing the side track wasn’t without risks: it could end abruptly and the rider would have to hop a small curb back onto the uneven cobblestone road, or the friction might be even less of a given.&lt;/p&gt;

&lt;p&gt;There were more punctures and flats shown the men’s race highlights than the women’s.
That might be because there were actually a lot more crashes to show in the women’s highlights.&lt;/p&gt;

&lt;p&gt;I don’t typically read any reporting on the cycling races, I’m just here for the spectacle, so I don’t really know anything about the factual accuracy of my observations above.
Take that as you will.&lt;/p&gt;

&lt;h3 id=&quot;addendum&quot;&gt;Addendum&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.cyclingstage.com/paris-roubaix-2023/results-pr-2023/&quot;&gt;Men’s race report&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.cyclingstage.com/paris-roubaix-femmes-2023/results-pr-2023-women/&quot;&gt;Women’s race report&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Paris-Roubaix (hommes et femmes)&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/04/14/paris-roubaix-hommes-et-femmes.html&quot;&gt;Replies by email are appreciated.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Garbage Text</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/04/13/garbage-text.html"/>
   <updated>2023-04-13T10:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/04/13/garbage-text</id>
   <summary>I've started doing it again.</summary>
   <content type="html">&lt;p&gt;I’ve started doing it again.
Treating this space as too pristine, too perfect, for any of my writing.
And that blocks me from actually writing anything here at all.&lt;/p&gt;

&lt;p&gt;Of course I want to share what’s good here.
But it’s more important to finish, loosely defined, anything at all and move on to the next piece.
Quantity over quality.
That will drive the quality up through practice and having a body of work to refer to and see how it could be improved.&lt;/p&gt;

&lt;h3 id=&quot;see-also&quot;&gt;See Also&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://garo.blog/2023/03/on-processes&quot;&gt;On Processes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Garbage Text&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/04/13/garbage-text.html&quot;&gt;You can reply by email.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Weather Report 2023-04-07 FRI</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/04/07/weather-report-2023-04-07-fri.html"/>
   <updated>2023-04-07T23:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/04/07/weather-report-2023-04-07-fri</id>
   <summary>Rain and darkness.</summary>
   <content type="html">&lt;p&gt;There was rain this morning, but it was over before I got up.
I am thankful for the rain, even if I also just wish that this interminable winter would end.
There has been a seemingly endless parade of storms since December, one or two a week.
Funny thing about this bit of rain is that my back lawn sprinkler didn’t get the message I guess.
So it ran, needlessly.
Oh well.&lt;/p&gt;

&lt;p&gt;Much of the rest of the day was quite dark, and when the wind blew it was chilly.
Not that I was actually out there much.
Just to walk the dogs.&lt;/p&gt;

&lt;p&gt;Evening time was still cool, but at least the sun had come out.
We walked the dogs over to the park, and because there was a little league practice we didn’t actually let them off.
Visited with the other neighborhood folks about weekend plans, favorite foods, and the sports we used to play.
Just getting to know each other a little more, bit by bit over the weeks and years, as you do.
That was nice.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Weather Report 2023-04-07 FRI&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/04/07/weather-report-2023-04-07-fri.html&quot;&gt;You can reply by email.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Turning Inside-out</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/04/03/turning-inside-out.html"/>
   <updated>2023-04-03T20:05:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/04/03/turning-inside-out</id>
   <summary>Think back in ten year steps.</summary>
   <content type="html">&lt;p&gt;I want you to think back to an earlier time, in ten year steps.
In my mind, I am comparing the state of the world, whatever that means, to the past.
Compare 2023 to 2013, and 2013 to 2003.
For bonus points, if you are old enough, compare 2003 to 1993.
This is about my limit; I only have dim memories of the early 1980s.&lt;/p&gt;

&lt;p&gt;When I compare 2023 against 2013, I think that a lot has changed.
Maybe more to the point, a lot is changing currently.
You can make your own list.
I don’t think the contents of the list matter particularly for the point that I am making.
In 2013 there was less significant stuff changing quite so rapidly or profoundly.
It could be that my memory is not great, or that I was still partially living under a rock at the time.
At least I had returned from overseas by then and was absorbing the media landscape in the language I was born into.&lt;/p&gt;

&lt;p&gt;When I look at 2013 and 2003, they seems much the same as each other. 
There is some new stuff, some different stuff.
But also a lot of the same stuff.&lt;/p&gt;

&lt;p&gt;I think the extra reflection on 2003 and 1993 really helps me.
There are some pretty big changes between these two years.
Maybe it’s a foreshock of what we are experiencing now?
New things in my life in 2003 were: cell phones, email addresses, laptop computers that I personally owned, mp3s (but still a lot of CDs).
Those are some concrete changes that you’ll notice in your day to day.&lt;/p&gt;

&lt;p&gt;Maybe it’s that more of our lives are lived digitally now.
Changes in the digital landscape are noticeable today because we’re always connected, always online.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;
Another generation of those online things are being tilled over back into the digital earth.
Today feels more like the world is being turned inside out more than I’ve ever experience in my life.
What a weird time we’re in.&lt;/p&gt;

&lt;h3 id=&quot;comments&quot;&gt;Comments&lt;/h3&gt;

&lt;p&gt;Are you feeling that way too?
Toss a comment on the ol’ toot there.
We can converse about it, maybe.&lt;/p&gt;

&lt;iframe src=&quot;https://social.lol/@garo/110138407117852187/embed&quot; class=&quot;mastodon-embed&quot; style=&quot;max-width: 100%; border: 0&quot; width=&quot;1400&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;
&lt;script src=&quot;https://social.lol/embed.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I’m not saying we should be online so much, but we sure are. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Turning Inside-out&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/04/03/turning-inside-out.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Airing of Grievances</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/03/31/airing-of-grievances.html"/>
   <updated>2023-03-31T16:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/03/31/airing-of-grievances</id>
   <summary>weather, traffic, hype, etc.</summary>
   <content type="html">&lt;h3 id=&quot;placard&quot;&gt;Placard&lt;/h3&gt;

&lt;blockquote&gt;
  &lt;p&gt;Consider this a ritual (there will be others).
I don’t want to be a party pooper, but I am also a human being.
That is a privilege that I will not be giving up anytime soon, hopefully.
One of it’s encumbrances is an emotional response to experiences.
I choose, for my ritual expression in the context of frustration, to be a periodic airing of grievances.
Expect repeat offenders, but also expect some reflection and examination of past grievances.
A devising of new coping strategies.
Progress toward that end.&lt;/p&gt;

  &lt;p&gt;Let the process begin.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3 id=&quot;complaints&quot;&gt;Complaints&lt;/h3&gt;

&lt;p&gt;Can nothing be done about this unending rain that this winter has wrought upon the sunset state that is California? The irony of my much anticipated near future (and near past) grievance of “will somebody please do something about the drought that has befallen us” is not lost on me.&lt;/p&gt;

&lt;p&gt;Bay area traffic sucks, commuting sucks, it’s exhausting.&lt;/p&gt;

&lt;p&gt;Like, phone tag with the vets around here. It’s impossible. This is kind of important to me, can we just get in touch?&lt;/p&gt;

&lt;p&gt;I am tired of the LLM hype machine. can we get a rest? Yes we can.&lt;/p&gt;

&lt;p&gt;I am aggrieved that entering camera from lock screen, and then re-locking, leaves focus mode stuck in camera mode. iPhone problems.&lt;/p&gt;

&lt;p&gt;That cold cold wind.&lt;/p&gt;

&lt;p&gt;Again with the physical objects being particularly insolent. Boiling bean water droplet, just one or two, right in the eye. Ouch! (I must just take greater care, like I used to do).&lt;/p&gt;

&lt;h3 id=&quot;comments&quot;&gt;Comments&lt;/h3&gt;

&lt;iframe src=&quot;https://social.lol/@garo/110120443588656605/embed&quot; class=&quot;mastodon-embed&quot; style=&quot;max-width: 100%; border: 0&quot; width=&quot;1400&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;
&lt;script src=&quot;https://social.lol/embed.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;


&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Airing of Grievances&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/03/31/airing-of-grievances.html&quot;&gt;Comments by email are welcome.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Reading Two Tolkiens</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/03/31/tolkien.html"/>
   <updated>2023-03-31T14:43:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/03/31/tolkien</id>
   <summary>The Return of the Shadow with The Fellowship of the Ring</summary>
   <content type="html">&lt;p&gt;Currently reading: &lt;a href=&quot;https://micro.blog/books/9780007365302&quot;&gt;The Return of the Shadow&lt;/a&gt; by Christopher Tolkien 📚&lt;/p&gt;

&lt;p&gt;and&lt;/p&gt;

&lt;p&gt;Currently reading: &lt;a href=&quot;https://micro.blog/books/9780547952017&quot;&gt;The Fellowship Of The Ring&lt;/a&gt; by J.R.R. Tolkien 📚&lt;/p&gt;

&lt;p&gt;I read the first chapater of FR, and then the same in RS (first phase, anyway), and it was totally unsettling. Like reading the twilight zone version of some history you know really well. What a trip. I’m going to do the reverse order for chapter 2 and see if that is less unnerving.&lt;/p&gt;

&lt;p&gt;It’s been quite a while since I read LotR (I pronounce it loter), over 20 years, I think. I have seen the extended version of Jackson’s films quite a few times over those years, and the memory of the films has really modified what I thought was in the text. So this is kind of like re-reading with fresh eyes. I’m pretty excited!&lt;/p&gt;

&lt;p&gt;The RS / history of the text, after the alternate history take is absorbed, is also super-duper fascinating. Like a mystery novel in construction. I’m enjoying what I’ve read so far.&lt;/p&gt;

&lt;p&gt;Nerd alert 🚨&lt;/p&gt;

&lt;p&gt;😁&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Reading Two Tolkiens&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/03/31/tolkien.html&quot;&gt;Email me your nerd books.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Too Curious</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/03/28/too-curious.html"/>
   <updated>2023-03-28T20:45:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/03/28/too-curious</id>
   <summary>I'm bad at being not curious about things.</summary>
   <content type="html">&lt;p&gt;I’m bad at not being &lt;a href=&quot;https://austinkleon.com/2023/03/24/curiouser/&quot;&gt;curious&lt;/a&gt; about things.
There are a few things that I have elected to not be curious about, like the details of bicycle maintenance (easily a rabbit hole I could fall down).
The list is not long, of those things.
And there are some things that I have a hard time being curious about, that I wish I was more curious about, like baseball, cycling as a spectator sport, and playing chess.
Those first two I thoroughly enjoy watching, but stats and stuff, it’s difficult.
Maybe it’s the memorization/association about specific names?
Names are hard.
Anatomy, I’ve got a slight allergy to that one.&lt;/p&gt;

&lt;p&gt;Ok, those things aside, I’m basically insatiably curious about almost everything else.
Like it can be a problem, because when you are curious about too much stuff, you never settle down on any one thing.
Something else always beckons; they’re all rabbit holes.
There is never enough time, because, well, there isn’t enough time for all that stuff.&lt;/p&gt;

&lt;p&gt;I should be more intentional about what curiosity I engage with.
Maybe something like 80% of my “free” curious time on topics that I know I am happily curious about, and the other 20% free range?
Probably still too many topics in that 80%.
I’m going to need a twelve step program here.
But, I’m not making any firm decisions right now, just putting this out there.&lt;/p&gt;

&lt;p&gt;There isn’t really a wrong answer here, just maybe ones that net out more enjoyment than others.
On an individual preference basis.&lt;/p&gt;

&lt;h3 id=&quot;comments&quot;&gt;Comments&lt;/h3&gt;

&lt;iframe src=&quot;https://social.lol/@garo/110104516874363067/embed&quot; class=&quot;mastodon-embed&quot; style=&quot;max-width: 100%; border: 0&quot; width=&quot;1400&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;
&lt;script src=&quot;https://social.lol/embed.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;


&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Too Curious&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/03/28/too-curious.html&quot;&gt;Email me what you&apos;re curious about.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Right time to write?</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/03/27/right-write.html"/>
   <updated>2023-03-27T21:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/03/27/right-write</id>
   <summary>I apologize in advance for this.</summary>
   <content type="html">&lt;p&gt;I apologize in advance for this.
I waited until the end of the day to start writing this.
And I just don’t have the energy for it.
So I’m going to quickly report (badly) on the weather here, in “sunny” California.&lt;/p&gt;

&lt;h3 id=&quot;weather-report&quot;&gt;Weather report&lt;/h3&gt;

&lt;p&gt;It was windy and cold this morning.
But when the wind died down, and you were in the sun, it was warm.
You’d still need a puffy coat, for us acclimated transplant now-locals anyway.&lt;/p&gt;

&lt;p&gt;Tomorrow it’s going to rain, again.
This has been the rainiest, longest winter I’ve experienced here in California.
I think it’s the eighth winter?
The first one was the warmest winter I’ve ever experienced, anywhere.
It was in the 90s in January that first winter.
But this year?
This year it’s been quite stormy, and I’ve enjoyed that.&lt;/p&gt;

&lt;p&gt;There was frost on the neighbors roof this morning.
It’s almost April.
Not what I expected, in “sunny” California.
And we’ll have rain tomorrow, and maybe thunderstorms (mild), on Wednesday.&lt;/p&gt;

&lt;p&gt;I wonder what will come next?&lt;/p&gt;

&lt;h3 id=&quot;comments&quot;&gt;Comments&lt;/h3&gt;

&lt;iframe src=&quot;https://social.lol/@garo/110098964249668507/embed&quot; class=&quot;mastodon-embed&quot; style=&quot;max-width: 100%; border: 0&quot; width=&quot;1400&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;
&lt;script src=&quot;https://social.lol/embed.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;


&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Right time to write?&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/03/27/right-write.html&quot;&gt;email me your writing.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>On Processes</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/03/26/process.html"/>
   <updated>2023-03-26T15:50:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/03/26/process</id>
   <summary>This is a process.</summary>
   <content type="html">&lt;p&gt;This is a process.
Today, I don’t have a great topic to write about.
No thought has come forth demanding to be expressed, or clarified, or understood.
But I’m here anyway, showing up, putting in a bit of time to keep the habit going.
That’s a victory.&lt;/p&gt;

&lt;p&gt;A friend of mine once said “you don’t get 100% of what you don’t ask for.”
I don’t think that’s strictly true: sometimes you’ll get what you want anyway even if you didn’t ask for it.&lt;/p&gt;

&lt;p&gt;But I don’t think it works with understanding or writing.
So I’ll keep showing up and asking for those things.&lt;/p&gt;

&lt;h3 id=&quot;see-also&quot;&gt;See also&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://garo.blog/2023/04/garbage-text&quot;&gt;Garbage Text&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;comments&quot;&gt;Comments&lt;/h3&gt;

&lt;iframe src=&quot;https://social.lol/@garo/110092025294459006/embed&quot; class=&quot;mastodon-embed&quot; style=&quot;max-width: 100%; border: 0&quot; width=&quot;800&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;
&lt;script src=&quot;https://social.lol/embed.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;


&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;On Processes&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/03/26/process.html&quot;&gt;Email me your process.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>A sense of belonging</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/03/25/belonging.html"/>
   <updated>2023-03-25T15:45:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/03/25/belonging</id>
   <summary>I was at a t-ball game this morning...</summary>
   <content type="html">&lt;p&gt;I was at a t-ball game this morning, and one thing I noticed was all the parents wearing 49ers gear.
T-ball is not football, but my guess for this choice is that it was red, and the kid’s baseball uniforms were red too.
Simple enough.&lt;/p&gt;

&lt;p&gt;But then I noticed the extent of the different articles of clothing: shirts, jackets, hats, hoodies, shoes even.
Shoes branded for the 49ers, and thats when it occurred to me.
Wearing this garb is a form of membership, and it grants members a feeling of belonging to a community, knowing who your people are.
That’s comforting.&lt;/p&gt;

&lt;h3 id=&quot;comments&quot;&gt;Comments&lt;/h3&gt;

&lt;iframe src=&quot;https://social.lol/@garo/110086353411972319/embed&quot; class=&quot;mastodon-embed&quot; style=&quot;max-width: 100%; border: 0&quot; width=&quot;1400&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;
&lt;script src=&quot;https://social.lol/embed.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;


&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;A sense of belonging&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/03/25/belonging.html&quot;&gt;Email me your signifiers.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Notice What You Notice</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/03/24/noticing.html"/>
   <updated>2023-03-24T19:45:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/03/24/noticing</id>
   <summary>I think it's important to notice what you notice, and then if you are so inclined, to examine that.</summary>
   <content type="html">&lt;p&gt;I think it’s important to notice what you notice, and then if you are so inclined, to examine that.
I’m a big fan of &lt;a href=&quot;http://robwalker.net/noticing/&quot;&gt;The Art of Noticing&lt;/a&gt; by Rob Walker, but I’m not really sure how much this noticing has anything to do with that.&lt;/p&gt;

&lt;p&gt;Today I was noticing that this town that I’ve lived in for the last few years doesn’t feel so big anymore.
It’s a megalopolis for sure, depending on how you count it &lt;a href=&quot;https://en.wikipedia.org/wiki/San_Francisco_Bay_Area&quot;&gt;up to 10 million people&lt;/a&gt; live here.
It just didn’t feel as big to me as I drove up the highway this afternoon.
Could be the density; it’s a lot of suburbia.
Could be that the distance to the edge of town is almost never out of sight.
It’s in a valley with a great open bay in the middle, and there are protected green spaces on those valley sides.
The city inhabits the zone between those two other places and you can always see one or the other or both.
Could be that the suburbia is quite well treed, maybe even wooded at times.&lt;/p&gt;

&lt;p&gt;I’m not reporting anything profound here, just noticing what I’m noticing and thinking about it.
Do with that as you will.&lt;/p&gt;

&lt;h3 id=&quot;comments&quot;&gt;Comments&lt;/h3&gt;

&lt;p&gt;Reply to this toot to comment, thanks!&lt;/p&gt;

&lt;iframe src=&quot;https://social.lol/@garo/110081642640803406/embed&quot; class=&quot;mastodon-embed&quot; style=&quot;max-width: 100%; border: 0&quot; width=&quot;1400&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;
&lt;script src=&quot;https://social.lol/embed.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;


&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Notice What You Notice&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/03/24/noticing.html&quot;&gt;Email me what you notice.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Blindsight</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/03/23/watts.html"/>
   <updated>2023-03-23T22:23:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/03/23/watts</id>
   <summary>My first reading.</summary>
   <content type="html">&lt;p&gt;Finished reading, with satisfaction: &lt;a href=&quot;https://micro.blog/books/9781429955195&quot;&gt;Blindsight&lt;/a&gt; by Peter Watts 📚&lt;/p&gt;

&lt;p&gt;Well that was rather excellent. I will read the sidequel book too at some point.  Some quick notes:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;not always the most graceful writing, particularly in the beginning&lt;/li&gt;
  &lt;li&gt;it’s hard scifi, so expect jargon and nonchalant use of unexplained technicalese. Keep a dictionary handy, wikipedia will tell you which sections to expect.&lt;/li&gt;
  &lt;li&gt;there are nontrivial elements of horror, in several flavors. Reminded me of House of Leaves in that way.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thought provoking work, I’ll consider other Watts books going forward. Taking recommendations, as always!&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Blindsight&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/03/23/watts.html&quot;&gt;Email me your best scifi.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Improving on the PB&J</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/03/23/improvements.html"/>
   <updated>2023-03-23T13:25:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/03/23/improvements</id>
   <summary>The Open Faced Peanut Butter and Jelly Sandwich</summary>
   <content type="html">&lt;p&gt;I have a pet theory that invention, progress, of any kind really, is driven by randomness. I might not have invented that. Maybe I just have my own independent discovery of it. I don’t know.&lt;/p&gt;

&lt;p&gt;Let me give you an example: I just invented a new sandwich. Well, maybe again original invention is too strong, I don’t know. I didn’t check. Maybe it’s more of an iterative improvement. I’ll just claim independent discovery for now.&lt;/p&gt;

&lt;p&gt;About my sandwich, or is it a dessert? I’m not sure. Whatever it is, it’s unexpectedly and unreasonably good. Stay with me a moment because this next bit is the recipe. Toasted piece of bread. Spread peanut butter. If you are a hater, I suggest you can stop reading now. Spread raspberry jam on top. You see, it’s an open faced sandwich. Here is the inventive bit. Just a bit of canned whipped cream, say one shot on each corner. It might work with other jams; my peanut butter was unsweetened. It was so good. I was shocked. My wife was shocked when I did it and said “what is wrong with you, whipped cream on everything??” I said “try it.” She did. She was shocked at how good it was too.&lt;/p&gt;

&lt;p&gt;What happened, again? I made the sandwich. I had the whipped cream that needed using, it was available. I mean, I could have just thrown it away, or eaten it on a spoon. There were other options in the fridge that I didn’t consider: pickles, pepper, mustard, some uneaten oat milk ice cream. I put the ingredients together, and it was good.&lt;/p&gt;

&lt;p&gt;Is it a true original invention? Maybe I’ll check later and follow up someday. For now I’m enjoying my sandwich.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://cdn.some.pics/garo/641cb51104047.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h3 id=&quot;comments&quot;&gt;Comments&lt;/h3&gt;

&lt;p&gt;Feel free to reply to this toot if you want to comment:&lt;/p&gt;

&lt;iframe src=&quot;https://social.lol/@garo/110074545214716488/embed&quot; class=&quot;mastodon-embed&quot; style=&quot;max-width: 100%; border: 0&quot; width=&quot;1400&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;
&lt;script src=&quot;https://social.lol/embed.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;


&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Improving on the PB&amp;J&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/03/23/improvements.html&quot;&gt;Email replies are the best replies.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>More thoughts on LLMs</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/03/22/more-thoughts.html"/>
   <updated>2023-03-22T21:23:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/03/22/more-thoughts</id>
   <summary>I have some further thoughts</summary>
   <content type="html">&lt;p&gt;I have some further thoughts about these GPT-LLMs everyone is talking about. Mostly I’m talking about Bing, Bard, ChatGPT, and I suppose some other things (there are so many other things). See my earlier &lt;a href=&quot;https://garo.blog/2023/03/initial-thoughts-about-llms&quot;&gt;ramble about it here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I do think it likely, greater than 50% chance my gut tells me, that we’re getting into another technological shift. That already feels quite bold, but I suspect that if anyone reads this they might think I am lowballing the odds. Maybe it’s even 51%, heh. Hey fella, it’s my gut that’s telling those odds, I’m just reporting what it says. I don’t even really know how reliable it is.&lt;/p&gt;

&lt;p&gt;By technological shift, I mean something similar to, I don’t know, Wikipedia, or cell phones, maybe even early Google search. FourSquare, Twitter in the before times, or Facebook, but not social media. New vistas await, possibly big vistas. Or maybe it’ll just be a better Siri, or predictive typing suggestions for your phone. There will be some minimal amount of technological progress capture from this.&lt;/p&gt;

&lt;p&gt;I think though, first things first, we (me, you, us all) don’t need to do anything hasty here. None of those career doomsayers have a crystal ball any better than yours or mine, even if they have a little more information than either of us. They just have some new dart that they’ve thrown at the wall of humanity. Maybe it will stick. Maybe it won’t. Maybe it’ll just dangle.&lt;/p&gt;

&lt;p&gt;Here are some of the challenges I see. In the current iteration, these things are very casual with the truth. They are creative with facts, and you don’t have to try hard to get them there. This could be a fool me once situation. By that I mean that we, the users, feel tricked by this early iteration and take a step back for a while.&lt;/p&gt;

&lt;p&gt;But maybe it’s good at helping you edit your own set of facts, editing something that you’ve written. I wouldn’t know, I haven’t tried that. I want to write my own words. Maybe I’ll try a human editor someday, if they haven’t been replaced.&lt;/p&gt;

&lt;p&gt;There are also confidentiality concerns, liability for these errors, and just flooding the space with drivel which might poison the well. That last is only about as overblown as those people yelling about the immediate reshaping of the global economy. It’s just sleazy hype.&lt;/p&gt;

&lt;p&gt;I’m also not sure how well it will be made to work in practical situations. In real, messy settings, and in more regular situations. Like forms at the DMV, or at the county clerk’s office. I’m sure they’ll get the tax forms, that’s too big of an apple to not take bite. Anything smaller than that, some Wasco county building permit form, I bet it’ll trip up. They’ll leave that for those county folks to deal with.&lt;/p&gt;

&lt;p&gt;Somehow making this more complicated is not the way, and “prompt engineering” just sounds more complicated to me. Specialists will be able to make some hay with a complicated tool, but a true revolution is not what it is yet. For some folks it’ll even be a kind of fun. If it doesn’t exist already, I see &lt;a href=&quot;https://en.wikipedia.org/wiki/Code_golf&quot;&gt;prompt golfing&lt;/a&gt; games around the corner.&lt;/p&gt;

&lt;p&gt;And yet, some change seems likely to land. ChatGPT has been intriguing, maybe even fun to play with. It surprises you. Don’t know what that change will look like. So keep your eyes open&lt;/p&gt;

&lt;h2 id=&quot;comments&quot;&gt;Comments&lt;/h2&gt;

&lt;p&gt;Feel free to reply to this toot if you want to.&lt;/p&gt;

&lt;iframe src=&quot;https://social.lol/@garo/110070697477506125/embed&quot; class=&quot;mastodon-embed&quot; style=&quot;max-width:100%; border:0; width:40rem;&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;
&lt;script src=&quot;https://social.lol/embed.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;


&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;More thoughts on LLMs&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/03/22/more-thoughts.html&quot;&gt;Email me more thoughts.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Initial thoughts about LLMs</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/03/16/initial-thoughts.html"/>
   <updated>2023-03-16T23:19:00-07:00</updated>
   <id>https://www.justing.net/notes/2023/03/16/initial-thoughts</id>
   <summary>There has been some big news going around lately.</summary>
   <content type="html">&lt;p&gt;So, there has been some big news going around lately about LLMs. I won’t go into a lot of detail about what they are, you can find that in various places, in &lt;a href=&quot;https://en.wikipedia.org/wiki/Large_language_model&quot;&gt;escalating&lt;/a&gt; &lt;a href=&quot;https://www.quantamagazine.org/the-unpredictable-abilities-emerging-from-large-ai-models-20230316/&quot;&gt;levels&lt;/a&gt; of &lt;a href=&quot;https://writings.stephenwolfram.com/2023/02/what-is-chatgpt-doing-and-why-does-it-work/&quot;&gt;detail&lt;/a&gt;. And that’s not even including the very latest news from just this week (sentence written on 2023-03-16).&lt;/p&gt;

&lt;p&gt;I thought it might be worthwhile to me to write down some of my thoughts at the moment. Not to you or anything, I mean it will be worthwhile to me so I can sort out what I think. You can even read it, if you want.&lt;/p&gt;

&lt;p&gt;I want to be clear here: I did not use any LLM in the writing of this in anyway. These are my thoughts in my own poor wordings, and lacking in good editing style.&lt;/p&gt;

&lt;h3 id=&quot;these-things-are-tools-right&quot;&gt;These Things Are Tools, Right?&lt;/h3&gt;

&lt;p&gt;LLMs are a tool. Some have said their like having an intern. I think that is doing a disservice to interns, and they should be angry and offended at that. Yes, it’s true that both interns and LLMs can be unreliable. That’s true of everything and everybody to some degree.&lt;/p&gt;

&lt;h3 id=&quot;oh-god-what-is-that-thing&quot;&gt;Oh God, What is That Thing?&lt;/h3&gt;

&lt;p&gt;We’re all just having our first impression of this right now. Something new has arrived on the scene. Well, new isn’t quite the right word, but newly available and potentially obviously possibly useful? Maybe even a little bit (a lotta bit?) threatening.&lt;/p&gt;

&lt;h3 id=&quot;meet-the-family&quot;&gt;Meet the Family&lt;/h3&gt;

&lt;p&gt;Certainly seems to be evolving fast. I think the first widespread leading edge of it was probably the Github Copilot thing, um, last year, I think it was. That was something.&lt;/p&gt;

&lt;p&gt;We had our midjourney/stable diffusion fun last year too. They still haven’t worked all the kinks out of that one, but there has been some very fun stuff out of that. It’s kind of &lt;a href=&quot;https://sigmoid.social/@AirmindedAI/110035667267962893&quot;&gt;in the really effing creepy part of the uncanny valley now, were things look right until you notice just how wrong they are&lt;/a&gt;, &lt;a href=&quot;https://twitter.com/tristwolff/status/1636188634012438530&quot;&gt;also this&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Then along came GPT-3, and that has been fun if actually really quite the confident fabulist (aka bullshitter). And you don’t have to try very hard. These tools, which I don’t mean to make out to be sort of equivalent in anyway, but from an outside perspective, they sort of do seem to form a technological cohort.&lt;/p&gt;

&lt;p&gt;I guess GPT-4 is &lt;a href=&quot;https://news.ycombinator.com/item?id=35154527&quot;&gt;blowing the socks off of people right now&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Those threads are&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Generating code: Copilot&lt;/li&gt;
  &lt;li&gt;Generating images: mid-journey, stable diffusion&lt;/li&gt;
  &lt;li&gt;Generating text: Chat-GPT and others&lt;/li&gt;
  &lt;li&gt;Where do deep fakes fit in here? Generating movies.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I’m going to mostly focus on the text based LLMs, hence the title. But probably some of these things are related.&lt;/p&gt;

&lt;h3 id=&quot;what-does-it-take&quot;&gt;What Does it Take?&lt;/h3&gt;

&lt;p&gt;The &lt;a href=&quot;https://pluralistic.net/2023/01/21/potemkin-ai/#hey-guys&quot;&gt;extraction&lt;/a&gt; has already begun here, and I would say it is moving rapidly.&lt;/p&gt;

&lt;p&gt;What are the costs?&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;They charge money, don’t they?&lt;/li&gt;
  &lt;li&gt;They take your queries too.&lt;/li&gt;
  &lt;li&gt;I think it kind of steals your, motivation? No, that’s not right. They are competing with you.&lt;/li&gt;
  &lt;li&gt;There is a verification tax here. Just they vomit out tons of text, but then you have to go slog through all that goo to find the truth in it. Sounds great, right?&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;what-in-particular-about-text-is-so-bothersome&quot;&gt;What in Particular About Text is so Bothersome?&lt;/h3&gt;

&lt;p&gt;Well, I’m writing text right now. A lot of people write text. Should we do that anymore? I already don’t like it that much when Google Docs suggests a different word choice or some grammar improvement. Sometimes it’s better, and I’ll go for it. Other times it just feels like it’s flattening my own voice out of the document I am writing.&lt;/p&gt;

&lt;p&gt;I have a friend that is a professor. And I was talking to them the other day, back in those early days of ChatGPT3. I think it was mid-February 2023 (about a month ago). And they said that ChatGPT3 was a great boon to them, so helpful for different writing tasks, such as composing possible tweets on topics for their daily twittering, or composing letters or recommendation for students that needed them, tweaked and edited by hand also, naturally. I don’t know just how hypothetical these statements were, necessarily. But they worried me. Worried me on several fronts.&lt;/p&gt;

&lt;p&gt;Isn’t a slippery slope from taking the output of these models as suggestions and editing or rewriting them yourself, maybe even in your own words, to just copy/pasta’ing that text verbatim because, oh I don’t know, you’re in a hurry that day there is a grant proposal due and the kids going to be late and I think that about covers what I wanted to day. And after that first time, it get’s a little easier the second time once the seal has come off.&lt;/p&gt;

&lt;p&gt;Another angle here is that maybe if you need a force multiplier here to get all this text written you should probably just question if all that verbosity is really necessary. If this text generator is generating all that text, why not just send the prompt and leave it to the reader to stick it in the LLM if they want more to read. They’re probably going to ask the LLM to summarize that long letter you sent them anyway.&lt;/p&gt;

&lt;p&gt;I hear &lt;a href=&quot;https://arstechnica.com/gadgets/2023/03/google-shows-off-what-chatgpt-would-be-like-in-gmail-and-google-docs/&quot;&gt;Google is working on building that stuff right into Gmail and Docs already&lt;/a&gt;, but I’m not convinced. If they were so far ahead with AlphaGo or whatever, why didn’t they add this already? I know the arguments about protecting their search business or ad business or whatever. Are they stupid? Maybe all that money made them stupid. It sure seems to have made Meta stupid.&lt;/p&gt;

&lt;h3 id=&quot;in-conclusion&quot;&gt;In Conclusion&lt;/h3&gt;

&lt;p&gt;What the hell is going on here? The future is getting weird, maybe I should turn pro.&lt;/p&gt;

&lt;p&gt;PS: I didn’t really edit this after I wrote it. Sorry about that.&lt;/p&gt;

&lt;h3 id=&quot;see-also&quot;&gt;See also&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://garo.blog/2023/03/more-thoughts-on-llms&quot;&gt;More thoughts on LLMs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;comments&quot;&gt;Comments&lt;/h3&gt;

&lt;p&gt;If you want to comment, do that on &lt;a href=&quot;https://social.lol/@garo/110037408500420280&quot;&gt;Mastodon&lt;/a&gt;:&lt;/p&gt;

&lt;iframe src=&quot;https://social.lol/@garo/110037408500420280/embed&quot; class=&quot;mastodon-embed&quot; style=&quot;max-width:100%; border:0; width:40rem;&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;
&lt;script src=&quot;https://social.lol/embed.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;


&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Initial thoughts about LLMs&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/03/16/initial-thoughts.html&quot;&gt;Email me your initial thoughts&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The Fifth Season</title>
   <link rel="alternate" href="https://www.justing.net/notes/2023/02/04/jemisin.html"/>
   <updated>2023-02-04T15:01:00-08:00</updated>
   <id>https://www.justing.net/notes/2023/02/04/jemisin</id>
   <summary>It's a good book.</summary>
   <content type="html">&lt;p&gt;Finished reading, with satisfaction: &lt;a href=&quot;https://micro.blog/books/9780316229302&quot;&gt;The Fifth Season&lt;/a&gt; by N. K. Jemisin 📚&lt;/p&gt;

&lt;p&gt;Good story, it really moves. Not sure exactly the genre. Probably not science fiction. Maybe fantasy? Elements of young adult, but also romance (I think, very adult topics anyway). I very much appreciate the natural, non-judgy, and often kind but not holding back, point of view. Casual writing style works better for me than I expected. Some of the best interpersonal arguments/fights with about the right emotional sting that I’ve read. Bravo! Can’t wait to read the next one.&lt;/p&gt;

&lt;p&gt;Some other things I liked:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;geology! And rocks&lt;/li&gt;
  &lt;li&gt;a building’s structure plays a critical role for a plot point&lt;/li&gt;
  &lt;li&gt;Fun made up words that are suggestive of their origin. I am not a linguist but I still enjoy it&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The Fifth Season&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2023/02/04/jemisin.html&quot;&gt;Email me your best books.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>A Brief History of Equality</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/07/06/piketty.html"/>
   <updated>2022-07-06T18:01:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/07/06/piketty</id>
   <summary>by Thomas Piketty</summary>
   <content type="html">&lt;p&gt;Finished reading, with satisfaction: &lt;a href=&quot;https://micro.blog/books/9780674273559&quot;&gt;A Brief History of Equality&lt;/a&gt; by Thomas Piketty 📚&lt;/p&gt;

&lt;p&gt;5 out of 5 stars for this one: ⭐️⭐️⭐️⭐️⭐️&lt;/p&gt;

&lt;p&gt;I found this book to be very informative and overall a good read. I’m looking for more context in this area. In particular:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Why did progressive taxation and the welfare state become the chosen option beginning around 1915? What events lead to that conclusion? I don’t find “because World War 1” to be sufficient. It must have been a long road leading up to that.&lt;/li&gt;
  &lt;li&gt;How did the free movement of capital around 1980 come about? Also, there are consequences of this globalization, and I want to have a firmer grasp on the connection between this cause and effect. It really seems to be a defining frame for so many issues in the world; is that true?&lt;/li&gt;
  &lt;li&gt;And at the same time, circa 1980, the decline of progressive taxation. Was is the same fundamental forces? And no wonder our infrastructure is poorly maintained and failing: we built it all in an entirely different budgetary situation. (Edit: added this one)&lt;/li&gt;
  &lt;li&gt;Generally more of a connection between the historical context and the basically economic story that Piketty tells here. I would really like to compare the events that are emphasized by different authors in the same time periods.&lt;/li&gt;
  &lt;li&gt;Exploring the conceptions of private property as a concept for common good. I assume that this is a regular socialist topic, but I haven’t read much of that.&lt;/li&gt;
  &lt;li&gt;Finding an accurate description of the global economic system, meaning capitalist, socialist, and the hybridization.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are some few details in the text about these events and ideas, but I want to understand more concretely. If you’ve got good book recommendations, I’m interested. I have a few books in house already that I can credibly start to expore some of this stuff.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;A Brief History of Equality&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/07/06/piketty.html&quot;&gt;Email me your non-fiction recs.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>On Making My Writing Less Hard</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/07/05/writing.html"/>
   <updated>2022-07-05T21:34:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/07/05/writing</id>
   <summary>Updating revising the plan.</summary>
   <content type="html">&lt;p&gt;You probably remember that I recently said I was &lt;a href=&quot;https://garo.ooo/2022/06/30/revising-the-plan.html&quot;&gt;revising the plan&lt;/a&gt;. Well, that was saying that I intended to do that. So here’s the next iteration. I got lucky and a couple of things hit this week. Or really, more than just a couple of things did.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;First, I found Oliver Burkeman’s newsletter &lt;a href=&quot;https://www.oliverburkeman.com/the-imperfectionist&quot;&gt;The Imperfectionist&lt;/a&gt;. I forget how I got to that, maybe it was when I returned his book to the library early via the Libby app and clicked the link to his website. Or maybe it was randomly from another newsletter. Or maybe &lt;a href=&quot;http://news.ycombinator.com/&quot;&gt;hackernews&lt;/a&gt;. Let’s not get too distracted.&lt;/p&gt;

&lt;p&gt;Hmm. I think it was the &lt;a href=&quot;https://www.densediscovery.com/issues/194&quot;&gt;newsletter&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Oliver has this great edition about &lt;a href=&quot;https://www.oliverburkeman.com/onwriting&quot;&gt;making writing less hard&lt;/a&gt;. Just like the source I linked to &lt;a href=&quot;https://garo.ooo/2022/07/03/i-added-how.html&quot;&gt;last&lt;/a&gt;, I’m going to do an advert for this post. It’s really great.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Because I haven’t found a better way to make this point in my own words for you, I’m just going to quote his first section heading: “Good writing is pointing out.” There’s a lot more helpful explanation in that section. This framing, that good writing is about showing what you found interesting, what caught your attention, was really helpful to me. I’m doing it right now.&lt;/li&gt;
  &lt;li&gt;He’s got some words about knowing when to stop. This didn’t resonate with me at first, but it does now. I think I’ve still got a lot more processing to do on this particular lesson. I’ll be coming back to it.&lt;/li&gt;
  &lt;li&gt;Finally, Oliver reminds us that writing doesn’t really start with a blank page. And this is the section that I am responding to here today. This is the one that inspired the next iteration in my writing plan.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To finish my advertisement: it’s a good article, good writing, short, direct, practical, actionable advice. I don’t know if it is helpful for everyone. It is helpful for me.&lt;/p&gt;

&lt;p&gt;So, what’s the revised plan?&lt;/p&gt;

&lt;p&gt;Before I get to that, I want to connect this bit about not starting from a blank page to some other things that I’ve read this year.&lt;/p&gt;

&lt;p&gt;The same book that Burkeman mentions, How to Take Smart Notes by Ahrens has a lot of useful practical advice on writing. He is writing about academic texts, but it applies lots of places I think. Ahrens also talks about not starting from a blank page, start from your notes of what you have been reading. But how? I’ll be honest, as practical and helpful as Ahrens’ prescription is, it still didn’t make sense to me.&lt;/p&gt;

&lt;p&gt;Later I read &lt;a href=&quot;http://www.covingtoninnovations.com/mc/WriteThinkLearn.pdf&quot;&gt;some slides&lt;/a&gt; (edit: link added) about practical epistemology. The author talks about not only how to go about forming beliefs that are both more correct and less wrong. He also makes some suggestions about how to write, since writing is a great way to get feedback from yourself on your own writing. Honestly it was very similar to Ahrens’ advice, but slightly different. It’s a good set of slides. Like I said, I’ll add the link.&lt;/p&gt;

&lt;p&gt;The penultimate (thus far) connection was some things that are the Bullet Journal Method book. There are a lot of really good, practical, tips in that book. If it seems like something that might work for you, I really suggest you take a longer look at it. Go grab the library copy and browse through it. The thing I want to highlight here is the sprints. I’ve used sprints before because work. But I’ve never run my own sprints. And I’ve never run my own sprints for my own projects at home on myself. That’s what we’re doing to try here.&lt;/p&gt;

&lt;p&gt;Quick aside: there is a whole mess of other relevant things in that book too. But I’m going to omit that stuff for now. Just know that it wasn’t only the idea of sprints that was helpful here.&lt;/p&gt;

&lt;p&gt;The last connection was Burkeman’s article.&lt;/p&gt;

&lt;p&gt;So this is the plan. First, since I haven’t been very good collecting post ideas I’m going to jump start that. Well, since it took a bit to finish writing this, that part has already happened. Second, I’m going to take one of those ideas and work on it for an hour. Not finish and publish it, because I don’t know when it’s done. Just show up and work on it.&lt;/p&gt;

&lt;p&gt;Third, I’m going to reflect on that process and refine, &lt;a href=&quot;https://en.wikipedia.org/wiki/PDCA&quot;&gt;Deming loop&lt;/a&gt; style, to see what I should update. This is the mini sprint to jump start the flywheel. Last, it’s just not credible that I will be publishing daily anymore. I have a full time job, and other stuff, and a daily blog is just more than is realistically achievable. Often, hopefully more than once a week, but, well, as the sub-title of the blog says, no promises.&lt;/p&gt;

&lt;p&gt;Let me summarize the plan again.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;On day 1 of the sprint, spend an hour brain dumping out all the ideas for blog posts I can think of. With what the next step is. I believe that is possibly due to &lt;a href=&quot;https://hamberg.no/gtd&quot;&gt;GTD&lt;/a&gt; (edit: link added).&lt;/li&gt;
  &lt;li&gt;On day 2 of the sprint, go through that list and pick one do the next step. Probably also brain dump all the random unordered thoughts onto the page too. Finish by attaching the next step.&lt;/li&gt;
  &lt;li&gt;On day 3 of the sprint, reflect on how that went and decide what needs to be updated. Decide the next steps and when/what the next sprint should be.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A few things to note here: the time limits, the separation of idea generation/capture from post development, the focus on process instead of outcome. These are all things that were connected to these different sources I’ve mentioned.&lt;/p&gt;

&lt;p&gt;That’s it, that the plan for now. Hopefully those ideas that I’ve generated in step 1 can be used for developing future blog posts and research. But I’m not sure how soon they’ll be ready. I guess one revision that’s already available is to distribute effort going forward between the ideas that seem closer to ready and those that will need more work so that posts are evened out a bit. Idk, I’ll have to think about it.&lt;/p&gt;

&lt;p&gt;PS: there are a couple of steps I didn’t do on this post that I will be doing going forward. They’re both from Ahrens’ book: live outlining (making an outline and constantly updating it during drafting), and editing more drafts. This version here is draft 0. For this post I wrote the word jumble to get all my ideas on the page, and then I wrote draft 0. Copy-paste to here, and make a couple of tiny tweaks before hitting publish. I will do more next time.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;On Making My Writing Less Hard&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/07/05/writing.html&quot;&gt;Email me your writing tips.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Revising the Plan</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/06/30/revising.html"/>
   <updated>2022-06-30T09:30:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/06/30/revising</id>
   <summary>On writing.</summary>
   <content type="html">&lt;p class=&quot;sans&quot;&gt;OK, so what have I learned from the longer and the shorter recent blogging chain? And what am I planning to do next in this space?&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;Quick recap of what has happened: I signed up for micro.blog for &lt;a href=&quot;/about&quot;&gt;reasons&lt;/a&gt;, there was the 30 day challenge pin which was enough motivation for me to post everyday for a month, I got that, and it’s been a struggle to post since then. I also read Bullet Journal Method 📚 which has been very helpful for thinking about focus, and about doing less.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Why do I want to do this, what was my initial motivation? I think I’ve got some things to say that might be helpful to others. I want to get better at writing effectively to say those things. I also have an idea for a novel that is not finished, so I need more practice at writing. Several novels actually. 📝&lt;/li&gt;
  &lt;li&gt;I am not sure how much time I really have for daily writing on the blog. I’ve gotten a lot of value out of improving and targeting my journal practice. Maybe I should just focus on that for now, for some limited time, and revisit later. 🤔 But I also think I got a lot of value from writing the blog posts too. 🧐&lt;/li&gt;
  &lt;li&gt;Churning out posts for 30 days on whatever was in front of me was fine, but kind of untargeted. I think an iterative improvement would be to align the blog writing with a longer term goal. Make the action of doing the blogging something that supports progress toward that. There are two goals (as already mentioned): my own observations, and progress toward my novel.
    &lt;ul&gt;
      &lt;li&gt;Advancing the novel could be research reports, exercises for writing, etc.&lt;/li&gt;
      &lt;li&gt;I hesitate to share my own observations because they feel unoriginal or derivative, or repetititve of something that I just read. Even though I know my own observations are unique to me.&lt;/li&gt;
    &lt;/ul&gt;

    &lt;p&gt;Oh, and reading reports. Everyone loves a good book report, right?&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;I still think writing is important for knowing what you know, and understanding what you think. I don’t want to stop doing it.&lt;/li&gt;
  &lt;li&gt;It is very easy to substitute “working on the blog” i.e. futzing with the css or whatever, for writing. Writing was and is the goal. I have mostly successfully avoided doing much futzing. Staying focused on the writing is explicitly the goal here. No futzing around.&lt;/li&gt;
&lt;/ol&gt;

&lt;p class=&quot;sans&quot;&gt;What&apos;s next is that I sort out my goals and try to align my blog writing practice with those.  I also continue getting real with what is practicable given limited time. I will also be experiment with being more intentional about post constraints, not just the alignment with the goals.&lt;/p&gt;

&lt;p class=&quot;sans&quot;&gt;I&apos;m not going to be hyperbolic and say that writing well is a super power, but it is a skill that makes you more effective at living.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Revising the Plan&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/06/30/revising.html&quot;&gt;Email me about your writing.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>BART</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/06/22/bart.html"/>
   <updated>2022-06-22T20:30:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/06/22/bart</id>
   <summary>Take BART.</summary>
   <content type="html">&lt;p&gt;I took &lt;a href=&quot;https://www.bart.gov&quot;&gt;BART&lt;/a&gt; today for the first time in, well, ever. I am actually quite impressed. It was a smooth ride (maybe a bit loud at times), and it ran efficiently. My other experience is with &lt;a href=&quot;https://www.caltrain.com&quot;&gt;CalTrain&lt;/a&gt; which I have used quite a few times. I vastly prefer either of those options over driving myself if I can help it, but the BART was much faster for a similar commute, and it felt faster too. Given that, I’ll probably take a pass on CalTrain until after the &lt;a href=&quot;https://en.wikipedia.org/wiki/Electrification_of_Caltrain&quot;&gt;CalMod&lt;/a&gt; upgrade is complete for any work commuting I have to do, at least. Probably still the better option if I want to go to a ball game.&lt;/p&gt;

&lt;p&gt;BART: I recommend it. 👍&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;BART&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/06/22/bart.html&quot;&gt;Email me about public transit.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Just Journaling</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/06/20/bullet-journal.html"/>
   <updated>2022-06-20T21:33:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/06/20/bullet-journal</id>
   <summary>Or, on Bullet Journal culture.</summary>
   <content type="html">&lt;p&gt;I am ambivalent at best toward online Bullet Journal culture, more often I find the ferver off putting. I have found &lt;a href=&quot;https://micro.blog/books/9780525533337&quot;&gt;the book 📚&lt;/a&gt; to be none of that. Today, and yesterday, one line is particularly applicable:&lt;/p&gt;

&lt;!--more--&gt;

&lt;blockquote&gt;
  &lt;p&gt;When you say yes to one thing, you are saying no to something else.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That point is much more broadly applicable to me too, but I’m focusing on today. I said yes to several things today: journaling about yesterday, errands, repairing a sliding door that wasn’t sliding,&lt;sup id=&quot;fnref:2&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:2&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; visiting with a friend, and making dinner. Making dinner to me means cooking and preparing, and serving, a time consuming thing. But it’s all making and sharing. It’s something that I haven’t said yes to enough.&lt;/p&gt;

&lt;p&gt;But saying yes to these things means I didn’t say yes to some other things that are also important to me, but apparently less so? Or less right now? I’m not sure. They were less urgent. Working ahead of time on this blog post is one thing that got a no. And making some art with my plotter also got a no today.&lt;/p&gt;

&lt;p&gt;Sidebar comment: It’s not the right time, but I am exploring alternative names to “bullet journal.” I am not a fan of the bullet in bullet journal. Maybe “just journal” or “right journal” or… hmm. I don’t know, it’s a work in progress.&lt;/p&gt;

&lt;p&gt;I guess there will be more posts in this theme, this personal journey of journaling.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;That may be a paraphrase, I don’t have the book next to me as I write this. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:2&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;A team effort and success that I am most proud of. &lt;a href=&quot;#fnref:2&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Just Journaling&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/06/20/bullet-journal.html&quot;&gt;SALUTATOINS&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>This Week in Captio Captures</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/06/17/captios.html"/>
   <updated>2022-06-17T16:46:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/06/17/captios</id>
   <summary>Looking back on the week.</summary>
   <content type="html">&lt;p&gt;I am ambivalent at best toward online Bullet Journal culture, more often I find the ferver off putting. I have found &lt;a href=&quot;https://micro.blog/books/9780525533337&quot;&gt;the book 📚&lt;/a&gt; to be none of that. Today, and yesterday, one line is particularly applicable:&lt;/p&gt;

&lt;!--more--&gt;

&lt;blockquote&gt;
  &lt;p&gt;When you say yes to one thing, you are saying no to something else.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That point is much more broadly applicable to me too, but I’m focusing on today. I said yes to several things today: journaling about yesterday, errands, repairing a sliding door that wasn’t sliding,&lt;sup id=&quot;fnref:2&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:2&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; visiting with a friend, and making dinner. Making dinner to me means cooking and preparing, and serving, a time consuming thing. But it’s all making and sharing. It’s something that I haven’t said yes to enough.&lt;/p&gt;

&lt;p&gt;But saying yes to these things means I didn’t say yes to some other things that are also important to me, but apparently less so? Or less right now? I’m not sure. They were less urgent. Working ahead of time on this blog post is one thing that got a no. And making some art with my plotter also got a no today.&lt;/p&gt;

&lt;p&gt;Sidebar comment: It’s not the right time, but I am exploring alternative names to “bullet journal.” I am not a fan of the bullet in bullet journal. Maybe “just journal” or “right journal” or… hmm. I don’t know, it’s a work in progress.&lt;/p&gt;

&lt;p&gt;I guess there will be more posts in this theme, this personal journey of journaling.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;That may be a paraphrase, I don’t have the book next to me as I write this. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:2&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;A team effort and success that I am most proud of. &lt;a href=&quot;#fnref:2&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;This Week in Captio Captures&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/06/17/captios.html&quot;&gt;Email me your ephemeral notes.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Bullet Journalling?</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/06/16/bullet-journal.html"/>
   <updated>2022-06-16T18:07:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/06/16/bullet-journal</id>
   <summary>A quick tour.</summary>
   <content type="html">&lt;p&gt;Just doing a quick tour through this. I kinda feel like my notes aren’t gelling, and I’ve started collecting kind of a lot of them. A friend said this was working for him, so I’ll take a look. Not planning to read every page though. I’ll set a reminder to post an update in a couple of months.&lt;/p&gt;

&lt;p&gt;Currently reading: &lt;a href=&quot;https://micro.blog/books/9780525533337&quot;&gt;The Bullet Journal Method: Track the Past, Order the Present, Design the Future&lt;/a&gt; by Ryder Carroll 📚&lt;/p&gt;

&lt;p&gt;Public library for the win, it’s even a physical copy!&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Bullet Journalling?&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/06/16/bullet-journal.html&quot;&gt;Email me your note taking notes.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>On setting aside The Discourses of Epictetus</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/06/15/epictetus.html"/>
   <updated>2022-06-15T22:01:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/06/15/epictetus</id>
   <summary>Taking a break from this.</summary>
   <content type="html">&lt;p&gt;I’ve had to move &lt;a href=&quot;https://micro.blog/books/9780199595181&quot;&gt;Discourses, Fragments, Handbook (Oxford Worlds Classics)&lt;/a&gt; by Epictetus 📚 to my &lt;a href=&quot;https://garo.ooo/reading-but-not/&quot;&gt;Reading, but like not right now&lt;/a&gt; shelf. I have completed Book 1, and will shortly finish Book 2. Books 3 and 4, the Fragments, and the Handbook will have to wait until some other time.  I’ll probably start with the Handbook when I do pick it back up. I have some more thoughts…&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;I may do a more well thought out review later, when I finish the rest of it. But here is my hot-ish take right now:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Is it me or is he brining up death, exile, and suicide-as-a-legitimate-option kind of a lot? Maybe times were a lot different back then and these were common concerns. Or maybe these things loomed large in the minds of his target audience: the wealthy men that could afford to hire philosophy teachers.&lt;/li&gt;
  &lt;li&gt;He has his moments when he’ll say directly what he means. But a lot of the time he is pretty round about with getting to the point, or saying clearly what he is trying to tell his students. It can be rather indirect. Is it a mysterious affectation? A conversational style to engage the listener? He was speaking these words, after all. Something else, like giving the audience what they want to hear, what they’re expecting a philosopher to sound like?&lt;/li&gt;
  &lt;li&gt;Come to think of it, I get the sense that he doesn’t think too highly of a lot of the students or interlocutors he’s addressing. Even if they are just hypothetical people he sets up to knock down, it seems like not the most trusting of teaching styles. It also seems like his students maybe had a habit of coming all haughtily arrogant and he’s got to take them down a peg. I find it off putting and boring. Tiresome. The teacher is not taking the students seriously.&lt;/li&gt;
  &lt;li&gt;At several points he makes rather unserious arguments. That a god or gods exists isn’t even said as an axiom, it’s just so obvious that anyone who says differently is a fool. This, Epictetus, is not an argument. Instead of treating the competing philosophical schools seriously, they are usually rather casually characatured, or straw man/person’d and considered dealt with. Frankly, I can hear the guy yelling about it through the ages and pages even today.&lt;/li&gt;
  &lt;li&gt;Not a very inclusive group either. It was the times, sure. But that doesn’t mean it doesn’t color the rest of the work. How are you going to just paint over those pieces and not see/wonder how they have distorted the rest?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;All that said, there have been a few passages that seem quite useful. There were some interesting points made that are worth pondering. But there was a lot of wading through sections that wavered on the edge of just not worth reading, with the occassional bit of useful life observation hidden in there that makes you not give up. Even if the life observed was almost 2000 years ago, some things are still familiar.&lt;/p&gt;

&lt;p&gt;↝ &lt;em&gt;morrow&lt;/em&gt;&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;On setting aside The Discourses of Epictetus&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/06/15/epictetus.html&quot;&gt;Email me your stoic thoughts.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Too Many Words</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/06/14/words.html"/>
   <updated>2022-06-14T22:10:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/06/14/words</id>
   <summary>It's a journaling prompt.</summary>
   <content type="html">&lt;p&gt;Again, with the &lt;a href=&quot;https://garo.ooo/2022/06/11/til-journaling-prompt.html&quot;&gt;power prompt&lt;/a&gt; today there was too much material. Here is the current recipe:&lt;/p&gt;

&lt;!--more--&gt;

&lt;ol&gt;
  &lt;li&gt;Write what happened. This can be brief.&lt;/li&gt;
  &lt;li&gt;Write why it happened, if it needs motivating.&lt;/li&gt;
  &lt;li&gt;Write about what I think it means, if that is something that I spent time thinking about.&lt;/li&gt;
  &lt;li&gt;If necessary, write about the context. That might have something to do with the above.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It turns out that a lot happens on an ordinary Monday. I don’t think that I am being too detail oriented either. I guess I need to be more efficient with my words? I suspect that as a writer this is a good problem to have, so I’ll keep working that particular problem. I’d like to get through the whole day; there are things that are worth writing about in the later part of the day too.&lt;/p&gt;

&lt;p&gt;Here are a couple of things to try tomorrow:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Write the shortest possible recounting. Just the events. These are like the notes of the day, from memory.&lt;/li&gt;
  &lt;li&gt;Pick the things that seem worth diving deeper into first, and write about those. Trouble is that it’s not always obvious what I’m going to get when I start unwrapping some thing that happened.&lt;/li&gt;
  &lt;li&gt;Make those notes of the sequence while it’s happening? Just the briefest possible notes.&lt;/li&gt;
  &lt;li&gt;Go in reverse order. Might be weird to do. Might be worth it anyway.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’ll also finally get around to reading the next chapter in &lt;a href=&quot;https://micro.blog/books/9781582975276&quot;&gt;Writing Life Stories&lt;/a&gt; sometime soon.&lt;/p&gt;

&lt;p&gt;↝ &lt;em&gt;morrow&lt;/em&gt;&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Too Many Words&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/06/14/words.html&quot;&gt;Email me your power prompt.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>End of day ramble</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/06/13/ramble.html"/>
   <updated>2022-06-13T21:45:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/06/13/ramble</id>
   <summary>Just some words.</summary>
   <content type="html">&lt;p&gt;Time is running out and I haven’t thought of much to write here today. I did use my &lt;a href=&quot;https://garo.ooo/2022/06/11/til-journaling-prompt.html&quot;&gt;power prompt&lt;/a&gt; and got lots of words out, but not anything that I felt like elaborating on here. I’m not sure yet how to translate all that personal material to the things I write here, even though I think that they shouldn’t be all that separate.&lt;/p&gt;

&lt;p&gt;Speaking of that power prompt, the first day was really great. The second was much more of just a recounting of what happened, static sequence of events style. Not much of why did that happen, and what might it mean. So today I let some of that stuff back in. The pages just fill up. I didn’t have time to get it all down in the morning. I had to make a bit more time in the afternoon to finish. Lots of directions this can go, I think. Looking forward to exploring as many of them as possible.&lt;/p&gt;

&lt;p&gt;A few random thoughts:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Monday the thirteenth always seemed like a better bad luck day than Friday.&lt;/li&gt;
  &lt;li&gt;Does any one eat “tuna nachos”? It sounded just plausible enough to me to exist. Tuna salad scattered on some potato chips. You could even melt cheddar over it, tuna melt style. Not sure it’s something that I want to exist, but it just might. Inspired by the tuna salad that fell off my sandwich on some chips at lunch today. Thought of a few other “just plausible enough” foods, and a few duds.&lt;/li&gt;
  &lt;li&gt;Not been much reading of Dracula lately. I hope everyone is ok.&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;End of day ramble&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/06/13/ramble.html&quot;&gt;Email me your rambles.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>June Rain</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/06/12/rain.html"/>
   <updated>2022-06-12T20:22:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/06/12/rain</id>
   <summary>So rare.</summary>
   <content type="html">&lt;p&gt;&lt;img src=&quot;https://garo.ooo/uploads/2022/ef111dcf0c.jpg&quot; width=&quot;600&quot; height=&quot;450&quot; alt=&quot;Rain wets the pavement of a suburban road, with a dry grassy ridge line in the background.&quot; /&gt;&lt;/p&gt;

&lt;p&gt;It’s a really nice day to share an all too brief and far too rare June rain with some friends that surprise come over and bring pizza fixings and also enjoy the rain with you, even if it means we have to abandon the patio at the end because it is in fact raining a bit too much to stay outside. It’s a very lucky thing.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;June Rain&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/06/12/rain.html&quot;&gt;Email me your rain.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>TIL: a powerful journaling prompt</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/06/11/power-prompt.html"/>
   <updated>2022-06-11T18:48:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/06/11/power-prompt</id>
   <summary>Writing stuff.</summary>
   <content type="html">&lt;p&gt;There was a comment on a &lt;a href=&quot;https://news.ycombinator.com/item?id=31703455&quot;&gt;hackernews&lt;/a&gt; post this morning about journaling that I thought I would give a try: just recount what happened in the last 24 hours. So I tried it. I didn’t add too much of what I thought of what happened later, just what I remember thinking about it at the time. I plan to follow up with later thoughts on some of those things.So much came out of this. I think it was 4 pages&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; before I got tired of writing. And that only covered about 12 hours.&lt;sup id=&quot;fnref:2&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:2&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;Now I have a solid default option for journaling, and it’s a powerful one.&lt;/p&gt;

&lt;p&gt;There was a second suggestion somewhere in that &lt;a href=&quot;https://news.ycombinator.com/item?id=31678793&quot;&gt;thread&lt;/a&gt;: journal twice a day. I could see the last 24 hours really being useful in the morning. And an evening session for elaboration, further thoughts, or just other topics. I do think that this is worth the time investment, but it is that: a time investment.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;It was 7 A5 size pages. This is a lot for me, I typically put down 3-4 pages on a good day. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:2&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;I sleep about 8 hours a day, so that is 2/3rds of the day. &lt;a href=&quot;#fnref:2&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;uarr;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;TIL: a powerful journaling prompt&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/06/11/power-prompt.html&quot;&gt;Email me your power prompt.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Unknown Treasure</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/06/09/backpack.html"/>
   <updated>2022-06-09T21:06:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/06/09/backpack</id>
   <summary>It's backpacking</summary>
   <content type="html">&lt;p&gt;&lt;img src=&quot;https://garo.ooo/uploads/2022/6bd8f7a068.jpg&quot; width=&quot;600&quot; height=&quot;450&quot; alt=&quot;A trail leads into the distance through a golden grassy ridge with oak trees. There is fog too.&quot; /&gt;&lt;/p&gt;

&lt;p&gt;I have found an unknown treasure right in my own backyard. Excellent backpacking is a truly short drive away, and the price is a few days of sore legs, which I am still recovering from. I guess 22  miles in 24 horus will do that too. One big win is that I finally get it about using trekking poles on the way down all those steep hills that this particular location offers.&lt;/p&gt;

&lt;p&gt;🥾⛺️🥾&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Unknown Treasure&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/06/09/backpack.html&quot;&gt;SALUTATOINS&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Journeys and Stories and Secret Destinations</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/06/09/journeys.html"/>
   <updated>2022-06-09T20:22:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/06/09/journeys</id>
   <summary>The Grail by Brian Doyle</summary>
   <content type="html">&lt;p&gt;&amp;lt; blockquote pre=”Martin Buber” &amp;gt;All journeys have secret destinations of which the traveler is unaware.&amp;lt; /blockquote &amp;gt;&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;There were many charming and interesting things mentioned in &lt;a href=&quot;https://micro.blog/books/9780870710933&quot;&gt;The Grail&lt;/a&gt; by Brian Doyle 📚, more than I expected for such a local interest book.&lt;/p&gt;

&lt;p&gt;I like the framing of this as “secret destinations” even though I don’t think those destinations are pre-decided and don’t need to be. You find them in you, in the place, and in the moment, alone or with those around you. The destinations can even remain secret to you alone.&lt;/p&gt;

&lt;p&gt;They’re kind of like a very condensed version of the way that Doyle describes stories:&lt;/p&gt;

&lt;p&gt;&amp;lt; blockquote pre=”Brian Doyle” cite=”The Grail, p. 148” &amp;gt;…this is what happens to people and stories, you sense them and collect them and tell them and savor them and then you and the stories move along down the road, sometimes together and sometimes not.&amp;lt; /blockquote &amp;gt;&lt;/p&gt;

&lt;p&gt;Those secret destinations in every journey are our own personal poetry, resonant in our hearts and minds. Even on the longest journey.&lt;/p&gt;

&lt;p&gt;&amp;lt; blockquote pre=”Dag Hammarskjold” &amp;gt;The longest journey is the journey inward.&amp;lt; /blockquote &amp;gt;&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Journeys and Stories and Secret Destinations&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/06/09/journeys.html&quot;&gt;Email me your grails.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Daily Chain</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/06/09/chain.html"/>
   <updated>2022-06-09T19:49:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/06/09/chain</id>
   <summary>It's about blogging</summary>
   <content type="html">&lt;p&gt;I’m starting a new daily blogging chain today. I had done really well with the pin for 30 days of blogging dangling out there in front of me. Now that I accomplished that, and then some wobble in my schedule and I dropped a few consecutive days. Honestly I don’t think I can blame schedule wobble, there was more interference in the last month than the events of the last week. Try, try again.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Daily Chain&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/06/09/chain.html&quot;&gt;Email me your blogging.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Pinnacles National Park</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/30/pinnacles.html"/>
   <updated>2022-05-30T20:07:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/30/pinnacles</id>
   <summary>It's pointy.</summary>
   <content type="html">&lt;p&gt;I had a brief visit to the West Division of &lt;a href=&quot;https://en.wikipedia.org/wiki/Pinnacles_National_Park&quot;&gt;Pinnacles National Park&lt;/a&gt; this morning, to hike the Balconies Cave trail, and a bit more. And a bit less. It didn’t go entirely as planned, but it was a nice day out in the wildlands.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://garo.ooo/uploads/2022/d668aa2582.jpg&quot; width=&quot;600&quot; height=&quot;400&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Fun fact, this is the western portion of a volcano that straddled the &lt;a href=&quot;https://en.wikipedia.org/wiki/San_Andreas_Fault&quot;&gt;San Andreas Fault&lt;/a&gt; and was subsequently sheared apart. This portion moved 200 miles north by the fault. The eastern portion remained, known as &lt;a href=&quot;https://en.wikipedia.org/wiki/Neenach_Volcano&quot;&gt;Neenach Formation&lt;/a&gt; and it is evidently not as dramatic.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Pinnacles National Park&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/30/pinnacles.html&quot;&gt;SALUTATOINS&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Oddball Social Media</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/26/oddball-social.html"/>
   <updated>2022-05-26T21:25:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/26/oddball-social</id>
   <summary>For historical reference</summary>
   <content type="html">&lt;p&gt;&lt;img src=&quot;https://garo.ooo/uploads/2022/8e59dd1df6.jpg&quot; width=&quot;582&quot; height=&quot;428&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;I thought I would do something a little lighter today, so I’m sharing some of the other takes on using the internet to facilitate communications. I kind of enjoy some of these different interpretations, anti-gamified in a way, of social media. Maybe “alt-social media”?&lt;/p&gt;

&lt;!--more--&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.ponymessenger.com&quot;&gt;Pony messenger&lt;/a&gt;, like email but it delivers only once per day at the same time for everyone. → @garo is me, feel free to write.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://minus.social/members/garo/&quot;&gt;Minus.social&lt;/a&gt; gives you only 100 posts, ever. That’s my profile on the link there. But what if I waste a post and regret it? So I haven’t written even one yet.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://slowsocial.us/user/ac840914-02de-48db-9e14-f075bb0b14ee&quot;&gt;Slowsocial.us&lt;/a&gt; is about focusing on connection. Not much else to go on here. I don’t remember when I made the account, and signing up didn’t help figure out what it is any better. Maybe it’s a scam?&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://slowly.app/en/&quot;&gt;Slowly&lt;/a&gt; distance based delay of message delivery. It’s like pen pals but on your phone.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Know of any other good ones?&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Oddball Social Media&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/26/oddball-social.html&quot;&gt;Email me your weird social medias.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Too many inboxes?</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/25/inboxes.html"/>
   <updated>2022-05-25T21:21:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/25/inboxes</id>
   <summary>Not email.</summary>
   <content type="html">&lt;p&gt;I mean a different type of inbox in this post, not the email inbox. Well, not always.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;I am still struggling to get a consistent “in-tray” for my captured notes. I basically mean fleeting notes, the notes that you capture while not distracting from your work in the moment, and then deal with later. Since I’ve been homebrewing my own &lt;a href=&quot;https://johnnydecimal.com&quot;&gt;Johnny.Decimal&lt;/a&gt;+Commonplace book+Zettelkasten system in Obsidian, so that’s where I put my in-tray.&amp;lt; marginnote &amp;gt;Yeah, I know that’s a lot. Most of it is working, just not really the zettelkasten part so much yet.&amp;lt; /marginnote &amp;gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;It’s not always convenient or smooth to get every fleeting note into Obsidian. There are several failure modes: syncing is slow, capture from webpages is clunky.&lt;/li&gt;
  &lt;li&gt;A pocket paper notebook is fun to use sometimes. Nothing beats an inactive surface (paper) at being almost completely unable to interrupt you or distract you like an active screen does.&lt;/li&gt;
  &lt;li&gt;Captio has been really great for a low distraction digital interface, on both my phone and ipad. But it sends the output to my email, not Obsidian. And it’s not available on laptops.&lt;/li&gt;
  &lt;li&gt;What about marginalia? Literally those notes in books. I set a reminder to go back those notes a month after finishing the book to grab the ones that still resonate. Is that in the in-tray?&lt;/li&gt;
  &lt;li&gt;I don’t use Obsidian to manage those reminders. Instead I just use the stock reminders app.&lt;/li&gt;
  &lt;li&gt;For other reasons, I’m starting to explore &lt;a href=&quot;https://pinboard.in/&quot;&gt;pinboard.in&lt;/a&gt;, and I used &lt;a href=&quot;https://raindrop.io&quot;&gt;raindrop.io&lt;/a&gt; before that, and del.icio.us&amp;lt; sidenote “del” &amp;gt;I won’t link to it, it seems to be unsafe!&amp;lt; /sidenote &amp;gt; before that. I’m not satisfied with Obsidian for bookmark management.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I have been trying to reduce friction here, but as Bob Doto &lt;a href=&quot;http://writing.bobdoto.computer/a-friction-free-existence-does-not-lead-to-free-time/&quot;&gt;points out&lt;/a&gt;&amp;lt; marginnote &amp;gt;Just found Bob. Bob seems to be talking directly to some of my questions.&amp;lt; /marginnote &amp;gt; frictionless can be its own trap too.&lt;/p&gt;

&lt;p&gt;I’ve considered using drafts. It’s available in all the places. It’s clean and fast and pretty distraction free. But it’s another system to invest in, it might not be worth the effort. I like simple things.&lt;/p&gt;

&lt;p&gt;Maybe some friction is necessary to get a grip on things. Having a few-but-not-one inboxes maybe is okay. The point is to be intentional about handling those notes while taking them out of the in-tray. The point is not focusing on getting it into one perfectly beautifuly simple elegant system, but to have something that works for me and captures most of my notes.&lt;/p&gt;

&lt;p&gt;Anybody out there got any thoughts or suggestions on this particular aspect?&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Too many inboxes?&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/25/inboxes.html&quot;&gt;Email me about your inboxes.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Getting my email back</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/24/email.html"/>
   <updated>2022-05-24T19:19:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/24/email</id>
   <summary>Unsubscribe</summary>
   <content type="html">&lt;p&gt;A couple of years ago I noticed that I actually wasn’t the owner of my email inbox. My email inbox owned me. I just archived the emails that it presented to me, from meaningless mailing lists, from old camera clubs, or irrelevant advertisements that started coming after some purchase or other. So I unsubscribed from these obviously useless emails.&lt;/p&gt;

&lt;p&gt;But it wasn’t enough. A year or more later I noticed that I was still getting more than 10 irrelevant or uninteresting emails for every one that mattered to me. But some of these had sentimental value or some reason for keeping them coming.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;I had bought something from this company once, and I thought I might buy something else from them again some day.&lt;/li&gt;
  &lt;li&gt;I agree with this cause.&lt;/li&gt;
  &lt;li&gt;This mailing list at one time sent me some stuff that was useful, and I hope that it will do that again.&lt;/li&gt;
  &lt;li&gt;I attended a lecture from these people once and hope that someday they will offer another one that I would like to attend.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The list goes on. One un-critically thought through excuse after another. They are easy to break. I’ll do these ones real quick.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Refuted: I don’t need to be reminded daily. I have that thing I bought to remember. Or if I don’t remember, maybe it wasn’t that special after all. These emails aren’t going to make up for that.&lt;/li&gt;
  &lt;li&gt;Refuted: Receiving an email, or a lot of emails, is not really that much of a commitment to a cause. Do something more impactful if you really care.&lt;/li&gt;
  &lt;li&gt;Refuted: By the 3rd or 4th un-useful email, it’s ok to unsubscribe. There is a rule on the internet somewhere about that.&lt;/li&gt;
  &lt;li&gt;Refuted: If there is another interesting lecture you’ll probably hear about it from some community you actively participate in. There are probably dozens and dozens of lectures that you don’t hear about and missing those has turned out ok so far.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I suspect that keeping all these emails was a reasoning breakdown at the intersection of a) &lt;a href=&quot;https://www.psychologytoday.com/us/blog/stretching-theory/201908/why-we-love-free-stuff-too-much&quot;&gt;free stuff&lt;/a&gt;, b) Gmail adding tools for &lt;a href=&quot;https://support.google.com/a/users/answer/9282731?hl=en&amp;amp;ref_topic=9283123#3.1&quot;&gt;managing more useless junk&lt;/a&gt;, and c) the mirage of Gmail’s archive and search features. “Just archive everything” is a trap in general. It’s been said that archiving is just throwing things away for the uncommitted. I am hardly ever able find something that I know is in my email with search. At least not without putting in some real effort.&lt;/p&gt;

&lt;p&gt;Upon recognizing all this, I did an even more severe clean out, and I was left with some real breathing room. I think I got only one or two automated emails a week. It was great, so great that I subscribed to &lt;a href=&quot;https://thesample.ai/&quot;&gt;The Sample&lt;/a&gt; to find some better newsletters. But I think I’ve reached some new maximum amount of suffering midly useless emails again and I’ll probably unsubscribe from about half of those. At least those emails are ones I intentionally signed up for. I know who’s fault that is, and I can just as easily undo it.&lt;/p&gt;

&lt;p&gt;Join me in unsubscribing from useless email!&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Getting my email back&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/24/email.html&quot;&gt;Email me your email lol.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Quieting the Noise</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/23/noise.html"/>
   <updated>2022-05-23T21:01:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/23/noise</id>
   <summary>Context switching bad.</summary>
   <content type="html">&lt;p&gt;Sometime last fall I made the effort stop multitasking at work. Rapidly switching context had reached its limit and my role was changing. It was hard at first, but it’s gotten easier.&lt;/p&gt;

&lt;p&gt;Over a few months after that, I found interruptions increasingly unpleasant. What was once a necessary function of my role had become a frustrating experience that just happened to me without my control while I was trying to do other things.&lt;/p&gt;

&lt;p&gt;So I have steadily turned off more and more of these notifications of chats, emails, some meetings even. At first I was reluctant. Being resonsive to others, helping to unblock them, was something that I was proud of. But as space opened up for thought and focused work, I have become increasingly protective of that time.&lt;/p&gt;

&lt;p&gt;A lot of other notifications had to go too. They were preventing me from being able to focus, just think uninterrupted, or recover from an intense discussion. I also noticed that a lot of notifications where coming from apps or businesses, and they just weren’t useful, relevant, or interesting to me. So I muted, unsubscribed, or in rare cases scheduled the notifications for only a couple of times per day. An ever expanding list of apps and systems have been banned from ever notifying me.&lt;/p&gt;

&lt;p&gt;It feels good to have some space, some breathing room. Some time to think and decide what’s next.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Quieting the Noise&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/23/noise.html&quot;&gt;Email me some quiet.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Reporting from the road: finale</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/22/road-4.html"/>
   <updated>2022-05-22T20:49:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/22/road-4</id>
   <summary>Not the finish I was expecting</summary>
   <content type="html">&lt;p&gt;There was startlingly less remarkable things on the road today, the last of our journey. We covered 384 miles (618 km), and only saw two things to remark on.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Mount_Shasta&quot;&gt;Mount Shasta&lt;/a&gt; had surprisingly less snow than when we drove past going north 10 days ago. Partly because I suspect it had a fresh dusting from the winter-in-May storm, and also because it was clouded in and hard to see. But still, Lake Shasta is low, and not much snow on the mountain. This is worrying.&lt;/li&gt;
  &lt;li&gt;The &lt;a href=&quot;https://www.roadsideamerica.com/tip/55733&quot;&gt;colored trucks, also near Mount Shasta&lt;/a&gt;, which I did see on the way up also. But, since I’ve seen them for years and years, I didn’t really think they were remarkable until I reflected on it. This is kind of stretching it.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This meager haul is far below expection. But I think that’s just part of small numbers.&lt;/p&gt;

&lt;p&gt;See all the other parts: &lt;a href=&quot;https://garo.ooo/2022/05/11/three-small-airplanes.html&quot;&gt;part 1&lt;/a&gt;, &lt;a href=&quot;https://garo.ooo/2022/05/12/reporting-from-the.html&quot;&gt;part 2&lt;/a&gt;, and &lt;a href=&quot;https://garo.ooo/2022/05/21/reporting-from-the.html&quot;&gt;part 3&lt;/a&gt;.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Reporting from the road: finale&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/22/road-4.html&quot;&gt;Email me your road trips.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Reporting from the road: the return</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/21/road-3.html"/>
   <updated>2022-05-21T19:19:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/21/road-3</id>
   <summary>285 miles</summary>
   <content type="html">&lt;p&gt;Today’s drive was the reverse trip of &lt;a href=&quot;https://garo.ooo/2022/05/12/reporting-from-the.html&quot;&gt;part 2&lt;/a&gt;, Portland to Ashland, 285 miles (460 km).&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;Here is what we noticed:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;A big (person sized) “Nature Pride” graffito. Only in Oregon, I guess.&lt;/li&gt;
  &lt;li&gt;A large house fire south of Salem. I hope everyone is ok.&lt;/li&gt;
  &lt;li&gt;Saw 5 separate people walking south, or resting, on the shoulder of I-5. I feel like times are more desperate than I’ve ever seen in my life. I’m trying to figure out what it means and what to do.&lt;/li&gt;
  &lt;li&gt;I was really noticing the planer nature of the scattered fluffy cloud strata. It was very 3-d as we drove over the hills and through the valleys; moving nearer and farer from the cloud layer quite noticable shifted the perspective.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Mount_McLoughlin&quot;&gt;Mount McLoughlin&lt;/a&gt; was very pretty, a perfect cone.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That’s 5 remarkable things. Going north, it was 4, and based on the first day we expected 6. I think this is all fairly consistent. Does it say more about the rate of remarkable things on the road, or about the noticer?&lt;/p&gt;

&lt;p&gt;As an aside, I learned that there is a complement to &lt;a href=&quot;https://en.wikipedia.org/wiki/Metropolitan_statistical_area&quot;&gt;metropolitan statistical area&lt;/a&gt;: &lt;a href=&quot;https://en.wikipedia.org/wiki/Micropolitan_statistical_area&quot;&gt;micropolitan statistical area&lt;/a&gt;. Neat. Found this while reading about &lt;a href=&quot;https://en.wikipedia.org/wiki/Roseburg%2C_Oregon&quot;&gt;Roseburg, Oregon&lt;/a&gt;.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Reporting from the road: the return&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/21/road-3.html&quot;&gt;Email me your miles.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Masks, 2 of 8</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/20/masks-2.html"/>
   <updated>2022-05-20T19:51:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/20/masks-2</id>
   <summary>Another mask</summary>
   <content type="html">&lt;p&gt;&amp;lt; summary &amp;gt;In which another mask is described.&amp;lt; /summary &amp;gt;&lt;/p&gt;

&lt;p&gt;The second mask is similar in overall structure to the &lt;a href=&quot;/notes/2022/05/17/masks-1.html&quot;&gt;first&lt;/a&gt;. But, there are some significant differences.&lt;!--more--&gt; There is the domed forehead, but this time the transition to the eyes is smooth. The mouth is still rounded into an “o”, and it is still at the chin, but it faces forward instead of down.&lt;/p&gt;

&lt;p&gt;&amp;lt; newthought &amp;gt;The mask&amp;lt; /newthought &amp;gt; is carved from one piece of wood, it is smooth with some sparce lines inscribed in the surface and inlaid with white. The wood is dark color, perhaps ebony. Starting at the top, the forehead is domed and protrudes forward beyond the nose even. The eyes, at first looking lidded, are in fact rendered with some different, more reddish pieces that have pupils cut in them. The slits below are for the wearer to see out. The nose gives a triagular appearance, even though the tip is rounded, and the bottom, where the nostrils would be is a flat plane. There is a long space between the bottom of the nose and the mouth, at the chin. The cheeks and upper lip area are smooth and rounded to flat. The lines cover all the surface and have a bisecting line down the center of the face to the mouth. The round inside of the mouth, the nose, and the eyes are the only area not touched by the lines. Lines continue under the chin. There are not ears.&lt;/p&gt;

&lt;p&gt;It is a true mask that could be worn. Overall the feeling of the mask is friendly to neutral.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Masks, 2 of 8&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/20/masks-2.html&quot;&gt;Email me your masks.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Dracula Daily May 9-18</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/18/drac.html"/>
   <updated>2022-05-18T22:02:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/18/drac</id>
   <summary>Spoilers</summary>
   <content type="html">&lt;p&gt;&amp;lt; summary &amp;gt;&lt;span class=&quot;danger&quot;&gt;Spoiler Warning.&lt;/span&gt;&amp;lt; /summary &amp;gt;
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;Here’s a recap of the last few days.&lt;/p&gt;

&lt;p&gt;We met Mina and her friend Lucy. Based on literary reasoning, I assume that Lucy’s fiancee Holmwood, and one Dr. Seward, will feature in the story’s future.&lt;/p&gt;

&lt;p&gt;Unfortunately for Harker, he went exploring further into the castle during the Count’s absence, and willfully fell asleep. While on the cusp of sleep three Ladies approach, but are stopped by the Count who says Harker is his alone. The Count returns Harker to his rooms. Later, when he checks the door where it happened, it’s shut tight.&lt;/p&gt;

&lt;p&gt;‘til next time!&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Dracula Daily May 9-18&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/18/drac.html&quot;&gt;Email me what you thought.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Masks, 1 of 8</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/17/masks-1.html"/>
   <updated>2022-05-17T23:14:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/17/masks-1</id>
   <summary>Odd decoratoins</summary>
   <content type="html">&lt;p&gt;The house I am staying in has a few masks decorating the walls. There are 8 masks in 3 rooms, I believe. I thought it would be interesting to describe them. Here is the first one.&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;This is likely the first mask you would see. As you enter the house it is directly facing the front door. The mask is near the center of the wall of the dining area next to the door to the kitchen. It is placed at the height of top of the kitchen doorway. There is a bit of space around it, separating it from the other pieces on this wall. Also, there is another mask to the right of it near the corner. I’ll describe that mask another day.&lt;/p&gt;

&lt;p&gt;This mask is carved from a single piece of wood, and it is old and worn. Most of its surface is rough wood, with some evidence that it was once painted or perhaps scorched or burned to darken it. The forehead is domed, almost a quarter of a sphere, and there are raised rings at the temples. Where the ears would be are two small holes on each side. Perhaps for ears, or perhaps for straps. I don’t know because I haven’t seen the back. The eyebrow is formed by a hard right angle cut that goes back to the plane of the face, where the eyes are. These are two circular bore holes close to the nose. The nose is narrow acute triangle that reaches to a rounded point. The nose also has a single small hole bored through, as though pierced. The lower part of the face descends and narrows smoothly to the chin. A small mouth is at the point of the chin below, forming an “o”. The mouth itself is chipped, no longer having a perfectly smooth o. Overall the mask is a fairly calm one with smooth lines and soft edges.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Masks, 1 of 8&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/17/masks-1.html&quot;&gt;Email me about your masks.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Brunch</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/15/brunch.html"/>
   <updated>2022-05-15T21:12:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/15/brunch</id>
   <summary>It's a good meal.</summary>
   <content type="html">&lt;p&gt;Brunch at home is such a good meal. Even if home this week is a rental in the next state. Overnight french toast bake, crispy hash browns, eggs sunny side up or over easy, coffee, tea, juice. Fruit salad, with oranges from a neighbors tree back home. It’s not a complicated or fussy event, at least not where I come from. One thing that made it special today is having all the family together here, even us out of towners, to celebrate a late Mother’s day.&lt;/p&gt;

&lt;p&gt;In the afternoon I got to solve a technical TV issue for my parents so they can enjoy a baseball game without the spinning baseball of your-connection-has-been-interrupted. That’s the hope, anyway.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Brunch&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/15/brunch.html&quot;&gt;Email me your brunches.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Reporting from the road II: destination reached</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/13/road-2.html"/>
   <updated>2022-05-13T09:47:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/13/road-2</id>
   <summary>More miles more smiles.</summary>
   <content type="html">&lt;p&gt;More miles more smiles. Or, in our case, less miles less weird stuff.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;&amp;lt; newthought &amp;gt;During the drive today, I saw a bit fewer things than expected&amp;lt; /newthought &amp;gt; but not anything out of statistical expectation based on yesterday’s observation.&lt;/p&gt;

&lt;p&gt;Very succintly, yesteday the drive was 383 miles, and today it was 285 miles. Since there were 8 interesting things seen yesterday, if the rate is the same, we expect to see 6 today. I like error bars, so 6 ± sqrt(6) or 3-9 remarkable things expected.&lt;/p&gt;

&lt;p&gt;Without further delay, here’s the report.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;The Human Bean, which in this instance is a coffee shop. That’s not the remarkable part. I distinctly recall someone on &lt;em&gt;MB&lt;/em&gt; recently  using the term, I think in some identifyably Oregon context.&amp;lt; marginnote &amp;gt;Maybe I made that up. I can’t find where I saw it.&amp;lt; /marginnote &amp;gt; Before that it was a phrase sometimes heard in my house growing up. Not much heard by me after leaving there. Maybe it’s an Oregon thing? Hard to back that up.&lt;/li&gt;
  &lt;li&gt;“Fish Viewing Area.” This has got to be about the most Oregon (or pacific northwest) thing ever. You don’t notice these things until you’ve been away for a while and realize that you didn’t see anything like that anywhere else in all the other places that you’ve been.&lt;/li&gt;
  &lt;li&gt;The adult shops. I was in Portland a month ago and there were quite a few. My recollection is that is actually usual. I was expecting to see some similar number on the drive this time, but there were only few, in the places I remember them being. I think I have enough to do, but I suppose I could do some counting to estimate the prevalence here vs other places.&lt;/li&gt;
  &lt;li&gt;A whole lot of rain. Very on-brand for Oregon, but also &lt;a href=&quot;https://cliffmass.blogspot.com/2022/05/winter-rainfall-in-spring.html&quot;&gt;kind of unusual&lt;/a&gt; for mid-May. Thank goodness for Rain-X!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Seeing 4 remarkable things is a little low, but maybe 8 was a bit high yesterday. Small numbers are trickly like that. I’ll get another shot in a couple of weeks when traveling in the reverse direction back south.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Reporting from the road II: destination reached&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/13/road-2.html&quot;&gt;Email me your smiles.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Shortcuts Sucks</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/12/shortcuts.html"/>
   <updated>2022-05-12T20:02:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/12/shortcuts</id>
   <summary>Is it just me?</summary>
   <content type="html">&lt;p&gt;Does anyone get Apple Shortcuts the app on iOS? I am trying to grok it but maybe I am missing something fundamental. What I am trying to do is append a link and some of my annotations to an Obsidian note.&amp;lt; marginnote &amp;gt;Maybe I’ll just use &lt;a href=&quot;https://captio.co&quot;&gt;Captio&lt;/a&gt;.&amp;lt; /marginnote &amp;gt;I do have it doing that, but the user experience is not something that I would call nice.&lt;/p&gt;

&lt;p&gt;There is a lot of automatically jumping from app to app. I have not figured out how to script the text formatting that I want to apply to the input in a foreach loop. Searching for clues about what to do is maddening because the names are all the same and “shortcut” is such a generic name.&lt;/p&gt;

&lt;p&gt;I would like to improve things, but eventually my patience for playing the Apple guessing game runs out. Anybody got any tips?&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Shortcuts Sucks&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/12/shortcuts.html&quot;&gt;Email me your Apple complaints.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Reporting from the road</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/12/road-1.html"/>
   <updated>2022-05-12T09:23:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/12/road-1</id>
   <summary>Seeing things on the road.</summary>
   <content type="html">&lt;p&gt;The road is a great place see things.&lt;!--more--&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;A “sheisty” little train. &lt;a href=&quot;https://en.wikipedia.org/wiki/California_Northern_Railroad&quot;&gt;CFNR&lt;/a&gt; was so maligned I think because of some graffiti on the cars?&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Shasta_Lake&quot;&gt;Shasta “Lake”&lt;/a&gt; looking maybe the lowest I’ve ever seen it. At the overpass just before the 705 N exit, I could see the Sacremanto river in its channel that is often under up to 50 feet of water (just eyeball guessing the high waterline depth from a speeding car). I wonder what we would get if we sized the Southwest water system today, after an additional ~80 years of weather observations?&lt;/li&gt;
  &lt;li&gt;Mt. Shasta covered in powdered sugar, looking very nice.&lt;/li&gt;
  &lt;li&gt;The roadside political commentary: &lt;a href=&quot;https://en.wikipedia.org/wiki/Jefferson_(proposed_Pacific_state)&quot;&gt;state of Jefferson&lt;/a&gt; (been there for years), Biden is Weak (new one to me). Personally don’t particularly want to draw any more attention to either of those, but great big road side signage is hard to not comment on.&lt;/li&gt;
  &lt;li&gt;And the roadside statuary: &lt;a href=&quot;https://www.roadsideamerica.com/tip/16421&quot;&gt;cow with calf&lt;/a&gt;, and &lt;a href=&quot;https://www.roadsideamerica.com/tip/16746&quot;&gt;the dragon&lt;/a&gt;. Both have been there for quite a few years now.&lt;/li&gt;
  &lt;li&gt;Saw three small airplanes taking off in a row. The last being the slowest, but probably has the best view from a huge panoramic dome windshield.&lt;/li&gt;
  &lt;li&gt;The huge burn scar north of Redding, it seemed to go on for miles. Not sure which fire or year that was from.&lt;/li&gt;
  &lt;li&gt;Someone wearing what looked like an animal skin print rug, poncho style, and maybe it was a large Ikea grocery bag balanced and draped over their head? I couldn’t even see the person walking inside this getup.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stay tuned for a similar update tomorrow from the rest of the journey.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Reporting from the road&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/12/road-1.html&quot;&gt;Email me about the road.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>On getting out of town</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/11/road-0.html"/>
   <updated>2022-05-11T10:07:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/11/road-0</id>
   <summary>Upcoming road trip.</summary>
   <content type="html">&lt;p&gt;I’ll be road tripping north today, and on past trips I noticed that some towns feel faster to get out of than others. I’m finally taking a moment here to notice it a bit more.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;On past road trips I’ve noticed that different places have different departures times, and its route dependant. Some shorter, some longer. The exit tomorrow is longer, one of the longest I know.&amp;lt; sidenote “lie” &amp;gt;The other “longest exit” is getting off Long Island to head back upstate. Takes forever.&amp;lt; /sidenote &amp;gt;I don’t feel like I’ve really gotten out the door until I’m on I-5&amp;lt; sidenote “i5” &amp;gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Interstate_5&quot;&gt;Interstate 5, USA&lt;/a&gt;&amp;lt; /sidenote &amp;gt;. That’s about 1.5 hours drive from where I start when there isn’t any traffic.&amp;lt; sidenote “traffic” &amp;gt;There is always traffic.&amp;lt; /sidenote &amp;gt;&lt;/p&gt;

&lt;p&gt;Something peculiar about it is that this particular exit is the fast one, even though it adds 30 minutes (according to the maps) to the total time vs another faster-in-total route. The other faster overall route takes 30 more minutes to feel like I’ve “left”, bringing it to about 2 hours. Feels like an eternity.&lt;/p&gt;

&lt;p&gt;&amp;lt; newthought &amp;gt;In looking for patterns&amp;lt; /newthought &amp;gt; in this, I noticed that both places I mentioned already, the Bay Area and Long Island / NYC, are very large metropolitan areas. Maybe it’s that I don’t feel that I’ve left until I’ve crossed some frontier of the metro area. That sounds like a natural thing to think. And it holds up when I think about different size places I’ve lived. It also survives the test of exiting town via the nearest frontier; in my case a southerly exit is the quickest.&lt;/p&gt;

&lt;p&gt;But the journey began when I left my house, so what does the city have to do with it?&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;On getting out of town&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/11/road-0.html&quot;&gt;Email me about leaving.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>What makes a good first sentence work?</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/09/sentences.html"/>
   <updated>2022-05-09T10:34:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/09/sentences</id>
   <summary>I had a list.</summary>
   <content type="html">&lt;p&gt;📝 In &lt;a href=&quot;https://micro.blog/books/9781582975276&quot;&gt;Writing Life Stories: How To Make Memories Into Memoirs, Ideas Into Essays And Life Into Literature&lt;/a&gt; by Bill Roorbach there is an exercise from chapter 1 about first sentences. These aren’t limited to the very first sentence in the piece, it could be the beginning sentence in the chapter or segment too. The goal is to look at a bunch of them, pick some personal favorites, and determine why they work.&lt;/p&gt;

&lt;p&gt;I won’t reproduce my list in entire. These aren’t even my favorites, just ones that I wanted to comment on.&lt;/p&gt;

&lt;p&gt;&amp;lt; epigraph pre=”Herman Melville” cite=”Moby-Dick” link=”//micro.blog/books/9780393285000” &amp;gt;
Call me Ishmael.
&amp;lt; /epigraph &amp;gt;&lt;/p&gt;

&lt;p&gt;I wonder what is the speaker’s true name. Why are we using this name instead of that one? Ishmael is an exotic feeling name today, whether that was true or not in the 1850s I don’t know. It’s such a short sentence to contain all that. I think it’s a great success. My spouse disagrees.&lt;/p&gt;

&lt;p&gt;&amp;lt; epigraph pre=”John Gardner” cite=”Grendel” link=”//micro.blog/books/9780307756787” &amp;gt;
The old ram stands looking down over rock piles, stupidly triumphant.
&amp;lt; /epigraph &amp;gt;&lt;/p&gt;

&lt;p&gt;This is a very odd place to bring our focus when the title character is such a mythically great monster. Why is he concerned about goats at all? It has a bit of whimsy. I feel like I am seeing the old ram through someone else’s eyes, with some of their thougts about it. There is background here, judgementalness and prior history with this goat in particular.&lt;/p&gt;

&lt;p&gt;&amp;lt; epigraph pre=”Umberto Eco” cite=”The Name of the Rose” link=”//micro.blog/books/9780544176560” &amp;gt;
It was a beautiful morning at the end of November.
&amp;lt; /epigraph &amp;gt;&lt;/p&gt;

&lt;p&gt;This is a very unusual wording given that we are purportedly reading a &lt;em&gt;manuscript&lt;/em&gt; written in 1327, translated into French. And why is this what the author, a monk, is bringing our attention to? Seems very unusual, personal, a memory.&lt;/p&gt;

&lt;p&gt;&amp;lt; newthought &amp;gt;After examining first sentences&amp;lt; /newthought &amp;gt; more than I had before, opening sentences need a couple of things to really succeed. They need a bit of crunchy specificity (thanks &lt;a href=&quot;http://www.timclarepoet.co.uk&quot;&gt;Tim&lt;/a&gt;!). A good opening sentence has a touch of mystery. It opens the door a bit further, maybe in a surprising way on what you already know about the story. There should be a noticeable question in your mind when you read it: why is this the aspect that the author chose? It should illicit a response of curiosity, and a desire for resolution. It launches (or re-launches) the “story” in the direction that it eventually goes. The shorter the better the sentence, often times the better.&lt;/p&gt;

&lt;p&gt;There is a companion exercise to take a similar look at my own first sentences. I still have to do that one.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;What makes a good first sentence work?&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/09/sentences.html&quot;&gt;Email me your favorite first sentences.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Dracula Daily 3-8 May</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/08/drac.html"/>
   <updated>2022-05-08T14:31:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/08/drac</id>
   <summary>Events so far.</summary>
   <content type="html">&lt;p&gt;&amp;lt; summary &amp;gt;The events of the book so far are summarized and discussed. 
&lt;span class=&quot;danger&quot;&gt;Spoiler Warning.&lt;/span&gt;&amp;lt; /summary &amp;gt;
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;The events so far (from memory, going forward I will keep my own running summary notes):&amp;lt; marginnote &amp;gt;For other posts in the series, see &lt;a href=&quot;https://garo.ooo/categories/draculadaily/&quot;&gt;here&lt;/a&gt;.&amp;lt; /marginnote &amp;gt;&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;We meet Harker on his first night in the Carpathian mountains of Romania. It is the eve of the final leg of his jouney.&lt;/li&gt;
  &lt;li&gt;Harker departs the hotel with a quite singular scene of the hotelier and townfolk trying to pusuade him from finishing the journey. I have never seen, heard, witnessed, experienced, nor participated in such an event in all of my travels or life.&lt;/li&gt;
  &lt;li&gt;The transfer from the coach to the carriage is quite strange, and the ride to the castle is also beyond experience, and harrowing. I find it troubling that Harker is so matter of fact about what he witnessed. Perhaps he is questioning what he truly saw, or perhaps at this time over a century ago there was more credibility about this type of thing.&lt;/li&gt;
  &lt;li&gt;Harker meets the Count. They talk to the morning.&lt;/li&gt;
  &lt;li&gt;They discuss the Count’s new London property. Evidently the Count is planning to move.&lt;/li&gt;
  &lt;li&gt;Harker determines that the Count is without servants.&lt;/li&gt;
  &lt;li&gt;Harker understands that he is captive.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There we have it, things have gone quite badly for Harker it would seem. A few things are worth it to me to note about this reading.&lt;/p&gt;

&lt;p&gt;First, the immediacy and intimacy of the writing is quite successful. The food, the experience of travel, the scenery. The layer of reading it on the same day as it was written helps to build the connection with the character. I noticed that upon entering the castle, discussion of the particulars of the food stop being listed. It makes sense to drop that sort of trivia given other factors.&lt;/p&gt;

&lt;p&gt;Second, Harker seems oddly lucid and accepting about these experiences that he is having. Even upon noticing that he is imprisoned, he doesn’t list his options for escape. Maybe Stoker thinks readers will accept that all the avenues are in fact closed. Maybe readers in that day did. I am not satisfied with the short discussion of cliffs and locked doors.&lt;/p&gt;

&lt;p&gt;Third, I am quite satisfied with my own interest and engagement level. Of course having never been interested in horror as a genre, or in Dracula in particular, I was quite surprised at my own interest level. Glad to see it hasn’t waned yet. It’s quite possible that the novelty of real time reading is keeping my engangement level up.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Dracula Daily 3-8 May&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/08/drac.html&quot;&gt;Email me your reactions.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Lao Tzu: Tao Te Ching by U. Le Guin</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/06/le-guin.html"/>
   <updated>2022-05-06T22:54:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/06/le-guin</id>
   <summary>Book report</summary>
   <content type="html">&lt;p&gt;Finished reading, with satisfaction: &lt;a href=&quot;https://micro.blog/books/9781611807240&quot;&gt;Lao Tzu: Tao Te Ching: A Book about the Way and the Power of the Way&lt;/a&gt; by Ursula K. Le Guin 📚&lt;/p&gt;

&lt;p&gt;But like, I’m going to have read it ten more times at least. There is an extra dollop of mystery in this poetry, and calling it that seems to be understating it. I’m not even sure what to say right now, so much good stuff here.&lt;/p&gt;

&lt;p&gt;For future ease of reference, I leave here one of Le Guin’s sources: &lt;a href=&quot;https://archive.org/details/laotzestaotehkingpaulcarus_17_V/page/140/mode/2up&quot;&gt;Carus’s word-for-word translation&lt;/a&gt; of the text from 1898.&lt;/p&gt;

&lt;p&gt;&amp;lt; newthought &amp;gt;I read this book&amp;lt; /newthought &amp;gt; as a physical book, and a very nice copy too! Good thing because I’ll be back!&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Lao Tzu: Tao Te Ching by U. Le Guin&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/06/le-guin.html&quot;&gt;Email me your book reports.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Reflecting on the week</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/06/reflecting.html"/>
   <updated>2022-05-06T21:34:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/06/reflecting</id>
   <summary>Busy Week.</summary>
   <content type="html">&lt;p&gt;It has been a busy week, but a good week. There were plenty of moments that I took time to think, to just sit with my thoughts. Whatever thoughts those were in those moments. I’m glad I did that instead of trying to scramble and fill the time with execution when what I needed was time to reflect and absorb and process.&lt;/p&gt;

&lt;p&gt;It has also been a turning point week, with me having had a lot of talking to do. Lots more talking is coming too. Very direct, honest talk about things that needed to be said. None of it anything to be afraid of, but still it felt difficult for me to say before. Most of it honest reporting of the world as I see it, and the challenges I see. This week was not easy. But it was doable, and even comfortable. And a relief. Maybe I hadn’t arrived at a final position until recently.&lt;/p&gt;

&lt;p&gt;I feel good about the decisions I’ve taken, and the ways that I’ve gone about them. I’m very glad for that. Just one step on the road of personal progress.&lt;/p&gt;

&lt;p&gt;By the way, I’m talking about work stuff, which is of course important, but there are many more important things in life.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Reflecting on the week&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/06/reflecting.html&quot;&gt;Email me about your week.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Evening Links</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/05/links.html"/>
   <updated>2022-05-05T20:53:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/05/links</id>
   <summary>Fun stuff.</summary>
   <content type="html">&lt;p&gt;&amp;lt; summary &amp;gt;Some links from my nightly RSS news feed.&amp;lt; /summary &amp;gt;&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;I may from time to time share a sampling of the things that I have seen in the morning or evening perusal of my RSS feed reader. This time is one of those times.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theverge.com/2022/5/5/23058787/goldeneye-007-nintendo-64-no-screen-cheating-museum-computing-history&quot;&gt;GoldenEye 007 on 4 screens?&lt;/a&gt; As a huge fan of the original in it’s time, this sounds like a dream to me. But also screencheating&amp;lt; sidenote &amp;gt;Or, “stop looking at my screen!” as I called it.&amp;lt; /sidenote &amp;gt;was sooo muuuchhh fuunnnnn!&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://kottke.org/22/05/noto-a-typeface-for-the-world&quot;&gt;Noto font includes everything?&lt;/a&gt; I dunno, this is pretty cool actually. I even like the mono emojis.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://mermaid-js.github.io/mermaid/#/&quot;&gt;Mermaid is a great tool, I use it in Obsidian.&lt;/a&gt; Any chance we can get support in MB? Or maybe we already have it.&lt;/li&gt;
  &lt;li&gt;Indirectly got to &lt;a href=&quot;http://www.paulgraham.com/disagree.html&quot;&gt;Paul Graham’s piece on How to Disagree.&lt;/a&gt; I usually enjoy Paul’s&amp;lt; sidenote &amp;gt;We’re not really on a first name basis.&amp;lt; /sidenote &amp;gt;essays, or at least learn something.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://asoftmurmur.com/&quot;&gt;I do enjoy these ambient noise things.&lt;/a&gt; Someday I may post a whole collection of them, with Photian comments.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thats it for now, time to read some Dracula. Have a good night!&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Evening Links&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/05/links.html&quot;&gt;SALUTATOINS&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>A few quick thoughts after having just finished The Grail by B. Doyle</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/05/doyle.html"/>
   <updated>2022-05-05T09:59:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/05/doyle</id>
   <summary>Book Report.</summary>
   <content type="html">&lt;p&gt;Finished reading yesterday, with satisfaction: &lt;a href=&quot;https://micro.blog/books/9780870710933&quot;&gt;The Grail: A year ambling &amp;amp; shambling through an Oregon vineyard in pursuit of the best pinot noir wine in the whole wild world&lt;/a&gt; by Brian Doyle 📚&lt;/p&gt;

&lt;p&gt;It is, as Brian Doyle says, “a thirsty book.” In just one sentence: a great many enjoyable personal essays on the growing and making of the &lt;a href=&quot;https://www.langewinery.com&quot;&gt;Lange Estate&lt;/a&gt; wines. And really it did make me want to head out and pick up one or several bottles of pinot noir from all around, Oregon or elsewhere, because that is a wine that I do enjoy, among others.&lt;!-- more --&gt;&lt;/p&gt;

&lt;p&gt;I made many underlinings, and asteriskings, and otherwise notings and dogearings while reading this one, which is &lt;a href=&quot;https://garo.ooo/2022/05/03/the-intellectual-is.html&quot;&gt;my new habit&lt;/a&gt;. I am going to let those marginalia age for a month and then come back and I might have more to share about this book. And after I talk it over with my dad who recommended it because he knows many of the people in the book and worked in the Oregon wine industry for almost 30 years, I suspect I’ll have a few more things to say then too.&lt;/p&gt;

&lt;p&gt;Oh, and a very unexpected cross connection: this is “a thirsty book”, and so was the chicken&amp;lt; marginnote &amp;gt;”paprika hendl”&amp;lt; /marginnote &amp;gt;”very good but thirsty,” that Jonathan Harker eats for supper on the 3rd of May in Bistritz, Romania in the very opening of Dracula that I just started reading yesterday.&lt;/p&gt;

&lt;p&gt;&amp;lt; newthought &amp;gt;I read this book&amp;lt; /newthought &amp;gt; in the form of a physical trade paperback that was printed very very well, however if I had one thing to mention it would be that the typesetting was left aligned instead of justified, but I think that may have been a design choice to support the author’s rather conversational, and often long, sentences. Good bright white paper and clear text throughout. A joy to read.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;PS: my writing style may, just a bit, have been affected by the writing style of the author of this short book.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;A few quick thoughts after having just finished The Grail by B. Doyle&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/05/doyle.html&quot;&gt;Email me your grails.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Too much to know by A. Blair</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/04/blair.html"/>
   <updated>2022-05-04T16:55:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/04/blair</id>
   <summary>Book Report</summary>
   <content type="html">&lt;p&gt;&amp;lt; summary &amp;gt;In which I report a couple of very interesting things I found in the book, and why I ultimately abandoned reading it.&amp;lt; /summary &amp;gt;&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;&amp;lt; newthought &amp;gt;The other book that I recently abandoned reading:&amp;lt; /newthought &amp;gt; &lt;a href=&quot;https://micro.blog/books/9780300168495&quot;&gt;Too Much to Know: Managing Scholarly Information before the Modern Age&lt;/a&gt; by Ann M. Blair 📚.&lt;/p&gt;

&lt;p&gt;There is a ton of fascinating history in managing and accessing all the information in books. A lot of the tools and technology you and I use today are much older than you might think! Tables of contents probably started out as the outer layer of a scroll.&lt;/p&gt;

&lt;p&gt;Also, lots of fun random trivia. And not at all presented as fun random trivia. This is a serious scholarly book after all. Example: &lt;a href=&quot;https://en.wikipedia.org/wiki/Incipit&quot;&gt;incipit&lt;/a&gt;: “the first few words of the text, employed as an identifying label.” I didn’t know that word or definition. I didn’t even know that was a thing. I might be able to use that. Cool!&lt;/p&gt;

&lt;p&gt;Or the crazy random rabbit holes you can get to on the internet now. I learned about the &lt;a href=&quot;https://en.wikipedia.org/wiki/Bibliotheca_(Photius)&quot;&gt;&lt;em&gt;Bibliotheca of Photius&lt;/em&gt;&lt;/a&gt;, which is Photius’s&amp;lt; sidenote “Who is Photius” &amp;gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Photios_I_of_Constantinople&quot;&gt;Photius of Constantinople&lt;/a&gt;, 810-893.&amp;lt; /sidenote &amp;gt; list of all the books he read, and his reviews&amp;lt; sidenote “Inventor of book reviews?” &amp;gt;Maybe he even invented the book review, or at least the written form.&amp;lt; /sidenote &amp;gt; of them. Like this gem about Socrates of Constantinople: “There is nothing remarkable in the author’s style, and he is not very accurate in matters of doctrine.” Ouch. You can check out the rest of Photius’s big list of books with commentary &lt;a href=&quot;https://www.tertullian.org/fathers/photius_01toc.htm&quot;&gt;here&lt;/a&gt;! Never would have found something like this in a million years.&lt;/p&gt;

&lt;p&gt;&amp;lt; newthought &amp;gt;But, what am I going to do with it?&amp;lt; /newthought &amp;gt; Right now I haven’t got many plans that this would fit in. Maybe one story idea could use it for texture, so I’m glad I found it. Reminds me a bit of &lt;em&gt;The Ninth Gate&lt;/em&gt; (book or movie, take your pick). But there was a lot of reading to find these two and the few others too.&lt;/p&gt;

&lt;p&gt;So, I’m a bit more bummed about quitting this one than the &lt;a href=&quot;https://garo.ooo/2022/04/30/finished-reading-with.html&quot;&gt;other one&lt;/a&gt;. It was interesting, often fascinating. But, in the end there was too much to read here to get the useful bits out that I wanted to use for my own practical gain. I’ll probably graze occassionally, maybe I’ll pull out more random gems.&lt;/p&gt;

&lt;p&gt;&amp;lt; newthought &amp;gt;I read this as an Apple Book&amp;lt; /newthought &amp;gt;, and my comment is the same as last time: I’ve seen the end notes done in a more useful way in other books. But I was able to get to the good stuff, so they are at least workable. Really appreciated that about it.&lt;/p&gt;

&lt;p&gt;cc @chrisaldrich&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Too much to know by A. Blair&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/04/blair.html&quot;&gt;Email me what you know.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Read with a pencil</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/03/pencil.html"/>
   <updated>2022-05-03T19:03:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/03/pencil</id>
   <summary>Mark the pages.</summary>
   <content type="html">&lt;p&gt;&amp;lt; blockquote pre=”George Steiner” &amp;gt;The intellectual is, quite simply, a human being who has a pencil in his or her hand when reading a  book.&amp;lt; /blockquote &amp;gt;&lt;/p&gt;

&lt;p&gt;I’ve been doing a lot more of this lately because I finally jettisoned my inhibition about writing in books. I had already been buying used/reading copies for years. Now it’s time to cash in!&lt;/p&gt;

&lt;p&gt;Found via &lt;a href=&quot;https://austinkleon.substack.com/p/how-to-read-like-an-artist&quot;&gt;Austin Kleon’s great newsletter&lt;/a&gt;. The rest of Austin’s comment on this one is great too, check it out.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Read with a pencil&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/03/pencil.html&quot;&gt;Email me your jettisoned inhibitions.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Phishing</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/03/phishing.html"/>
   <updated>2022-05-03T16:56:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/03/phishing</id>
   <summary>It's out of hand.</summary>
   <content type="html">&lt;p&gt;Is it just me, or are phishing text messages really getting out of hand? Used to be they were only occassional. Seems like it’s almost daily now. In the last ~3 months I’ve gone from mildly skeptical of unexpected text messages to “no way am I clicking on anything in that” unless I’ve Googled the domain, and remembered what I did that would have triggered the text message, and critically examined the contents for phishing bait. It’s not like I was clicking on them before, but it wasn’t such a… &lt;em&gt;reaction&lt;/em&gt;. In the last week I switched on the filtering to put texts from unknown senders in their own area in iMessages.&lt;/p&gt;

&lt;p&gt;What else can we do about this? I predict the demise of text messaging if this trend continues, or it turns into email anyway.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Phishing&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/03/phishing.html&quot;&gt;SALUTATOINS&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>It Begins</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/03/drac.html"/>
   <updated>2022-05-03T13:01:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/03/drac</id>
   <summary>Dracula Daily, I mean</summary>
   <content type="html">&lt;p&gt;Oh oh, oh! &lt;a href=&quot;https://draculadaily.substack.com/p/dracula-may-3-590?s=r&quot;&gt;Dracula Daily&lt;/a&gt; began today! I don’t know why I am so excited about this! Maybe it’s the travelogue nature of the beginning, or the comparison of weathers&amp;lt; sidenote “About Weather” &amp;gt;I mean, the experience of comparing and contrasting my weather against the atmosphere of the book, which I assume will follow some seasonal trend and be called out. Just a guess on my part.&amp;lt; /sidenote &amp;gt;I’ll be having over the next 6 months (weather: I’m a fan). I plan to do some realtime commenting on the reading too.&lt;/p&gt;

&lt;p&gt;Started reading: &lt;a href=&quot;https://micro.blog/books/9780393679205&quot;&gt;Dracula (Norton Critical Editions)&lt;/a&gt; by Bram Stoker 📚. Nicely formatted ebook from &lt;a href=&quot;https://standardebooks.org/ebooks/bram-stoker/dracula&quot;&gt;Standard EBooks&lt;/a&gt; if you’re into that.&lt;/p&gt;

&lt;p&gt;The things I noted in the first day’s reading: the food (I see cooking opporutnities here), the locations, the corporeal inhabitedness,&amp;lt; sidenote “About Immediacy” &amp;gt;Harker mentions how he slept, and talks about food, and not wanting to miss the train. It seems all very personal/experiential, and immediate.&amp;lt; /sidenote &amp;gt; and the sense of mystery and even a bit of calamity. The world is being set before me, and I don’t know which of the possibilities is a probability. It was only a couple of pages worth. The annotations in the Norton Critical Edition help and also distract a bit.&lt;/p&gt;

&lt;p&gt;Anybody want to start a reading club?&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;It Begins&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/03/drac.html&quot;&gt;Email me your Dracula thoughts.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>XKCD Commentary</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/03/xkcd.html"/>
   <updated>2022-05-03T09:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/03/xkcd</id>
   <summary>I enjoy it</summary>
   <content type="html">&lt;p&gt;What is the right etiquette and way to Micro.blog this?&lt;/p&gt;

&lt;p&gt;I really enjoy these comic-commentary types from XKCD 😄. They really capture the uncertainty and confusion of the first time encountering these mathematical notations. Takes ya back haha!&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://imgs.xkcd.com/comics/2.png&quot; alt=&quot;2&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Link to the original: &lt;a href=&quot;https://xkcd.com/2614/&quot;&gt;https://xkcd.com/2614/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Another recent favorite in the genre: &lt;a href=&quot;https://xkcd.com/2586&quot;&gt;https://xkcd.com/2586&lt;/a&gt;.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;XKCD Commentary&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/03/xkcd.html&quot;&gt;Email me your favorites.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Lena</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/02/lena.html"/>
   <updated>2022-05-02T16:57:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/02/lena</id>
   <summary>Things of Interest</summary>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://qntm.org/mmacevedo&quot;&gt;Lena @ Things of Interest&lt;/a&gt; is a short-ish piece of sci-fic posing as something like a Wikipedia article. It’s about the first successful brain image create in the year 2031. I’d say the piece is a success because my reaction was “oh god, the horror.” And this is not a piece of horror sci-fi.&lt;/p&gt;

&lt;p&gt;Have you read &lt;em&gt;Lena&lt;/em&gt;? What did you think?&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Lena&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/02/lena.html&quot;&gt;Email me your favorite short stories.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Headache</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/05/01/headache.html"/>
   <updated>2022-05-01T16:58:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/05/01/headache</id>
   <summary>It's a rare thing</summary>
   <content type="html">&lt;p&gt;Yesterday was one of those rare days with a mild persistent headache and achy teeth. That is despite taking Excedrin, drinking plenty of water, and eating plausibly well enough. Maybe it was allergy induced? Or maybe I’m catching a cold. This is a pre-recorded message since I am planning to use Sunday as a day of fewer obligations.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Headache&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/05/01/headache.html&quot;&gt;Don&apos;t email me your headache. Please.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>The Extended Mind</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/04/30/extended.html"/>
   <updated>2022-04-30T16:59:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/04/30/extended</id>
   <summary>I abandoned it.</summary>
   <content type="html">&lt;p&gt;Abandoned reading: &lt;a href=&quot;https://micro.blog/books/9780544947665&quot;&gt;The Extended Mind: The Power of Thinking Outside the Brain&lt;/a&gt; by Annie Murphy Paul 📚.
I was reading this book on my iPad with Apple Books.&lt;/p&gt;

&lt;p&gt;I approached it with the mindset that these ideas are options for me to consider in my own mind practice, and there were a number of interesting ideas.
But yesterday I had to admit to myself that it is time to abandon my comittment to reading this book. I have to do the same with another book it was partnered with, but I’ll get to that another day. I think I read about 30-40% of the book before my calculations told me a sustained effort would require more energy than I had to give it at this time. I will keep it around for the option to browse different sections look for  useful tidbits.&lt;/p&gt;

&lt;p&gt;I found the idea of the &lt;a href=&quot;https://www.themarginalian.org/2022/03/22/the-extended-mind/&quot;&gt;Magpie Mind&lt;/a&gt; to be a useful one for understanding how I assemble bigger ideas from whatever is around. Want better ideas? Have better stuff around. Also remember to pause and examine the ideas you have constructed.&lt;/p&gt;

&lt;p&gt;I also found the ideas discussed around &lt;a href=&quot;https://blogs.uoregon.edu/richardtaylor/2016/02/08/fractal-analysis-of-jackson-pollocks-poured-paintings/&quot;&gt;the poured paintings of Jackson Pollock&lt;/a&gt; to be really helpful for inspecting and understanding some things about my own computer art practice that had been quite mysterious to me. My random search for what works and what doesn’t work for me will probably be much more effective with this clue.&lt;/p&gt;

&lt;p&gt;There are many other ideas that were also useful and that I will continue to personally explore. You can get a pretty good sense of the type of ideas from &lt;a href=&quot;https://www.nytimes.com/2021/07/20/opinion/ezra-klein-podcast-annie-murphy-paul.html?unlocked_article_code=AAAAAAAAAAAAAAAACEIPuomT1JKd6J17Vw1cRCfTTMQmqxCdw_PIxftm3iWna3DKDmwaiOMNAo6B_EGKaLh5bp4w2zmaQppZN7MkTedui-ZZOU1gDgy1uIOEidEdKjgx74KvW2d8l7T8YYcFyx64JG-oNLU4g7SloxONNDX3DaPU1SZxJQd6qZdmc0Wt2iEJ2vzGEudqidZ71fYlBMouRDxRdzDK66ezc2h2PtqFbRHf6wAkCaoOCXyIw4nqu_9Xex5SCFnGUHp5_Ww-jdhcM94dN670RAUyLIu82f5CTzw1c_r6QsE5VIPWlL51sLLSqxXqy8G-wvQ-FKU8r6qZtuzVkSQlxvxN79EORMAZ&amp;amp;smid=url-share&quot;&gt;Ezra Klein’s podcast with the author&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;But some sections were less obviously plausible. I did not see the connection to thinking in groups in the tale about the aircraft carrier and the sailboat. If one of you did find a connection there, I would listen. There was also quite a bit of text related to the ideas presented that I didn’t feel added all that much; some stories about trainings and their audiences that I didn’t think clarified what I was to do with the idea at all. Maybe it’s just me.&lt;/p&gt;

&lt;p&gt;Now, some comments about the (virtual) book itself as an object. This is a thing that I care about and might explore at a later time. One thing that I greatly appreciated the author and publisher for including is rich end notes. I was able to use these to track down more technical materials on some of the concepts that had been diluted beyond recovery in the book. Those breadcrumbs are invaluable. However, I’ve seen it done in an easier to use way in Apple Books before, and the increased friction was an annoyance. I have nothing else worth mentioning in my review of the experience of reading the book on an iPad.&lt;/p&gt;

&lt;p&gt;Did you read &lt;em&gt;The Extended Mind&lt;/em&gt;? What did you think of it?&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;The Extended Mind&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/04/30/extended.html&quot;&gt;Email me your extended mind.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Dracula Daily</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/04/29/drac.html"/>
   <updated>2022-04-29T17:00:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/04/29/drac</id>
   <summary>Real time Dracula</summary>
   <content type="html">&lt;p&gt;Found out about &lt;a href=&quot;https://draculadaily.substack.com/about&quot;&gt;Dracula Daily&lt;/a&gt;, a Substack that will mail out the contents of the book on the dates that they happen. That starts next week, May 3. I’ve not read &lt;em&gt;Dracula&lt;/em&gt; before, so I’m kind of excited about this. Got me a hard copy too: &lt;a href=&quot;https://micro.blog/books/9780393679205&quot;&gt;Dracula (Norton Critical Editions)&lt;/a&gt; 📚.&lt;/p&gt;

&lt;p&gt;In general I enjoy an episodic driven story. &lt;em&gt;The Name of the Rose&lt;/em&gt; has a time driven story, and for me it adds an extra dimension to read it around the time of the year that it happens (late November, if I recall correctly).&lt;/p&gt;

&lt;p&gt;Anybody have suggestions of other good writing like this? There are some suggestions on the &lt;a href=&quot;https://en.wikipedia.org/wiki/Epistolary_novel&quot;&gt;Epistolary novel&lt;/a&gt; wikipedia page, but that focuses more on the document aspect of the novel materials, rather than the time/season aspect.&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Dracula Daily&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/04/29/drac.html&quot;&gt;Email me your Dracula thoughts.&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

 
<entry>
   <title>Introduction</title>
   <link rel="alternate" href="https://www.justing.net/notes/2022/04/28/intro.html"/>
   <updated>2022-04-28T19:31:00-07:00</updated>
   <id>https://www.justing.net/notes/2022/04/28/intro</id>
   <summary>Micro.blog friends</summary>
   <content type="html">&lt;p&gt;Hello new friends. Let me do a short introduction here.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;I like to write 📝 and want to get better at it. I am writing right now, am I not?&lt;/li&gt;
  &lt;li&gt;I’ve been making art 🎨 with computers for a while now, but I have ambitions on drawing too.&lt;/li&gt;
  &lt;li&gt;I’ve been on this planet for a while now, so I’ve learned a few things. But I still have questions.&lt;/li&gt;
  &lt;li&gt;I recently started dabling in music making 🎵. It’s been fun.&lt;/li&gt;
  &lt;li&gt;I’m a competent photographer 📷, it’s a hobby that I enjoy but have been doing less of it lately.&lt;/li&gt;
  &lt;li&gt;I like to cook, I’ll probably share pictures from time to time. Maybe some recipes too.&lt;/li&gt;
  &lt;li&gt;I’m pretty math curious, so things like that might show up from time to time.&lt;/li&gt;
  &lt;li&gt;I went to school for science, physics in particular. So, I have some experience in that.&lt;/li&gt;
  &lt;li&gt;I do some software professionally, so I know a bit about that.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Obviously there is more than that, but this probably covers a lot ground that we could use to make a connection. Let’s try to get acquainted!&lt;/p&gt;

&lt;p class=email-reply&gt;To Reply: &lt;a href=&quot;mailto:justin@garofo.li?subject=Reply to the post &apos;Introduction&apos; on justing.net&amp;body=url: https://www.justing.nethttps://www.justing.net/notes/2022/04/28/intro.html&quot;&gt;Email me an introduction!&lt;/a&gt;&lt;/p&gt;
</content>
</entry>

</feed>

