Mercurial > aurellem
view html/index.html @ 87:59675c525087
merge.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 03 Nov 2015 22:13:31 -0500 |
parents | 311e0be4f247 |
children | 5bcf717fc179 |
line wrap: on
line source
2 <html>3 <head>4 <link href='aurellem/css/google-roboto-slab.css' rel='stylesheet'5 type='text/css'/>6 <link href='aurellem/css/google-titillium-web.css'7 rel='stylesheet' type='text/css'/>8 <link href='aurellem/css/dyln-dark-4.css' rel='stylesheet'9 type='text/css'/>10 </head>11 <body>13 <div class="header">14 <span class="authors">15 <author><a href="aurellem/html/about-rlm.html">16 Robert L. McIntyre</a>'s blog</author></span>17 <h1>au<em>r</em>e<em>l</em>le<em>m</em>.org</h1>18 <h2>science, programming, ideas</h2>19 </div>20 <div class="content">21 <div class="atmosphere"></div>22 <table class="toc">23 <tr>24 <th><a href="./thoughts/html/good-ideas.html">Big List O'25 Ideas</a></th>26 <td>27 <p class="description">All the ideas I've had that I felt28 like writing down for the past ~ 8 years. Some of them29 could be practical inventions and are "just" waiting for30 that 95% perspiration to bring them to fruition, some31 are ideas for science fiction, and some are simple32 observations.33 </p>34 <a href="./thoughts/html/good-ideas.html">Go to the Ideas Page35 »</a>36 </td>37 </tr>39 <th>Major Projects</th>41 <td>42 <h2>CORTEX: a virtual world for sensate AI (2014)</h2>43 <p class="description">44 My MEng thesis at MIT, which won the 2014 Charles and45 Jennifer Johnson Thesis Award — 1st Place!<br/>46 All code and text for the thesis is freely47 licensed.<br/>48 <a href="./cortex/thesis/rlm-cortex-meng.pdf">49 Thesis »</a> 50 <a href="./cortex/html/index.html">Online Thesis Notes51 »</a><br/>52 <a href="./cortex/releases/cortex-1.0.0.tar.bz2">53 Source Code (cortex-1.0.0.tar.bz2) »</a>54 </p>56 </td></tr>57 <tr><th></th><td>58 <h2>Pokémon Yellow Total Control Hack (2013)</h2>59 <p class="description">60 Just by buying and rearranging certain items and61 pressing certain buttons in Pokémon Yellow, you62 can get the game into a state where you can completely63 reprogram it from the inside. It's the first hack of its64 kind, and it won65 multiple <a href="http://tasvideos.org/2187M.html">TAS66 awards »</a><br/>67 <a href="https://www.youtube.com/watch?v=p5T81yHkHtI">Watch68 on Youtube»</a>69 <a href="./vba-clojure/html/total-control.html">Guide to70 the Pokémon Yellow total control hack71 »</a>72 </p>73 </td>74 </tr>76 <tr>77 <th>Small Projects</th>78 <td>79 <ul>81 <li><a href="../papers/html/papers.html">82 <div class="date">2015 Jul</div>Cryobiology and83 Electron Microscopy reading list</a></li>85 <li><a href="../hardware-hacking/html/hardware-hacking.html">86 <div class="date">2015 Mar</div>Building a87 web-controlled Gameboy</a></li>89 <li><a href="../aurellem/html/organ-preservation-alliance-victory.html">90 <div class="date">2015 Feb</div>VICTORY at the91 Global Organ Banking Summit</a></li>93 <li><a href="../cold-storage/html/cold-storage.html">94 <div class="date">2015 Jan</div>Preserving a DVD95 with Liquid Nitrogen</a></li>97 <li><a href="../water-loss-kinetics/html/water-loss-kinetics.html">98 <div class="date">2014 May</div>Modeling water loss99 from a cell during freezing</a></li>101 <li><a href="../thoughts/html/sussman-reading-list.html">102 <div class="date">2014 May</div>Professor Sussman's103 recommended reading</a></li>105 <li><a href="../marble-paintings/html/marble-paintings.html">106 <div class="date">2014 Jan</div> Painting on broken107 marble with acrylic paints</a></li>109 <li><a href="../minsky">110 <div class="date">2013 Sep</div> Marvin Minsky's111 "Society of Mind" (mostly "Dylan Holmes'112 work)</a></li>114 <li><a href="../bbbgs/html/bbbgs.html">115 <div class="date">2013 Aug</div> Improving116 background subtraction with top-down117 vision </a></li>119 <li><a href="../cortex/html/ai-journal-review.html">120 <div class="date">2013 May</div>Review of the121 Journal of Artificial Intelligence122 </a></li>124 <li><a href="../pony-stories/html/pony-stories.html">125 <div class="date">2012 Aug</div>fimfinder.net, a126 website to search fimfiction.net </a></li>128 <li><a href="../pokemon-types/html/types.html">129 <div class="date">2011 Aug</div> Best-first130 search for effective Pokemon types </a></li>132 <li><a href="../pokemon-types/html/lpsolve.html">133 <div class="date">2011 Aug</div> Discovering134 effective Pokemon types using linear135 optimization </a></li>137 <li><a href="../abomination/html/no_parens.html">138 <div class="date">2011 Jul</div> Calling it quits139 without parentheses</a>140 </li>141 </ul>144 </td>145 </tr>147 <tr>148 <th>How-to Guides</th>149 <td>150 <ul>151 <li><a href="../free/html/ftp.html">Set up your own FTP152 server<div class="date">2015 May</div></a>153 </li>154 <li><a href="../6.945/html/dont-panic.html">Set up155 mit-scheme (from MIT's 6.945156 class)<div class="date">2014 Jan</div></a>157 </li>158 <li><a href="../free/html/wiki.html">Set up your own159 Wiki<div class="date">2013 Sep</div></a>160 <li><a href="../free/html/email.html">Set up your own161 Personal Email Server<div class="date">2013162 Jun</div></a>163 </li>164 <li><a href="../cortex/html/capture-video.html">Capture165 video from JMonkeyEngine3<div class="date">2011166 Dec</div></a>167 </li>169 </ul>170 </td>171 </tr>172 <tr>174 <tr>175 <th>Essays</th>176 <td>177 <ul>178 <li><a href="../thoughts/html/patents.html"> Free179 Culture Patents<div class="date">2013 Jul</div></a>180 </li>181 <li><a href="../thoughts/html/man-years.html"> A182 Universe of Human Experience<div class="date">2011183 Oct</div></a>184 </li>185 </ul>188 </td>189 </tr>193 <tr>194 <th>Links</th>195 <td>196 <ul>197 <li><a href="https://logical.ai/">LOGICAL.AI</a><br/>The198 homepage of Dylan Holmes, who helped to make this website.199 </li>203 </ul>206 </td>207 </tr>209 </table>210 </div>213 <div class="footer">215 <a rel="license"216 href="http://creativecommons.org/licenses/by-sa/4.0/">217 <img alt="Creative Commons License" style="border-width:0"218 src="aurellem/images/creative-commons-88x31.png"219 /></a>221 ♡2012-2015 <a href="aurellem/html/about-rlm.html">Robert222 McIntyre</a>. Except where otherwise noted, all work on this223 website is <em>freely available</em> under a <a rel="license"224 href="http://creativecommons.org/licenses/by-sa/4.0/">Creative225 Commons Attribution-ShareAlike 4.0 International License</a>.226 <i>(This means that you are free to use, modify, and227 re-distribute such work —even commercially— as228 long as you attribute the original to me and share your229 modified versions in the same way.)</i>230 <br/><br/>231 <span class="donate">Donate ฿:232 <a style="display:inline;float:none" href="https://blockchain.info/address/19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr">19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr</a>233 </div>235 </body>236 </html>