annotate html/index.html @ 76:883941fd40bc

switch links.
author Robert McIntyre <rlm@mit.edu>
date Sun, 19 Apr 2015 22:49:29 -0700
parents 208814661b97
children 64f5d1e47bd4
rev   line source
rlm@68 1 <html>
rlm@68 2 <head>
rlm@68 3 <link href='aurellem/css/google-roboto-slab.css' rel='stylesheet'
rlm@68 4 type='text/css'/>
rlm@68 5 <link href='aurellem/css/google-titillium-web.css'
rlm@68 6 rel='stylesheet' type='text/css'/>
rlm@68 7 <link href='aurellem/css/dyln-dark-4.css' rel='stylesheet'
rlm@68 8 type='text/css'/>
rlm@68 9 </head>
rlm@68 10 <body>
rlm@68 11
rlm@68 12 <div class="header">
rlm@68 13 <span class="authors">
rlm@68 14 <author><a href="aurellem/html/about-rlm.html">
rlm@68 15 Robert L. McIntyre</a>'s blog</author></span>
rlm@68 16 <h1>au<em>r</em>e<em>l</em>le<em>m</em>.org</h1>
rlm@68 17 <h2>science, programming, ideas</h2>
rlm@68 18 </div>
rlm@68 19 <div class="content">
rlm@68 20 <div class="atmosphere"></div>
rlm@68 21 <table class="toc">
rlm@68 22 <tr>
rlm@68 23 <th><a href="./thoughts/html/good-ideas.html">Big List O'
rlm@68 24 Ideas</a></th>
rlm@68 25 <td>
rlm@68 26 <p class="description">All the ideas I've had that I felt
rlm@68 27 like writing down for the past ~ 8 years. Some of them
rlm@68 28 could be practical inventions and are "just" waiting for
rlm@68 29 that 95% perspiration to bring them to fruition, some
rlm@68 30 are ideas for science fiction, and some are simple
rlm@68 31 observations.
rlm@68 32 </p>
rlm@68 33 <a href="./thoughts/html/good-ideas.html">Go to the Ideas Page
rlm@68 34 &raquo;</a>
rlm@68 35 </td>
rlm@68 36 </tr>
rlm@68 37
rlm@68 38 <th>Major Projects</th>
rlm@68 39
rlm@68 40 <td>
rlm@68 41 <h2>CORTEX: a virtual world for sensate AI (2014)</h2>
rlm@68 42 <p class="description">
rlm@68 43 My MEng thesis at MIT, which won the 2014 Charles and
rlm@68 44 Jennifer Johnson Thesis Award &mdash; 1st Place!<br/>
rlm@68 45 All code and text for the thesis is freely
rlm@68 46 licensed.<br/>
rlm@68 47 <a href="./cortex/thesis/rlm-cortex-meng.pdf">
rlm@68 48 Thesis &raquo;</a> &nbsp;&nbsp;&nbsp;
rlm@68 49 <a href="./cortex/html/index.html">Online Thesis Notes
rlm@68 50 &raquo;</a><br/>
rlm@68 51 <a href="./cortex/releases/cortex-1.0.0.tar.bz2">
rlm@68 52 Source Code (cortex-1.0.0.tar.bz2) &raquo;</a>
rlm@68 53 </p>
rlm@68 54
rlm@68 55 </td></tr>
rlm@68 56 <tr><th></th><td>
rlm@68 57 <h2>Pok&eacute;mon Yellow Total Control Hack (2013)</h2>
rlm@68 58 <p class="description">
rlm@68 59 Just by buying and rearranging certain items and
rlm@68 60 pressing certain buttons in Pok&eacute;mon Yellow, you
rlm@68 61 can get the game into a state where you can completely
rlm@68 62 reprogram it from the inside. It's the first hack of its
rlm@68 63 kind, and it won
rlm@68 64 multiple <a href="http://tasvideos.org/2187M.html">TAS
rlm@68 65 awards &raquo;</a><br/>
rlm@76 66 <a href="https://www.youtube.com/watch?v=p5T81yHkHtI">Watch
rlm@76 67 on Youtube&raquo;</a>
rlm@68 68 <a href="./vba-clojure/html/total-control.html">Guide to
rlm@68 69 the Pok&eacute;mon Yellow total control hack
rlm@68 70 &raquo;</a>
rlm@68 71 </p>
rlm@68 72 </td>
rlm@68 73 </tr>
rlm@68 74
rlm@68 75 <tr>
rlm@68 76 <th>Small Projects</th>
rlm@68 77 <td>
rlm@68 78 <ul>
rlm@68 79
rlm@68 80 <li><a href="../hardware-hacking/html/hardware-hacking.html">
rlm@73 81 <div class="date">2015 Mar</div>Building a
rlm@75 82 web-controlled Gameboy</a></li>
rlm@70 83
rlm@70 84 <li><a href="../cold-storage/html/cold-storage.html">
rlm@70 85 <div class="date">2015 Jan</div>Preserving a DVD
rlm@70 86 with Liquid Nitrogen</a></li>
rlm@72 87
rlm@72 88 <li><a href="../thoughts/html/sussman-reading-list.html">
rlm@73 89 <div class="date">2014 May</div>Professor Sussman's
rlm@75 90 recommended reading</a></li>
rlm@68 91
rlm@68 92 <li><a href="../marble-paintings/html/marble-paintings.html">
rlm@75 93 <div class="date">2014 Jan</div> Painting on broken
rlm@75 94 marble with acrylic paints</a></li>
rlm@71 95
rlm@71 96 <li><a href="../minsky">
rlm@71 97 <div class="date">2013 Sep</div> Marvin Minsky's
rlm@73 98 "Society of Mind" (mostly Dylan Holmes'
rlm@71 99 work)</a></li>
rlm@71 100
rlm@68 101 <li><a href="../bbbgs/html/bbbgs.html">
rlm@68 102 <div class="date">2013 Aug</div> Improving
rlm@75 103 background subtraction with top-down
rlm@75 104 vision </a></li>
rlm@68 105
rlm@68 106 <li><a href="../cortex/html/ai-journal-review.html">
rlm@68 107 <div class="date">2013 May</div>Review of the
rlm@68 108 Journal of Artificial Intelligence
rlm@68 109 </a></li>
rlm@68 110
rlm@68 111 <li><a href="../pony-stories/html/pony-stories.html">
rlm@68 112 <div class="date">2012 Aug</div>fimfinder.net, a
rlm@75 113 website to search fimfiction.net </a></li>
rlm@68 114
rlm@68 115 <li><a href="../pokemon-types/html/types.html">
rlm@75 116 <div class="date">2011 Aug</div> Best-first
rlm@75 117 search for effective Pokemon types </a></li>
rlm@68 118
rlm@68 119 <li><a href="../pokemon-types/html/lpsolve.html">
rlm@68 120 <div class="date">2011 Aug</div> Discovering
rlm@75 121 effective Pokemon types using linear
rlm@75 122 optimization </a></li>
rlm@68 123
rlm@68 124 <li><a href="../abomination/html/no_parens.html">
rlm@68 125 <div class="date">2011 Jul</div> Calling it quits
rlm@68 126 without parentheses</a>
rlm@68 127 </li>
rlm@68 128 </ul>
rlm@68 129
rlm@68 130
rlm@68 131 </td>
rlm@68 132 </tr>
rlm@68 133
rlm@68 134 <tr>
rlm@68 135 <th>How-to Guides</th>
rlm@68 136 <td>
rlm@68 137 <ul>
rlm@68 138 <li><a href="../6.945/html/dont-panic.html">Set up
rlm@68 139 mit-scheme (from MIT's 6.945
rlm@68 140 class)<div class="date">2014 Jan</div></a>
rlm@68 141 </li>
rlm@68 142 <li><a href="../free/html/wiki.html">Set up your own
rlm@68 143 Wiki<div class="date">2013 Sep</div></a>
rlm@68 144 <li><a href="../free/html/email.html">Set up your own
rlm@68 145 Personal Email Server<div class="date">2013
rlm@68 146 Jun</div></a>
rlm@68 147 </li>
rlm@68 148 <li><a href="../cortex/html/capture-video.html">Capture
rlm@68 149 video from JMonkeyEngine3<div class="date">2011
rlm@68 150 Dec</div></a>
rlm@68 151 </li>
rlm@68 152
rlm@68 153 </ul>
rlm@68 154 </td>
rlm@68 155 </tr>
rlm@68 156 <tr>
rlm@68 157
rlm@68 158 <tr>
rlm@68 159 <th>Essays</th>
rlm@68 160 <td>
rlm@68 161 <ul>
rlm@68 162 <li><a href="../thoughts/html/patents.html"> Free
rlm@68 163 Culture Patents<div class="date">2013 Jul</div></a>
rlm@68 164 </li>
rlm@68 165 <li><a href="../thoughts/html/man-years.html"> A
rlm@68 166 Universe of Human Experience<div class="date">2011
rlm@68 167 Oct</div></a>
rlm@68 168 </li>
rlm@68 169 </ul>
rlm@68 170
rlm@68 171
rlm@68 172 </td>
rlm@68 173 </tr>
rlm@68 174 </table>
rlm@68 175 </div>
rlm@68 176
rlm@68 177
rlm@68 178 <div class="footer">
rlm@68 179
rlm@68 180 <a rel="license"
rlm@68 181 href="http://creativecommons.org/licenses/by-sa/4.0/">
rlm@68 182 <img alt="Creative Commons License" style="border-width:0"
rlm@68 183 src="aurellem/images/creative-commons-88x31.png"
rlm@68 184 /></a>
rlm@68 185
rlm@68 186 &#x2661;2012-2015 <a href="aurellem/html/about-rlm.html">Robert
rlm@68 187 McIntyre</a>. Except where otherwise noted, all work on this
rlm@68 188 website is <em>freely available</em> under a <a rel="license"
rlm@68 189 href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
rlm@68 190 Commons Attribution-ShareAlike 4.0 International License</a>.
rlm@68 191 <i>(This means that you are free to use, modify, and
rlm@68 192 re-distribute such work &mdash;even commercially&mdash; as
rlm@68 193 long as you attribute the original to me and share your
rlm@68 194 modified versions in the same way.)</i>
rlm@68 195 </div>
rlm@68 196
rlm@68 197 </body>
rlm@68 198 </html>