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