> 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/on-distant-stars.md).

# on distant stars

{% code overflow="wrap" %}

```html
<img src=""http://exigraff.com/blog/wp-content/old_images/709.jpg"" alt="""" />

<object width=""450"" height=""19"" data=""http://exigraff.com/blog/wp-content/old_files/mp3player.swf"" type=""application/x-shockwave-flash""><param name=""bgcolor"" value=""#FFFFFF"" /><param name=""flashvars"" value=""file=http%3A%2F%2Fexigraff.com%2Fblog%2Fwp-content%2Fold_files%2Flittledeath.mp3&amp;autostart=false&amp;repeat=false&amp;backcolor=0xFFFFFF&amp;frontcolor=0x000000&amp;lightcolor=0x000000&amp;screencolor=0x000000&amp;showdigits=true&amp;volume=80"" /><param name=""src"" value=""http://exigraff.com/blog/wp-content/old_files/mp3player.swf"" /></object>
<blockquote>Please sleep, my darling, sleep
Your cry for inspiration / Never reaches ears on distant stars
And every night, our lonely planet / Slides across the universe
And I won’t pretend I understand

Please sleep, my darling, sleep
Your death by information / Won’t disturb the peace on distant stars
And even when you lock the doors / And slide behind the unlit shades
None of us saw strangers anymore

<em>Fall asleep with the windows open
Come to me with the worst you’ve said and done
You’ll close your eyes and see me
A little death makes life more meaningful
I stand no chance at all</em></blockquote>
Mondaymonday. Myst’s take on an mmorpg is <a href=""http://www.mystonline.com/"">available from GameTap</a>, and <a href=""http://qtrax.com/"">Qtrax</a> is <del>opening</del> open, as of an hour and ten ago. It’s kinda like <a href=""http://www.spiralfrog.com"">Spiral Frog</a>, only with 30mil in venture funding and a cool site.

This was actually the first monday of the semester, meaning the first web design class of the semester. We learned that, in JavaScript, variables are like different sized buckets. And that we will be talking about the differences between JavaScript and Java later on. And that if you design for IE7, you should probably check it out in Firefox 2. You gotta test.

Mmph. Bills have improved. A scholarship and a loan materialized without prompting, which is always a good time. And Bioshock’s a cool game, though I’m awful with shooters.

Family’s going to Italy. <a href=""http://rebtel.com/"">Rebtel</a> – free international calls on your mobile. There’s even a <a href=""http://www.rebtel.com/en/How-it-works/Movie/"">how-to video</a> – it’s a must-see.

Unexpected contact from another fork of the timeline, if that makes any sense.
<blockquote>Please, sleep my darling, sleep
Your car crash in slow motion / Won’t upset the pace on distant stars
And one by one the years of our lives / Stumble as the moments pass
So please hold on, please hold on

<em>Fall asleep with the windows open
Come to me with the worst you’ve said and done
You’ll close your eyes and see me
A little death makes life more meaningful
I stand no chance at all</em></blockquote>
It was warmer today. Overcast and indecisive rain. Wind from over the lake, felt almost tangible.
<blockquote><em>So fall asleep with the windows open</em></blockquote>
```

{% 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/on-distant-stars.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.
