annotate pretty-dyln.html @ 62:fb5ea1d5bbe9

fixed the author macro to work!
author Robert McIntyre <rlm@mit.edu>
date Mon, 02 Mar 2015 09:51:23 -0800
parents
children
rev   line source
rlm@62 1 <html>
rlm@62 2 <head>
rlm@62 3 <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700'
rlm@62 4 rel='stylesheet' type='text/css'/>
rlm@62 5 <link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,700,400italic' rel='stylesheet' type='text/css'>
rlm@62 6
rlm@62 7 <link href='./css/dyln-dark-4.css' rel='stylesheet'
rlm@62 8 type='text/css'/>
rlm@62 9 </head>
rlm@62 10 <body>
rlm@62 11
rlm@62 12 <div class="header">
rlm@62 13 <span class="authors"><author><em>R</em>obert <em>L</em>. <em><strong>M</strong></em>c<strong>I</strong>n<strong>t</strong>yre</author>'s blog</span>
rlm@62 14 <h1>au<em>r</em>e<em>l</em>le<em>m</em>.org</h1>
rlm@62 15 <h2>science, programming, ideas</h2>
rlm@62 16 </div>
rlm@62 17 <div class="content">
rlm@62 18 <div class="atmosphere"></div>
rlm@62 19 <table class="toc">
rlm@62 20 <tr>
rlm@62 21 <th>Ideas Page</th>
rlm@62 22 <td>
rlm@62 23 <p>A list of all the ideas I've had that I felt like
rlm@62 24 writing down for the past ~ 8 years. Some of them could be
rlm@62 25 practical inventions and are "just" waiting the that 95%
rlm@62 26 perspiration to bring them to fruition, some are ideas for
rlm@62 27 science fiction, and some are simple observations.
rlm@62 28 </p>
rlm@62 29 <a href="#">Go to the Ideas Page &raquo;</a>
rlm@62 30 </td>
rlm@62 31 </tr>
rlm@62 32
rlm@62 33 <tr>
rlm@62 34 <th>How-to Guides</th>
rlm@62 35 <td>
rlm@62 36 <ul>
rlm@62 37 <li><a href="../free/html/email.html">How to set up your
rlm@62 38 own Email server</a>
rlm@62 39 </li>
rlm@62 40 <li><a href="../free/html/wiki.html">How to set up your
rlm@62 41 own Wiki</a>
rlm@62 42 <li><a href="../cortex/html/capture-video.html">How to
rlm@62 43 capture live video feeds from JMonkeyEngine</a>
rlm@62 44 </li>
rlm@62 45 </ul>
rlm@62 46 </td>
rlm@62 47 </tr>
rlm@62 48 <tr>
rlm@62 49 <th>Major Projects</th>
rlm@62 50
rlm@62 51 <td>
rlm@62 52 <h2>Cortex: a virtual world for sensate AI (2014)</h2>
rlm@62 53 <p class="description">
rlm@62 54 My MEng thesis at MIT, which won the 2014 Charles and
rlm@62 55 Jennifer Johnson Thesis Award &mdash; 1st Place! All
rlm@62 56 code and text for the thesis is freely licensed.<br/>
rlm@62 57 <a href="http://aurellem.org/dl/rlm-meng-cortex-final.pdf">
rlm@62 58 Download PDF of thesis &raquo;</a> &nbsp;&nbsp;&nbsp;
rlm@62 59 <a href="http://aurellem.org/dl/cortex-1.0.0.tar.bz2">Download
rlm@62 60 source code (cortex-1.0.0.tar.bz2) &raquo;</a>
rlm@62 61
rlm@62 62
rlm@62 63 <h3>Demonstrations</h3>
rlm@62 64 <ol>
rlm@62 65 <li>
rlm@62 66 <a href="../cortex/html/world.html">Creating a
rlm@62 67 Virtual World</a>
rlm@62 68 </li>
rlm@62 69 <li>
rlm@62 70 <a href="../cortex/html/util.html">Utilities that
rlm@62 71 Integrate jMonkeyEngine3 into Clojure </a>
rlm@62 72 </li>
rlm@62 73 <li>
rlm@62 74 <a href="../cortex/html/games.html"> Showing off:
rlm@62 75 Games and Examples</a>
rlm@62 76 </li>
rlm@62 77 </ol>
rlm@62 78 <h3>Sensors and effectors</h3>
rlm@62 79 <ol>
rlm@62 80 <li><a href="../cortex/html/sense.html">Preamble:
rlm@62 81 auxillary functions</a>
rlm@62 82 <li><a href="../cortex/html/body.html">Building a
rlm@62 83 Body</a></li>
rlm@62 84
rlm@62 85 <li><a href="../cortex/html/vision.html">Vision</a></li>
rlm@62 86
rlm@62 87 <li><a href="../cortex/html/hearing.html">Hearing</a></li>
rlm@62 88
rlm@62 89 <li><a href="../cortex/html/touch.html">Touch</a></li>
rlm@62 90
rlm@62 91 <li><a href="../cortex/html/proprioception.html">Proprioception</a></li>
rlm@62 92
rlm@62 93 <li><a href="../cortex/html/movement.html">Movement</a></li>
rlm@62 94
rlm@62 95 <li><a href="../cortex/html/integration.html">Integration</a></li>
rlm@62 96
rlm@62 97 </ol>
rlm@62 98
rlm@62 99
rlm@62 100 </p>
rlm@62 101
rlm@62 102 </td></tr>
rlm@62 103 <tr><th></th><td>
rlm@62 104 <h2>Pok&eacute;mon Yellow Total Control Hack (2013)</h2>
rlm@62 105 <p class="description">
rlm@62 106 Just by buying and rearranging certain items and
rlm@62 107 pressing certain buttons in Pok&eacute;mon Yellow, you
rlm@62 108 can get the game into a state where you can completely
rlm@62 109 reprogram it from the inside. It's the first hack of its
rlm@62 110 kind, and it won a TAS award.<br/><br/>
rlm@62 111
rlm@62 112 <a href="./vba-clojure/html/total-control.html">Guide to the
rlm@62 113 Pok&eacute;mon Yellow total control hack &raquo;</a>
rlm@62 114 </p>
rlm@62 115 </td>
rlm@62 116 </tr>
rlm@62 117
rlm@62 118
rlm@62 119 <tr>
rlm@62 120 <th>Small projects</th>
rlm@62 121 <td>
rlm@62 122 <ul>
rlm@62 123
rlm@62 124 <li><a href="../cortex/html/capture-video.html">Calling
rlm@62 125 it quits without parentheses</a>
rlm@62 126 <p class="micro">This Clojure script allows you to quit by
rlm@62 127 typing <tt>quit</tt> into the REPL.</p>
rlm@62 128 </li>
rlm@62 129 </ul>
rlm@62 130
rlm@62 131
rlm@62 132 </td>
rlm@62 133 </tr>
rlm@62 134 <tr>
rlm@62 135 <th>Essays</th>
rlm@62 136 <td>
rlm@62 137 <ul>
rlm@62 138
rlm@62 139 <li><a href="../cortex/html/capture-video.html">A
rlm@62 140 universe of human experience</a>
rlm@62 141 </li>
rlm@62 142 </ul>
rlm@62 143
rlm@62 144
rlm@62 145 </td>
rlm@62 146 </tr>
rlm@62 147 </table>
rlm@62 148 </div>
rlm@62 149
rlm@62 150
rlm@62 151 <div class="footer">
rlm@62 152
rlm@62 153 <a rel="license"
rlm@62 154 href="http://creativecommons.org/licenses/by-sa/4.0/">
rlm@62 155 <img alt="Creative Commons License" style="border-width:0"
rlm@62 156 src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"
rlm@62 157 /></a>
rlm@62 158
rlm@62 159 &#x2661;2012-2015 Robert McIntyre. Except where otherwise noted,
rlm@62 160 all work on this website is <em>freely available</em> under
rlm@62 161 a <a rel="license"
rlm@62 162 href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
rlm@62 163 Commons Attribution-ShareAlike 4.0 International License</a>.
rlm@62 164 <i>(This means that you are free to use, modify, and
rlm@62 165 re-distribute such work &mdash;even commercially&mdash; as
rlm@62 166 long as you attribute the original to me and share your
rlm@62 167 modified versions in the same way.)</i>
rlm@62 168 </div>
rlm@62 169
rlm@62 170 </body>
rlm@62 171 </html>