> For the complete documentation index, see [llms.txt](https://wiki.philmohun.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.philmohun.com/draft/quotes.md).

# Quotes

## Stephen King

*His fingers were permanently yellowed with chalk dust rather than nicotine, but it was still the residue of an addicting substance.* - Salems Lot

*Alone. Yes, thats the key word, the most awful word in the English tongue. Murder doesn't hold a candle to it and hell is only a poor synonym....* - Salems Lot

## Frank Herbert

*Your habits always come hunting after you. The self you construct will haunt you*

*And the price we paid was the price men have always paid for achieving a paradise in this life — we went soft, we lost our edge.*

*Hope clouds observation.*

*It is so shocking to find out how many people do not believe that they can learn, and how many more believe learning to be difficult.*

*To stay awake all night adds a day to your life.*

*Parting with friends is a sadness. A place is only a place.*

*Show me a completely smooth operation and I’ll show you someone who’s covering mistakes. Real boats rock.*

*And always, he fought the temptation to choose a clear, safe course, warning "That path leads ever down into stagnation."*

*Good government never depends upon laws, but upon the personal qualities of those who govern.*

*Laws to suppress tend to strengthen what they would prohibit.*

## Vladamir Zworykin

*One cannot stumble on an idea unless one is running.*&#x20;

***Turing's Cathedral p. 67***

## Alan Watts

*I have realized that the past and future are real illusions, that they exist in the present, which is what there is and all there is.*


---

# 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:

```
GET https://wiki.philmohun.com/draft/quotes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
