Skip to content

Instantly share code, notes, and snippets.

@psql
Created October 12, 2025 23:26
Show Gist options
  • Select an option

  • Save psql/8ddbd5cffa99dc0bb46958fa5fc5b1be to your computer and use it in GitHub Desktop.

Select an option

Save psql/8ddbd5cffa99dc0bb46958fa5fc5b1be to your computer and use it in GitHub Desktop.

Revisions

  1. psql created this gist Oct 12, 2025.
    42 changes: 42 additions & 0 deletions illusionoflife.inc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,42 @@
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Illusion of Life</title>
    <style>
    body {
    max-width: 600px; /* Ideal line length */
    line-height: 1.6; /* Improved readability */
    margin: 0 auto; /* Center the content */
    padding: 20px; /* Add some padding */
    }
    .quote {
    margin-bottom: 20px; /* Separation between quotes and text */
    border-left: 4px solid #ccc; /* Visual separation */
    padding-left: 10px; /* Indent the quote */
    }
    </style>
    </head>
    <body>
    <h1>Illusion of Life, Inc.</h1>
    <div class="quote">
    <p>“Most of our work has been in only one small part of the vast field of animation. There are so many areas to be explored, drawings to be tried, emotions to be captured, effects to be created, new wonders to be seen. It is an exciting prospect. With electronic aids being perfected and new tools and materials being used, who can possibly foresee what lies ahead? It probably will not be another Walt Disney who will lead the way, but someone or some group of artists will surely discover new dimensions to delight and entertain the world. Hopefully this book will be their springboard.”</p>
    <p><strong>Frank Thomas & Ollie Johnston</strong>, <em><a href="https://books.disney.com/book/the-illusion-of-life/">The Illusion of Life: Disney Animation</a></em></p>
    </div>

    <br>

    <div class="quote">
    <p>“If you can't tell the difference, does it matter?”</p>
    <p><strong>Jonathan Nolan & Lisa Joy</strong>, <em><a href="https://www.google.com/search?q=westworld+imdb&oq=westworld+imdb&gs_lcrp=EgZjaHJvbWUqBwgAEAAYgAQyBwgAEAAYgAQyBwgBEAAYgAQyBwgCEAAYgAQyBwgDEAAYgAQyBwgEEAAYgAQyBwgFEAAYgAQyBwgGEAAYgAQyBwgHEAAYgAQyBwgIEAAYgAQyBwgJEAAYgATSAQg5MTQ1ajBqN6gCALACAA&sourceid=chrome&ie=UTF-8">Westworld</a></em></p>
    </div>

    <br/ >
    <p>Illusion of Life, Inc was founded by <a href="https://twitter.com/kevinafischer">Kevin Fischer</a> & <a href="https://pasquale.cool/">Pasquale D’Silva</a> on Sep 14, 2024 at 8:02pm in <a href="https://www.google.com/maps/dir//34.0390174,-118.669829/@34.0390227,-118.6699033,20z/data=!4m2!4m1!3e0?entry=ttu&g_ep=EgoyMDI0MDkxMS4wIKXMDSoASAFQAw%3D%3D">Malibu, California</a>. It was a perfect day.</p>

    <p>Our pledge is to bring warmth to machines & intelligence to the people by imagineering soulful Characters. We are assembling a team of A players to connect <a href="https://docs.google.com/document/d/1mhpS6VojzHBgL3qUF7zvpvidzEEn0V8ojF6l2j9hyoY/edit?usp=sharing">our vision</a> to reality.</p>

    <p><a href="mailto:[email protected]">[email protected]</a></p>
    </body>
    </html>