changeset 69:dad25eeb9989

backup.
author Robert McIntyre <rlm@mit.edu>
date Sun, 19 Apr 2015 06:58:08 -0400
parents 44b864cfe60c
children 2d51f322ea86
files html/backup.html
diffstat 1 files changed, 321 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/html/backup.html	Sun Apr 19 06:58:08 2015 -0400
     1.3 @@ -0,0 +1,321 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     1.6 +               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.7 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
     1.8 +<head>
     1.9 +<title>Our Blog Entries</title>
    1.10 +<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
    1.11 +<meta name="title" content="Our Blog Entries"/>
    1.12 +<meta name="generator" content="Org-mode"/>
    1.13 +<meta name="generated" content="2014-12-21 12:54:33 EST"/>
    1.14 +<meta name="author" content="Robert McIntyre &amp; Dylan Holmes"/>
    1.15 +<meta name="description" content="A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more!"/>
    1.16 +<meta name="keywords" content="AI, clojure, quantum mechanics "/>
    1.17 +<style type="text/css">
    1.18 + <!--/*--><![CDATA[/*><!--*/
    1.19 +  html { font-family: Times, serif; font-size: 12pt; }
    1.20 +  .title  { text-align: center; }
    1.21 +  .todo   { color: red; }
    1.22 +  .done   { color: green; }
    1.23 +  .tag    { background-color: #add8e6; font-weight:normal }
    1.24 +  .target { }
    1.25 +  .timestamp { color: #bebebe; }
    1.26 +  .timestamp-kwd { color: #5f9ea0; }
    1.27 +  .right  {margin-left:auto; margin-right:0px;  text-align:right;}
    1.28 +  .left   {margin-left:0px;  margin-right:auto; text-align:left;}
    1.29 +  .center {margin-left:auto; margin-right:auto; text-align:center;}
    1.30 +  p.verse { margin-left: 3% }
    1.31 +  pre {
    1.32 +	border: 1pt solid #AEBDCC;
    1.33 +	background-color: #F3F5F7;
    1.34 +	padding: 5pt;
    1.35 +	font-family: courier, monospace;
    1.36 +        font-size: 90%;
    1.37 +        overflow:auto;
    1.38 +  }
    1.39 +  table { border-collapse: collapse; }
    1.40 +  td, th { vertical-align: top;  }
    1.41 +  th.right  { text-align:center;  }
    1.42 +  th.left   { text-align:center;   }
    1.43 +  th.center { text-align:center; }
    1.44 +  td.right  { text-align:right;  }
    1.45 +  td.left   { text-align:left;   }
    1.46 +  td.center { text-align:center; }
    1.47 +  dt { font-weight: bold; }
    1.48 +  div.figure { padding: 0.5em; }
    1.49 +  div.figure p { text-align: center; }
    1.50 +  div.inlinetask {
    1.51 +    padding:10px;
    1.52 +    border:2px solid gray;
    1.53 +    margin:10px;
    1.54 +    background: #ffffcc;
    1.55 +  }
    1.56 +  textarea { overflow-x: auto; }
    1.57 +  .linenr { font-size:smaller }
    1.58 +  .code-highlighted {background-color:#ffff00;}
    1.59 +  .org-info-js_info-navigation { border-style:none; }
    1.60 +`  #org-info-js_console-label { font-size:10px; font-weight:bold;
    1.61 +                               white-space:nowrap; }
    1.62 +  .org-info-js_search-highlight {background-color:#ffff00; color:#000000;
    1.63 +                                 font-weight:bold; }
    1.64 +  /*]]>*/-->
    1.65 +</style>
    1.66 +<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" />
    1.67 +<script type="text/javascript">
    1.68 +<!--/*--><![CDATA[/*><!--*/
    1.69 + function CodeHighlightOn(elem, id)
    1.70 + {
    1.71 +   var target = document.getElementById(id);
    1.72 +   if(null != target) {
    1.73 +     elem.cacheClassElem = elem.className;
    1.74 +     elem.cacheClassTarget = target.className;
    1.75 +     target.className = "code-highlighted";
    1.76 +     elem.className   = "code-highlighted";
    1.77 +   }
    1.78 + }
    1.79 + function CodeHighlightOff(elem, id)
    1.80 + {
    1.81 +   var target = document.getElementById(id);
    1.82 +   if(elem.cacheClassElem)
    1.83 +     elem.className = elem.cacheClassElem;
    1.84 +   if(elem.cacheClassTarget)
    1.85 +     target.className = elem.cacheClassTarget;
    1.86 + }
    1.87 +/*]]>*///-->
    1.88 +</script>
    1.89 +
    1.90 +</head>
    1.91 +<body>
    1.92 +
    1.93 +
    1.94 +<div id="content">
    1.95 +<h1 class="title">Our Blog Entries</h1>
    1.96 +
    1.97 +
    1.98 +<div class="header">
    1.99 +  <div class="float-right">	
   1.100 +    <!-- 
   1.101 +    <form>
   1.102 +      <input type="text"/><input type="submit" value="search the blog &raquo;"/> 
   1.103 +    </form>
   1.104 +    -->
   1.105 +  </div>
   1.106 +
   1.107 +  <h1>aurellem <em>&#x2609;</em></h1>
   1.108 +  <ul class="nav">
   1.109 +    <li><a href="/">read the blog &raquo;</a></li>
   1.110 +    <!-- li><a href="#">learn about us &raquo;</a></li-->
   1.111 +  </ul>
   1.112 +</div>
   1.113 +
   1.114 +<div class="author">Written by <author>Robert McIntyre & Dylan Holmes</author></div>
   1.115 +
   1.116 +
   1.117 +
   1.118 +
   1.119 +
   1.120 +
   1.121 +
   1.122 +<div id="outline-container-1" class="outline-3">
   1.123 +<h3 id="sec-1">Freedom</h3>
   1.124 +<div class="outline-text-3" id="text-1">
   1.125 +
   1.126 +<ul>
   1.127 +<li><a href="../free/html/email.html">How to set up your own Email server</a>
   1.128 +</li>
   1.129 +<li><a href="../free/html/wiki.html">How to set up your own Wiki</a>
   1.130 +</li>
   1.131 +<li><a href="../thoughts/html/patents.html">Thoughts on Patents</a>
   1.132 +</li>
   1.133 +<li><a href="../thoughts/html/server.html">The Server Culture</a>
   1.134 +</li>
   1.135 +</ul>
   1.136 +
   1.137 +</div>
   1.138 +
   1.139 +</div>
   1.140 +
   1.141 +<div id="outline-container-2" class="outline-3">
   1.142 +<h3 id="sec-2">Adventures in coding</h3>
   1.143 +<div class="outline-text-3" id="text-2">
   1.144 +
   1.145 +<ul>
   1.146 +<li><a href="../abomination/html/no_parens.html">Calling it quits without parentheses</a>
   1.147 +</li>
   1.148 +<li><a href="../cortex/html/capture-video.html">Capture live video feeds from JMonkeyEngine</a>
   1.149 +</li>
   1.150 +</ul>
   1.151 +
   1.152 +
   1.153 +</div>
   1.154 +
   1.155 +</div>
   1.156 +
   1.157 +<div id="outline-container-3" class="outline-3">
   1.158 +<h3 id="sec-3">Academic</h3>
   1.159 +<div class="outline-text-3" id="text-3">
   1.160 +
   1.161 +<ul>
   1.162 +<li><a href="../dylan/html/quandary.html">Bugs in quantum mechanics</a>
   1.163 +</li>
   1.164 +<li><a href="../dylan/html/visualizing-reason.html">A category-theoretic view of inductive reasoning</a>
   1.165 +</li>
   1.166 +<li><a href="../jaynes/html/stat-mech.html">Jaynes' <i>Statistical Mechanics</i></a>
   1.167 +</li>
   1.168 +<li><a href="../cortex/html/ai-journal-review.html">Interesting Articles from <i>Artificial Intelligence</i></a>
   1.169 +</li>
   1.170 +<li><a href="../bbbgs/html/bbbgs.html">Improving Background Subtraction with Top-Down Vision</a>
   1.171 +</li>
   1.172 +<li><a href="../thoughts/html/sloman.html">Transcript of Aaron Sloman - Interview</a>
   1.173 +</li>
   1.174 +<li><a href="../6.034/html/intro.html">6.034 : Introduction to Artificial Intelligence</a>
   1.175 +</li>
   1.176 +</ul>
   1.177 +
   1.178 +</div>
   1.179 +
   1.180 +</div>
   1.181 +
   1.182 +<div id="outline-container-4" class="outline-3">
   1.183 +<h3 id="sec-4">Cortex: a virtual world for sensate AI</h3>
   1.184 +<div class="outline-text-3" id="text-4">
   1.185 +
   1.186 +
   1.187 +<p>
   1.188 + This was an MEng thesis project while I was at MIT. It won the 2014
   1.189 + Charles and Jennifer Johnson Thesis Award –- 1st Place!
   1.190 +</p>
   1.191 +<ul>
   1.192 +<li><a href="http://aurellem.org/dl/rlm-meng-cortex-final.pdf">Thesis</a>
   1.193 +</li>
   1.194 +<li><a href="http://aurellem.org/dl/cortex-1.0.0.tar.bz2">Code</a>
   1.195 +
   1.196 +</li>
   1.197 +<li><a href="../cortex/html/intro.html">Intro: Choosing between Virtual and Real Time</a>
   1.198 +</li>
   1.199 +<li><a href="../cortex/html/setup.html">Installing jMonkeyEngine3, a 3D Game Engine</a>
   1.200 +</li>
   1.201 +<li><a href="../cortex/html/world.html">Creating a Virtual World</a>
   1.202 +</li>
   1.203 +<li><a href="../cortex/html/util.html">Utilities that Integrate jMonkeyEngine3 into Clojure </a>
   1.204 +</li>
   1.205 +<li><a href="../cortex/html/games.html"> Showing off: Games and Examples</a>
   1.206 +</li>
   1.207 +<li><b>Sensors and effectors</b>
   1.208 +<ol>
   1.209 +<li><a href="../cortex/html/sense.html">Preamble: auxillary functions</a>
   1.210 +</li>
   1.211 +<li><a href="../cortex/html/body.html">Building a Body</a>
   1.212 +</li>
   1.213 +<li><a href="../cortex/html/vision.html">Vision</a>
   1.214 +</li>
   1.215 +<li><a href="../cortex/html/hearing.html">Hearing</a>
   1.216 +</li>
   1.217 +<li><a href="../cortex/html/touch.html">Touch</a>
   1.218 +</li>
   1.219 +<li><a href="../cortex/html/proprioception.html">Proprioception</a>
   1.220 +</li>
   1.221 +<li><a href="../cortex/html/movement.html">Movement</a>
   1.222 +</li>
   1.223 +<li><a href="../cortex/html/integration.html">Integration</a>
   1.224 +</li>
   1.225 +</ol>
   1.226 +
   1.227 +</li>
   1.228 +<li><a href="../cortex/html/gabor.html">Gabor Filters</a>
   1.229 +</li>
   1.230 +</ul>
   1.231 +
   1.232 +
   1.233 +</div>
   1.234 +
   1.235 +</div>
   1.236 +
   1.237 +<div id="outline-container-5" class="outline-3">
   1.238 +<h3 id="sec-5">Pok&eacute;mon</h3>
   1.239 +<div class="outline-text-3" id="text-5">
   1.240 +
   1.241 +<ul>
   1.242 +<li><a href="../pokemon-types/html/types.html">Best-first search for effective Pok&eacute;mon types</a>
   1.243 +</li>
   1.244 +<li><a href="../pokemon-types/html/lpsolve.html">Discovering effective Pok&eacute;mon types using linear optimization.</a>
   1.245 +</li>
   1.246 +<li><a href="../vba-clojure/html/rom.html">Notes on deconstructing Pok&eacute;mon Yellow</a>
   1.247 +</li>
   1.248 +<li><a href="http://web.mit.edu/dxh/www/guess/">9 Questions with Pok&eacute;mon</a>
   1.249 +<ul>
   1.250 +<li><a href="http://aurellem.org/pokeclass/html/idtree.html">How <i>9 Questions with Pok&eacute;mon</i> was made.</a> 
   1.251 +</li>
   1.252 +<li><a href="http://web.mit.edu/dxh/www/guess/gen2.html">10 Questions with Pok&eacute;mon</a> (Gen I &amp; II)
   1.253 +</li>
   1.254 +<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
   1.255 +</li>
   1.256 +</ul>
   1.257 +
   1.258 +</li>
   1.259 +<li><a href="./vba-clojure/html/total-control.html">Pok&eacute;mon Yellow Total Control Hack</a>
   1.260 +</li>
   1.261 +</ul>
   1.262 +
   1.263 +
   1.264 +</div>
   1.265 +
   1.266 +</div>
   1.267 +
   1.268 +<div id="outline-container-6" class="outline-3">
   1.269 +<h3 id="sec-6">Quantitative design</h3>
   1.270 +<div class="outline-text-3" id="text-6">
   1.271 +
   1.272 +<ul>
   1.273 +<li>Quantitative Pok&eacute;mon displays (in progress)
   1.274 +<ul>
   1.275 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=rug">Breakdown of evolution data</a>
   1.276 +</li>
   1.277 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=shops">Shop locations and inventories</a>
   1.278 +</li>
   1.279 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=tms">Learnability of technical machines</a>
   1.280 +</li>
   1.281 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=affinity">Square graph of dual type combinations</a>
   1.282 +</li>
   1.283 +</ul>
   1.284 +
   1.285 +</li>
   1.286 +<li><a href="../dylan/resolution.svg">Display resolutions, simplified.</a> Intended to become a replacement
   1.287 +    for <a href="http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg">this Wikipedia graphic</a>.
   1.288 +</li>
   1.289 +</ul>
   1.290 +
   1.291 +
   1.292 +</div>
   1.293 +
   1.294 +</div>
   1.295 +
   1.296 +<div id="outline-container-7" class="outline-3">
   1.297 +<h3 id="sec-7">Thoughts</h3>
   1.298 +<div class="outline-text-3" id="text-7">
   1.299 +
   1.300 +<ul>
   1.301 +<li><a href="../dylan/html/science.html">Science Minus Science</a>
   1.302 +</li>
   1.303 +<li><a href="../thoughts/html/man-years.html">A Universe of Human Experience</a>
   1.304 +</li>
   1.305 +<li><a href="../thoughts/html/emacs-password.html">Emacs Password Security</a>
   1.306 +</li>
   1.307 +<li><a href="../thoughts/html/ideas.html">Ideas</a>
   1.308 +</li>
   1.309 +</ul>
   1.310 +
   1.311 +
   1.312 +</div>
   1.313 +</div>
   1.314 +</div>
   1.315 +
   1.316 +<div id="postamble">
   1.317 +<p class="date">Date: 2014-12-21 12:54:33 EST</p>
   1.318 +<p class="author">Author: Robert McIntyre &amp; Dylan Holmes</p>
   1.319 +<p class="creator">Org version 7.7 with Emacs version 23</p>
   1.320 +<a href="http://validator.w3.org/check?uri=referer">Validate XHTML 1.0</a>
   1.321 +
   1.322 +</div>
   1.323 +</body>
   1.324 +</html>