rlm@66: <?xml version="1.0" encoding="utf-8"?> rlm@66: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" rlm@66: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> rlm@66: <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> rlm@66: <head> rlm@66: <title>Aurellem</title> rlm@70: <!-- 2015-04-19 Sun 03:58 --> rlm@66: <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> rlm@66: <meta name="generator" content="Org-mode" /> rlm@66: <meta name="author" content="Robert McIntyre" /> rlm@66: <style type="text/css"> rlm@66: <!--/*--><![CDATA[/*><!--*/ rlm@66: .title { text-align: center; } rlm@66: .todo { font-family: monospace; color: red; } rlm@66: .done { font-family: monospace; color: green; } rlm@66: .priority { font-family: monospace; color: orange; } rlm@66: .tag { background-color: #eee; font-family: monospace; rlm@66: padding: 2px; font-size: 80%; font-weight: normal; } rlm@66: .timestamp { color: #bebebe; } rlm@66: .timestamp-kwd { color: #5f9ea0; } rlm@66: .right { margin-left: auto; margin-right: 0px; text-align: right; } rlm@66: .left { margin-left: 0px; margin-right: auto; text-align: left; } rlm@66: .center { margin-left: auto; margin-right: auto; text-align: center; } rlm@66: .underline { text-decoration: underline; } rlm@66: #postamble p, #preamble p { font-size: 90%; margin: .2em; } rlm@66: p.verse { margin-left: 3%; } rlm@66: pre { rlm@66: border: 1px solid #ccc; rlm@66: box-shadow: 3px 3px 3px #eee; rlm@66: padding: 8pt; rlm@66: font-family: monospace; rlm@66: overflow: auto; rlm@66: margin: 1.2em; rlm@66: } rlm@66: pre.src { rlm@66: position: relative; rlm@66: overflow: visible; rlm@66: padding-top: 1.2em; rlm@66: } rlm@66: pre.src:before { rlm@66: display: none; rlm@66: position: absolute; rlm@66: background-color: white; rlm@66: top: -10px; rlm@66: right: 10px; rlm@66: padding: 3px; rlm@66: border: 1px solid black; rlm@66: } rlm@66: pre.src:hover:before { display: inline;} rlm@66: pre.src-sh:before { content: 'sh'; } rlm@66: pre.src-bash:before { content: 'sh'; } rlm@66: pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } rlm@66: pre.src-R:before { content: 'R'; } rlm@66: pre.src-perl:before { content: 'Perl'; } rlm@66: pre.src-java:before { content: 'Java'; } rlm@66: pre.src-sql:before { content: 'SQL'; } rlm@66: rlm@66: table { border-collapse:collapse; } rlm@66: caption.t-above { caption-side: top; } rlm@66: caption.t-bottom { caption-side: bottom; } rlm@66: td, th { vertical-align:top; } rlm@66: th.right { text-align: center; } rlm@66: th.left { text-align: center; } rlm@66: th.center { text-align: center; } rlm@66: td.right { text-align: right; } rlm@66: td.left { text-align: left; } rlm@66: td.center { text-align: center; } rlm@66: dt { font-weight: bold; } rlm@66: .footpara:nth-child(2) { display: inline; } rlm@66: .footpara { display: block; } rlm@66: .footdef { margin-bottom: 1em; } rlm@66: .figure { padding: 1em; } rlm@66: .figure p { text-align: center; } rlm@66: .inlinetask { rlm@66: padding: 10px; rlm@66: border: 2px solid gray; rlm@66: margin: 10px; rlm@66: background: #ffffcc; rlm@66: } rlm@66: #org-div-home-and-up rlm@66: { text-align: right; font-size: 70%; white-space: nowrap; } rlm@66: textarea { overflow-x: auto; } rlm@66: .linenr { font-size: smaller } rlm@66: .code-highlighted { background-color: #ffff00; } rlm@66: .org-info-js_info-navigation { border-style: none; } rlm@66: #org-info-js_console-label rlm@66: { font-size: 10px; font-weight: bold; white-space: nowrap; } rlm@66: .org-info-js_search-highlight rlm@66: { background-color: #ffff00; color: #000000; font-weight: bold; } rlm@66: /*]]>*/--> rlm@66: </style> rlm@66: <script type="text/javascript"> rlm@66: /* rlm@66: @licstart The following is the entire license notice for the rlm@66: JavaScript code in this tag. rlm@66: rlm@66: Copyright (C) 2012-2013 Free Software Foundation, Inc. rlm@66: rlm@66: The JavaScript code in this tag is free software: you can rlm@66: redistribute it and/or modify it under the terms of the GNU rlm@66: General Public License (GNU GPL) as published by the Free Software rlm@66: Foundation, either version 3 of the License, or (at your option) rlm@66: any later version. The code is distributed WITHOUT ANY WARRANTY; rlm@66: without even the implied warranty of MERCHANTABILITY or FITNESS rlm@66: FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. rlm@66: rlm@66: As additional permission under GNU GPL version 3 section 7, you rlm@66: may distribute non-source (e.g., minimized or compacted) forms of rlm@66: that code without the copy of the GNU GPL normally required by rlm@66: section 4, provided you include this license notice and a URL rlm@66: through which recipients can access the Corresponding Source. rlm@66: rlm@66: rlm@66: @licend The above is the entire license notice rlm@66: for the JavaScript code in this tag. rlm@66: */ rlm@66: <!--/*--><![CDATA[/*><!--*/ rlm@66: function CodeHighlightOn(elem, id) rlm@66: { rlm@66: var target = document.getElementById(id); rlm@66: if(null != target) { rlm@66: elem.cacheClassElem = elem.className; rlm@66: elem.cacheClassTarget = target.className; rlm@66: target.className = "code-highlighted"; rlm@66: elem.className = "code-highlighted"; rlm@66: } rlm@66: } rlm@66: function CodeHighlightOff(elem, id) rlm@66: { rlm@66: var target = document.getElementById(id); rlm@66: if(elem.cacheClassElem) rlm@66: elem.className = elem.cacheClassElem; rlm@66: if(elem.cacheClassTarget) rlm@66: target.className = elem.cacheClassTarget; rlm@66: } rlm@66: /*]]>*///--> rlm@66: </script> rlm@66: </head> rlm@66: <body> rlm@66: <div id="content"> rlm@66: <h1 class="title">Aurellem</h1> rlm@66: <div id="table-of-contents"> rlm@66: <h2>Table of Contents</h2> rlm@66: <div id="text-table-of-contents"> rlm@66: <ul> rlm@66: <li><a href="#sec-1">1. Ideas</a></li> rlm@66: <li><a href="#sec-2">2. 2014 : <code>CORTEX</code>, a Vitural World for Sensate AI</a></li> rlm@66: <li><a href="#sec-3">3. 2013 : Pokemon Yellow Total Control Hack</a></li> rlm@70: <li><a href="#sec-4">4. Projects</a> rlm@70: <ul> rlm@70: <li><a href="#sec-4-1">4.1. Already Done</a></li> rlm@70: <li><a href="#sec-4-2">4.2. Unfinished</a></li> rlm@70: </ul> rlm@70: </li> rlm@66: <li><a href="#sec-5">5. How-To guides</a></li> rlm@70: <li><a href="#sec-6">6. Essays</a> rlm@70: <ul> rlm@70: <li><a href="#sec-6-1">6.1. Done</a></li> rlm@70: <li><a href="#sec-6-2">6.2. Not Done</a></li> rlm@70: </ul> rlm@70: </li> rlm@66: <li><a href="#sec-7">7. About Me page</a></li> rlm@66: </ul> rlm@66: </div> rlm@66: </div> rlm@66: <p> rlm@66: (About me) rlm@66: </p> rlm@66: rlm@66: <div id="outline-container-sec-1" class="outline-2"> rlm@66: <h2 id="sec-1"><span class="section-number-2">1</span> Ideas</h2> rlm@66: </div> rlm@66: rlm@66: <div id="outline-container-sec-2" class="outline-2"> rlm@66: <h2 id="sec-2"><span class="section-number-2">2</span> 2014 : <code>CORTEX</code>, a Vitural World for Sensate AI</h2> rlm@66: </div> rlm@66: rlm@66: <div id="outline-container-sec-3" class="outline-2"> rlm@66: <h2 id="sec-3"><span class="section-number-2">3</span> 2013 : Pokemon Yellow Total Control Hack</h2> rlm@66: </div> rlm@66: rlm@66: <div id="outline-container-sec-4" class="outline-2"> rlm@66: <h2 id="sec-4"><span class="section-number-2">4</span> Projects</h2> rlm@66: <div class="outline-text-2" id="text-4"> rlm@70: </div><div id="outline-container-sec-4-1" class="outline-3"> rlm@70: <h3 id="sec-4-1"><span class="section-number-3">4.1</span> Already Done</h3> rlm@70: <div class="outline-text-3" id="text-4-1"> rlm@66: <ul class="org-ul"> rlm@70: <li class="on"><code>[X]</code> Background subtration + top-down vision</li> rlm@70: <li class="on"><code>[X]</code> pony-stories</li> rlm@70: <li class="on"><code>[X]</code> jmeCapture</li> rlm@70: <li class="on"><code>[X]</code> pokemon types</li> rlm@70: <li class="off"><code>[ ]</code> society of mind webpage</li> rlm@70: <li class="off"><code>[ ]</code> sussman book recs</li> rlm@66: </ul> rlm@66: </div> rlm@66: </div> rlm@66: rlm@70: <div id="outline-container-sec-4-2" class="outline-3"> rlm@70: <h3 id="sec-4-2"><span class="section-number-3">4.2</span> Unfinished</h3> rlm@70: <div class="outline-text-3" id="text-4-2"> rlm@70: <ul class="org-ul"> rlm@70: <li class="off"><code>[ ]</code> Brutal Comments (rule over your comments section like a tyrant!)</li> rlm@70: <li class="on"><code>[X]</code> Marble Paintings</li> rlm@70: <li class="off"><code>[ ]</code> LFS package system</li> rlm@70: <li class="off"><code>[ ]</code> timelapse</li> rlm@70: <li class="off"><code>[ ]</code> cold-storage</li> rlm@70: <li class="off"><code>[ ]</code> poly-vitrification</li> rlm@70: <li class="on"><code>[X]</code> hardware stuff with tan + limdo</li> rlm@70: </ul> rlm@70: </div> rlm@70: </div> rlm@70: </div> rlm@70: rlm@66: <div id="outline-container-sec-5" class="outline-2"> rlm@66: <h2 id="sec-5"><span class="section-number-2">5</span> How-To guides</h2> rlm@66: <div class="outline-text-2" id="text-5"> rlm@66: <ul class="org-ul"> rlm@70: <li class="on"><code>[X]</code> wiki</li> rlm@70: <li class="on"><code>[X]</code> email</li> rlm@70: <li class="on"><code>[X]</code> 6.949 scheme guide</li> rlm@66: </ul> rlm@66: </div> rlm@66: </div> rlm@66: rlm@66: <div id="outline-container-sec-6" class="outline-2"> rlm@66: <h2 id="sec-6"><span class="section-number-2">6</span> Essays</h2> rlm@66: <div class="outline-text-2" id="text-6"> rlm@70: </div><div id="outline-container-sec-6-1" class="outline-3"> rlm@70: <h3 id="sec-6-1"><span class="section-number-3">6.1</span> Done</h3> rlm@70: <div class="outline-text-3" id="text-6-1"> rlm@66: <ul class="org-ul"> rlm@70: <li class="on"><code>[X]</code> Universe of Human Experience</li> rlm@70: <li class="on"><code>[X]</code> Thoughts on Patents</li> rlm@66: </ul> rlm@66: </div> rlm@66: </div> rlm@66: rlm@70: <div id="outline-container-sec-6-2" class="outline-3"> rlm@70: <h3 id="sec-6-2"><span class="section-number-3">6.2</span> Not Done</h3> rlm@70: <div class="outline-text-3" id="text-6-2"> rlm@70: <ul class="org-ul"> rlm@70: <li class="off"><code>[ ]</code> Star Trek is Evil</li> rlm@70: <li class="off"><code>[ ]</code> The Stars and the Pond Scum</li> rlm@70: <li class="off"><code>[ ]</code> Meaning, Mind, and Stories</li> rlm@70: <li class="off"><code>[ ]</code> The Server Culture</li> rlm@70: <li class="off"><code>[ ]</code> Authenticity – trancendent empericism</li> rlm@70: </ul> rlm@70: </div> rlm@70: </div> rlm@70: </div> rlm@70: rlm@66: <div id="outline-container-sec-7" class="outline-2"> rlm@66: <h2 id="sec-7"><span class="section-number-2">7</span> About Me page</h2> rlm@66: <div class="outline-text-2" id="text-7"> rlm@66: <ul class="org-ul"> rlm@70: <li class="on"><code>[X]</code> alcor</li> rlm@70: <li class="on"><code>[X]</code> bitcoin</li> rlm@70: <li class="on"><code>[X]</code> public key</li> rlm@70: <li class="on"><code>[X]</code> resume</li> rlm@66: </ul> rlm@66: </div> rlm@66: </div> rlm@66: </div> rlm@66: <div id="postamble" class="status"> rlm@66: <p class="author">Author: Robert McIntyre</p> rlm@70: <p class="date">Created: 2015-04-19 Sun 03:58</p> rlm@66: <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.4.1 (<a href="http://orgmode.org">Org</a> mode 8.3beta)</p> rlm@66: <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> rlm@66: </div> rlm@66: </body> rlm@66: </html>