Mercurial > aurellem
diff html/index.html @ 68:44b864cfe60c
add index.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 19 Apr 2015 03:55:29 -0700 |
parents | |
children | 2d51f322ea86 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/html/index.html Sun Apr 19 03:55:29 2015 -0700 1.3 @@ -0,0 +1,183 @@ 1.4 +<html> 1.5 + <head> 1.6 + <link href='aurellem/css/google-roboto-slab.css' rel='stylesheet' 1.7 + type='text/css'/> 1.8 + <link href='aurellem/css/google-titillium-web.css' 1.9 + rel='stylesheet' type='text/css'/> 1.10 + <link href='aurellem/css/dyln-dark-4.css' rel='stylesheet' 1.11 + type='text/css'/> 1.12 + </head> 1.13 + <body> 1.14 + 1.15 + <div class="header"> 1.16 + <span class="authors"> 1.17 + <author><a href="aurellem/html/about-rlm.html"> 1.18 + Robert L. McIntyre</a>'s blog</author></span> 1.19 + <h1>au<em>r</em>e<em>l</em>le<em>m</em>.org</h1> 1.20 + <h2>science, programming, ideas</h2> 1.21 + </div> 1.22 + <div class="content"> 1.23 + <div class="atmosphere"></div> 1.24 + <table class="toc"> 1.25 + <tr> 1.26 + <th><a href="./thoughts/html/good-ideas.html">Big List O' 1.27 + Ideas</a></th> 1.28 + <td> 1.29 + <p class="description">All the ideas I've had that I felt 1.30 + like writing down for the past ~ 8 years. Some of them 1.31 + could be practical inventions and are "just" waiting for 1.32 + that 95% perspiration to bring them to fruition, some 1.33 + are ideas for science fiction, and some are simple 1.34 + observations. 1.35 + </p> 1.36 + <a href="./thoughts/html/good-ideas.html">Go to the Ideas Page 1.37 + »</a> 1.38 + </td> 1.39 + </tr> 1.40 + 1.41 + <th>Major Projects</th> 1.42 + 1.43 + <td> 1.44 + <h2>CORTEX: a virtual world for sensate AI (2014)</h2> 1.45 + <p class="description"> 1.46 + My MEng thesis at MIT, which won the 2014 Charles and 1.47 + Jennifer Johnson Thesis Award — 1st Place!<br/> 1.48 + All code and text for the thesis is freely 1.49 + licensed.<br/> 1.50 + <a href="./cortex/thesis/rlm-cortex-meng.pdf"> 1.51 + Thesis »</a> 1.52 + <a href="./cortex/html/index.html">Online Thesis Notes 1.53 + »</a><br/> 1.54 + <a href="./cortex/releases/cortex-1.0.0.tar.bz2"> 1.55 + Source Code (cortex-1.0.0.tar.bz2) »</a> 1.56 + </p> 1.57 + 1.58 + </td></tr> 1.59 + <tr><th></th><td> 1.60 + <h2>Pokémon Yellow Total Control Hack (2013)</h2> 1.61 + <p class="description"> 1.62 + Just by buying and rearranging certain items and 1.63 + pressing certain buttons in Pokémon Yellow, you 1.64 + can get the game into a state where you can completely 1.65 + reprogram it from the inside. It's the first hack of its 1.66 + kind, and it won 1.67 + multiple <a href="http://tasvideos.org/2187M.html">TAS 1.68 + awards »</a><br/> 1.69 + <a href="./vba-clojure/html/total-control.html">Guide to 1.70 + the Pokémon Yellow total control hack 1.71 + »</a> 1.72 + </p> 1.73 + </td> 1.74 + </tr> 1.75 + 1.76 + <tr> 1.77 + <th>Small Projects</th> 1.78 + <td> 1.79 + <ul> 1.80 + 1.81 + <li><a href="../hardware-hacking/html/hardware-hacking.html"> 1.82 + <div class="date">2015 May</div>Building a 1.83 + Web-Controlled Gameboy</a></li> 1.84 + 1.85 + <li><a href="../marble-paintings/html/marble-paintings.html"> 1.86 + <div class="date">2014 Jan</div> Painting on Broken 1.87 + Marble with Acrylic Paints</a></li> 1.88 + 1.89 + <li><a href="../bbbgs/html/bbbgs.html"> 1.90 + <div class="date">2013 Aug</div> Improving 1.91 + Background Subtraction with Top-Down 1.92 + Vision </a></li> 1.93 + 1.94 + <li><a href="../cortex/html/ai-journal-review.html"> 1.95 + <div class="date">2013 May</div>Review of the 1.96 + Journal of Artificial Intelligence 1.97 + </a></li> 1.98 + 1.99 + <li><a href="../pony-stories/html/pony-stories.html"> 1.100 + <div class="date">2012 Aug</div>fimfinder.net, a 1.101 + Website to Search fimfiction.net </a></li> 1.102 + 1.103 + <li><a href="../pokemon-types/html/types.html"> 1.104 + <div class="date">2011 Aug</div> Best-First 1.105 + Search for Effective Pokemon Types </a></li> 1.106 + 1.107 + <li><a href="../pokemon-types/html/lpsolve.html"> 1.108 + <div class="date">2011 Aug</div> Discovering 1.109 + Effective Pokemon Types Using Linear 1.110 + Optimization </a></li> 1.111 + 1.112 + <li><a href="../abomination/html/no_parens.html"> 1.113 + <div class="date">2011 Jul</div> Calling it quits 1.114 + without parentheses</a> 1.115 + </li> 1.116 + </ul> 1.117 + 1.118 + 1.119 + </td> 1.120 + </tr> 1.121 + 1.122 + <tr> 1.123 + <th>How-to Guides</th> 1.124 + <td> 1.125 + <ul> 1.126 + <li><a href="../6.945/html/dont-panic.html">Set up 1.127 + mit-scheme (from MIT's 6.945 1.128 + class)<div class="date">2014 Jan</div></a> 1.129 + </li> 1.130 + <li><a href="../free/html/wiki.html">Set up your own 1.131 + Wiki<div class="date">2013 Sep</div></a> 1.132 + <li><a href="../free/html/email.html">Set up your own 1.133 + Personal Email Server<div class="date">2013 1.134 + Jun</div></a> 1.135 + </li> 1.136 + <li><a href="../cortex/html/capture-video.html">Capture 1.137 + video from JMonkeyEngine3<div class="date">2011 1.138 + Dec</div></a> 1.139 + </li> 1.140 + 1.141 + </ul> 1.142 + </td> 1.143 + </tr> 1.144 + <tr> 1.145 + 1.146 + <tr> 1.147 + <th>Essays</th> 1.148 + <td> 1.149 + <ul> 1.150 + <li><a href="../thoughts/html/patents.html"> Free 1.151 + Culture Patents<div class="date">2013 Jul</div></a> 1.152 + </li> 1.153 + <li><a href="../thoughts/html/man-years.html"> A 1.154 + Universe of Human Experience<div class="date">2011 1.155 + Oct</div></a> 1.156 + </li> 1.157 + </ul> 1.158 + 1.159 + 1.160 + </td> 1.161 + </tr> 1.162 + </table> 1.163 + </div> 1.164 + 1.165 + 1.166 + <div class="footer"> 1.167 + 1.168 + <a rel="license" 1.169 + href="http://creativecommons.org/licenses/by-sa/4.0/"> 1.170 + <img alt="Creative Commons License" style="border-width:0" 1.171 + src="aurellem/images/creative-commons-88x31.png" 1.172 + /></a> 1.173 + 1.174 + ♡2012-2015 <a href="aurellem/html/about-rlm.html">Robert 1.175 + McIntyre</a>. Except where otherwise noted, all work on this 1.176 + website is <em>freely available</em> under a <a rel="license" 1.177 + href="http://creativecommons.org/licenses/by-sa/4.0/">Creative 1.178 + Commons Attribution-ShareAlike 4.0 International License</a>. 1.179 + <i>(This means that you are free to use, modify, and 1.180 + re-distribute such work —even commercially— as 1.181 + long as you attribute the original to me and share your 1.182 + modified versions in the same way.)</i> 1.183 + </div> 1.184 + 1.185 + </body> 1.186 +</html>