changeset 68:44b864cfe60c

add index.
author Robert McIntyre <rlm@mit.edu>
date Sun, 19 Apr 2015 03:55:29 -0700
parents 898238723c64
children dad25eeb9989
files .hgignore html/index.html
diffstat 2 files changed, 183 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/.hgignore	Sun Apr 19 03:54:04 2015 -0700
     1.2 +++ b/.hgignore	Sun Apr 19 03:55:29 2015 -0700
     1.3 @@ -2,7 +2,6 @@
     1.4  src*
     1.5  html/export.html
     1.6  html/level-0.html
     1.7 -html/index.html
     1.8  html/publish.html
     1.9  html/setup.html
    1.10  js*
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/html/index.html	Sun Apr 19 03:55:29 2015 -0700
     2.3 @@ -0,0 +1,183 @@
     2.4 +<html>
     2.5 +  <head>
     2.6 +    <link href='aurellem/css/google-roboto-slab.css' rel='stylesheet'
     2.7 +    type='text/css'/>
     2.8 +    <link href='aurellem/css/google-titillium-web.css'
     2.9 +	  rel='stylesheet' type='text/css'/>
    2.10 +    <link href='aurellem/css/dyln-dark-4.css' rel='stylesheet'
    2.11 +	  type='text/css'/>
    2.12 +  </head>
    2.13 +  <body>
    2.14 +
    2.15 +    <div class="header">
    2.16 +      <span class="authors">
    2.17 +	<author><a href="aurellem/html/about-rlm.html">
    2.18 +	    Robert L. McIntyre</a>'s blog</author></span>
    2.19 +      <h1>au<em>r</em>e<em>l</em>le<em>m</em>.org</h1>
    2.20 +      <h2>science, programming, ideas</h2> 
    2.21 +    </div>
    2.22 +    <div class="content">
    2.23 +      <div class="atmosphere"></div>
    2.24 +      <table class="toc">	
    2.25 +	<tr>
    2.26 +	  <th><a href="./thoughts/html/good-ideas.html">Big List O'
    2.27 +	  Ideas</a></th>
    2.28 +	  <td>
    2.29 +	    <p class="description">All the ideas I've had that I felt
    2.30 +	      like writing down for the past ~ 8 years. Some of them
    2.31 +	      could be practical inventions and are "just" waiting for
    2.32 +	      that 95% perspiration to bring them to fruition, some
    2.33 +	      are ideas for science fiction, and some are simple
    2.34 +	      observations.
    2.35 +	    </p>
    2.36 +	    <a href="./thoughts/html/good-ideas.html">Go to the Ideas Page
    2.37 +	    &raquo;</a>
    2.38 +	  </td>
    2.39 +	</tr>
    2.40 +
    2.41 +	  <th>Major Projects</th>
    2.42 +
    2.43 +	  <td>
    2.44 +	    <h2>CORTEX: a virtual world for sensate AI (2014)</h2>
    2.45 +	    <p class="description">
    2.46 +	      My MEng thesis at MIT, which won the 2014 Charles and
    2.47 +	      Jennifer Johnson Thesis Award &mdash; 1st Place!<br/>
    2.48 +	      All code and text for the thesis is freely
    2.49 +	      licensed.<br/>
    2.50 +	      <a href="./cortex/thesis/rlm-cortex-meng.pdf">
    2.51 +		Thesis &raquo;</a> &nbsp;&nbsp;&nbsp;
    2.52 +	      <a href="./cortex/html/index.html">Online Thesis Notes
    2.53 +	      &raquo;</a><br/>
    2.54 +	      <a href="./cortex/releases/cortex-1.0.0.tar.bz2">
    2.55 +		Source Code (cortex-1.0.0.tar.bz2) &raquo;</a>
    2.56 +	      </p>
    2.57 +
    2.58 +	</td></tr>
    2.59 +	<tr><th></th><td>
    2.60 +	    <h2>Pok&eacute;mon Yellow Total Control Hack (2013)</h2>
    2.61 +	    <p class="description">
    2.62 +	      Just by buying and rearranging certain items and
    2.63 +	      pressing certain buttons in Pok&eacute;mon Yellow, you
    2.64 +	      can get the game into a state where you can completely
    2.65 +	      reprogram it from the inside. It's the first hack of its
    2.66 +	      kind, and it won
    2.67 +	      multiple <a href="http://tasvideos.org/2187M.html">TAS
    2.68 +	      awards &raquo;</a><br/>
    2.69 +	      <a href="./vba-clojure/html/total-control.html">Guide to
    2.70 +		the Pok&eacute;mon Yellow total control hack
    2.71 +		&raquo;</a>
    2.72 +	    </p>
    2.73 +	  </td>
    2.74 +	</tr>
    2.75 +
    2.76 +	<tr>
    2.77 +	  <th>Small Projects</th>
    2.78 +	  <td>
    2.79 +	    <ul>
    2.80 +
    2.81 +	      <li><a href="../hardware-hacking/html/hardware-hacking.html">
    2.82 +		  <div class="date">2015 May</div>Building a
    2.83 +		  Web-Controlled Gameboy</a></li>
    2.84 +	      
    2.85 +	      <li><a href="../marble-paintings/html/marble-paintings.html">
    2.86 +		  <div class="date">2014 Jan</div> Painting on Broken
    2.87 +		  Marble with Acrylic Paints</a></li>
    2.88 +	      
    2.89 +	      <li><a href="../bbbgs/html/bbbgs.html">
    2.90 +		  <div class="date">2013 Aug</div> Improving
    2.91 +		  Background Subtraction with Top-Down
    2.92 +		  Vision </a></li>
    2.93 +	      
    2.94 +	      <li><a href="../cortex/html/ai-journal-review.html">
    2.95 +		  <div class="date">2013 May</div>Review of the
    2.96 +		  Journal of Artificial Intelligence
    2.97 +		   </a></li>
    2.98 +	      
    2.99 +	      <li><a href="../pony-stories/html/pony-stories.html">
   2.100 +		  <div class="date">2012 Aug</div>fimfinder.net, a
   2.101 +		  Website to Search fimfiction.net </a></li>
   2.102 +	      
   2.103 +	      <li><a href="../pokemon-types/html/types.html">
   2.104 +		  <div class="date">2011 Aug</div>  Best-First
   2.105 +		  Search for Effective Pokemon Types </a></li>
   2.106 +
   2.107 +	      <li><a href="../pokemon-types/html/lpsolve.html">
   2.108 +		  <div class="date">2011 Aug</div> Discovering
   2.109 +		  Effective Pokemon Types Using Linear
   2.110 +		  Optimization </a></li>
   2.111 +	      
   2.112 +	      <li><a href="../abomination/html/no_parens.html">
   2.113 +		  <div class="date">2011 Jul</div> Calling it quits
   2.114 +		  without parentheses</a>
   2.115 +	      </li>
   2.116 +	    </ul>
   2.117 +	    
   2.118 +
   2.119 +	  </td>
   2.120 +	</tr>
   2.121 + 	
   2.122 +	<tr>
   2.123 +	  <th>How-to Guides</th>
   2.124 +	  <td>
   2.125 +	    <ul>
   2.126 +	      <li><a href="../6.945/html/dont-panic.html">Set up
   2.127 +	      mit-scheme (from MIT's 6.945
   2.128 +	      class)<div class="date">2014 Jan</div></a>
   2.129 +	      </li>
   2.130 +	      <li><a href="../free/html/wiki.html">Set up your own
   2.131 +		  Wiki<div class="date">2013 Sep</div></a>
   2.132 +	      <li><a href="../free/html/email.html">Set up your own
   2.133 +		  Personal Email Server<div class="date">2013
   2.134 +		  Jun</div></a>
   2.135 +	      </li>
   2.136 +	      <li><a href="../cortex/html/capture-video.html">Capture
   2.137 +		  video from JMonkeyEngine3<div class="date">2011
   2.138 +		  Dec</div></a>
   2.139 +	      </li>
   2.140 +
   2.141 +	    </ul>
   2.142 +	  </td>
   2.143 +	</tr>
   2.144 +	<tr>
   2.145 +	
   2.146 +	<tr>
   2.147 +	  <th>Essays</th>
   2.148 +	  <td>
   2.149 +	    <ul>
   2.150 +	      <li><a href="../thoughts/html/patents.html"> Free
   2.151 +		   Culture Patents<div class="date">2013 Jul</div></a>
   2.152 +	      </li>
   2.153 +	      <li><a href="../thoughts/html/man-years.html"> A
   2.154 +		  Universe of Human Experience<div class="date">2011
   2.155 +		  Oct</div></a>
   2.156 +	      </li>
   2.157 +	    </ul>
   2.158 +	    
   2.159 +
   2.160 +	  </td>
   2.161 +	</tr>
   2.162 +      </table>
   2.163 +    </div>
   2.164 +
   2.165 +
   2.166 +    <div class="footer">
   2.167 +
   2.168 +      <a rel="license"
   2.169 +	 href="http://creativecommons.org/licenses/by-sa/4.0/">
   2.170 +	 <img alt="Creative Commons License" style="border-width:0"
   2.171 +	 src="aurellem/images/creative-commons-88x31.png"
   2.172 +	 /></a>
   2.173 +
   2.174 +      &#x2661;2012-2015 <a href="aurellem/html/about-rlm.html">Robert
   2.175 +      McIntyre</a>. Except where otherwise noted, all work on this
   2.176 +      website is <em>freely available</em> under a <a rel="license"
   2.177 +      href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
   2.178 +      Commons Attribution-ShareAlike 4.0 International License</a>.
   2.179 +      <i>(This means that you are free to use, modify, and
   2.180 +	re-distribute such work &mdash;even commercially&mdash; as
   2.181 +	long as you attribute the original to me and share your
   2.182 +	modified versions in the same way.)</i>
   2.183 +    </div>
   2.184 +
   2.185 +  </body>
   2.186 +</html>