Mercurial > aurellem
comparison 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 |
comparison
equal
deleted
inserted
replaced
67:898238723c64 | 68:44b864cfe60c |
---|---|
1 <html> | |
2 <head> | |
3 <link href='aurellem/css/google-roboto-slab.css' rel='stylesheet' | |
4 type='text/css'/> | |
5 <link href='aurellem/css/google-titillium-web.css' | |
6 rel='stylesheet' type='text/css'/> | |
7 <link href='aurellem/css/dyln-dark-4.css' rel='stylesheet' | |
8 type='text/css'/> | |
9 </head> | |
10 <body> | |
11 | |
12 <div class="header"> | |
13 <span class="authors"> | |
14 <author><a href="aurellem/html/about-rlm.html"> | |
15 Robert L. McIntyre</a>'s blog</author></span> | |
16 <h1>au<em>r</em>e<em>l</em>le<em>m</em>.org</h1> | |
17 <h2>science, programming, ideas</h2> | |
18 </div> | |
19 <div class="content"> | |
20 <div class="atmosphere"></div> | |
21 <table class="toc"> | |
22 <tr> | |
23 <th><a href="./thoughts/html/good-ideas.html">Big List O' | |
24 Ideas</a></th> | |
25 <td> | |
26 <p class="description">All the ideas I've had that I felt | |
27 like writing down for the past ~ 8 years. Some of them | |
28 could be practical inventions and are "just" waiting for | |
29 that 95% perspiration to bring them to fruition, some | |
30 are ideas for science fiction, and some are simple | |
31 observations. | |
32 </p> | |
33 <a href="./thoughts/html/good-ideas.html">Go to the Ideas Page | |
34 »</a> | |
35 </td> | |
36 </tr> | |
37 | |
38 <th>Major Projects</th> | |
39 | |
40 <td> | |
41 <h2>CORTEX: a virtual world for sensate AI (2014)</h2> | |
42 <p class="description"> | |
43 My MEng thesis at MIT, which won the 2014 Charles and | |
44 Jennifer Johnson Thesis Award — 1st Place!<br/> | |
45 All code and text for the thesis is freely | |
46 licensed.<br/> | |
47 <a href="./cortex/thesis/rlm-cortex-meng.pdf"> | |
48 Thesis »</a> | |
49 <a href="./cortex/html/index.html">Online Thesis Notes | |
50 »</a><br/> | |
51 <a href="./cortex/releases/cortex-1.0.0.tar.bz2"> | |
52 Source Code (cortex-1.0.0.tar.bz2) »</a> | |
53 </p> | |
54 | |
55 </td></tr> | |
56 <tr><th></th><td> | |
57 <h2>Pokémon Yellow Total Control Hack (2013)</h2> | |
58 <p class="description"> | |
59 Just by buying and rearranging certain items and | |
60 pressing certain buttons in Pokémon Yellow, you | |
61 can get the game into a state where you can completely | |
62 reprogram it from the inside. It's the first hack of its | |
63 kind, and it won | |
64 multiple <a href="http://tasvideos.org/2187M.html">TAS | |
65 awards »</a><br/> | |
66 <a href="./vba-clojure/html/total-control.html">Guide to | |
67 the Pokémon Yellow total control hack | |
68 »</a> | |
69 </p> | |
70 </td> | |
71 </tr> | |
72 | |
73 <tr> | |
74 <th>Small Projects</th> | |
75 <td> | |
76 <ul> | |
77 | |
78 <li><a href="../hardware-hacking/html/hardware-hacking.html"> | |
79 <div class="date">2015 May</div>Building a | |
80 Web-Controlled Gameboy</a></li> | |
81 | |
82 <li><a href="../marble-paintings/html/marble-paintings.html"> | |
83 <div class="date">2014 Jan</div> Painting on Broken | |
84 Marble with Acrylic Paints</a></li> | |
85 | |
86 <li><a href="../bbbgs/html/bbbgs.html"> | |
87 <div class="date">2013 Aug</div> Improving | |
88 Background Subtraction with Top-Down | |
89 Vision </a></li> | |
90 | |
91 <li><a href="../cortex/html/ai-journal-review.html"> | |
92 <div class="date">2013 May</div>Review of the | |
93 Journal of Artificial Intelligence | |
94 </a></li> | |
95 | |
96 <li><a href="../pony-stories/html/pony-stories.html"> | |
97 <div class="date">2012 Aug</div>fimfinder.net, a | |
98 Website to Search fimfiction.net </a></li> | |
99 | |
100 <li><a href="../pokemon-types/html/types.html"> | |
101 <div class="date">2011 Aug</div> Best-First | |
102 Search for Effective Pokemon Types </a></li> | |
103 | |
104 <li><a href="../pokemon-types/html/lpsolve.html"> | |
105 <div class="date">2011 Aug</div> Discovering | |
106 Effective Pokemon Types Using Linear | |
107 Optimization </a></li> | |
108 | |
109 <li><a href="../abomination/html/no_parens.html"> | |
110 <div class="date">2011 Jul</div> Calling it quits | |
111 without parentheses</a> | |
112 </li> | |
113 </ul> | |
114 | |
115 | |
116 </td> | |
117 </tr> | |
118 | |
119 <tr> | |
120 <th>How-to Guides</th> | |
121 <td> | |
122 <ul> | |
123 <li><a href="../6.945/html/dont-panic.html">Set up | |
124 mit-scheme (from MIT's 6.945 | |
125 class)<div class="date">2014 Jan</div></a> | |
126 </li> | |
127 <li><a href="../free/html/wiki.html">Set up your own | |
128 Wiki<div class="date">2013 Sep</div></a> | |
129 <li><a href="../free/html/email.html">Set up your own | |
130 Personal Email Server<div class="date">2013 | |
131 Jun</div></a> | |
132 </li> | |
133 <li><a href="../cortex/html/capture-video.html">Capture | |
134 video from JMonkeyEngine3<div class="date">2011 | |
135 Dec</div></a> | |
136 </li> | |
137 | |
138 </ul> | |
139 </td> | |
140 </tr> | |
141 <tr> | |
142 | |
143 <tr> | |
144 <th>Essays</th> | |
145 <td> | |
146 <ul> | |
147 <li><a href="../thoughts/html/patents.html"> Free | |
148 Culture Patents<div class="date">2013 Jul</div></a> | |
149 </li> | |
150 <li><a href="../thoughts/html/man-years.html"> A | |
151 Universe of Human Experience<div class="date">2011 | |
152 Oct</div></a> | |
153 </li> | |
154 </ul> | |
155 | |
156 | |
157 </td> | |
158 </tr> | |
159 </table> | |
160 </div> | |
161 | |
162 | |
163 <div class="footer"> | |
164 | |
165 <a rel="license" | |
166 href="http://creativecommons.org/licenses/by-sa/4.0/"> | |
167 <img alt="Creative Commons License" style="border-width:0" | |
168 src="aurellem/images/creative-commons-88x31.png" | |
169 /></a> | |
170 | |
171 ♡2012-2015 <a href="aurellem/html/about-rlm.html">Robert | |
172 McIntyre</a>. Except where otherwise noted, all work on this | |
173 website is <em>freely available</em> under a <a rel="license" | |
174 href="http://creativecommons.org/licenses/by-sa/4.0/">Creative | |
175 Commons Attribution-ShareAlike 4.0 International License</a>. | |
176 <i>(This means that you are free to use, modify, and | |
177 re-distribute such work —even commercially— as | |
178 long as you attribute the original to me and share your | |
179 modified versions in the same way.)</i> | |
180 </div> | |
181 | |
182 </body> | |
183 </html> |