Mercurial > aurellem
changeset 64:148e2bd2a16e
new website design, courtesy of Dylan!
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 08 Mar 2015 22:23:50 -0700 |
parents | a31def5ce717 |
children | f133b1c0ae8b |
files | css/google-roboto-slab.css css/google-titillium-web.css html/old-aurellem-white.html images/creative-commons-88x31.png org/index.org org/old-index.org pretty-dyln.html todo.org |
diffstat | 8 files changed, 396 insertions(+), 248 deletions(-) [+] |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/css/google-roboto-slab.css Sun Mar 08 22:23:50 2015 -0700 1.3 @@ -0,0 +1,12 @@ 1.4 +@font-face { 1.5 + font-family: 'Roboto Slab'; 1.6 + font-style: normal; 1.7 + font-weight: 400; 1.8 + src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(http://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zp0EAVxt0G0biEntp43Qt6E.ttf) format('truetype'); 1.9 +} 1.10 +@font-face { 1.11 + font-family: 'Roboto Slab'; 1.12 + font-style: normal; 1.13 + font-weight: 700; 1.14 + src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJZ_TkvowlIOtbR7ePgFOpF4.ttf) format('truetype'); 1.15 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/css/google-titillium-web.css Sun Mar 08 22:23:50 2015 -0700 2.3 @@ -0,0 +1,18 @@ 2.4 +@font-face { 2.5 + font-family: 'Titillium Web'; 2.6 + font-style: normal; 2.7 + font-weight: 400; 2.8 + src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcU3KvHLhcNjEHFQzwNtdMQY.ttf) format('truetype'); 2.9 +} 2.10 +@font-face { 2.11 + font-family: 'Titillium Web'; 2.12 + font-style: normal; 2.13 + font-weight: 700; 2.14 + src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url(http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wprzsSLeNQG2cy_mKit6iEdYs.ttf) format('truetype'); 2.15 +} 2.16 +@font-face { 2.17 + font-family: 'Titillium Web'; 2.18 + font-style: italic; 2.19 + font-weight: 400; 2.20 + src: local('Titillium WebItalic'), local('TitilliumWeb-Italic'), url(http://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO33biFuL3q2SDfti1FP8KHU.ttf) format('truetype'); 2.21 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/html/old-aurellem-white.html Sun Mar 08 22:23:50 2015 -0700 3.3 @@ -0,0 +1,286 @@ 3.4 +<?xml version="1.0" encoding="utf-8"?> 3.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3.6 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3.7 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 3.8 +<head> 3.9 +<title>Our Blog Entries</title> 3.10 +<!-- 2015-03-02 Mon 09:47 --> 3.11 +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 3.12 +<meta name="generator" content="Org-mode" /> 3.13 +<meta name="author" content="Robert McIntyre & Dylan Holmes" /> 3.14 +<meta name="description" content="A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more!" 3.15 + /> 3.16 +<meta name="keywords" content="AI, clojure, quantum mechanics" /> 3.17 +<style type="text/css"> 3.18 + <!--/*--><![CDATA[/*><!--*/ 3.19 + .title { text-align: center; } 3.20 + .todo { font-family: monospace; color: red; } 3.21 + .done { font-family: monospace; color: green; } 3.22 + .priority { font-family: monospace; color: orange; } 3.23 + .tag { background-color: #eee; font-family: monospace; 3.24 + padding: 2px; font-size: 80%; font-weight: normal; } 3.25 + .timestamp { color: #bebebe; } 3.26 + .timestamp-kwd { color: #5f9ea0; } 3.27 + .right { margin-left: auto; margin-right: 0px; text-align: right; } 3.28 + .left { margin-left: 0px; margin-right: auto; text-align: left; } 3.29 + .center { margin-left: auto; margin-right: auto; text-align: center; } 3.30 + .underline { text-decoration: underline; } 3.31 + #postamble p, #preamble p { font-size: 90%; margin: .2em; } 3.32 + p.verse { margin-left: 3%; } 3.33 + pre { 3.34 + border: 1px solid #ccc; 3.35 + box-shadow: 3px 3px 3px #eee; 3.36 + padding: 8pt; 3.37 + font-family: monospace; 3.38 + overflow: auto; 3.39 + margin: 1.2em; 3.40 + } 3.41 + pre.src { 3.42 + position: relative; 3.43 + overflow: visible; 3.44 + padding-top: 1.2em; 3.45 + } 3.46 + pre.src:before { 3.47 + display: none; 3.48 + position: absolute; 3.49 + background-color: white; 3.50 + top: -10px; 3.51 + right: 10px; 3.52 + padding: 3px; 3.53 + border: 1px solid black; 3.54 + } 3.55 + pre.src:hover:before { display: inline;} 3.56 + pre.src-sh:before { content: 'sh'; } 3.57 + pre.src-bash:before { content: 'sh'; } 3.58 + pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } 3.59 + pre.src-R:before { content: 'R'; } 3.60 + pre.src-perl:before { content: 'Perl'; } 3.61 + pre.src-java:before { content: 'Java'; } 3.62 + pre.src-sql:before { content: 'SQL'; } 3.63 + 3.64 + table { border-collapse:collapse; } 3.65 + caption.t-above { caption-side: top; } 3.66 + caption.t-bottom { caption-side: bottom; } 3.67 + td, th { vertical-align:top; } 3.68 + th.right { text-align: center; } 3.69 + th.left { text-align: center; } 3.70 + th.center { text-align: center; } 3.71 + td.right { text-align: right; } 3.72 + td.left { text-align: left; } 3.73 + td.center { text-align: center; } 3.74 + dt { font-weight: bold; } 3.75 + .footpara:nth-child(2) { display: inline; } 3.76 + .footpara { display: block; } 3.77 + .footdef { margin-bottom: 1em; } 3.78 + .figure { padding: 1em; } 3.79 + .figure p { text-align: center; } 3.80 + .inlinetask { 3.81 + padding: 10px; 3.82 + border: 2px solid gray; 3.83 + margin: 10px; 3.84 + background: #ffffcc; 3.85 + } 3.86 + #org-div-home-and-up 3.87 + { text-align: right; font-size: 70%; white-space: nowrap; } 3.88 + textarea { overflow-x: auto; } 3.89 + .linenr { font-size: smaller } 3.90 + .code-highlighted { background-color: #ffff00; } 3.91 + .org-info-js_info-navigation { border-style: none; } 3.92 + #org-info-js_console-label 3.93 + { font-size: 10px; font-weight: bold; white-space: nowrap; } 3.94 + .org-info-js_search-highlight 3.95 + { background-color: #ffff00; color: #000000; font-weight: bold; } 3.96 + /*]]>*/--> 3.97 +</style> 3.98 +<link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" /> 3.99 +<script type="text/javascript"> 3.100 +/* 3.101 +@licstart The following is the entire license notice for the 3.102 +JavaScript code in this tag. 3.103 + 3.104 +Copyright (C) 2012-2013 Free Software Foundation, Inc. 3.105 + 3.106 +The JavaScript code in this tag is free software: you can 3.107 +redistribute it and/or modify it under the terms of the GNU 3.108 +General Public License (GNU GPL) as published by the Free Software 3.109 +Foundation, either version 3 of the License, or (at your option) 3.110 +any later version. The code is distributed WITHOUT ANY WARRANTY; 3.111 +without even the implied warranty of MERCHANTABILITY or FITNESS 3.112 +FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. 3.113 + 3.114 +As additional permission under GNU GPL version 3 section 7, you 3.115 +may distribute non-source (e.g., minimized or compacted) forms of 3.116 +that code without the copy of the GNU GPL normally required by 3.117 +section 4, provided you include this license notice and a URL 3.118 +through which recipients can access the Corresponding Source. 3.119 + 3.120 + 3.121 +@licend The above is the entire license notice 3.122 +for the JavaScript code in this tag. 3.123 +*/ 3.124 +<!--/*--><![CDATA[/*><!--*/ 3.125 + function CodeHighlightOn(elem, id) 3.126 + { 3.127 + var target = document.getElementById(id); 3.128 + if(null != target) { 3.129 + elem.cacheClassElem = elem.className; 3.130 + elem.cacheClassTarget = target.className; 3.131 + target.className = "code-highlighted"; 3.132 + elem.className = "code-highlighted"; 3.133 + } 3.134 + } 3.135 + function CodeHighlightOff(elem, id) 3.136 + { 3.137 + var target = document.getElementById(id); 3.138 + if(elem.cacheClassElem) 3.139 + elem.className = elem.cacheClassElem; 3.140 + if(elem.cacheClassTarget) 3.141 + target.className = elem.cacheClassTarget; 3.142 + } 3.143 +/*]]>*///--> 3.144 +</script> 3.145 +</head> 3.146 +<body> 3.147 +<div id="content"> 3.148 +<h1 class="title">Our Blog Entries</h1> 3.149 + 3.150 +<div class="header"> 3.151 + <div class="float-right"> 3.152 + </div> 3.153 + 3.154 + <h1>aurellem <em>☉</em></h1> 3.155 + <ul class="nav"> 3.156 + <li><a href="/">read the blog »</a></li> 3.157 + <!-- li><a href="#">learn about us »</a></li--> 3.158 + </ul> 3.159 +</div> 3.160 + 3.161 +<div class="author">Written by <author> 3.162 +<p> 3.163 +Robert McIntyre & Dylan Holmes 3.164 +</p> 3.165 +</author></div> 3.166 + 3.167 +<div id="outline-container-unnumbered-1" class="outline-2"> 3.168 +<h2 id="unnumbered-1">Freedom</h2> 3.169 +<div class="outline-text-2" id="text-unnumbered-1"> 3.170 +<ul class="org-ul"> 3.171 +<li><a href="../free/html/email.html">How to set up your own Email server</a></li> 3.172 +<li><a href="../free/html/wiki.html">How to set up your own Wiki</a></li> 3.173 +<li><a href="../thoughts/html/patents.html">Thoughts on Patents</a></li> 3.174 +<li><a href="../thoughts/html/server.html">The Server Culture</a></li> 3.175 +</ul> 3.176 +</div> 3.177 +</div> 3.178 +<div id="outline-container-unnumbered-2" class="outline-2"> 3.179 +<h2 id="unnumbered-2">Adventures in coding</h2> 3.180 +<div class="outline-text-2" id="text-unnumbered-2"> 3.181 +<ul class="org-ul"> 3.182 +<li><a href="../abomination/html/no_parens.html">Calling it quits without parentheses</a></li> 3.183 +<li><a href="../cortex/html/capture-video.html">Capture live video feeds from JMonkeyEngine</a></li> 3.184 +</ul> 3.185 +</div> 3.186 +</div> 3.187 + 3.188 +<div id="outline-container-unnumbered-3" class="outline-2"> 3.189 +<h2 id="unnumbered-3">Academic</h2> 3.190 +<div class="outline-text-2" id="text-unnumbered-3"> 3.191 +<ul class="org-ul"> 3.192 +<li><a href="../dylan/html/quandary.html">Bugs in quantum mechanics</a></li> 3.193 +<li><a href="../dylan/html/visualizing-reason.html">A category-theoretic view of inductive reasoning</a></li> 3.194 +<li><a href="../jaynes/html/stat-mech.html">Jaynes' <i>Statistical Mechanics</i></a></li> 3.195 +<li><a href="../cortex/html/ai-journal-review.html">Interesting Articles from <i>Artificial Intelligence</i></a></li> 3.196 +<li><a href="../bbbgs/html/bbbgs.html">Improving Background Subtraction with Top-Down Vision</a></li> 3.197 +<li><a href="../thoughts/html/sloman.html">Transcript of Aaron Sloman - Interview</a></li> 3.198 +<li><a href="../6.034/html/intro.html">6.034 : Introduction to Artificial Intelligence</a></li> 3.199 +</ul> 3.200 +</div> 3.201 +</div> 3.202 +<div id="outline-container-unnumbered-4" class="outline-2"> 3.203 +<h2 id="unnumbered-4">Cortex: a virtual world for sensate AI</h2> 3.204 +<div class="outline-text-2" id="text-unnumbered-4"> 3.205 +<p> 3.206 +This was an MEng thesis project while I was at MIT. It won the 2014 3.207 +Charles and Jennifer Johnson Thesis Award –- 1st Place! 3.208 +</p> 3.209 + 3.210 +<ul class="org-ul"> 3.211 +<li><a href="http://aurellem.org/dl/rlm-meng-cortex-final.pdf">Thesis</a></li> 3.212 +<li><a href="http://aurellem.org/dl/cortex-1.0.0.tar.bz2">Code</a></li> 3.213 + 3.214 +<li><a href="../cortex/html/intro.html">Intro: Choosing between Virtual and Real Time</a></li> 3.215 +<li><a href="../cortex/html/setup.html">Installing jMonkeyEngine3, a 3D Game Engine</a></li> 3.216 +<li><a href="../cortex/html/world.html">Creating a Virtual World</a></li> 3.217 +<li><a href="../cortex/html/util.html">Utilities that Integrate jMonkeyEngine3 into Clojure </a></li> 3.218 +<li><a href="../cortex/html/games.html"> Showing off: Games and Examples</a></li> 3.219 +<li><b>Sensors and effectors</b> 3.220 +<ol class="org-ol"> 3.221 +<li><a href="../cortex/html/sense.html">Preamble: auxillary functions</a></li> 3.222 +<li><a href="../cortex/html/body.html">Building a Body</a></li> 3.223 +<li><a href="../cortex/html/vision.html">Vision</a></li> 3.224 +<li><a href="../cortex/html/hearing.html">Hearing</a></li> 3.225 +<li><a href="../cortex/html/touch.html">Touch</a></li> 3.226 +<li><a href="../cortex/html/proprioception.html">Proprioception</a></li> 3.227 +<li><a href="../cortex/html/movement.html">Movement</a></li> 3.228 +<li><a href="../cortex/html/integration.html">Integration</a></li> 3.229 +</ol></li> 3.230 +<li><a href="../cortex/html/gabor.html">Gabor Filters</a></li> 3.231 +</ul> 3.232 +</div> 3.233 +</div> 3.234 + 3.235 +<div id="outline-container-unnumbered-5" class="outline-2"> 3.236 +<h2 id="unnumbered-5">Pokémon</h2> 3.237 +<div class="outline-text-2" id="text-unnumbered-5"> 3.238 +<ul class="org-ul"> 3.239 +<li><a href="../pokemon-types/html/types.html">Best-first search for effective Pokémon types</a></li> 3.240 +<li><a href="../pokemon-types/html/lpsolve.html">Discovering effective Pokémon types using linear optimization.</a></li> 3.241 +<li><a href="../vba-clojure/html/rom.html">Notes on deconstructing Pokémon Yellow</a></li> 3.242 +<li><a href="http://web.mit.edu/dxh/www/guess/">9 Questions with Pokémon</a> 3.243 +<ul class="org-ul"> 3.244 +<li><a href="http://aurellem.org/pokeclass/html/idtree.html">How <i>9 Questions with Pokémon</i> was made.</a></li> 3.245 +<li><a href="http://web.mit.edu/dxh/www/guess/gen2.html">10 Questions with Pokémon</a> (Gen I & II)</li> 3.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> 3.247 +</ul></li> 3.248 +<li><a href="./vba-clojure/html/total-control.html">Pokémon Yellow Total Control Hack</a></li> 3.249 +</ul> 3.250 +</div> 3.251 +</div> 3.252 + 3.253 +<div id="outline-container-unnumbered-6" class="outline-2"> 3.254 +<h2 id="unnumbered-6">Quantitative design</h2> 3.255 +<div class="outline-text-2" id="text-unnumbered-6"> 3.256 +<ul class="org-ul"> 3.257 +<li>Quantitative Pokémon displays (in progress) 3.258 +<ul class="org-ul"> 3.259 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=rug">Breakdown of evolution data</a></li> 3.260 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=shops">Shop locations and inventories</a></li> 3.261 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=tms">Learnability of technical machines</a></li> 3.262 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=affinity">Square graph of dual type combinations</a></li> 3.263 +</ul></li> 3.264 +<li><a href="../dylan/resolution.svg">Display resolutions, simplified.</a> Intended to become a replacement 3.265 +for <a href="http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg">this Wikipedia graphic</a>.</li> 3.266 +</ul> 3.267 +</div> 3.268 +</div> 3.269 + 3.270 +<div id="outline-container-unnumbered-7" class="outline-2"> 3.271 +<h2 id="unnumbered-7">Thoughts</h2> 3.272 +<div class="outline-text-2" id="text-unnumbered-7"> 3.273 +<ul class="org-ul"> 3.274 +<li><a href="../dylan/html/science.html">Science Minus Science</a></li> 3.275 +<li><a href="../thoughts/html/man-years.html">A Universe of Human Experience</a></li> 3.276 +<li><a href="../thoughts/html/emacs-password.html">Emacs Password Security</a></li> 3.277 +<li><a href="../thoughts/html/ideas.html">Ideas</a></li> 3.278 +</ul> 3.279 +</div> 3.280 +</div> 3.281 +</div> 3.282 +<div id="postamble" class="status"> 3.283 +<p class="author">Author: Robert McIntyre & Dylan Holmes</p> 3.284 +<p class="date">Created: 2015-03-02 Mon 09:47</p> 3.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> 3.286 +<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> 3.287 +</div> 3.288 +</body> 3.289 +</html> 3.290 \ No newline at end of file
4.1 Binary file images/creative-commons-88x31.png has changed
5.1 --- a/org/index.org Mon Mar 02 12:41:37 2015 -0800 5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 5.3 @@ -1,75 +0,0 @@ 5.4 -#+title: Our Blog Entries 5.5 -#+author: Robert McIntyre & Dylan Holmes 5.6 -#+email: rlm@mit.edu 5.7 -#+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more! 5.8 -#+keywords: AI, clojure, quantum mechanics 5.9 -#+SETUPFILE: ../../aurellem/org/setup.org 5.10 -#+INCLUDE: ../../aurellem/org/header.org 5.11 -#+OPTIONS: toc:nil, num:nil 5.12 - 5.13 -** Freedom 5.14 - - [[../free/html/email.html][How to set up your own Email server]] 5.15 - - [[../free/html/wiki.html][How to set up your own Wiki]] 5.16 - - [[../thoughts/html/patents.html][Thoughts on Patents]] 5.17 - - [[../thoughts/html/server.html][The Server Culture]] 5.18 -** Adventures in coding 5.19 - - [[../abomination/html/no_parens.html][Calling it quits without parentheses]] 5.20 - - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]] 5.21 - 5.22 -** Academic 5.23 - - [[../dylan/html/quandary.html][Bugs in quantum mechanics]] 5.24 - - [[../dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]] 5.25 - - [[../jaynes/html/stat-mech.html][Jaynes' /Statistical Mechanics/]] 5.26 - - [[../cortex/html/ai-journal-review.html][Interesting Articles from /Artificial Intelligence/]] 5.27 - - [[../bbbgs/html/bbbgs.html][Improving Background Subtraction with Top-Down Vision]] 5.28 - - [[../thoughts/html/sloman.html][Transcript of Aaron Sloman - Interview]] 5.29 - - [[../6.034/html/intro.html][6.034 : Introduction to Artificial Intelligence]] 5.30 -** Cortex: a virtual world for sensate AI 5.31 - 5.32 - This was an MEng thesis project while I was at MIT. It won the 2014 5.33 - Charles and Jennifer Johnson Thesis Award –- 1st Place! 5.34 - 5.35 - - [[http://aurellem.org/dl/rlm-meng-cortex-final.pdf][Thesis]] 5.36 - - [[http://aurellem.org/dl/cortex-1.0.0.tar.bz2][Code]] 5.37 - 5.38 - 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] 5.39 - 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]] 5.40 - 3. [[../cortex/html/world.html][Creating a Virtual World]] 5.41 - 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]] 5.42 - 5. [[../cortex/html/games.html][ Showing off: Games and Examples]] 5.43 - 6. *Sensors and effectors* 5.44 - 1. [[../cortex/html/sense.html][Preamble: auxillary functions]] 5.45 - 2. [[../cortex/html/body.html][Building a Body]] 5.46 - 3. [[../cortex/html/vision.html][Vision]] 5.47 - 4. [[../cortex/html/hearing.html][Hearing]] 5.48 - 5. [[../cortex/html/touch.html][Touch]] 5.49 - 6. [[../cortex/html/proprioception.html][Proprioception]] 5.50 - 7. [[../cortex/html/movement.html][Movement]] 5.51 - 8. [[../cortex/html/integration.html][Integration]] 5.52 - 7. [[../cortex/html/gabor.html][Gabor Filters]] 5.53 - 5.54 -** Pok\eacute{}mon 5.55 - - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]] 5.56 - - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]] 5.57 - - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]] 5.58 - - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]] 5.59 - - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]] 5.60 - - [[http://web.mit.edu/dxh/www/guess/gen2.html][10 Questions with Pok\eacute{}mon]] (Gen I & II) 5.61 - - Use an [[http://web.mit.edu/dxh/www/guess/allergy/][allergy assay]] to determine the type of an unknown Pok\eacute{}mon 5.62 - - [[./vba-clojure/html/total-control.html][Pok\eacute{}mon Yellow Total Control Hack]] 5.63 - 5.64 -** Quantitative design 5.65 - - Quantitative Pok\eacute{}mon displays (in progress) 5.66 - - [[http://www.aurellem.org/pokeplot/graph.html?q=rug][Breakdown of evolution data]] 5.67 - - [[http://www.aurellem.org/pokeplot/graph.html?q=shops][Shop locations and inventories]] 5.68 - - [[http://www.aurellem.org/pokeplot/graph.html?q=tms][Learnability of technical machines]] 5.69 - - [[http://www.aurellem.org/pokeplot/graph.html?q=affinity][Square graph of dual type combinations]] 5.70 - - [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement 5.71 - for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]]. 5.72 - 5.73 -** Thoughts 5.74 - - [[../dylan/html/science.html][Science Minus Science]] 5.75 - - [[../thoughts/html/man-years.html][A Universe of Human Experience]] 5.76 - - [[../thoughts/html/emacs-password.html][Emacs Password Security]] 5.77 - - [[../thoughts/html/ideas.html][Ideas]] 5.78 -
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/org/old-index.org Sun Mar 08 22:23:50 2015 -0700 6.3 @@ -0,0 +1,75 @@ 6.4 +#+title: Our Blog Entries 6.5 +#+author: Robert McIntyre & Dylan Holmes 6.6 +#+email: rlm@mit.edu 6.7 +#+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more! 6.8 +#+keywords: AI, clojure, quantum mechanics 6.9 +#+SETUPFILE: ../../aurellem/org/setup.org 6.10 +#+INCLUDE: ../../aurellem/org/header.org 6.11 +#+OPTIONS: toc:nil, num:nil 6.12 + 6.13 +** Freedom 6.14 + - [[../free/html/email.html][How to set up your own Email server]] 6.15 + - [[../free/html/wiki.html][How to set up your own Wiki]] 6.16 + - [[../thoughts/html/patents.html][Thoughts on Patents]] 6.17 + - [[../thoughts/html/server.html][The Server Culture]] 6.18 +** Adventures in coding 6.19 + - [[../abomination/html/no_parens.html][Calling it quits without parentheses]] 6.20 + - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]] 6.21 + 6.22 +** Academic 6.23 + - [[../dylan/html/quandary.html][Bugs in quantum mechanics]] 6.24 + - [[../dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]] 6.25 + - [[../jaynes/html/stat-mech.html][Jaynes' /Statistical Mechanics/]] 6.26 + - [[../cortex/html/ai-journal-review.html][Interesting Articles from /Artificial Intelligence/]] 6.27 + - [[../bbbgs/html/bbbgs.html][Improving Background Subtraction with Top-Down Vision]] 6.28 + - [[../thoughts/html/sloman.html][Transcript of Aaron Sloman - Interview]] 6.29 + - [[../6.034/html/intro.html][6.034 : Introduction to Artificial Intelligence]] 6.30 +** Cortex: a virtual world for sensate AI 6.31 + 6.32 + This was an MEng thesis project while I was at MIT. It won the 2014 6.33 + Charles and Jennifer Johnson Thesis Award –- 1st Place! 6.34 + 6.35 + - [[http://aurellem.org/dl/rlm-meng-cortex-final.pdf][Thesis]] 6.36 + - [[http://aurellem.org/dl/cortex-1.0.0.tar.bz2][Code]] 6.37 + 6.38 + 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] 6.39 + 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]] 6.40 + 3. [[../cortex/html/world.html][Creating a Virtual World]] 6.41 + 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]] 6.42 + 5. [[../cortex/html/games.html][ Showing off: Games and Examples]] 6.43 + 6. *Sensors and effectors* 6.44 + 1. [[../cortex/html/sense.html][Preamble: auxillary functions]] 6.45 + 2. [[../cortex/html/body.html][Building a Body]] 6.46 + 3. [[../cortex/html/vision.html][Vision]] 6.47 + 4. [[../cortex/html/hearing.html][Hearing]] 6.48 + 5. [[../cortex/html/touch.html][Touch]] 6.49 + 6. [[../cortex/html/proprioception.html][Proprioception]] 6.50 + 7. [[../cortex/html/movement.html][Movement]] 6.51 + 8. [[../cortex/html/integration.html][Integration]] 6.52 + 7. [[../../cortex/html/gabor.html][Gabor Filters]] 6.53 + 6.54 +** Pok\eacute{}mon 6.55 + - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]] 6.56 + - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]] 6.57 + - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]] 6.58 + - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]] 6.59 + - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]] 6.60 + - [[http://web.mit.edu/dxh/www/guess/gen2.html][10 Questions with Pok\eacute{}mon]] (Gen I & II) 6.61 + - Use an [[http://web.mit.edu/dxh/www/guess/allergy/][allergy assay]] to determine the type of an unknown Pok\eacute{}mon 6.62 + - [[./vba-clojure/html/total-control.html][Pok\eacute{}mon Yellow Total Control Hack]] 6.63 + 6.64 +** Quantitative design 6.65 + - Quantitative Pok\eacute{}mon displays (in progress) 6.66 + - [[http://www.aurellem.org/pokeplot/graph.html?q=rug][Breakdown of evolution data]] 6.67 + - [[http://www.aurellem.org/pokeplot/graph.html?q=shops][Shop locations and inventories]] 6.68 + - [[http://www.aurellem.org/pokeplot/graph.html?q=tms][Learnability of technical machines]] 6.69 + - [[http://www.aurellem.org/pokeplot/graph.html?q=affinity][Square graph of dual type combinations]] 6.70 + - [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement 6.71 + for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]]. 6.72 + 6.73 +** Thoughts 6.74 + - [[../dylan/html/science.html][Science Minus Science]] 6.75 + - [[../thoughts/html/man-years.html][A Universe of Human Experience]] 6.76 + - [[../thoughts/html/emacs-password.html][Emacs Password Security]] 6.77 + - [[../thoughts/html/ideas.html][Ideas]] 6.78 +
7.1 --- a/pretty-dyln.html Mon Mar 02 12:41:37 2015 -0800 7.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 7.3 @@ -1,171 +0,0 @@ 7.4 -<html> 7.5 - <head> 7.6 - <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700' 7.7 - rel='stylesheet' type='text/css'/> 7.8 - <link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,700,400italic' rel='stylesheet' type='text/css'> 7.9 - 7.10 - <link href='./css/dyln-dark-4.css' rel='stylesheet' 7.11 - type='text/css'/> 7.12 - </head> 7.13 - <body> 7.14 - 7.15 - <div class="header"> 7.16 - <span class="authors"><author><em>R</em>obert <em>L</em>. <em><strong>M</strong></em>c<strong>I</strong>n<strong>t</strong>yre</author>'s blog</span> 7.17 - <h1>au<em>r</em>e<em>l</em>le<em>m</em>.org</h1> 7.18 - <h2>science, programming, ideas</h2> 7.19 - </div> 7.20 - <div class="content"> 7.21 - <div class="atmosphere"></div> 7.22 - <table class="toc"> 7.23 - <tr> 7.24 - <th>Ideas Page</th> 7.25 - <td> 7.26 - <p>A list of all the ideas I've had that I felt like 7.27 - writing down for the past ~ 8 years. Some of them could be 7.28 - practical inventions and are "just" waiting the that 95% 7.29 - perspiration to bring them to fruition, some are ideas for 7.30 - science fiction, and some are simple observations. 7.31 - </p> 7.32 - <a href="#">Go to the Ideas Page »</a> 7.33 - </td> 7.34 - </tr> 7.35 - 7.36 - <tr> 7.37 - <th>How-to Guides</th> 7.38 - <td> 7.39 - <ul> 7.40 - <li><a href="../free/html/email.html">How to set up your 7.41 - own Email server</a> 7.42 - </li> 7.43 - <li><a href="../free/html/wiki.html">How to set up your 7.44 - own Wiki</a> 7.45 - <li><a href="../cortex/html/capture-video.html">How to 7.46 - capture live video feeds from JMonkeyEngine</a> 7.47 - </li> 7.48 - </ul> 7.49 - </td> 7.50 - </tr> 7.51 - <tr> 7.52 - <th>Major Projects</th> 7.53 - 7.54 - <td> 7.55 - <h2>Cortex: a virtual world for sensate AI (2014)</h2> 7.56 - <p class="description"> 7.57 - My MEng thesis at MIT, which won the 2014 Charles and 7.58 - Jennifer Johnson Thesis Award — 1st Place! All 7.59 - code and text for the thesis is freely licensed.<br/> 7.60 - <a href="http://aurellem.org/dl/rlm-meng-cortex-final.pdf"> 7.61 - Download PDF of thesis »</a> 7.62 - <a href="http://aurellem.org/dl/cortex-1.0.0.tar.bz2">Download 7.63 - source code (cortex-1.0.0.tar.bz2) »</a> 7.64 - 7.65 - 7.66 - <h3>Demonstrations</h3> 7.67 - <ol> 7.68 - <li> 7.69 - <a href="../cortex/html/world.html">Creating a 7.70 - Virtual World</a> 7.71 - </li> 7.72 - <li> 7.73 - <a href="../cortex/html/util.html">Utilities that 7.74 - Integrate jMonkeyEngine3 into Clojure </a> 7.75 - </li> 7.76 - <li> 7.77 - <a href="../cortex/html/games.html"> Showing off: 7.78 - Games and Examples</a> 7.79 - </li> 7.80 - </ol> 7.81 - <h3>Sensors and effectors</h3> 7.82 - <ol> 7.83 - <li><a href="../cortex/html/sense.html">Preamble: 7.84 - auxillary functions</a> 7.85 - <li><a href="../cortex/html/body.html">Building a 7.86 - Body</a></li> 7.87 - 7.88 - <li><a href="../cortex/html/vision.html">Vision</a></li> 7.89 - 7.90 - <li><a href="../cortex/html/hearing.html">Hearing</a></li> 7.91 - 7.92 - <li><a href="../cortex/html/touch.html">Touch</a></li> 7.93 - 7.94 - <li><a href="../cortex/html/proprioception.html">Proprioception</a></li> 7.95 - 7.96 - <li><a href="../cortex/html/movement.html">Movement</a></li> 7.97 - 7.98 - <li><a href="../cortex/html/integration.html">Integration</a></li> 7.99 - 7.100 - </ol> 7.101 - 7.102 - 7.103 - </p> 7.104 - 7.105 - </td></tr> 7.106 - <tr><th></th><td> 7.107 - <h2>Pokémon Yellow Total Control Hack (2013)</h2> 7.108 - <p class="description"> 7.109 - Just by buying and rearranging certain items and 7.110 - pressing certain buttons in Pokémon Yellow, you 7.111 - can get the game into a state where you can completely 7.112 - reprogram it from the inside. It's the first hack of its 7.113 - kind, and it won a TAS award.<br/><br/> 7.114 - 7.115 - <a href="./vba-clojure/html/total-control.html">Guide to the 7.116 - Pokémon Yellow total control hack »</a> 7.117 - </p> 7.118 - </td> 7.119 - </tr> 7.120 - 7.121 - 7.122 - <tr> 7.123 - <th>Small projects</th> 7.124 - <td> 7.125 - <ul> 7.126 - 7.127 - <li><a href="../cortex/html/capture-video.html">Calling 7.128 - it quits without parentheses</a> 7.129 - <p class="micro">This Clojure script allows you to quit by 7.130 - typing <tt>quit</tt> into the REPL.</p> 7.131 - </li> 7.132 - </ul> 7.133 - 7.134 - 7.135 - </td> 7.136 - </tr> 7.137 - <tr> 7.138 - <th>Essays</th> 7.139 - <td> 7.140 - <ul> 7.141 - 7.142 - <li><a href="../cortex/html/capture-video.html">A 7.143 - universe of human experience</a> 7.144 - </li> 7.145 - </ul> 7.146 - 7.147 - 7.148 - </td> 7.149 - </tr> 7.150 - </table> 7.151 - </div> 7.152 - 7.153 - 7.154 - <div class="footer"> 7.155 - 7.156 - <a rel="license" 7.157 - href="http://creativecommons.org/licenses/by-sa/4.0/"> 7.158 - <img alt="Creative Commons License" style="border-width:0" 7.159 - src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" 7.160 - /></a> 7.161 - 7.162 - ♡2012-2015 Robert McIntyre. Except where otherwise noted, 7.163 - all work on this website is <em>freely available</em> under 7.164 - a <a rel="license" 7.165 - href="http://creativecommons.org/licenses/by-sa/4.0/">Creative 7.166 - Commons Attribution-ShareAlike 4.0 International License</a>. 7.167 - <i>(This means that you are free to use, modify, and 7.168 - re-distribute such work —even commercially— as 7.169 - long as you attribute the original to me and share your 7.170 - modified versions in the same way.)</i> 7.171 - </div> 7.172 - 7.173 - </body> 7.174 -</html>
8.1 --- a/todo.org Mon Mar 02 12:41:37 2015 -0800 8.2 +++ b/todo.org Sun Mar 08 22:23:50 2015 -0700 8.3 @@ -1,5 +1,5 @@ 8.4 8.5 -* TODO [1/14] 8.6 +* TODO [1/15] 8.7 - [ ] add marble paintings 8.8 - [ ] incorporate new style stuff from Dylan (http://www.logical.ai/rlm-4/) 8.9 - [ ] create an about-me page like dylan's 8.10 @@ -7,12 +7,15 @@ 8.11 - [ ] add essay on mind-uploading 8.12 - [ ] factor ideas page into RAW and refined 8.13 - [X] get comment system (files?) 8.14 -- [ ] minor projects 8.15 +- [ ] post some minor projects 8.16 - [ ] org-tools 8.17 - [ ] brutal-comments 8.18 + - [ ] death pit ?? 8.19 - [ ] add pictures of awards for CORTEX 8.20 - [ ] write up "burning books" essay 8.21 - [ ] make brutal-comments review script 8.22 - [ ] make git website display. 8.23 - [ ] clean up everything 8.24 - [ ] make "server culture" not suck 8.25 +- [ ] make "inactive" folder, move old but still relevant projects 8.26 + there.