Mercurial > aurellem
view html/index.html @ 86:311e0be4f247
VICTORY (minor)
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 03 Nov 2015 19:09:07 -0800 |
parents | 7c682762d94a |
children | 59675c525087 |
line wrap: on
line source
1 <html>2 <head>3 <link href='aurellem/css/google-roboto-slab.css' rel='stylesheet'4 type='text/css'/>5 <link href='aurellem/css/google-titillium-web.css'6 rel='stylesheet' type='text/css'/>7 <link href='aurellem/css/dyln-dark-4.css' rel='stylesheet'8 type='text/css'/>9 </head>10 <body>12 <div class="header">13 <span class="authors">14 <author><a href="aurellem/html/about-rlm.html">15 Robert L. McIntyre</a>'s blog</author></span>16 <h1>au<em>r</em>e<em>l</em>le<em>m</em>.org</h1>17 <h2>science, programming, ideas</h2>18 </div>19 <div class="content">20 <div class="atmosphere"></div>21 <table class="toc">22 <tr>23 <th><a href="./thoughts/html/good-ideas.html">Big List O'24 Ideas</a></th>25 <td>26 <p class="description">All the ideas I've had that I felt27 like writing down for the past ~ 8 years. Some of them28 could be practical inventions and are "just" waiting for29 that 95% perspiration to bring them to fruition, some30 are ideas for science fiction, and some are simple31 observations.32 </p>33 <a href="./thoughts/html/good-ideas.html">Go to the Ideas Page34 »</a>35 </td>36 </tr>38 <th>Major Projects</th>40 <td>41 <h2>CORTEX: a virtual world for sensate AI (2014)</h2>42 <p class="description">43 My MEng thesis at MIT, which won the 2014 Charles and44 Jennifer Johnson Thesis Award — 1st Place!<br/>45 All code and text for the thesis is freely46 licensed.<br/>47 <a href="./cortex/thesis/rlm-cortex-meng.pdf">48 Thesis »</a> 49 <a href="./cortex/html/index.html">Online Thesis Notes50 »</a><br/>51 <a href="./cortex/releases/cortex-1.0.0.tar.bz2">52 Source Code (cortex-1.0.0.tar.bz2) »</a>53 </p>55 </td></tr>56 <tr><th></th><td>57 <h2>Pokémon Yellow Total Control Hack (2013)</h2>58 <p class="description">59 Just by buying and rearranging certain items and60 pressing certain buttons in Pokémon Yellow, you61 can get the game into a state where you can completely62 reprogram it from the inside. It's the first hack of its63 kind, and it won64 multiple <a href="http://tasvideos.org/2187M.html">TAS65 awards »</a><br/>66 <a href="https://www.youtube.com/watch?v=p5T81yHkHtI">Watch67 on Youtube»</a>68 <a href="./vba-clojure/html/total-control.html">Guide to69 the Pokémon Yellow total control hack70 »</a>71 </p>72 </td>73 </tr>75 <tr>76 <th>Small Projects</th>77 <td>78 <ul>80 <li><a href="../papers/html/papers.html">81 <div class="date">2015 Jul</div>Cryobiology and82 Electron Microscopy reading list</a></li>84 <li><a href="../hardware-hacking/html/hardware-hacking.html">85 <div class="date">2015 Mar</div>Building a86 web-controlled Gameboy</a></li>88 <li><a href="../aurellem/html/organ-preservation-alliance-victory.html">89 <div class="date">2015 Feb</div>VICTORY at the90 Global Organ Banking Summit</a></li>92 <li><a href="../cold-storage/html/cold-storage.html">93 <div class="date">2015 Jan</div>Preserving a DVD94 with Liquid Nitrogen</a></li>96 <li><a href="../water-loss-kinetics/html/water-loss-kinetics.html">97 <div class="date">2014 May</div>Modeling water loss98 from a cell during freezing</a></li>100 <li><a href="../thoughts/html/sussman-reading-list.html">101 <div class="date">2014 May</div>Professor Sussman's102 recommended reading</a></li>104 <li><a href="../marble-paintings/html/marble-paintings.html">105 <div class="date">2014 Jan</div> Painting on broken106 marble with acrylic paints</a></li>108 <li><a href="../minsky">109 <div class="date">2013 Sep</div> Marvin Minsky's110 "Society of Mind" (mostly Dylan Holmes'111 work)</a></li>113 <li><a href="../bbbgs/html/bbbgs.html">114 <div class="date">2013 Aug</div> Improving115 background subtraction with top-down116 vision </a></li>118 <li><a href="../cortex/html/ai-journal-review.html">119 <div class="date">2013 May</div>Review of the120 Journal of Artificial Intelligence121 </a></li>123 <li><a href="../pony-stories/html/pony-stories.html">124 <div class="date">2012 Aug</div>fimfinder.net, a125 website to search fimfiction.net </a></li>127 <li><a href="../pokemon-types/html/types.html">128 <div class="date">2011 Aug</div> Best-first129 search for effective Pokemon types </a></li>131 <li><a href="../pokemon-types/html/lpsolve.html">132 <div class="date">2011 Aug</div> Discovering133 effective Pokemon types using linear134 optimization </a></li>136 <li><a href="../abomination/html/no_parens.html">137 <div class="date">2011 Jul</div> Calling it quits138 without parentheses</a>139 </li>140 </ul>143 </td>144 </tr>146 <tr>147 <th>How-to Guides</th>148 <td>149 <ul>150 <li><a href="../free/html/ftp.html">Set up your own FTP151 server<div class="date">2015 May</div></a>152 </li>153 <li><a href="../6.945/html/dont-panic.html">Set up154 mit-scheme (from MIT's 6.945155 class)<div class="date">2014 Jan</div></a>156 </li>157 <li><a href="../free/html/wiki.html">Set up your own158 Wiki<div class="date">2013 Sep</div></a>159 <li><a href="../free/html/email.html">Set up your own160 Personal Email Server<div class="date">2013161 Jun</div></a>162 </li>163 <li><a href="../cortex/html/capture-video.html">Capture164 video from JMonkeyEngine3<div class="date">2011165 Dec</div></a>166 </li>168 </ul>169 </td>170 </tr>171 <tr>173 <tr>174 <th>Essays</th>175 <td>176 <ul>177 <li><a href="../thoughts/html/patents.html"> Free178 Culture Patents<div class="date">2013 Jul</div></a>179 </li>180 <li><a href="../thoughts/html/man-years.html"> A181 Universe of Human Experience<div class="date">2011182 Oct</div></a>183 </li>184 </ul>187 </td>188 </tr>189 </table>190 </div>193 <div class="footer">195 <a rel="license"196 href="http://creativecommons.org/licenses/by-sa/4.0/">197 <img alt="Creative Commons License" style="border-width:0"198 src="aurellem/images/creative-commons-88x31.png"199 /></a>201 ♡2012-2015 <a href="aurellem/html/about-rlm.html">Robert202 McIntyre</a>. Except where otherwise noted, all work on this203 website is <em>freely available</em> under a <a rel="license"204 href="http://creativecommons.org/licenses/by-sa/4.0/">Creative205 Commons Attribution-ShareAlike 4.0 International License</a>.206 <i>(This means that you are free to use, modify, and207 re-distribute such work —even commercially— as208 long as you attribute the original to me and share your209 modified versions in the same way.)</i>210 </div>212 </body>213 </html>