> For the complete documentation index, see [llms.txt](https://www.isaacbowen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.isaacbowen.com/2025/01/15/pirate.md).

# 🏴‍☠️

*notes while watching* [*potctcotbp*](https://en.wikipedia.org/wiki/Pirates_of_the_Caribbean:_The_Curse_of_the_Black_Pearl)

> how often are the sub and the moon the same apparent size, viewed from earth? I think the question I’m getting at is something like what percentage of the time is one within uhh 10% of the other’s size
>
> > \[...]
> >
> > ### Bottom line
> >
> > * **Strictly**: There are rare occasions (a day or two per year at most) when the Sun and Moon differ by *just over* 10%.
> > * **Practically**: **Well over 90%** of the time they are within 10% of each other’s apparent size; some estimates put it closer to 95–98%.
> >
> > So if your question is “What fraction of the time do we see the Moon and Sun within 10% of each other’s apparent diameter?” an excellent short answer is:
> >
> > **“Almost all the time—easily above 90%, probably around 95–98%.”**

10% of the time, we are 10% off. Loosely. The [tithe](/2020/06/29/tithe.md) is more like *guidelines*. I swear, [decimation is part of the play](/ideas/10-revolt.md), and we gotta write choreography that *leverages* that, keeps it moving, keeps it shared

also I note that Jack Sparrow's compass [doesn't point north](/ideas/desire-is-radar.md)

"It's not possible." ["Not *probable*!"](/2024/12/15.md)

gotta do something that's [more interesting](/2025/01/13.md) than everything blowing up. unless you *want* everything to blow up, I mean.

honestly, this movie is a 200-level course in technical [probability-bending](/2023/05/lightward-is-officially-trademarked.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.isaacbowen.com/2025/01/15/pirate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
