view html/backup.html @ 69:dad25eeb9989

backup.
author Robert McIntyre <rlm@mit.edu>
date Sun, 19 Apr 2015 06:58:08 -0400
parents
children
line wrap: on
line source
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 <head>
6 <title>Our Blog Entries</title>
7 <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
8 <meta name="title" content="Our Blog Entries"/>
9 <meta name="generator" content="Org-mode"/>
10 <meta name="generated" content="2014-12-21 12:54:33 EST"/>
11 <meta name="author" content="Robert McIntyre &amp; Dylan Holmes"/>
12 <meta name="description" content="A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more!"/>
13 <meta name="keywords" content="AI, clojure, quantum mechanics "/>
14 <style type="text/css">
15 <!--/*--><![CDATA[/*><!--*/
16 html { font-family: Times, serif; font-size: 12pt; }
17 .title { text-align: center; }
18 .todo { color: red; }
19 .done { color: green; }
20 .tag { background-color: #add8e6; font-weight:normal }
21 .target { }
22 .timestamp { color: #bebebe; }
23 .timestamp-kwd { color: #5f9ea0; }
24 .right {margin-left:auto; margin-right:0px; text-align:right;}
25 .left {margin-left:0px; margin-right:auto; text-align:left;}
26 .center {margin-left:auto; margin-right:auto; text-align:center;}
27 p.verse { margin-left: 3% }
28 pre {
29 border: 1pt solid #AEBDCC;
30 background-color: #F3F5F7;
31 padding: 5pt;
32 font-family: courier, monospace;
33 font-size: 90%;
34 overflow:auto;
35 }
36 table { border-collapse: collapse; }
37 td, th { vertical-align: top; }
38 th.right { text-align:center; }
39 th.left { text-align:center; }
40 th.center { text-align:center; }
41 td.right { text-align:right; }
42 td.left { text-align:left; }
43 td.center { text-align:center; }
44 dt { font-weight: bold; }
45 div.figure { padding: 0.5em; }
46 div.figure p { text-align: center; }
47 div.inlinetask {
48 padding:10px;
49 border:2px solid gray;
50 margin:10px;
51 background: #ffffcc;
52 }
53 textarea { overflow-x: auto; }
54 .linenr { font-size:smaller }
55 .code-highlighted {background-color:#ffff00;}
56 .org-info-js_info-navigation { border-style:none; }
57 ` #org-info-js_console-label { font-size:10px; font-weight:bold;
58 white-space:nowrap; }
59 .org-info-js_search-highlight {background-color:#ffff00; color:#000000;
60 font-weight:bold; }
61 /*]]>*/-->
62 </style>
63 <script type="text/javascript">var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-31261312-1']);_gaq.push(['_trackPageview']);(function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})();</script><link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" />
64 <script type="text/javascript">
65 <!--/*--><![CDATA[/*><!--*/
66 function CodeHighlightOn(elem, id)
67 {
68 var target = document.getElementById(id);
69 if(null != target) {
70 elem.cacheClassElem = elem.className;
71 elem.cacheClassTarget = target.className;
72 target.className = "code-highlighted";
73 elem.className = "code-highlighted";
74 }
75 }
76 function CodeHighlightOff(elem, id)
77 {
78 var target = document.getElementById(id);
79 if(elem.cacheClassElem)
80 elem.className = elem.cacheClassElem;
81 if(elem.cacheClassTarget)
82 target.className = elem.cacheClassTarget;
83 }
84 /*]]>*///-->
85 </script>
87 </head>
88 <body>
91 <div id="content">
92 <h1 class="title">Our Blog Entries</h1>
95 <div class="header">
96 <div class="float-right">
97 <!--
98 <form>
99 <input type="text"/><input type="submit" value="search the blog &raquo;"/>
100 </form>
101 -->
102 </div>
104 <h1>aurellem <em>&#x2609;</em></h1>
105 <ul class="nav">
106 <li><a href="/">read the blog &raquo;</a></li>
107 <!-- li><a href="#">learn about us &raquo;</a></li-->
108 </ul>
109 </div>
111 <div class="author">Written by <author>Robert McIntyre & Dylan Holmes</author></div>
119 <div id="outline-container-1" class="outline-3">
120 <h3 id="sec-1">Freedom</h3>
121 <div class="outline-text-3" id="text-1">
123 <ul>
124 <li><a href="../free/html/email.html">How to set up your own Email server</a>
125 </li>
126 <li><a href="../free/html/wiki.html">How to set up your own Wiki</a>
127 </li>
128 <li><a href="../thoughts/html/patents.html">Thoughts on Patents</a>
129 </li>
130 <li><a href="../thoughts/html/server.html">The Server Culture</a>
131 </li>
132 </ul>
134 </div>
136 </div>
138 <div id="outline-container-2" class="outline-3">
139 <h3 id="sec-2">Adventures in coding</h3>
140 <div class="outline-text-3" id="text-2">
142 <ul>
143 <li><a href="../abomination/html/no_parens.html">Calling it quits without parentheses</a>
144 </li>
145 <li><a href="../cortex/html/capture-video.html">Capture live video feeds from JMonkeyEngine</a>
146 </li>
147 </ul>
150 </div>
152 </div>
154 <div id="outline-container-3" class="outline-3">
155 <h3 id="sec-3">Academic</h3>
156 <div class="outline-text-3" id="text-3">
158 <ul>
159 <li><a href="../dylan/html/quandary.html">Bugs in quantum mechanics</a>
160 </li>
161 <li><a href="../dylan/html/visualizing-reason.html">A category-theoretic view of inductive reasoning</a>
162 </li>
163 <li><a href="../jaynes/html/stat-mech.html">Jaynes' <i>Statistical Mechanics</i></a>
164 </li>
165 <li><a href="../cortex/html/ai-journal-review.html">Interesting Articles from <i>Artificial Intelligence</i></a>
166 </li>
167 <li><a href="../bbbgs/html/bbbgs.html">Improving Background Subtraction with Top-Down Vision</a>
168 </li>
169 <li><a href="../thoughts/html/sloman.html">Transcript of Aaron Sloman - Interview</a>
170 </li>
171 <li><a href="../6.034/html/intro.html">6.034 : Introduction to Artificial Intelligence</a>
172 </li>
173 </ul>
175 </div>
177 </div>
179 <div id="outline-container-4" class="outline-3">
180 <h3 id="sec-4">Cortex: a virtual world for sensate AI</h3>
181 <div class="outline-text-3" id="text-4">
184 <p>
185 This was an MEng thesis project while I was at MIT. It won the 2014
186 Charles and Jennifer Johnson Thesis Award –- 1st Place!
187 </p>
188 <ul>
189 <li><a href="http://aurellem.org/dl/rlm-meng-cortex-final.pdf">Thesis</a>
190 </li>
191 <li><a href="http://aurellem.org/dl/cortex-1.0.0.tar.bz2">Code</a>
193 </li>
194 <li><a href="../cortex/html/intro.html">Intro: Choosing between Virtual and Real Time</a>
195 </li>
196 <li><a href="../cortex/html/setup.html">Installing jMonkeyEngine3, a 3D Game Engine</a>
197 </li>
198 <li><a href="../cortex/html/world.html">Creating a Virtual World</a>
199 </li>
200 <li><a href="../cortex/html/util.html">Utilities that Integrate jMonkeyEngine3 into Clojure </a>
201 </li>
202 <li><a href="../cortex/html/games.html"> Showing off: Games and Examples</a>
203 </li>
204 <li><b>Sensors and effectors</b>
205 <ol>
206 <li><a href="../cortex/html/sense.html">Preamble: auxillary functions</a>
207 </li>
208 <li><a href="../cortex/html/body.html">Building a Body</a>
209 </li>
210 <li><a href="../cortex/html/vision.html">Vision</a>
211 </li>
212 <li><a href="../cortex/html/hearing.html">Hearing</a>
213 </li>
214 <li><a href="../cortex/html/touch.html">Touch</a>
215 </li>
216 <li><a href="../cortex/html/proprioception.html">Proprioception</a>
217 </li>
218 <li><a href="../cortex/html/movement.html">Movement</a>
219 </li>
220 <li><a href="../cortex/html/integration.html">Integration</a>
221 </li>
222 </ol>
224 </li>
225 <li><a href="../cortex/html/gabor.html">Gabor Filters</a>
226 </li>
227 </ul>
230 </div>
232 </div>
234 <div id="outline-container-5" class="outline-3">
235 <h3 id="sec-5">Pok&eacute;mon</h3>
236 <div class="outline-text-3" id="text-5">
238 <ul>
239 <li><a href="../pokemon-types/html/types.html">Best-first search for effective Pok&eacute;mon types</a>
240 </li>
241 <li><a href="../pokemon-types/html/lpsolve.html">Discovering effective Pok&eacute;mon types using linear optimization.</a>
242 </li>
243 <li><a href="../vba-clojure/html/rom.html">Notes on deconstructing Pok&eacute;mon Yellow</a>
244 </li>
245 <li><a href="http://web.mit.edu/dxh/www/guess/">9 Questions with Pok&eacute;mon</a>
246 <ul>
247 <li><a href="http://aurellem.org/pokeclass/html/idtree.html">How <i>9 Questions with Pok&eacute;mon</i> was made.</a>
248 </li>
249 <li><a href="http://web.mit.edu/dxh/www/guess/gen2.html">10 Questions with Pok&eacute;mon</a> (Gen I &amp; II)
250 </li>
251 <li>Use an <a href="http://web.mit.edu/dxh/www/guess/allergy/">allergy assay</a> to determine the type of an unknown Pok&eacute;mon
252 </li>
253 </ul>
255 </li>
256 <li><a href="./vba-clojure/html/total-control.html">Pok&eacute;mon Yellow Total Control Hack</a>
257 </li>
258 </ul>
261 </div>
263 </div>
265 <div id="outline-container-6" class="outline-3">
266 <h3 id="sec-6">Quantitative design</h3>
267 <div class="outline-text-3" id="text-6">
269 <ul>
270 <li>Quantitative Pok&eacute;mon displays (in progress)
271 <ul>
272 <li><a href="http://www.aurellem.org/pokeplot/graph.html?q=rug">Breakdown of evolution data</a>
273 </li>
274 <li><a href="http://www.aurellem.org/pokeplot/graph.html?q=shops">Shop locations and inventories</a>
275 </li>
276 <li><a href="http://www.aurellem.org/pokeplot/graph.html?q=tms">Learnability of technical machines</a>
277 </li>
278 <li><a href="http://www.aurellem.org/pokeplot/graph.html?q=affinity">Square graph of dual type combinations</a>
279 </li>
280 </ul>
282 </li>
283 <li><a href="../dylan/resolution.svg">Display resolutions, simplified.</a> Intended to become a replacement
284 for <a href="http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg">this Wikipedia graphic</a>.
285 </li>
286 </ul>
289 </div>
291 </div>
293 <div id="outline-container-7" class="outline-3">
294 <h3 id="sec-7">Thoughts</h3>
295 <div class="outline-text-3" id="text-7">
297 <ul>
298 <li><a href="../dylan/html/science.html">Science Minus Science</a>
299 </li>
300 <li><a href="../thoughts/html/man-years.html">A Universe of Human Experience</a>
301 </li>
302 <li><a href="../thoughts/html/emacs-password.html">Emacs Password Security</a>
303 </li>
304 <li><a href="../thoughts/html/ideas.html">Ideas</a>
305 </li>
306 </ul>
309 </div>
310 </div>
311 </div>
313 <div id="postamble">
314 <p class="date">Date: 2014-12-21 12:54:33 EST</p>
315 <p class="author">Author: Robert McIntyre &amp; Dylan Holmes</p>
316 <p class="creator">Org version 7.7 with Emacs version 23</p>
317 <a href="http://validator.w3.org/check?uri=referer">Validate XHTML 1.0</a>
319 </div>
320 </body>
321 </html>