Mercurial > aurellem
view html/index.html @ 92:0d8b2257f326
update copyright, etc.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 28 Jan 2016 12:26:29 -0500 |
parents | 5bcf717fc179 |
children | effc23e38a82 |
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'/>11 <style type="text/css">12 body {13 background-repeat:no-repeat;14 background-position:60% 105%;15 }16 </style>17 </head>18 <body>20 <div class="header">21 <span class="authors">22 <author><a href="aurellem/html/about-rlm.html">23 Robert L. McIntyre</a>'s blog</author></span>24 <h1>au<em>r</em>e<em>l</em>le<em>m</em>.org</h1>25 <h2>science, programming, ideas</h2>26 </div>27 <div class="content">28 <div class="atmosphere"></div>29 <table class="toc">30 <tr>31 <th><a href="./thoughts/html/good-ideas.html">Big List O'32 Ideas</a></th>33 <td>34 <p class="description">All the ideas I've had that I felt35 like writing down for the past ~ 8 years. Some of them36 could be practical inventions and are "just" waiting for37 that 95% perspiration to bring them to fruition, some38 are ideas for science fiction, and some are simple39 observations.40 </p>41 <a href="./thoughts/html/good-ideas.html">Go to the Ideas Page42 »</a>43 </td>44 </tr>46 <th>Major Projects</th>48 <td>49 <h2>CORTEX: a virtual world for sensate AI (2014)</h2>50 <p class="description">51 My MEng thesis at MIT, which won the 2014 Charles and52 Jennifer Johnson Thesis Award — 1st Place!<br/>53 All code and text for the thesis is freely54 licensed.<br/>55 <a href="./cortex/thesis/rlm-cortex-meng.pdf">56 Thesis »</a> 57 <a href="./cortex/html/index.html">Online Thesis Notes58 »</a><br/>59 <a href="./cortex/releases/cortex-1.0.0.tar.bz2">60 Source Code (cortex-1.0.0.tar.bz2) »</a>61 </p>63 </td></tr>64 <tr><th></th><td>65 <h2>Pokémon Yellow Total Control Hack (2013)</h2>66 <p class="description">67 Just by buying and rearranging certain items and68 pressing certain buttons in Pokémon Yellow, you69 can get the game into a state where you can completely70 reprogram it from the inside. It's the first hack of its71 kind, and it won72 multiple <a href="http://tasvideos.org/2187M.html">TAS73 awards »</a><br/>74 <a href="https://www.youtube.com/watch?v=p5T81yHkHtI">Watch75 on Youtube»</a>76 <a href="./vba-clojure/html/total-control.html">Guide to77 the Pokémon Yellow total control hack78 »</a>79 </p>80 </td>81 </tr>83 <tr>84 <th>Small Projects</th>85 <td>86 <ul>88 <li><a href="../papers/html/papers.html">89 <div class="date">2015 Jul</div>Cryobiology and90 Electron Microscopy reading list</a></li>92 <li><a href="../hardware-hacking/html/hardware-hacking.html">93 <div class="date">2015 Mar</div>Building a94 web-controlled Gameboy</a></li>96 <li><a href="../aurellem/html/organ-preservation-alliance-victory.html">97 <div class="date">2015 Feb</div>VICTORY at the98 Global Organ Banking Summit</a></li>100 <li><a href="../cold-storage/html/cold-storage.html">101 <div class="date">2015 Jan</div>Preserving a DVD102 with Liquid Nitrogen</a></li>104 <li><a href="../water-loss-kinetics/html/water-loss-kinetics.html">105 <div class="date">2014 May</div>Modeling water loss106 from a cell during freezing</a></li>108 <li><a href="../thoughts/html/sussman-reading-list.html">109 <div class="date">2014 May</div>Professor Sussman's110 recommended reading</a></li>112 <li><a href="../marble-paintings/html/marble-paintings.html">113 <div class="date">2014 Jan</div> Painting on broken114 marble with acrylic paints</a></li>116 <li><a href="../minsky">117 <div class="date">2013 Sep</div> Marvin Minsky's118 "Society of Mind" (mostly "Dylan Holmes'119 work)</a></li>121 <li><a href="../bbbgs/html/bbbgs.html">122 <div class="date">2013 Aug</div> Improving123 background subtraction with top-down124 vision </a></li>126 <li><a href="../cortex/html/ai-journal-review.html">127 <div class="date">2013 May</div>Review of the128 Journal of Artificial Intelligence129 </a></li>131 <li><a href="../pony-stories/html/pony-stories.html">132 <div class="date">2012 Aug</div>fimfinder.net, a133 website to search fimfiction.net </a></li>135 <li><a href="../pokemon-types/html/types.html">136 <div class="date">2011 Aug</div> Best-first137 search for effective Pokemon types </a></li>139 <li><a href="../pokemon-types/html/lpsolve.html">140 <div class="date">2011 Aug</div> Discovering141 effective Pokemon types using linear142 optimization </a></li>144 <li><a href="../abomination/html/no_parens.html">145 <div class="date">2011 Jul</div> Calling it quits146 without parentheses</a>147 </li>148 </ul>151 </td>152 </tr>154 <tr>155 <th>How-to Guides</th>156 <td>157 <ul>158 <li><a href="../stream/html/how-to-stream.html">Share159 audio/video on GNU/Linux<div class="date">2016 Jan</div></a>160 </li>161 <li><a href="../free/html/ftp.html">Set up your own FTP162 server<div class="date">2015 May</div></a>163 </li>164 <li><a href="../6.945/html/dont-panic.html">Set up165 mit-scheme (from MIT's 6.945166 class)<div class="date">2014 Jan</div></a>167 </li>168 <li><a href="../free/html/wiki.html">Set up your own169 Wiki<div class="date">2013 Sep</div></a>170 <li><a href="../free/html/email.html">Set up your own171 Personal Email Server<div class="date">2013172 Jun</div></a>173 </li>174 <li><a href="../cortex/html/capture-video.html">Capture175 video from JMonkeyEngine3<div class="date">2011176 Dec</div></a>177 </li>179 </ul>180 </td>181 </tr>182 <tr>184 <tr>185 <th>Essays</th>186 <td>187 <ul>188 <li><a href="../thoughts/html/patents.html"> Free189 Culture Patents<div class="date">2013 Jul</div></a>190 </li>191 <li><a href="../thoughts/html/man-years.html"> A192 Universe of Human Experience<div class="date">2011193 Oct</div></a>194 </li>195 </ul>198 </td>199 </tr>203 <tr>204 <th>Links</th>205 <td>206 <ul>207 <li><a href="https://logical.ai/">LOGICAL.AI</a><br/>The208 homepage of Dylan Holmes, who helped to make this website.209 </li>213 </ul>216 </td>217 </tr>219 </table>220 </div>223 <div class="footer">225 <a rel="license"226 href="http://creativecommons.org/licenses/by-sa/4.0/">227 <img alt="Creative Commons License" style="border-width:0"228 src="aurellem/images/creative-commons-88x31.png"229 /></a>231 ♡2012-2016 <a href="aurellem/html/about-rlm.html">Robert232 McIntyre</a>. Except where otherwise noted, all work on this233 website is <em>freely available</em> under a <a rel="license"234 href="http://creativecommons.org/licenses/by-sa/4.0/">Creative235 Commons Attribution-ShareAlike 4.0 International License</a>.236 <i>(This means that you are free to use, modify, and237 re-distribute such work —even commercially— as238 long as you attribute the original to me and share your239 modified versions in the same way.)</i>240 <br/><br/>241 <span class="donate">Donate ฿:242 <a style="display:inline;float:none" href="https://blockchain.info/address/19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr">19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr</a>243 </div>245 </body>246 </html>