view html/old-aurellem-white.html @ 64:148e2bd2a16e

new website design, courtesy of Dylan!
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Mar 2015 22:23:50 -0700
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 <!-- 2015-03-02 Mon 09:47 -->
8 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 <meta name="generator" content="Org-mode" />
10 <meta name="author" content="Robert McIntyre &amp; Dylan Holmes" />
11 <meta name="description" content="A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more!"
12 />
13 <meta name="keywords" content="AI, clojure, quantum mechanics" />
14 <style type="text/css">
15 <!--/*--><![CDATA[/*><!--*/
16 .title { text-align: center; }
17 .todo { font-family: monospace; color: red; }
18 .done { font-family: monospace; color: green; }
19 .priority { font-family: monospace; color: orange; }
20 .tag { background-color: #eee; font-family: monospace;
21 padding: 2px; font-size: 80%; font-weight: normal; }
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 .underline { text-decoration: underline; }
28 #postamble p, #preamble p { font-size: 90%; margin: .2em; }
29 p.verse { margin-left: 3%; }
30 pre {
31 border: 1px solid #ccc;
32 box-shadow: 3px 3px 3px #eee;
33 padding: 8pt;
34 font-family: monospace;
35 overflow: auto;
36 margin: 1.2em;
37 }
38 pre.src {
39 position: relative;
40 overflow: visible;
41 padding-top: 1.2em;
42 }
43 pre.src:before {
44 display: none;
45 position: absolute;
46 background-color: white;
47 top: -10px;
48 right: 10px;
49 padding: 3px;
50 border: 1px solid black;
51 }
52 pre.src:hover:before { display: inline;}
53 pre.src-sh:before { content: 'sh'; }
54 pre.src-bash:before { content: 'sh'; }
55 pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
56 pre.src-R:before { content: 'R'; }
57 pre.src-perl:before { content: 'Perl'; }
58 pre.src-java:before { content: 'Java'; }
59 pre.src-sql:before { content: 'SQL'; }
61 table { border-collapse:collapse; }
62 caption.t-above { caption-side: top; }
63 caption.t-bottom { caption-side: bottom; }
64 td, th { vertical-align:top; }
65 th.right { text-align: center; }
66 th.left { text-align: center; }
67 th.center { text-align: center; }
68 td.right { text-align: right; }
69 td.left { text-align: left; }
70 td.center { text-align: center; }
71 dt { font-weight: bold; }
72 .footpara:nth-child(2) { display: inline; }
73 .footpara { display: block; }
74 .footdef { margin-bottom: 1em; }
75 .figure { padding: 1em; }
76 .figure p { text-align: center; }
77 .inlinetask {
78 padding: 10px;
79 border: 2px solid gray;
80 margin: 10px;
81 background: #ffffcc;
82 }
83 #org-div-home-and-up
84 { text-align: right; font-size: 70%; white-space: nowrap; }
85 textarea { overflow-x: auto; }
86 .linenr { font-size: smaller }
87 .code-highlighted { background-color: #ffff00; }
88 .org-info-js_info-navigation { border-style: none; }
89 #org-info-js_console-label
90 { font-size: 10px; font-weight: bold; white-space: nowrap; }
91 .org-info-js_search-highlight
92 { background-color: #ffff00; color: #000000; font-weight: bold; }
93 /*]]>*/-->
94 </style>
95 <link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" />
96 <script type="text/javascript">
97 /*
98 @licstart The following is the entire license notice for the
99 JavaScript code in this tag.
101 Copyright (C) 2012-2013 Free Software Foundation, Inc.
103 The JavaScript code in this tag is free software: you can
104 redistribute it and/or modify it under the terms of the GNU
105 General Public License (GNU GPL) as published by the Free Software
106 Foundation, either version 3 of the License, or (at your option)
107 any later version. The code is distributed WITHOUT ANY WARRANTY;
108 without even the implied warranty of MERCHANTABILITY or FITNESS
109 FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
111 As additional permission under GNU GPL version 3 section 7, you
112 may distribute non-source (e.g., minimized or compacted) forms of
113 that code without the copy of the GNU GPL normally required by
114 section 4, provided you include this license notice and a URL
115 through which recipients can access the Corresponding Source.
118 @licend The above is the entire license notice
119 for the JavaScript code in this tag.
120 */
121 <!--/*--><![CDATA[/*><!--*/
122 function CodeHighlightOn(elem, id)
123 {
124 var target = document.getElementById(id);
125 if(null != target) {
126 elem.cacheClassElem = elem.className;
127 elem.cacheClassTarget = target.className;
128 target.className = "code-highlighted";
129 elem.className = "code-highlighted";
130 }
131 }
132 function CodeHighlightOff(elem, id)
133 {
134 var target = document.getElementById(id);
135 if(elem.cacheClassElem)
136 elem.className = elem.cacheClassElem;
137 if(elem.cacheClassTarget)
138 target.className = elem.cacheClassTarget;
139 }
140 /*]]>*///-->
141 </script>
142 </head>
143 <body>
144 <div id="content">
145 <h1 class="title">Our Blog Entries</h1>
147 <div class="header">
148 <div class="float-right">
149 </div>
151 <h1>aurellem <em>&#x2609;</em></h1>
152 <ul class="nav">
153 <li><a href="/">read the blog &raquo;</a></li>
154 <!-- li><a href="#">learn about us &raquo;</a></li-->
155 </ul>
156 </div>
158 <div class="author">Written by <author>
159 <p>
160 Robert McIntyre &amp; Dylan Holmes
161 </p>
162 </author></div>
164 <div id="outline-container-unnumbered-1" class="outline-2">
165 <h2 id="unnumbered-1">Freedom</h2>
166 <div class="outline-text-2" id="text-unnumbered-1">
167 <ul class="org-ul">
168 <li><a href="../free/html/email.html">How to set up your own Email server</a></li>
169 <li><a href="../free/html/wiki.html">How to set up your own Wiki</a></li>
170 <li><a href="../thoughts/html/patents.html">Thoughts on Patents</a></li>
171 <li><a href="../thoughts/html/server.html">The Server Culture</a></li>
172 </ul>
173 </div>
174 </div>
175 <div id="outline-container-unnumbered-2" class="outline-2">
176 <h2 id="unnumbered-2">Adventures in coding</h2>
177 <div class="outline-text-2" id="text-unnumbered-2">
178 <ul class="org-ul">
179 <li><a href="../abomination/html/no_parens.html">Calling it quits without parentheses</a></li>
180 <li><a href="../cortex/html/capture-video.html">Capture live video feeds from JMonkeyEngine</a></li>
181 </ul>
182 </div>
183 </div>
185 <div id="outline-container-unnumbered-3" class="outline-2">
186 <h2 id="unnumbered-3">Academic</h2>
187 <div class="outline-text-2" id="text-unnumbered-3">
188 <ul class="org-ul">
189 <li><a href="../dylan/html/quandary.html">Bugs in quantum mechanics</a></li>
190 <li><a href="../dylan/html/visualizing-reason.html">A category-theoretic view of inductive reasoning</a></li>
191 <li><a href="../jaynes/html/stat-mech.html">Jaynes' <i>Statistical Mechanics</i></a></li>
192 <li><a href="../cortex/html/ai-journal-review.html">Interesting Articles from <i>Artificial Intelligence</i></a></li>
193 <li><a href="../bbbgs/html/bbbgs.html">Improving Background Subtraction with Top-Down Vision</a></li>
194 <li><a href="../thoughts/html/sloman.html">Transcript of Aaron Sloman - Interview</a></li>
195 <li><a href="../6.034/html/intro.html">6.034 : Introduction to Artificial Intelligence</a></li>
196 </ul>
197 </div>
198 </div>
199 <div id="outline-container-unnumbered-4" class="outline-2">
200 <h2 id="unnumbered-4">Cortex: a virtual world for sensate AI</h2>
201 <div class="outline-text-2" id="text-unnumbered-4">
202 <p>
203 This was an MEng thesis project while I was at MIT. It won the 2014
204 Charles and Jennifer Johnson Thesis Award –- 1st Place!
205 </p>
207 <ul class="org-ul">
208 <li><a href="http://aurellem.org/dl/rlm-meng-cortex-final.pdf">Thesis</a></li>
209 <li><a href="http://aurellem.org/dl/cortex-1.0.0.tar.bz2">Code</a></li>
211 <li><a href="../cortex/html/intro.html">Intro: Choosing between Virtual and Real Time</a></li>
212 <li><a href="../cortex/html/setup.html">Installing jMonkeyEngine3, a 3D Game Engine</a></li>
213 <li><a href="../cortex/html/world.html">Creating a Virtual World</a></li>
214 <li><a href="../cortex/html/util.html">Utilities that Integrate jMonkeyEngine3 into Clojure </a></li>
215 <li><a href="../cortex/html/games.html"> Showing off: Games and Examples</a></li>
216 <li><b>Sensors and effectors</b>
217 <ol class="org-ol">
218 <li><a href="../cortex/html/sense.html">Preamble: auxillary functions</a></li>
219 <li><a href="../cortex/html/body.html">Building a Body</a></li>
220 <li><a href="../cortex/html/vision.html">Vision</a></li>
221 <li><a href="../cortex/html/hearing.html">Hearing</a></li>
222 <li><a href="../cortex/html/touch.html">Touch</a></li>
223 <li><a href="../cortex/html/proprioception.html">Proprioception</a></li>
224 <li><a href="../cortex/html/movement.html">Movement</a></li>
225 <li><a href="../cortex/html/integration.html">Integration</a></li>
226 </ol></li>
227 <li><a href="../cortex/html/gabor.html">Gabor Filters</a></li>
228 </ul>
229 </div>
230 </div>
232 <div id="outline-container-unnumbered-5" class="outline-2">
233 <h2 id="unnumbered-5">Pok&eacute;mon</h2>
234 <div class="outline-text-2" id="text-unnumbered-5">
235 <ul class="org-ul">
236 <li><a href="../pokemon-types/html/types.html">Best-first search for effective Pok&eacute;mon types</a></li>
237 <li><a href="../pokemon-types/html/lpsolve.html">Discovering effective Pok&eacute;mon types using linear optimization.</a></li>
238 <li><a href="../vba-clojure/html/rom.html">Notes on deconstructing Pok&eacute;mon Yellow</a></li>
239 <li><a href="http://web.mit.edu/dxh/www/guess/">9 Questions with Pok&eacute;mon</a>
240 <ul class="org-ul">
241 <li><a href="http://aurellem.org/pokeclass/html/idtree.html">How <i>9 Questions with Pok&eacute;mon</i> was made.</a></li>
242 <li><a href="http://web.mit.edu/dxh/www/guess/gen2.html">10 Questions with Pok&eacute;mon</a> (Gen I &amp; II)</li>
243 <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</li>
244 </ul></li>
245 <li><a href="./vba-clojure/html/total-control.html">Pok&eacute;mon Yellow Total Control Hack</a></li>
246 </ul>
247 </div>
248 </div>
250 <div id="outline-container-unnumbered-6" class="outline-2">
251 <h2 id="unnumbered-6">Quantitative design</h2>
252 <div class="outline-text-2" id="text-unnumbered-6">
253 <ul class="org-ul">
254 <li>Quantitative Pok&eacute;mon displays (in progress)
255 <ul class="org-ul">
256 <li><a href="http://www.aurellem.org/pokeplot/graph.html?q=rug">Breakdown of evolution data</a></li>
257 <li><a href="http://www.aurellem.org/pokeplot/graph.html?q=shops">Shop locations and inventories</a></li>
258 <li><a href="http://www.aurellem.org/pokeplot/graph.html?q=tms">Learnability of technical machines</a></li>
259 <li><a href="http://www.aurellem.org/pokeplot/graph.html?q=affinity">Square graph of dual type combinations</a></li>
260 </ul></li>
261 <li><a href="../dylan/resolution.svg">Display resolutions, simplified.</a> Intended to become a replacement
262 for <a href="http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg">this Wikipedia graphic</a>.</li>
263 </ul>
264 </div>
265 </div>
267 <div id="outline-container-unnumbered-7" class="outline-2">
268 <h2 id="unnumbered-7">Thoughts</h2>
269 <div class="outline-text-2" id="text-unnumbered-7">
270 <ul class="org-ul">
271 <li><a href="../dylan/html/science.html">Science Minus Science</a></li>
272 <li><a href="../thoughts/html/man-years.html">A Universe of Human Experience</a></li>
273 <li><a href="../thoughts/html/emacs-password.html">Emacs Password Security</a></li>
274 <li><a href="../thoughts/html/ideas.html">Ideas</a></li>
275 </ul>
276 </div>
277 </div>
278 </div>
279 <div id="postamble" class="status">
280 <p class="author">Author: Robert McIntyre &amp; Dylan Holmes</p>
281 <p class="date">Created: 2015-03-02 Mon 09:47</p>
282 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.4.1 (<a href="http://orgmode.org">Org</a> mode 8.3beta)</p>
283 <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
284 </div>
285 </body>
286 </html>