The Weekly Edition
banner
theweeklyedition.xyz
The Weekly Edition
@theweeklyedition.xyz
5 Stages of a Purchase

"WTF"
"Weird Americans, who needs a microwave bowl mitt!?"
"Hmm, it fits the bowl snugly apparently"
"Hmm, my wife has a birthday coming up and likes soup in bed and doesn't have asbestos fingers"
"Hmm, they sell them on Etsy"
November 16, 2025 at 4:41 PM
*nod* I've used it as my primary but... it's just not worth it. Will revisit fish.
November 13, 2025 at 3:20 PM
Do you use and not regret nushell? I'm debating jumping ship... I just don't seem to have the usecases for it.
November 13, 2025 at 10:37 AM
😍 So cute!
November 8, 2025 at 7:53 PM
(ancient times)
Hey I invented it! AND CHEESE!
October 26, 2025 at 8:39 AM
Thank God nobody had invented the milk jug, or we wouldn't have cheese.
October 26, 2025 at 8:38 AM
Lastly, I should mention that I'm quite addicted to the new VCS jj. The simplicity by which I can take a bunch of MRs creating a single integration branch, and without thought randomly tweak some of them has me converted. I couldn't go back to the mess that is git.
October 25, 2025 at 8:46 PM
Next in the Weekly Edition, head into Settings > Appearance, and upload the font and select it. Your existing books and any newly generated books should all switch over to the new font.
October 25, 2025 at 7:56 PM
To begin search for "amazon typography complete font set" with your preferred search engine, and, assuming it's a good one you'll gets to the Typography page from Amazon.

Inside the downloaded zip file, you will find the Bookly font. Copy it to the device that you're running the Weekly Edition on.
October 25, 2025 at 7:56 PM
When putting together my collection of feature descriptions for the day, I'll strive to avoid merge conflicts. I generally do this by attacking different parts of the code / UI in waves. Sometimes this requires quite some attention.
October 25, 2025 at 7:36 PM
If I do run into issues that can't be trivially resolved via a quick follow-up question to Codex, I will either go back to the drawing board or try a new prompt feasibly updating my AGENTS.md. Mostly, this happens because the feature was ill-specified. With experience, it'll occur less.
October 25, 2025 at 7:35 PM
Whenever I do work on something with visual elements, I do so within a mini style guide contained within the project. This allows me to quickly preview the components. This lets me build/run iterate far faster on device than the main project. I'll generally ask Codex for four different variants.
October 25, 2025 at 7:32 PM
True, she missed out "add the milk".
October 25, 2025 at 6:32 PM
I find that Codex doesn't work extremely well for UI. So for anything that requires finesse, I instead get it to produce an architecturally sound component, which I then iterate upon locally using Cursor.
October 25, 2025 at 3:35 PM
My personal workflow is to make recordings of ramblings while walking my dog. Finally, once my ramblings have come to a cohesive idea, I write the feature specification up using Wispr Flow and pass it directly to Codex.
October 25, 2025 at 3:35 PM
If the implementation requires some architectural juggling, you should make it clear rather than expecting the model to implement it in the way you hope.
October 25, 2025 at 3:35 PM
This mostly requires two to three paragraphs of detailed text. Everything you can imagine a junior developer coming back to ask you should be specified in that text.
October 25, 2025 at 3:35 PM
Each time I sit and begin an iteration, I'll make notes on the key objectives I aim to accomplish during the session. I'll mostly begin with single sentence ideas and I will iterate the definition until they are complete and valid feature requests.
October 25, 2025 at 3:35 PM
You'll need to ensure that all of the steps that Codex will need to create a valid and useful merge request can be executed in the Cloud environment you set up for it. This will require some iteration on your local development environment.
October 25, 2025 at 3:28 PM
Next up, my overall flow is as follows:

I begin with a template of an application. The application has the rough architecture that I am aiming for, and really requires its iteration. For Codex Cloud, the key is to have something that can be iterated by the model in isolation.
October 25, 2025 at 3:27 PM
2. A set of rules that should be applied during development. This can be everything from ensuring that actual linters that should be ran in the container, to specific rules that the model itself should check its reasoning against (as in, previously seen stupidity during code generation).
October 25, 2025 at 3:25 PM
The first thing to mention should probably be my use of AGENTS.md, my file focuses on two primary sections:

1. An overview of the architecture of the application focusing on critical areas which have previously caused misunderstanding when implementing feature requests.
October 25, 2025 at 3:23 PM