Mercurial > aurellem
diff html/old-index.html @ 66:e24672e0365d
working on a revamp of aurellem.org.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 12 Apr 2015 21:38:20 -0700 |
parents | |
children | 2d51f322ea86 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/html/old-index.html Sun Apr 12 21:38:20 2015 -0700 1.3 @@ -0,0 +1,286 @@ 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 +<!-- 2015-04-12 Sun 19:21 --> 1.11 +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 1.12 +<meta name="generator" content="Org-mode" /> 1.13 +<meta name="author" content="Robert McIntyre & Dylan Holmes" /> 1.14 +<meta name="description" content="A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more!" 1.15 + /> 1.16 +<meta name="keywords" content="AI, clojure, quantum mechanics" /> 1.17 +<style type="text/css"> 1.18 + <!--/*--><![CDATA[/*><!--*/ 1.19 + .title { text-align: center; } 1.20 + .todo { font-family: monospace; color: red; } 1.21 + .done { font-family: monospace; color: green; } 1.22 + .priority { font-family: monospace; color: orange; } 1.23 + .tag { background-color: #eee; font-family: monospace; 1.24 + padding: 2px; font-size: 80%; font-weight: normal; } 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 + .underline { text-decoration: underline; } 1.31 + #postamble p, #preamble p { font-size: 90%; margin: .2em; } 1.32 + p.verse { margin-left: 3%; } 1.33 + pre { 1.34 + border: 1px solid #ccc; 1.35 + box-shadow: 3px 3px 3px #eee; 1.36 + padding: 8pt; 1.37 + font-family: monospace; 1.38 + overflow: auto; 1.39 + margin: 1.2em; 1.40 + } 1.41 + pre.src { 1.42 + position: relative; 1.43 + overflow: visible; 1.44 + padding-top: 1.2em; 1.45 + } 1.46 + pre.src:before { 1.47 + display: none; 1.48 + position: absolute; 1.49 + background-color: white; 1.50 + top: -10px; 1.51 + right: 10px; 1.52 + padding: 3px; 1.53 + border: 1px solid black; 1.54 + } 1.55 + pre.src:hover:before { display: inline;} 1.56 + pre.src-sh:before { content: 'sh'; } 1.57 + pre.src-bash:before { content: 'sh'; } 1.58 + pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } 1.59 + pre.src-R:before { content: 'R'; } 1.60 + pre.src-perl:before { content: 'Perl'; } 1.61 + pre.src-java:before { content: 'Java'; } 1.62 + pre.src-sql:before { content: 'SQL'; } 1.63 + 1.64 + table { border-collapse:collapse; } 1.65 + caption.t-above { caption-side: top; } 1.66 + caption.t-bottom { caption-side: bottom; } 1.67 + td, th { vertical-align:top; } 1.68 + th.right { text-align: center; } 1.69 + th.left { text-align: center; } 1.70 + th.center { text-align: center; } 1.71 + td.right { text-align: right; } 1.72 + td.left { text-align: left; } 1.73 + td.center { text-align: center; } 1.74 + dt { font-weight: bold; } 1.75 + .footpara:nth-child(2) { display: inline; } 1.76 + .footpara { display: block; } 1.77 + .footdef { margin-bottom: 1em; } 1.78 + .figure { padding: 1em; } 1.79 + .figure p { text-align: center; } 1.80 + .inlinetask { 1.81 + padding: 10px; 1.82 + border: 2px solid gray; 1.83 + margin: 10px; 1.84 + background: #ffffcc; 1.85 + } 1.86 + #org-div-home-and-up 1.87 + { text-align: right; font-size: 70%; white-space: nowrap; } 1.88 + textarea { overflow-x: auto; } 1.89 + .linenr { font-size: smaller } 1.90 + .code-highlighted { background-color: #ffff00; } 1.91 + .org-info-js_info-navigation { border-style: none; } 1.92 + #org-info-js_console-label 1.93 + { font-size: 10px; font-weight: bold; white-space: nowrap; } 1.94 + .org-info-js_search-highlight 1.95 + { background-color: #ffff00; color: #000000; font-weight: bold; } 1.96 + /*]]>*/--> 1.97 +</style> 1.98 +<link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" /> 1.99 +<script type="text/javascript"> 1.100 +/* 1.101 +@licstart The following is the entire license notice for the 1.102 +JavaScript code in this tag. 1.103 + 1.104 +Copyright (C) 2012-2013 Free Software Foundation, Inc. 1.105 + 1.106 +The JavaScript code in this tag is free software: you can 1.107 +redistribute it and/or modify it under the terms of the GNU 1.108 +General Public License (GNU GPL) as published by the Free Software 1.109 +Foundation, either version 3 of the License, or (at your option) 1.110 +any later version. The code is distributed WITHOUT ANY WARRANTY; 1.111 +without even the implied warranty of MERCHANTABILITY or FITNESS 1.112 +FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. 1.113 + 1.114 +As additional permission under GNU GPL version 3 section 7, you 1.115 +may distribute non-source (e.g., minimized or compacted) forms of 1.116 +that code without the copy of the GNU GPL normally required by 1.117 +section 4, provided you include this license notice and a URL 1.118 +through which recipients can access the Corresponding Source. 1.119 + 1.120 + 1.121 +@licend The above is the entire license notice 1.122 +for the JavaScript code in this tag. 1.123 +*/ 1.124 +<!--/*--><![CDATA[/*><!--*/ 1.125 + function CodeHighlightOn(elem, id) 1.126 + { 1.127 + var target = document.getElementById(id); 1.128 + if(null != target) { 1.129 + elem.cacheClassElem = elem.className; 1.130 + elem.cacheClassTarget = target.className; 1.131 + target.className = "code-highlighted"; 1.132 + elem.className = "code-highlighted"; 1.133 + } 1.134 + } 1.135 + function CodeHighlightOff(elem, id) 1.136 + { 1.137 + var target = document.getElementById(id); 1.138 + if(elem.cacheClassElem) 1.139 + elem.className = elem.cacheClassElem; 1.140 + if(elem.cacheClassTarget) 1.141 + target.className = elem.cacheClassTarget; 1.142 + } 1.143 +/*]]>*///--> 1.144 +</script> 1.145 +</head> 1.146 +<body> 1.147 +<div id="content"> 1.148 +<h1 class="title">Our Blog Entries</h1> 1.149 + 1.150 +<div class="header"> 1.151 + <div class="float-right"> 1.152 + </div> 1.153 + 1.154 + <h1>aurellem <em>☉</em></h1> 1.155 + <ul class="nav"> 1.156 + <li><a href="/">read the blog »</a></li> 1.157 + <!-- li><a href="#">learn about us »</a></li--> 1.158 + </ul> 1.159 +</div> 1.160 + 1.161 +<div class="author">Written by: <author> 1.162 +<p> 1.163 +Robert McIntyre & Dylan Holmes 1.164 +</p> 1.165 +</author></div> 1.166 + 1.167 +<div id="outline-container-unnumbered-1" class="outline-2"> 1.168 +<h2 id="unnumbered-1">Freedom</h2> 1.169 +<div class="outline-text-2" id="text-unnumbered-1"> 1.170 +<ul class="org-ul"> 1.171 +<li><a href="../free/html/email.html">How to set up your own Email server</a></li> 1.172 +<li><a href="../free/html/wiki.html">How to set up your own Wiki</a></li> 1.173 +<li><a href="../thoughts/html/patents.html">Thoughts on Patents</a></li> 1.174 +<li><a href="../thoughts/html/server.html">The Server Culture</a></li> 1.175 +</ul> 1.176 +</div> 1.177 +</div> 1.178 +<div id="outline-container-unnumbered-2" class="outline-2"> 1.179 +<h2 id="unnumbered-2">Adventures in coding</h2> 1.180 +<div class="outline-text-2" id="text-unnumbered-2"> 1.181 +<ul class="org-ul"> 1.182 +<li><a href="../abomination/html/no_parens.html">Calling it quits without parentheses</a></li> 1.183 +<li><a href="../cortex/html/capture-video.html">Capture live video feeds from JMonkeyEngine</a></li> 1.184 +</ul> 1.185 +</div> 1.186 +</div> 1.187 + 1.188 +<div id="outline-container-unnumbered-3" class="outline-2"> 1.189 +<h2 id="unnumbered-3">Academic</h2> 1.190 +<div class="outline-text-2" id="text-unnumbered-3"> 1.191 +<ul class="org-ul"> 1.192 +<li><a href="../dylan/html/quandary.html">Bugs in quantum mechanics</a></li> 1.193 +<li><a href="../dylan/html/visualizing-reason.html">A category-theoretic view of inductive reasoning</a></li> 1.194 +<li><a href="../jaynes/html/stat-mech.html">Jaynes' <i>Statistical Mechanics</i></a></li> 1.195 +<li><a href="../cortex/html/ai-journal-review.html">Interesting Articles from <i>Artificial Intelligence</i></a></li> 1.196 +<li><a href="../bbbgs/html/bbbgs.html">Improving Background Subtraction with Top-Down Vision</a></li> 1.197 +<li><a href="../thoughts/html/sloman.html">Transcript of Aaron Sloman - Interview</a></li> 1.198 +<li><a href="../6.034/html/intro.html">6.034 : Introduction to Artificial Intelligence</a></li> 1.199 +</ul> 1.200 +</div> 1.201 +</div> 1.202 +<div id="outline-container-unnumbered-4" class="outline-2"> 1.203 +<h2 id="unnumbered-4">Cortex: a virtual world for sensate AI</h2> 1.204 +<div class="outline-text-2" id="text-unnumbered-4"> 1.205 +<p> 1.206 +This was an MEng thesis project while I was at MIT. It won the 2014 1.207 +Charles and Jennifer Johnson Thesis Award –- 1st Place! 1.208 +</p> 1.209 + 1.210 +<ul class="org-ul"> 1.211 +<li><a href="http://aurellem.org/dl/rlm-meng-cortex-final.pdf">Thesis</a></li> 1.212 +<li><a href="http://aurellem.org/dl/cortex-1.0.0.tar.bz2">Code</a></li> 1.213 + 1.214 +<li><a href="../cortex/html/intro.html">Intro: Choosing between Virtual and Real Time</a></li> 1.215 +<li><a href="../cortex/html/setup.html">Installing jMonkeyEngine3, a 3D Game Engine</a></li> 1.216 +<li><a href="../cortex/html/world.html">Creating a Virtual World</a></li> 1.217 +<li><a href="../cortex/html/util.html">Utilities that Integrate jMonkeyEngine3 into Clojure </a></li> 1.218 +<li><a href="../cortex/html/games.html"> Showing off: Games and Examples</a></li> 1.219 +<li><b>Sensors and effectors</b> 1.220 +<ol class="org-ol"> 1.221 +<li><a href="../cortex/html/sense.html">Preamble: auxillary functions</a></li> 1.222 +<li><a href="../cortex/html/body.html">Building a Body</a></li> 1.223 +<li><a href="../cortex/html/vision.html">Vision</a></li> 1.224 +<li><a href="../cortex/html/hearing.html">Hearing</a></li> 1.225 +<li><a href="../cortex/html/touch.html">Touch</a></li> 1.226 +<li><a href="../cortex/html/proprioception.html">Proprioception</a></li> 1.227 +<li><a href="../cortex/html/movement.html">Movement</a></li> 1.228 +<li><a href="../cortex/html/integration.html">Integration</a></li> 1.229 +</ol></li> 1.230 +<li><a href="../../cortex/html/gabor.html">Gabor Filters</a></li> 1.231 +</ul> 1.232 +</div> 1.233 +</div> 1.234 + 1.235 +<div id="outline-container-unnumbered-5" class="outline-2"> 1.236 +<h2 id="unnumbered-5">Pokémon</h2> 1.237 +<div class="outline-text-2" id="text-unnumbered-5"> 1.238 +<ul class="org-ul"> 1.239 +<li><a href="../pokemon-types/html/types.html">Best-first search for effective Pokémon types</a></li> 1.240 +<li><a href="../pokemon-types/html/lpsolve.html">Discovering effective Pokémon types using linear optimization.</a></li> 1.241 +<li><a href="../vba-clojure/html/rom.html">Notes on deconstructing Pokémon Yellow</a></li> 1.242 +<li><a href="http://web.mit.edu/dxh/www/guess/">9 Questions with Pokémon</a> 1.243 +<ul class="org-ul"> 1.244 +<li><a href="http://aurellem.org/pokeclass/html/idtree.html">How <i>9 Questions with Pokémon</i> was made.</a></li> 1.245 +<li><a href="http://web.mit.edu/dxh/www/guess/gen2.html">10 Questions with Pokémon</a> (Gen I & II)</li> 1.246 +<li>Use an <a href="http://web.mit.edu/dxh/www/guess/allergy/">allergy assay</a> to determine the type of an unknown Pokémon</li> 1.247 +</ul></li> 1.248 +<li><a href="./vba-clojure/html/total-control.html">Pokémon Yellow Total Control Hack</a></li> 1.249 +</ul> 1.250 +</div> 1.251 +</div> 1.252 + 1.253 +<div id="outline-container-unnumbered-6" class="outline-2"> 1.254 +<h2 id="unnumbered-6">Quantitative design</h2> 1.255 +<div class="outline-text-2" id="text-unnumbered-6"> 1.256 +<ul class="org-ul"> 1.257 +<li>Quantitative Pokémon displays (in progress) 1.258 +<ul class="org-ul"> 1.259 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=rug">Breakdown of evolution data</a></li> 1.260 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=shops">Shop locations and inventories</a></li> 1.261 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=tms">Learnability of technical machines</a></li> 1.262 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=affinity">Square graph of dual type combinations</a></li> 1.263 +</ul></li> 1.264 +<li><a href="../dylan/resolution.svg">Display resolutions, simplified.</a> Intended to become a replacement 1.265 +for <a href="http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg">this Wikipedia graphic</a>.</li> 1.266 +</ul> 1.267 +</div> 1.268 +</div> 1.269 + 1.270 +<div id="outline-container-unnumbered-7" class="outline-2"> 1.271 +<h2 id="unnumbered-7">Thoughts</h2> 1.272 +<div class="outline-text-2" id="text-unnumbered-7"> 1.273 +<ul class="org-ul"> 1.274 +<li><a href="../dylan/html/science.html">Science Minus Science</a></li> 1.275 +<li><a href="../thoughts/html/man-years.html">A Universe of Human Experience</a></li> 1.276 +<li><a href="../thoughts/html/emacs-password.html">Emacs Password Security</a></li> 1.277 +<li><a href="../thoughts/html/ideas.html">Ideas</a></li> 1.278 +</ul> 1.279 +</div> 1.280 +</div> 1.281 +</div> 1.282 +<div id="postamble" class="status"> 1.283 +<p class="author">Author: Robert McIntyre & Dylan Holmes</p> 1.284 +<p class="date">Created: 2015-04-12 Sun 19:21</p> 1.285 +<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> 1.286 +<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> 1.287 +</div> 1.288 +</body> 1.289 +</html> 1.290 \ No newline at end of file