Mercurial > aurellem
view html/index.html @ 91:5bcf717fc179
share audio/video
author | rlm <rlm@aurellem.org> |
---|---|
date | Thu, 14 Jan 2016 14:54:52 -0800 |
parents | 59675c525087 |
children | 0d8b2257f326 |
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="../stream/html/how-to-stream.html">Share152 audio/video on GNU/Linux<div class="date">2016 Jan</div></a>153 </li>154 <li><a href="../free/html/ftp.html">Set up your own FTP155 server<div class="date">2015 May</div></a>156 </li>157 <li><a href="../6.945/html/dont-panic.html">Set up158 mit-scheme (from MIT's 6.945159 class)<div class="date">2014 Jan</div></a>160 </li>161 <li><a href="../free/html/wiki.html">Set up your own162 Wiki<div class="date">2013 Sep</div></a>163 <li><a href="../free/html/email.html">Set up your own164 Personal Email Server<div class="date">2013165 Jun</div></a>166 </li>167 <li><a href="../cortex/html/capture-video.html">Capture168 video from JMonkeyEngine3<div class="date">2011169 Dec</div></a>170 </li>172 </ul>173 </td>174 </tr>175 <tr>177 <tr>178 <th>Essays</th>179 <td>180 <ul>181 <li><a href="../thoughts/html/patents.html"> Free182 Culture Patents<div class="date">2013 Jul</div></a>183 </li>184 <li><a href="../thoughts/html/man-years.html"> A185 Universe of Human Experience<div class="date">2011186 Oct</div></a>187 </li>188 </ul>191 </td>192 </tr>196 <tr>197 <th>Links</th>198 <td>199 <ul>200 <li><a href="https://logical.ai/">LOGICAL.AI</a><br/>The201 homepage of Dylan Holmes, who helped to make this website.202 </li>206 </ul>209 </td>210 </tr>212 </table>213 </div>216 <div class="footer">218 <a rel="license"219 href="http://creativecommons.org/licenses/by-sa/4.0/">220 <img alt="Creative Commons License" style="border-width:0"221 src="aurellem/images/creative-commons-88x31.png"222 /></a>224 ♡2012-2015 <a href="aurellem/html/about-rlm.html">Robert225 McIntyre</a>. Except where otherwise noted, all work on this226 website is <em>freely available</em> under a <a rel="license"227 href="http://creativecommons.org/licenses/by-sa/4.0/">Creative228 Commons Attribution-ShareAlike 4.0 International License</a>.229 <i>(This means that you are free to use, modify, and230 re-distribute such work —even commercially— as231 long as you attribute the original to me and share your232 modified versions in the same way.)</i>233 <br/><br/>234 <span class="donate">Donate ฿:235 <a style="display:inline;float:none" href="https://blockchain.info/address/19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr">19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr</a>236 </div>238 </body>239 </html>