Mercurial > aurellem
changeset 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 | f133b1c0ae8b |
children | 898238723c64 |
files | css/about-me.css css/argentum.css css/dyln-dark-4.css html/about-rlm.html html/header.html html/new.html html/old-index.html org/about-rlm.html org/about-rlm.org org/new.org |
diffstat | 10 files changed, 955 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/css/about-me.css Sun Apr 12 21:38:20 2015 -0700 1.3 @@ -0,0 +1,11 @@ 1.4 +dt{ 1.5 + width:20%; 1.6 + float:left; 1.7 + display:block; 1.8 +} 1.9 + 1.10 +dd{ 1.11 + display:block; 1.12 + clear:right; 1.13 +} 1.14 +
2.1 --- a/css/argentum.css Sun Apr 12 14:55:13 2015 -0700 2.2 +++ b/css/argentum.css Sun Apr 12 21:38:20 2015 -0700 2.3 @@ -64,8 +64,9 @@ 2.4 margin-top:-1.5em; 2.5 border:1px solid red; 2.6 }*/ 2.7 -dt{font-weight:bold;} 2.8 -dd{padding-left:1.5em;} 2.9 + 2.10 +dt{font-weight: bold;} 2.11 +dd{padding-left: 1.5em;} 2.12 2.13 li{ 2.14 font-size:100%; 2.15 @@ -262,7 +263,7 @@ 2.16 2.17 body{padding-top:9em;padding-left:3em;} 2.18 .header{ 2.19 - padding-left:3!important; 2.20 + padding-left:3em!important; 2.21 } 2.22 .header h1, .header h1 em { 2.23 text-shadow:none; 2.24 @@ -335,4 +336,6 @@ 2.25 2.26 #text-table-of-contents a { 2.27 2.28 -} 2.29 \ No newline at end of file 2.30 +} 2.31 + 2.32 +*/ 2.33 \ No newline at end of file
3.1 --- a/css/dyln-dark-4.css Sun Apr 12 14:55:13 2015 -0700 3.2 +++ b/css/dyln-dark-4.css Sun Apr 12 21:38:20 2015 -0700 3.3 @@ -122,8 +122,9 @@ 3.4 } 3.5 li { 3.6 list-style-type:none; 3.7 + width: 70em; 3.8 } 3.9 -li:before { 3.10 +div.date:before { 3.11 content:"\00bb "; 3.12 color:rgba(255,255,255,0.5); 3.13 } 3.14 @@ -203,3 +204,9 @@ 3.15 .footer {color:#869900;} 3.16 .footer em {color:inherit;} 3.17 .header h2 {color:#cb4b16;} 3.18 + 3.19 +div.date{ 3.20 + float:left; 3.21 + width: 7em; 3.22 + color: cyan; 3.23 +} 3.24 \ No newline at end of file
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/html/about-rlm.html Sun Apr 12 21:38:20 2015 -0700 4.3 @@ -0,0 +1,182 @@ 4.4 +<?xml version="1.0" encoding="utf-8"?> 4.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 4.6 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 4.7 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 4.8 +<head> 4.9 +<title>About Robert McIntyre</title> 4.10 +<!-- 2015-04-12 Sun 19:21 --> 4.11 +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 4.12 +<meta name="generator" content="Org-mode" /> 4.13 +<meta name="author" content="Robert McIntyre" /> 4.14 +<meta name="description" content="Page describing Robert McIntyre" 4.15 + /> 4.16 +<style type="text/css"> 4.17 + <!--/*--><![CDATA[/*><!--*/ 4.18 + .title { text-align: center; } 4.19 + .todo { font-family: monospace; color: red; } 4.20 + .done { font-family: monospace; color: green; } 4.21 + .priority { font-family: monospace; color: orange; } 4.22 + .tag { background-color: #eee; font-family: monospace; 4.23 + padding: 2px; font-size: 80%; font-weight: normal; } 4.24 + .timestamp { color: #bebebe; } 4.25 + .timestamp-kwd { color: #5f9ea0; } 4.26 + .right { margin-left: auto; margin-right: 0px; text-align: right; } 4.27 + .left { margin-left: 0px; margin-right: auto; text-align: left; } 4.28 + .center { margin-left: auto; margin-right: auto; text-align: center; } 4.29 + .underline { text-decoration: underline; } 4.30 + #postamble p, #preamble p { font-size: 90%; margin: .2em; } 4.31 + p.verse { margin-left: 3%; } 4.32 + pre { 4.33 + border: 1px solid #ccc; 4.34 + box-shadow: 3px 3px 3px #eee; 4.35 + padding: 8pt; 4.36 + font-family: monospace; 4.37 + overflow: auto; 4.38 + margin: 1.2em; 4.39 + } 4.40 + pre.src { 4.41 + position: relative; 4.42 + overflow: visible; 4.43 + padding-top: 1.2em; 4.44 + } 4.45 + pre.src:before { 4.46 + display: none; 4.47 + position: absolute; 4.48 + background-color: white; 4.49 + top: -10px; 4.50 + right: 10px; 4.51 + padding: 3px; 4.52 + border: 1px solid black; 4.53 + } 4.54 + pre.src:hover:before { display: inline;} 4.55 + pre.src-sh:before { content: 'sh'; } 4.56 + pre.src-bash:before { content: 'sh'; } 4.57 + pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } 4.58 + pre.src-R:before { content: 'R'; } 4.59 + pre.src-perl:before { content: 'Perl'; } 4.60 + pre.src-java:before { content: 'Java'; } 4.61 + pre.src-sql:before { content: 'SQL'; } 4.62 + 4.63 + table { border-collapse:collapse; } 4.64 + caption.t-above { caption-side: top; } 4.65 + caption.t-bottom { caption-side: bottom; } 4.66 + td, th { vertical-align:top; } 4.67 + th.right { text-align: center; } 4.68 + th.left { text-align: center; } 4.69 + th.center { text-align: center; } 4.70 + td.right { text-align: right; } 4.71 + td.left { text-align: left; } 4.72 + td.center { text-align: center; } 4.73 + dt { font-weight: bold; } 4.74 + .footpara:nth-child(2) { display: inline; } 4.75 + .footpara { display: block; } 4.76 + .footdef { margin-bottom: 1em; } 4.77 + .figure { padding: 1em; } 4.78 + .figure p { text-align: center; } 4.79 + .inlinetask { 4.80 + padding: 10px; 4.81 + border: 2px solid gray; 4.82 + margin: 10px; 4.83 + background: #ffffcc; 4.84 + } 4.85 + #org-div-home-and-up 4.86 + { text-align: right; font-size: 70%; white-space: nowrap; } 4.87 + textarea { overflow-x: auto; } 4.88 + .linenr { font-size: smaller } 4.89 + .code-highlighted { background-color: #ffff00; } 4.90 + .org-info-js_info-navigation { border-style: none; } 4.91 + #org-info-js_console-label 4.92 + { font-size: 10px; font-weight: bold; white-space: nowrap; } 4.93 + .org-info-js_search-highlight 4.94 + { background-color: #ffff00; color: #000000; font-weight: bold; } 4.95 + /*]]>*/--> 4.96 +</style> 4.97 +<link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" /> 4.98 +<link rel="stylesheet" type="text/css" href="../css/about-me.css" /> 4.99 +<script type="text/javascript"> 4.100 +/* 4.101 +@licstart The following is the entire license notice for the 4.102 +JavaScript code in this tag. 4.103 + 4.104 +Copyright (C) 2012-2013 Free Software Foundation, Inc. 4.105 + 4.106 +The JavaScript code in this tag is free software: you can 4.107 +redistribute it and/or modify it under the terms of the GNU 4.108 +General Public License (GNU GPL) as published by the Free Software 4.109 +Foundation, either version 3 of the License, or (at your option) 4.110 +any later version. The code is distributed WITHOUT ANY WARRANTY; 4.111 +without even the implied warranty of MERCHANTABILITY or FITNESS 4.112 +FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. 4.113 + 4.114 +As additional permission under GNU GPL version 3 section 7, you 4.115 +may distribute non-source (e.g., minimized or compacted) forms of 4.116 +that code without the copy of the GNU GPL normally required by 4.117 +section 4, provided you include this license notice and a URL 4.118 +through which recipients can access the Corresponding Source. 4.119 + 4.120 + 4.121 +@licend The above is the entire license notice 4.122 +for the JavaScript code in this tag. 4.123 +*/ 4.124 +<!--/*--><![CDATA[/*><!--*/ 4.125 + function CodeHighlightOn(elem, id) 4.126 + { 4.127 + var target = document.getElementById(id); 4.128 + if(null != target) { 4.129 + elem.cacheClassElem = elem.className; 4.130 + elem.cacheClassTarget = target.className; 4.131 + target.className = "code-highlighted"; 4.132 + elem.className = "code-highlighted"; 4.133 + } 4.134 + } 4.135 + function CodeHighlightOff(elem, id) 4.136 + { 4.137 + var target = document.getElementById(id); 4.138 + if(elem.cacheClassElem) 4.139 + elem.className = elem.cacheClassElem; 4.140 + if(elem.cacheClassTarget) 4.141 + target.className = elem.cacheClassTarget; 4.142 + } 4.143 +/*]]>*///--> 4.144 +</script> 4.145 +</head> 4.146 +<body> 4.147 +<div id="content"> 4.148 +<h1 class="title">About Robert McIntyre</h1> 4.149 + 4.150 +<div class="header"> 4.151 + <div class="float-right"> 4.152 + </div> 4.153 + 4.154 + <h1>aurellem <em>☉</em></h1> 4.155 + <ul class="nav"> 4.156 + <li><a href="/">read the blog »</a></li> 4.157 + <!-- li><a href="#">learn about us »</a></li--> 4.158 + </ul> 4.159 +</div> 4.160 + 4.161 +<div class="author">Written by: <author> 4.162 +<p> 4.163 +Robert McIntyre 4.164 +</p> 4.165 +</author></div> 4.166 +<dl class="org-dl"> 4.167 +<dt>Name</dt><dd>Robert McIntyre</dd> 4.168 +<dt>Contact</dt><dd>rlm@mit.edu</dd> 4.169 +<dt>Resume</dt><dd><a href="../../resume/Robert-McIntyre-Resume.pdf">Robert-McIntyre-Resume.pdf</a></dd> 4.170 +<dt><a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy">PGP Key</a></dt><dd><a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x84696E50057B932E">Public Key</a></dd> 4.171 +<dt>PGP fingerprint</dt><dd>4A10 BEC2 9290 7612 A461 2598 8469 6E50 057B 932E</dd> 4.172 +<dt>Birthday</dt><dd>September 26</dd> 4.173 +<dt>Alcor</dt><dd>I am a member (#A-2640) of the <a href="http://alcor.org/">Alcor Life Extension 4.174 +Foundation</a>.</dd> 4.175 +<dt>Bitcoin</dt><dd><a href="https://blockchain.info/address/19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr">19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr</a></dd> 4.176 +</dl> 4.177 +</div> 4.178 +<div id="postamble" class="status"> 4.179 +<p class="author">Author: Robert McIntyre</p> 4.180 +<p class="date">Created: 2015-04-12 Sun 19:21</p> 4.181 +<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> 4.182 +<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> 4.183 +</div> 4.184 +</body> 4.185 +</html> 4.186 \ No newline at end of file
5.1 --- a/html/header.html Sun Apr 12 14:55:13 2015 -0700 5.2 +++ b/html/header.html Sun Apr 12 21:38:20 2015 -0700 5.3 @@ -4,7 +4,7 @@ 5.4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 5.5 <head> 5.6 <title></title> 5.7 -<!-- 2015-03-02 Mon 09:47 --> 5.8 +<!-- 2015-04-12 Sun 19:21 --> 5.9 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 5.10 <meta name="generator" content="Org-mode" /> 5.11 <meta name="author" content="Robert McIntyre" /> 5.12 @@ -151,7 +151,7 @@ 5.13 </ul> 5.14 </div> 5.15 5.16 -<div class="author">Written by <author> 5.17 +<div class="author">Written by: <author> 5.18 <p> 5.19 Robert McIntyre 5.20 </p> 5.21 @@ -159,7 +159,7 @@ 5.22 </div> 5.23 <div id="postamble" class="status"> 5.24 <p class="author">Author: Robert McIntyre</p> 5.25 -<p class="date">Created: 2015-03-02 Mon 09:47</p> 5.26 +<p class="date">Created: 2015-04-12 Sun 19:21</p> 5.27 <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> 5.28 <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> 5.29 </div>
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/html/new.html Sun Apr 12 21:38:20 2015 -0700 6.3 @@ -0,0 +1,235 @@ 6.4 +<?xml version="1.0" encoding="utf-8"?> 6.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 6.6 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 6.7 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 6.8 +<head> 6.9 +<title>Aurellem</title> 6.10 +<!-- 2015-04-12 Sun 19:21 --> 6.11 +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 6.12 +<meta name="generator" content="Org-mode" /> 6.13 +<meta name="author" content="Robert McIntyre" /> 6.14 +<style type="text/css"> 6.15 + <!--/*--><![CDATA[/*><!--*/ 6.16 + .title { text-align: center; } 6.17 + .todo { font-family: monospace; color: red; } 6.18 + .done { font-family: monospace; color: green; } 6.19 + .priority { font-family: monospace; color: orange; } 6.20 + .tag { background-color: #eee; font-family: monospace; 6.21 + padding: 2px; font-size: 80%; font-weight: normal; } 6.22 + .timestamp { color: #bebebe; } 6.23 + .timestamp-kwd { color: #5f9ea0; } 6.24 + .right { margin-left: auto; margin-right: 0px; text-align: right; } 6.25 + .left { margin-left: 0px; margin-right: auto; text-align: left; } 6.26 + .center { margin-left: auto; margin-right: auto; text-align: center; } 6.27 + .underline { text-decoration: underline; } 6.28 + #postamble p, #preamble p { font-size: 90%; margin: .2em; } 6.29 + p.verse { margin-left: 3%; } 6.30 + pre { 6.31 + border: 1px solid #ccc; 6.32 + box-shadow: 3px 3px 3px #eee; 6.33 + padding: 8pt; 6.34 + font-family: monospace; 6.35 + overflow: auto; 6.36 + margin: 1.2em; 6.37 + } 6.38 + pre.src { 6.39 + position: relative; 6.40 + overflow: visible; 6.41 + padding-top: 1.2em; 6.42 + } 6.43 + pre.src:before { 6.44 + display: none; 6.45 + position: absolute; 6.46 + background-color: white; 6.47 + top: -10px; 6.48 + right: 10px; 6.49 + padding: 3px; 6.50 + border: 1px solid black; 6.51 + } 6.52 + pre.src:hover:before { display: inline;} 6.53 + pre.src-sh:before { content: 'sh'; } 6.54 + pre.src-bash:before { content: 'sh'; } 6.55 + pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } 6.56 + pre.src-R:before { content: 'R'; } 6.57 + pre.src-perl:before { content: 'Perl'; } 6.58 + pre.src-java:before { content: 'Java'; } 6.59 + pre.src-sql:before { content: 'SQL'; } 6.60 + 6.61 + table { border-collapse:collapse; } 6.62 + caption.t-above { caption-side: top; } 6.63 + caption.t-bottom { caption-side: bottom; } 6.64 + td, th { vertical-align:top; } 6.65 + th.right { text-align: center; } 6.66 + th.left { text-align: center; } 6.67 + th.center { text-align: center; } 6.68 + td.right { text-align: right; } 6.69 + td.left { text-align: left; } 6.70 + td.center { text-align: center; } 6.71 + dt { font-weight: bold; } 6.72 + .footpara:nth-child(2) { display: inline; } 6.73 + .footpara { display: block; } 6.74 + .footdef { margin-bottom: 1em; } 6.75 + .figure { padding: 1em; } 6.76 + .figure p { text-align: center; } 6.77 + .inlinetask { 6.78 + padding: 10px; 6.79 + border: 2px solid gray; 6.80 + margin: 10px; 6.81 + background: #ffffcc; 6.82 + } 6.83 + #org-div-home-and-up 6.84 + { text-align: right; font-size: 70%; white-space: nowrap; } 6.85 + textarea { overflow-x: auto; } 6.86 + .linenr { font-size: smaller } 6.87 + .code-highlighted { background-color: #ffff00; } 6.88 + .org-info-js_info-navigation { border-style: none; } 6.89 + #org-info-js_console-label 6.90 + { font-size: 10px; font-weight: bold; white-space: nowrap; } 6.91 + .org-info-js_search-highlight 6.92 + { background-color: #ffff00; color: #000000; font-weight: bold; } 6.93 + /*]]>*/--> 6.94 +</style> 6.95 +<script type="text/javascript"> 6.96 +/* 6.97 +@licstart The following is the entire license notice for the 6.98 +JavaScript code in this tag. 6.99 + 6.100 +Copyright (C) 2012-2013 Free Software Foundation, Inc. 6.101 + 6.102 +The JavaScript code in this tag is free software: you can 6.103 +redistribute it and/or modify it under the terms of the GNU 6.104 +General Public License (GNU GPL) as published by the Free Software 6.105 +Foundation, either version 3 of the License, or (at your option) 6.106 +any later version. The code is distributed WITHOUT ANY WARRANTY; 6.107 +without even the implied warranty of MERCHANTABILITY or FITNESS 6.108 +FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. 6.109 + 6.110 +As additional permission under GNU GPL version 3 section 7, you 6.111 +may distribute non-source (e.g., minimized or compacted) forms of 6.112 +that code without the copy of the GNU GPL normally required by 6.113 +section 4, provided you include this license notice and a URL 6.114 +through which recipients can access the Corresponding Source. 6.115 + 6.116 + 6.117 +@licend The above is the entire license notice 6.118 +for the JavaScript code in this tag. 6.119 +*/ 6.120 +<!--/*--><![CDATA[/*><!--*/ 6.121 + function CodeHighlightOn(elem, id) 6.122 + { 6.123 + var target = document.getElementById(id); 6.124 + if(null != target) { 6.125 + elem.cacheClassElem = elem.className; 6.126 + elem.cacheClassTarget = target.className; 6.127 + target.className = "code-highlighted"; 6.128 + elem.className = "code-highlighted"; 6.129 + } 6.130 + } 6.131 + function CodeHighlightOff(elem, id) 6.132 + { 6.133 + var target = document.getElementById(id); 6.134 + if(elem.cacheClassElem) 6.135 + elem.className = elem.cacheClassElem; 6.136 + if(elem.cacheClassTarget) 6.137 + target.className = elem.cacheClassTarget; 6.138 + } 6.139 +/*]]>*///--> 6.140 +</script> 6.141 +</head> 6.142 +<body> 6.143 +<div id="content"> 6.144 +<h1 class="title">Aurellem</h1> 6.145 +<div id="table-of-contents"> 6.146 +<h2>Table of Contents</h2> 6.147 +<div id="text-table-of-contents"> 6.148 +<ul> 6.149 +<li><a href="#sec-1">1. Ideas</a></li> 6.150 +<li><a href="#sec-2">2. 2014 : <code>CORTEX</code>, a Vitural World for Sensate AI</a></li> 6.151 +<li><a href="#sec-3">3. 2013 : Pokemon Yellow Total Control Hack</a></li> 6.152 +<li><a href="#sec-4">4. Projects</a></li> 6.153 +<li><a href="#sec-5">5. How-To guides</a></li> 6.154 +<li><a href="#sec-6">6. Essays</a></li> 6.155 +<li><a href="#sec-7">7. About Me page</a></li> 6.156 +</ul> 6.157 +</div> 6.158 +</div> 6.159 +<p> 6.160 +(About me) 6.161 +</p> 6.162 + 6.163 +<div id="outline-container-sec-1" class="outline-2"> 6.164 +<h2 id="sec-1"><span class="section-number-2">1</span> Ideas</h2> 6.165 +</div> 6.166 + 6.167 +<div id="outline-container-sec-2" class="outline-2"> 6.168 +<h2 id="sec-2"><span class="section-number-2">2</span> 2014 : <code>CORTEX</code>, a Vitural World for Sensate AI</h2> 6.169 +</div> 6.170 + 6.171 +<div id="outline-container-sec-3" class="outline-2"> 6.172 +<h2 id="sec-3"><span class="section-number-2">3</span> 2013 : Pokemon Yellow Total Control Hack</h2> 6.173 +</div> 6.174 + 6.175 +<div id="outline-container-sec-4" class="outline-2"> 6.176 +<h2 id="sec-4"><span class="section-number-2">4</span> Projects</h2> 6.177 +<div class="outline-text-2" id="text-4"> 6.178 +<ul class="org-ul"> 6.179 +<li>Brutal Comments (rule over your comments section like a tyrant!)</li> 6.180 +<li>Marble Paintings</li> 6.181 +<li>LFS package system</li> 6.182 +<li>pony-stories</li> 6.183 +<li>cold-storage</li> 6.184 +<li>Background subtration + top-down vision</li> 6.185 +<li>society of mind webpage</li> 6.186 +<li>jmeCapture</li> 6.187 +<li>pokemon types</li> 6.188 +<li>poly-vitrification</li> 6.189 +<li>hardware stuff with tan + limdo</li> 6.190 +<li>sussman book recs</li> 6.191 +</ul> 6.192 +</div> 6.193 +</div> 6.194 + 6.195 +<div id="outline-container-sec-5" class="outline-2"> 6.196 +<h2 id="sec-5"><span class="section-number-2">5</span> How-To guides</h2> 6.197 +<div class="outline-text-2" id="text-5"> 6.198 +<ul class="org-ul"> 6.199 +<li>wiki</li> 6.200 +<li>email</li> 6.201 +<li>6.949 scheme guide</li> 6.202 +</ul> 6.203 +</div> 6.204 +</div> 6.205 + 6.206 +<div id="outline-container-sec-6" class="outline-2"> 6.207 +<h2 id="sec-6"><span class="section-number-2">6</span> Essays</h2> 6.208 +<div class="outline-text-2" id="text-6"> 6.209 +<ul class="org-ul"> 6.210 +<li>Star Trek is Evil</li> 6.211 +<li>The Stars and the Pond Scum</li> 6.212 +<li>Meaning, Mind, and Stories</li> 6.213 +<li>The Server Culture</li> 6.214 +<li>Universe of Human Experience</li> 6.215 +<li>Thoughts on Patents</li> 6.216 +</ul> 6.217 +</div> 6.218 +</div> 6.219 + 6.220 +<div id="outline-container-sec-7" class="outline-2"> 6.221 +<h2 id="sec-7"><span class="section-number-2">7</span> About Me page</h2> 6.222 +<div class="outline-text-2" id="text-7"> 6.223 +<ul class="org-ul"> 6.224 +<li>alcor</li> 6.225 +<li>bitcoin</li> 6.226 +<li>public key</li> 6.227 +</ul> 6.228 +</div> 6.229 +</div> 6.230 +</div> 6.231 +<div id="postamble" class="status"> 6.232 +<p class="author">Author: Robert McIntyre</p> 6.233 +<p class="date">Created: 2015-04-12 Sun 19:21</p> 6.234 +<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> 6.235 +<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> 6.236 +</div> 6.237 +</body> 6.238 +</html> 6.239 \ No newline at end of file
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/html/old-index.html Sun Apr 12 21:38:20 2015 -0700 7.3 @@ -0,0 +1,286 @@ 7.4 +<?xml version="1.0" encoding="utf-8"?> 7.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 7.6 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 7.7 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 7.8 +<head> 7.9 +<title>Our Blog Entries</title> 7.10 +<!-- 2015-04-12 Sun 19:21 --> 7.11 +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 7.12 +<meta name="generator" content="Org-mode" /> 7.13 +<meta name="author" content="Robert McIntyre & Dylan Holmes" /> 7.14 +<meta name="description" content="A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more!" 7.15 + /> 7.16 +<meta name="keywords" content="AI, clojure, quantum mechanics" /> 7.17 +<style type="text/css"> 7.18 + <!--/*--><![CDATA[/*><!--*/ 7.19 + .title { text-align: center; } 7.20 + .todo { font-family: monospace; color: red; } 7.21 + .done { font-family: monospace; color: green; } 7.22 + .priority { font-family: monospace; color: orange; } 7.23 + .tag { background-color: #eee; font-family: monospace; 7.24 + padding: 2px; font-size: 80%; font-weight: normal; } 7.25 + .timestamp { color: #bebebe; } 7.26 + .timestamp-kwd { color: #5f9ea0; } 7.27 + .right { margin-left: auto; margin-right: 0px; text-align: right; } 7.28 + .left { margin-left: 0px; margin-right: auto; text-align: left; } 7.29 + .center { margin-left: auto; margin-right: auto; text-align: center; } 7.30 + .underline { text-decoration: underline; } 7.31 + #postamble p, #preamble p { font-size: 90%; margin: .2em; } 7.32 + p.verse { margin-left: 3%; } 7.33 + pre { 7.34 + border: 1px solid #ccc; 7.35 + box-shadow: 3px 3px 3px #eee; 7.36 + padding: 8pt; 7.37 + font-family: monospace; 7.38 + overflow: auto; 7.39 + margin: 1.2em; 7.40 + } 7.41 + pre.src { 7.42 + position: relative; 7.43 + overflow: visible; 7.44 + padding-top: 1.2em; 7.45 + } 7.46 + pre.src:before { 7.47 + display: none; 7.48 + position: absolute; 7.49 + background-color: white; 7.50 + top: -10px; 7.51 + right: 10px; 7.52 + padding: 3px; 7.53 + border: 1px solid black; 7.54 + } 7.55 + pre.src:hover:before { display: inline;} 7.56 + pre.src-sh:before { content: 'sh'; } 7.57 + pre.src-bash:before { content: 'sh'; } 7.58 + pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } 7.59 + pre.src-R:before { content: 'R'; } 7.60 + pre.src-perl:before { content: 'Perl'; } 7.61 + pre.src-java:before { content: 'Java'; } 7.62 + pre.src-sql:before { content: 'SQL'; } 7.63 + 7.64 + table { border-collapse:collapse; } 7.65 + caption.t-above { caption-side: top; } 7.66 + caption.t-bottom { caption-side: bottom; } 7.67 + td, th { vertical-align:top; } 7.68 + th.right { text-align: center; } 7.69 + th.left { text-align: center; } 7.70 + th.center { text-align: center; } 7.71 + td.right { text-align: right; } 7.72 + td.left { text-align: left; } 7.73 + td.center { text-align: center; } 7.74 + dt { font-weight: bold; } 7.75 + .footpara:nth-child(2) { display: inline; } 7.76 + .footpara { display: block; } 7.77 + .footdef { margin-bottom: 1em; } 7.78 + .figure { padding: 1em; } 7.79 + .figure p { text-align: center; } 7.80 + .inlinetask { 7.81 + padding: 10px; 7.82 + border: 2px solid gray; 7.83 + margin: 10px; 7.84 + background: #ffffcc; 7.85 + } 7.86 + #org-div-home-and-up 7.87 + { text-align: right; font-size: 70%; white-space: nowrap; } 7.88 + textarea { overflow-x: auto; } 7.89 + .linenr { font-size: smaller } 7.90 + .code-highlighted { background-color: #ffff00; } 7.91 + .org-info-js_info-navigation { border-style: none; } 7.92 + #org-info-js_console-label 7.93 + { font-size: 10px; font-weight: bold; white-space: nowrap; } 7.94 + .org-info-js_search-highlight 7.95 + { background-color: #ffff00; color: #000000; font-weight: bold; } 7.96 + /*]]>*/--> 7.97 +</style> 7.98 +<link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" /> 7.99 +<script type="text/javascript"> 7.100 +/* 7.101 +@licstart The following is the entire license notice for the 7.102 +JavaScript code in this tag. 7.103 + 7.104 +Copyright (C) 2012-2013 Free Software Foundation, Inc. 7.105 + 7.106 +The JavaScript code in this tag is free software: you can 7.107 +redistribute it and/or modify it under the terms of the GNU 7.108 +General Public License (GNU GPL) as published by the Free Software 7.109 +Foundation, either version 3 of the License, or (at your option) 7.110 +any later version. The code is distributed WITHOUT ANY WARRANTY; 7.111 +without even the implied warranty of MERCHANTABILITY or FITNESS 7.112 +FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. 7.113 + 7.114 +As additional permission under GNU GPL version 3 section 7, you 7.115 +may distribute non-source (e.g., minimized or compacted) forms of 7.116 +that code without the copy of the GNU GPL normally required by 7.117 +section 4, provided you include this license notice and a URL 7.118 +through which recipients can access the Corresponding Source. 7.119 + 7.120 + 7.121 +@licend The above is the entire license notice 7.122 +for the JavaScript code in this tag. 7.123 +*/ 7.124 +<!--/*--><![CDATA[/*><!--*/ 7.125 + function CodeHighlightOn(elem, id) 7.126 + { 7.127 + var target = document.getElementById(id); 7.128 + if(null != target) { 7.129 + elem.cacheClassElem = elem.className; 7.130 + elem.cacheClassTarget = target.className; 7.131 + target.className = "code-highlighted"; 7.132 + elem.className = "code-highlighted"; 7.133 + } 7.134 + } 7.135 + function CodeHighlightOff(elem, id) 7.136 + { 7.137 + var target = document.getElementById(id); 7.138 + if(elem.cacheClassElem) 7.139 + elem.className = elem.cacheClassElem; 7.140 + if(elem.cacheClassTarget) 7.141 + target.className = elem.cacheClassTarget; 7.142 + } 7.143 +/*]]>*///--> 7.144 +</script> 7.145 +</head> 7.146 +<body> 7.147 +<div id="content"> 7.148 +<h1 class="title">Our Blog Entries</h1> 7.149 + 7.150 +<div class="header"> 7.151 + <div class="float-right"> 7.152 + </div> 7.153 + 7.154 + <h1>aurellem <em>☉</em></h1> 7.155 + <ul class="nav"> 7.156 + <li><a href="/">read the blog »</a></li> 7.157 + <!-- li><a href="#">learn about us »</a></li--> 7.158 + </ul> 7.159 +</div> 7.160 + 7.161 +<div class="author">Written by: <author> 7.162 +<p> 7.163 +Robert McIntyre & Dylan Holmes 7.164 +</p> 7.165 +</author></div> 7.166 + 7.167 +<div id="outline-container-unnumbered-1" class="outline-2"> 7.168 +<h2 id="unnumbered-1">Freedom</h2> 7.169 +<div class="outline-text-2" id="text-unnumbered-1"> 7.170 +<ul class="org-ul"> 7.171 +<li><a href="../free/html/email.html">How to set up your own Email server</a></li> 7.172 +<li><a href="../free/html/wiki.html">How to set up your own Wiki</a></li> 7.173 +<li><a href="../thoughts/html/patents.html">Thoughts on Patents</a></li> 7.174 +<li><a href="../thoughts/html/server.html">The Server Culture</a></li> 7.175 +</ul> 7.176 +</div> 7.177 +</div> 7.178 +<div id="outline-container-unnumbered-2" class="outline-2"> 7.179 +<h2 id="unnumbered-2">Adventures in coding</h2> 7.180 +<div class="outline-text-2" id="text-unnumbered-2"> 7.181 +<ul class="org-ul"> 7.182 +<li><a href="../abomination/html/no_parens.html">Calling it quits without parentheses</a></li> 7.183 +<li><a href="../cortex/html/capture-video.html">Capture live video feeds from JMonkeyEngine</a></li> 7.184 +</ul> 7.185 +</div> 7.186 +</div> 7.187 + 7.188 +<div id="outline-container-unnumbered-3" class="outline-2"> 7.189 +<h2 id="unnumbered-3">Academic</h2> 7.190 +<div class="outline-text-2" id="text-unnumbered-3"> 7.191 +<ul class="org-ul"> 7.192 +<li><a href="../dylan/html/quandary.html">Bugs in quantum mechanics</a></li> 7.193 +<li><a href="../dylan/html/visualizing-reason.html">A category-theoretic view of inductive reasoning</a></li> 7.194 +<li><a href="../jaynes/html/stat-mech.html">Jaynes' <i>Statistical Mechanics</i></a></li> 7.195 +<li><a href="../cortex/html/ai-journal-review.html">Interesting Articles from <i>Artificial Intelligence</i></a></li> 7.196 +<li><a href="../bbbgs/html/bbbgs.html">Improving Background Subtraction with Top-Down Vision</a></li> 7.197 +<li><a href="../thoughts/html/sloman.html">Transcript of Aaron Sloman - Interview</a></li> 7.198 +<li><a href="../6.034/html/intro.html">6.034 : Introduction to Artificial Intelligence</a></li> 7.199 +</ul> 7.200 +</div> 7.201 +</div> 7.202 +<div id="outline-container-unnumbered-4" class="outline-2"> 7.203 +<h2 id="unnumbered-4">Cortex: a virtual world for sensate AI</h2> 7.204 +<div class="outline-text-2" id="text-unnumbered-4"> 7.205 +<p> 7.206 +This was an MEng thesis project while I was at MIT. It won the 2014 7.207 +Charles and Jennifer Johnson Thesis Award –- 1st Place! 7.208 +</p> 7.209 + 7.210 +<ul class="org-ul"> 7.211 +<li><a href="http://aurellem.org/dl/rlm-meng-cortex-final.pdf">Thesis</a></li> 7.212 +<li><a href="http://aurellem.org/dl/cortex-1.0.0.tar.bz2">Code</a></li> 7.213 + 7.214 +<li><a href="../cortex/html/intro.html">Intro: Choosing between Virtual and Real Time</a></li> 7.215 +<li><a href="../cortex/html/setup.html">Installing jMonkeyEngine3, a 3D Game Engine</a></li> 7.216 +<li><a href="../cortex/html/world.html">Creating a Virtual World</a></li> 7.217 +<li><a href="../cortex/html/util.html">Utilities that Integrate jMonkeyEngine3 into Clojure </a></li> 7.218 +<li><a href="../cortex/html/games.html"> Showing off: Games and Examples</a></li> 7.219 +<li><b>Sensors and effectors</b> 7.220 +<ol class="org-ol"> 7.221 +<li><a href="../cortex/html/sense.html">Preamble: auxillary functions</a></li> 7.222 +<li><a href="../cortex/html/body.html">Building a Body</a></li> 7.223 +<li><a href="../cortex/html/vision.html">Vision</a></li> 7.224 +<li><a href="../cortex/html/hearing.html">Hearing</a></li> 7.225 +<li><a href="../cortex/html/touch.html">Touch</a></li> 7.226 +<li><a href="../cortex/html/proprioception.html">Proprioception</a></li> 7.227 +<li><a href="../cortex/html/movement.html">Movement</a></li> 7.228 +<li><a href="../cortex/html/integration.html">Integration</a></li> 7.229 +</ol></li> 7.230 +<li><a href="../../cortex/html/gabor.html">Gabor Filters</a></li> 7.231 +</ul> 7.232 +</div> 7.233 +</div> 7.234 + 7.235 +<div id="outline-container-unnumbered-5" class="outline-2"> 7.236 +<h2 id="unnumbered-5">Pokémon</h2> 7.237 +<div class="outline-text-2" id="text-unnumbered-5"> 7.238 +<ul class="org-ul"> 7.239 +<li><a href="../pokemon-types/html/types.html">Best-first search for effective Pokémon types</a></li> 7.240 +<li><a href="../pokemon-types/html/lpsolve.html">Discovering effective Pokémon types using linear optimization.</a></li> 7.241 +<li><a href="../vba-clojure/html/rom.html">Notes on deconstructing Pokémon Yellow</a></li> 7.242 +<li><a href="http://web.mit.edu/dxh/www/guess/">9 Questions with Pokémon</a> 7.243 +<ul class="org-ul"> 7.244 +<li><a href="http://aurellem.org/pokeclass/html/idtree.html">How <i>9 Questions with Pokémon</i> was made.</a></li> 7.245 +<li><a href="http://web.mit.edu/dxh/www/guess/gen2.html">10 Questions with Pokémon</a> (Gen I & II)</li> 7.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> 7.247 +</ul></li> 7.248 +<li><a href="./vba-clojure/html/total-control.html">Pokémon Yellow Total Control Hack</a></li> 7.249 +</ul> 7.250 +</div> 7.251 +</div> 7.252 + 7.253 +<div id="outline-container-unnumbered-6" class="outline-2"> 7.254 +<h2 id="unnumbered-6">Quantitative design</h2> 7.255 +<div class="outline-text-2" id="text-unnumbered-6"> 7.256 +<ul class="org-ul"> 7.257 +<li>Quantitative Pokémon displays (in progress) 7.258 +<ul class="org-ul"> 7.259 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=rug">Breakdown of evolution data</a></li> 7.260 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=shops">Shop locations and inventories</a></li> 7.261 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=tms">Learnability of technical machines</a></li> 7.262 +<li><a href="http://www.aurellem.org/pokeplot/graph.html?q=affinity">Square graph of dual type combinations</a></li> 7.263 +</ul></li> 7.264 +<li><a href="../dylan/resolution.svg">Display resolutions, simplified.</a> Intended to become a replacement 7.265 +for <a href="http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg">this Wikipedia graphic</a>.</li> 7.266 +</ul> 7.267 +</div> 7.268 +</div> 7.269 + 7.270 +<div id="outline-container-unnumbered-7" class="outline-2"> 7.271 +<h2 id="unnumbered-7">Thoughts</h2> 7.272 +<div class="outline-text-2" id="text-unnumbered-7"> 7.273 +<ul class="org-ul"> 7.274 +<li><a href="../dylan/html/science.html">Science Minus Science</a></li> 7.275 +<li><a href="../thoughts/html/man-years.html">A Universe of Human Experience</a></li> 7.276 +<li><a href="../thoughts/html/emacs-password.html">Emacs Password Security</a></li> 7.277 +<li><a href="../thoughts/html/ideas.html">Ideas</a></li> 7.278 +</ul> 7.279 +</div> 7.280 +</div> 7.281 +</div> 7.282 +<div id="postamble" class="status"> 7.283 +<p class="author">Author: Robert McIntyre & Dylan Holmes</p> 7.284 +<p class="date">Created: 2015-04-12 Sun 19:21</p> 7.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> 7.286 +<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> 7.287 +</div> 7.288 +</body> 7.289 +</html> 7.290 \ No newline at end of file
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/org/about-rlm.html Sun Apr 12 21:38:20 2015 -0700 8.3 @@ -0,0 +1,182 @@ 8.4 +<?xml version="1.0" encoding="utf-8"?> 8.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 8.6 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 8.7 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 8.8 +<head> 8.9 +<title>About Robert McIntyre</title> 8.10 +<!-- 2015-04-12 Sun 19:21 --> 8.11 +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 8.12 +<meta name="generator" content="Org-mode" /> 8.13 +<meta name="author" content="Robert McIntyre" /> 8.14 +<meta name="description" content="Page describing Robert McIntyre" 8.15 + /> 8.16 +<style type="text/css"> 8.17 + <!--/*--><![CDATA[/*><!--*/ 8.18 + .title { text-align: center; } 8.19 + .todo { font-family: monospace; color: red; } 8.20 + .done { font-family: monospace; color: green; } 8.21 + .priority { font-family: monospace; color: orange; } 8.22 + .tag { background-color: #eee; font-family: monospace; 8.23 + padding: 2px; font-size: 80%; font-weight: normal; } 8.24 + .timestamp { color: #bebebe; } 8.25 + .timestamp-kwd { color: #5f9ea0; } 8.26 + .right { margin-left: auto; margin-right: 0px; text-align: right; } 8.27 + .left { margin-left: 0px; margin-right: auto; text-align: left; } 8.28 + .center { margin-left: auto; margin-right: auto; text-align: center; } 8.29 + .underline { text-decoration: underline; } 8.30 + #postamble p, #preamble p { font-size: 90%; margin: .2em; } 8.31 + p.verse { margin-left: 3%; } 8.32 + pre { 8.33 + border: 1px solid #ccc; 8.34 + box-shadow: 3px 3px 3px #eee; 8.35 + padding: 8pt; 8.36 + font-family: monospace; 8.37 + overflow: auto; 8.38 + margin: 1.2em; 8.39 + } 8.40 + pre.src { 8.41 + position: relative; 8.42 + overflow: visible; 8.43 + padding-top: 1.2em; 8.44 + } 8.45 + pre.src:before { 8.46 + display: none; 8.47 + position: absolute; 8.48 + background-color: white; 8.49 + top: -10px; 8.50 + right: 10px; 8.51 + padding: 3px; 8.52 + border: 1px solid black; 8.53 + } 8.54 + pre.src:hover:before { display: inline;} 8.55 + pre.src-sh:before { content: 'sh'; } 8.56 + pre.src-bash:before { content: 'sh'; } 8.57 + pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } 8.58 + pre.src-R:before { content: 'R'; } 8.59 + pre.src-perl:before { content: 'Perl'; } 8.60 + pre.src-java:before { content: 'Java'; } 8.61 + pre.src-sql:before { content: 'SQL'; } 8.62 + 8.63 + table { border-collapse:collapse; } 8.64 + caption.t-above { caption-side: top; } 8.65 + caption.t-bottom { caption-side: bottom; } 8.66 + td, th { vertical-align:top; } 8.67 + th.right { text-align: center; } 8.68 + th.left { text-align: center; } 8.69 + th.center { text-align: center; } 8.70 + td.right { text-align: right; } 8.71 + td.left { text-align: left; } 8.72 + td.center { text-align: center; } 8.73 + dt { font-weight: bold; } 8.74 + .footpara:nth-child(2) { display: inline; } 8.75 + .footpara { display: block; } 8.76 + .footdef { margin-bottom: 1em; } 8.77 + .figure { padding: 1em; } 8.78 + .figure p { text-align: center; } 8.79 + .inlinetask { 8.80 + padding: 10px; 8.81 + border: 2px solid gray; 8.82 + margin: 10px; 8.83 + background: #ffffcc; 8.84 + } 8.85 + #org-div-home-and-up 8.86 + { text-align: right; font-size: 70%; white-space: nowrap; } 8.87 + textarea { overflow-x: auto; } 8.88 + .linenr { font-size: smaller } 8.89 + .code-highlighted { background-color: #ffff00; } 8.90 + .org-info-js_info-navigation { border-style: none; } 8.91 + #org-info-js_console-label 8.92 + { font-size: 10px; font-weight: bold; white-space: nowrap; } 8.93 + .org-info-js_search-highlight 8.94 + { background-color: #ffff00; color: #000000; font-weight: bold; } 8.95 + /*]]>*/--> 8.96 +</style> 8.97 +<link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" /> 8.98 +<link rel="stylesheet" type="text/css" href="../css/about-me.css" /> 8.99 +<script type="text/javascript"> 8.100 +/* 8.101 +@licstart The following is the entire license notice for the 8.102 +JavaScript code in this tag. 8.103 + 8.104 +Copyright (C) 2012-2013 Free Software Foundation, Inc. 8.105 + 8.106 +The JavaScript code in this tag is free software: you can 8.107 +redistribute it and/or modify it under the terms of the GNU 8.108 +General Public License (GNU GPL) as published by the Free Software 8.109 +Foundation, either version 3 of the License, or (at your option) 8.110 +any later version. The code is distributed WITHOUT ANY WARRANTY; 8.111 +without even the implied warranty of MERCHANTABILITY or FITNESS 8.112 +FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. 8.113 + 8.114 +As additional permission under GNU GPL version 3 section 7, you 8.115 +may distribute non-source (e.g., minimized or compacted) forms of 8.116 +that code without the copy of the GNU GPL normally required by 8.117 +section 4, provided you include this license notice and a URL 8.118 +through which recipients can access the Corresponding Source. 8.119 + 8.120 + 8.121 +@licend The above is the entire license notice 8.122 +for the JavaScript code in this tag. 8.123 +*/ 8.124 +<!--/*--><![CDATA[/*><!--*/ 8.125 + function CodeHighlightOn(elem, id) 8.126 + { 8.127 + var target = document.getElementById(id); 8.128 + if(null != target) { 8.129 + elem.cacheClassElem = elem.className; 8.130 + elem.cacheClassTarget = target.className; 8.131 + target.className = "code-highlighted"; 8.132 + elem.className = "code-highlighted"; 8.133 + } 8.134 + } 8.135 + function CodeHighlightOff(elem, id) 8.136 + { 8.137 + var target = document.getElementById(id); 8.138 + if(elem.cacheClassElem) 8.139 + elem.className = elem.cacheClassElem; 8.140 + if(elem.cacheClassTarget) 8.141 + target.className = elem.cacheClassTarget; 8.142 + } 8.143 +/*]]>*///--> 8.144 +</script> 8.145 +</head> 8.146 +<body> 8.147 +<div id="content"> 8.148 +<h1 class="title">About Robert McIntyre</h1> 8.149 + 8.150 +<div class="header"> 8.151 + <div class="float-right"> 8.152 + </div> 8.153 + 8.154 + <h1>aurellem <em>☉</em></h1> 8.155 + <ul class="nav"> 8.156 + <li><a href="/">read the blog »</a></li> 8.157 + <!-- li><a href="#">learn about us »</a></li--> 8.158 + </ul> 8.159 +</div> 8.160 + 8.161 +<div class="author">Written by: <author> 8.162 +<p> 8.163 +Robert McIntyre 8.164 +</p> 8.165 +</author></div> 8.166 +<dl class="org-dl"> 8.167 +<dt>Name</dt><dd>Robert McIntyre</dd> 8.168 +<dt>Contact</dt><dd>rlm@mit.edu</dd> 8.169 +<dt>Resume</dt><dd><a href="../../resume/Robert-McIntyre-Resume.pdf">Robert-McIntyre-Resume.pdf</a></dd> 8.170 +<dt><a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy">PGP Key</a></dt><dd><a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x84696E50057B932E">Public Key</a></dd> 8.171 +<dt>PGP fingerprint</dt><dd>4A10 BEC2 9290 7612 A461 2598 8469 6E50 057B 932E</dd> 8.172 +<dt>Birthday</dt><dd>September 26</dd> 8.173 +<dt>Alcor</dt><dd>I am a member (#A-2640) of the <a href="http://alcor.org/">Alcor Life Extension 8.174 +Foundation</a>.</dd> 8.175 +<dt>Bitcoin</dt><dd><a href="https://blockchain.info/address/19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr">19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr</a></dd> 8.176 +</dl> 8.177 +</div> 8.178 +<div id="postamble" class="status"> 8.179 +<p class="author">Author: Robert McIntyre</p> 8.180 +<p class="date">Created: 2015-04-12 Sun 19:21</p> 8.181 +<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> 8.182 +<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> 8.183 +</div> 8.184 +</body> 8.185 +</html> 8.186 \ No newline at end of file
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 9.2 +++ b/org/about-rlm.org Sun Apr 12 21:38:20 2015 -0700 9.3 @@ -0,0 +1,24 @@ 9.4 +#+title: About Robert McIntyre 9.5 +#+author: Robert McIntyre 9.6 +#+email: rlm@mit.edu 9.7 +#+description: Page describing Robert McIntyre 9.8 +#+SETUPFILE: ../../aurellem/org/setup.org 9.9 +#+INCLUDE: ../../aurellem/org/level-0.org 9.10 +#+babel: :mkdirp yes :noweb yes :exports both 9.11 +#+OPTIONS: num:nil 9.12 +#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/about-me.css" /> 9.13 + 9.14 + 9.15 + - Name :: Robert McIntyre 9.16 + - Contact :: 9.17 + #+BEGIN_HTML 9.18 + rlm@mit.edu 9.19 + #+END_HTML 9.20 + - Resume :: [[../../resume/Robert-McIntyre-Resume.pdf][Robert-McIntyre-Resume.pdf]] 9.21 + - [[https://en.wikipedia.org/wiki/Pretty_Good_Privacy][PGP Key]] :: [[http://pgp.mit.edu/pks/lookup?op=get&search=0x84696E50057B932E][Public Key]] 9.22 + - PGP fingerprint :: 4A10 BEC2 9290 7612 A461 2598 8469 6E50 057B 932E 9.23 + - Birthday :: September 26 9.24 + - Alcor :: I am a member (#A-2640) of the [[http://alcor.org/][Alcor Life Extension 9.25 + Foundation]]. 9.26 + - Bitcoin :: [[https://blockchain.info/address/19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr][19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr]] 9.27 +
10.1 --- a/org/new.org Sun Apr 12 14:55:13 2015 -0700 10.2 +++ b/org/new.org Sun Apr 12 21:38:20 2015 -0700 10.3 @@ -10,28 +10,39 @@ 10.4 * 2013 : Pokemon Yellow Total Control Hack 10.5 10.6 * Projects 10.7 + 10.8 +** Already Done 10.9 + - Background subtration + top-down vision 10.10 + - pony-stories 10.11 + - jmeCapture 10.12 + - pokemon types 10.13 + 10.14 + 10.15 +** Unfinished 10.16 - Brutal Comments (rule over your comments section like a tyrant!) 10.17 - Marble Paintings 10.18 - LFS package system 10.19 - - pony-stories 10.20 - cold-storage 10.21 - - Background subtration + top-down vision 10.22 - society of mind webpage 10.23 - - jmeCapture 10.24 - - pokemon types 10.25 - poly-vitrification 10.26 + - hardware stuff with tan + limdo 10.27 + - sussman book recs 10.28 10.29 * How-To guides 10.30 - wiki 10.31 - email 10.32 + - 6.949 scheme guide 10.33 10.34 * Essays 10.35 +** Done 10.36 + - Universe of Human Experience 10.37 + - Thoughts on Patents 10.38 + 10.39 +** Not Done 10.40 - Star Trek is Evil 10.41 - The Stars and the Pond Scum 10.42 - Meaning, Mind, and Stories 10.43 - The Server Culture 10.44 - - Universe of Human Experience 10.45 - - Thoughts on Patents 10.46 10.47 # Creative Commons License 10.48