> 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/2008/01/29/ignore-me.md).

# IGNORE ME

{% code overflow="wrap" %}

```html
<object width=""600"" height=""501"" data=""http://www.youtube.com/v/ds6-o4gomRc&amp;rel=1"" type=""application/x-shockwave-flash""><param name=""wmode"" value=""transparent"" /><param name=""src"" value=""http://www.youtube.com/v/ds6-o4gomRc&amp;rel=1"" /></object>
<blockquote>(11:11:35 AM) ikebowen:
a really, really random guy just walked in here really, really slowly
(11:11:39 AM) ikebowen:
and shut the door
(11:11:56 AM) ikebowen:
and left in the same manner after being questioned
(11:11:56 AM) ijiti:
<span class=""caps"">LOL</span>
(11:12:11 AM) ikebowen:
never seen him before
(11:12:19 AM) ijiti:
wat  did u sak him?
(11:12:20 AM) ijiti:
ask
(11:12:29 AM) ikebowen:
can I <em>help</em> you?</blockquote>
<strong>this entry is composed of random stuff from the last few weeks. it therefore contains little continuity.</strong>

It’s cold today. The high tomorrow is a full -3°F. At least, you know, the roads shouldn’t be slippery.

The battery on my media player went out last night; dreadful thing to happen before a drive. But you notice a lot when the world isn’t being drowned in sound. Clouds of snow writhing in the glare of someone else’s lights, patterns the wind has chiseled out of the road ahead of you, patterns that could probably cure cancer if anyone knew just how to interpret them. ‘<span class=""caps"">DEAD</span> <span class=""caps"">END</span>’, blinking at you in muffled yellow as you signal left. Snow snarling at itself, chasing the tires of <span class=""caps"">SLX</span>-572. Little things.

<em>don’t say a word, I know you feel the same</em>

Rhinelander’s best-kept secret: the Walmart deli. I think we’re going to see Sweeney Todd tonight (unrelated).

Taking the sister down to Two Rivers tomorrow; she’ll be staying with the cousins while she recovers. The doctor yesterday said her spleen was doing reasonably well, though her general illness … level is kind of hovering. It’ll be a while.

And off to school on Sunday for me. Back to the city. Woo. Classes start on Tuesday (coat check), meaning that the web design class won’t show up until the following Monday. Pff. I do hope that it’s a decent course… not like okay-here-open-frontpage-and-save-as-html.

<em>your perfect verse is just a lie you tell yourself to help you</em>
<em>get by</em>

Back at school now. In the mailbox, crammed: a variety of sample Post-it products, two surge-protector catalogues, a donor card from the Red Cross (O+!), a note from a younger cousin with some photos, a thank-you from Samaritan’s Purse for designating them as the charity of choice for my scholarship thing (someone opened it and stole the gift copy of the book Rebel With A Cause, but no matter, the letter was largely intact and that’s what counts), and a check from Scottrade that was allegedly mailed to my home address (how did they find out about my school address anyway?).

Bills. Suck.

Malodorous dorms. Apparently a sewage pipe burst somewhere. Why this should affect the hvac system, I do not know. It’s better this morning.

Went to Jewel last night, picked up 210usd in groceries. And that’s without the wheat grass.

Best <span class=""caps"">XKCD</span> ever: <a href=""http://xkcd.com/375/"">Pod Bay Doors</a>. <a href=""http://forums.xkcd.com/viewtopic.php?f=7&amp;t=17615#p499594"">This is why</a>. If this doesn’t make sense, listen to the <a href=""http://www.littlegraybooks.com/hear.html"">Little Grey Book Lectures</a> and it will become clear.

<em>sorrow drips into your heart through a pinhole
just like a faucet that leaks and there is comfort in the sound</em>
```

{% endcode %}


---

# 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/2008/01/29/ignore-me.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.
