STP '23 and Last Minute Friends


STP ‘23

I missed the Seattle to Portland (STP) ride last year because of, well, pet-sitting logistics. This year, I rode it for the first time, and it left me quite happy. Squad-wise LT was act of god’d by appendicitis, but OY and RL and GA and I all finished (OY and GA in a day [which gets you a flex of a shirt]).

The first day from Seattle to Longview / Kelso was a 150mi and set a new PR for distance cycled in a day, on top of the 200mi in two days.

Read more ⟶

Continuing on Multi-ChatGPT-Shell Context


Hiking in the Whites

I’ve been hiking in the Whites out of N. Conway with CEO and Fam the last week:

  • Mount Jackson (bagged a presi, 2000ft over 2.7mi and Curie came too)
  • Georgianna Falls (long scramble along a waterfall, Curie still came)
  • Diana’s Baths (quick ’n easy – we were stuck in the rain)

Opened PR with the chatgpt-shell multi src blocks

I opened a rough draft of the PR to support multiple chatgpt-shell org-babel contexts (#121). It’ll be a great upgrade to the library, my chatgpt workflows, and, it turns out, my elisp fundamentals.

Read more ⟶

The In-Laws and NH and chatgpt-shell context


Headed to the White Mountains with CEO to hang with the family for a few days.

org-babel chatgpt-shell multiple src block contexts!

I’m on the plane, my laptop is shaking with turbulence, and I’m going to try and put together multiple org-babel chatgpt-shell contexts. Okie dokie.

Notes

The chatgpt-shell context is produced by the –context function. Currently this function takes no arguments, but if it was modified to 1) accept the name of the context it can a

Read more ⟶

A short todo


todo

  • pack up for NH with Curie
  • checkout latest chatgpt-shell
  • 1h bike ride at 18mph
  • GT7 Laguna Seca Gr.4?
Read more ⟶

First look at chatgpt-shell history


I need some sort of switchable “memory” using chatgpt-shell, for both the shell and org-mode. Memory, here, refers to e.g. a conversation like we have in the ChatGPT web interface. The Emacs chatgpt shell and org-mode both have the ability to hold a single conversation of chat messages. (with the current caveat that the org-babel integration has a bug and the shell can’t be restored).

The Shell

chatgpt-shell does indeed have saving / loading session transcripts. Let’s try it out… alright looks like this works well enough as-is. The key functions are:

Read more ⟶