diff html/new.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/new.html	Sun Apr 12 21:38:20 2015 -0700
     1.3 @@ -0,0 +1,235 @@
     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>Aurellem</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" />
    1.14 +<style type="text/css">
    1.15 + <!--/*--><![CDATA[/*><!--*/
    1.16 +  .title  { text-align: center; }
    1.17 +  .todo   { font-family: monospace; color: red; }
    1.18 +  .done   { font-family: monospace; color: green; }
    1.19 +  .priority { font-family: monospace; color: orange; }
    1.20 +  .tag    { background-color: #eee; font-family: monospace;
    1.21 +            padding: 2px; font-size: 80%; font-weight: normal; }
    1.22 +  .timestamp { color: #bebebe; }
    1.23 +  .timestamp-kwd { color: #5f9ea0; }
    1.24 +  .right  { margin-left: auto; margin-right: 0px;  text-align: right; }
    1.25 +  .left   { margin-left: 0px;  margin-right: auto; text-align: left; }
    1.26 +  .center { margin-left: auto; margin-right: auto; text-align: center; }
    1.27 +  .underline { text-decoration: underline; }
    1.28 +  #postamble p, #preamble p { font-size: 90%; margin: .2em; }
    1.29 +  p.verse { margin-left: 3%; }
    1.30 +  pre {
    1.31 +    border: 1px solid #ccc;
    1.32 +    box-shadow: 3px 3px 3px #eee;
    1.33 +    padding: 8pt;
    1.34 +    font-family: monospace;
    1.35 +    overflow: auto;
    1.36 +    margin: 1.2em;
    1.37 +  }
    1.38 +  pre.src {
    1.39 +    position: relative;
    1.40 +    overflow: visible;
    1.41 +    padding-top: 1.2em;
    1.42 +  }
    1.43 +  pre.src:before {
    1.44 +    display: none;
    1.45 +    position: absolute;
    1.46 +    background-color: white;
    1.47 +    top: -10px;
    1.48 +    right: 10px;
    1.49 +    padding: 3px;
    1.50 +    border: 1px solid black;
    1.51 +  }
    1.52 +  pre.src:hover:before { display: inline;}
    1.53 +  pre.src-sh:before    { content: 'sh'; }
    1.54 +  pre.src-bash:before  { content: 'sh'; }
    1.55 +  pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
    1.56 +  pre.src-R:before     { content: 'R'; }
    1.57 +  pre.src-perl:before  { content: 'Perl'; }
    1.58 +  pre.src-java:before  { content: 'Java'; }
    1.59 +  pre.src-sql:before   { content: 'SQL'; }
    1.60 +
    1.61 +  table { border-collapse:collapse; }
    1.62 +  caption.t-above { caption-side: top; }
    1.63 +  caption.t-bottom { caption-side: bottom; }
    1.64 +  td, th { vertical-align:top;  }
    1.65 +  th.right  { text-align: center;  }
    1.66 +  th.left   { text-align: center;   }
    1.67 +  th.center { text-align: center; }
    1.68 +  td.right  { text-align: right;  }
    1.69 +  td.left   { text-align: left;   }
    1.70 +  td.center { text-align: center; }
    1.71 +  dt { font-weight: bold; }
    1.72 +  .footpara:nth-child(2) { display: inline; }
    1.73 +  .footpara { display: block; }
    1.74 +  .footdef  { margin-bottom: 1em; }
    1.75 +  .figure { padding: 1em; }
    1.76 +  .figure p { text-align: center; }
    1.77 +  .inlinetask {
    1.78 +    padding: 10px;
    1.79 +    border: 2px solid gray;
    1.80 +    margin: 10px;
    1.81 +    background: #ffffcc;
    1.82 +  }
    1.83 +  #org-div-home-and-up
    1.84 +   { text-align: right; font-size: 70%; white-space: nowrap; }
    1.85 +  textarea { overflow-x: auto; }
    1.86 +  .linenr { font-size: smaller }
    1.87 +  .code-highlighted { background-color: #ffff00; }
    1.88 +  .org-info-js_info-navigation { border-style: none; }
    1.89 +  #org-info-js_console-label
    1.90 +    { font-size: 10px; font-weight: bold; white-space: nowrap; }
    1.91 +  .org-info-js_search-highlight
    1.92 +    { background-color: #ffff00; color: #000000; font-weight: bold; }
    1.93 +  /*]]>*/-->
    1.94 +</style>
    1.95 +<script type="text/javascript">
    1.96 +/*
    1.97 +@licstart  The following is the entire license notice for the
    1.98 +JavaScript code in this tag.
    1.99 +
   1.100 +Copyright (C) 2012-2013 Free Software Foundation, Inc.
   1.101 +
   1.102 +The JavaScript code in this tag is free software: you can
   1.103 +redistribute it and/or modify it under the terms of the GNU
   1.104 +General Public License (GNU GPL) as published by the Free Software
   1.105 +Foundation, either version 3 of the License, or (at your option)
   1.106 +any later version.  The code is distributed WITHOUT ANY WARRANTY;
   1.107 +without even the implied warranty of MERCHANTABILITY or FITNESS
   1.108 +FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
   1.109 +
   1.110 +As additional permission under GNU GPL version 3 section 7, you
   1.111 +may distribute non-source (e.g., minimized or compacted) forms of
   1.112 +that code without the copy of the GNU GPL normally required by
   1.113 +section 4, provided you include this license notice and a URL
   1.114 +through which recipients can access the Corresponding Source.
   1.115 +
   1.116 +
   1.117 +@licend  The above is the entire license notice
   1.118 +for the JavaScript code in this tag.
   1.119 +*/
   1.120 +<!--/*--><![CDATA[/*><!--*/
   1.121 + function CodeHighlightOn(elem, id)
   1.122 + {
   1.123 +   var target = document.getElementById(id);
   1.124 +   if(null != target) {
   1.125 +     elem.cacheClassElem = elem.className;
   1.126 +     elem.cacheClassTarget = target.className;
   1.127 +     target.className = "code-highlighted";
   1.128 +     elem.className   = "code-highlighted";
   1.129 +   }
   1.130 + }
   1.131 + function CodeHighlightOff(elem, id)
   1.132 + {
   1.133 +   var target = document.getElementById(id);
   1.134 +   if(elem.cacheClassElem)
   1.135 +     elem.className = elem.cacheClassElem;
   1.136 +   if(elem.cacheClassTarget)
   1.137 +     target.className = elem.cacheClassTarget;
   1.138 + }
   1.139 +/*]]>*///-->
   1.140 +</script>
   1.141 +</head>
   1.142 +<body>
   1.143 +<div id="content">
   1.144 +<h1 class="title">Aurellem</h1>
   1.145 +<div id="table-of-contents">
   1.146 +<h2>Table of Contents</h2>
   1.147 +<div id="text-table-of-contents">
   1.148 +<ul>
   1.149 +<li><a href="#sec-1">1. Ideas</a></li>
   1.150 +<li><a href="#sec-2">2. 2014 : <code>CORTEX</code>, a Vitural World for Sensate AI</a></li>
   1.151 +<li><a href="#sec-3">3. 2013 : Pokemon Yellow Total Control Hack</a></li>
   1.152 +<li><a href="#sec-4">4. Projects</a></li>
   1.153 +<li><a href="#sec-5">5. How-To guides</a></li>
   1.154 +<li><a href="#sec-6">6. Essays</a></li>
   1.155 +<li><a href="#sec-7">7. About Me page</a></li>
   1.156 +</ul>
   1.157 +</div>
   1.158 +</div>
   1.159 +<p>
   1.160 +(About me) 
   1.161 +</p>
   1.162 +
   1.163 +<div id="outline-container-sec-1" class="outline-2">
   1.164 +<h2 id="sec-1"><span class="section-number-2">1</span> Ideas</h2>
   1.165 +</div>
   1.166 +
   1.167 +<div id="outline-container-sec-2" class="outline-2">
   1.168 +<h2 id="sec-2"><span class="section-number-2">2</span> 2014 : <code>CORTEX</code>, a Vitural World for Sensate AI</h2>
   1.169 +</div>
   1.170 +
   1.171 +<div id="outline-container-sec-3" class="outline-2">
   1.172 +<h2 id="sec-3"><span class="section-number-2">3</span> 2013 : Pokemon Yellow Total Control Hack</h2>
   1.173 +</div>
   1.174 +
   1.175 +<div id="outline-container-sec-4" class="outline-2">
   1.176 +<h2 id="sec-4"><span class="section-number-2">4</span> Projects</h2>
   1.177 +<div class="outline-text-2" id="text-4">
   1.178 +<ul class="org-ul">
   1.179 +<li>Brutal Comments (rule over your comments section like a tyrant!)</li>
   1.180 +<li>Marble Paintings</li>
   1.181 +<li>LFS package system</li>
   1.182 +<li>pony-stories</li>
   1.183 +<li>cold-storage</li>
   1.184 +<li>Background subtration + top-down vision</li>
   1.185 +<li>society of mind webpage</li>
   1.186 +<li>jmeCapture</li>
   1.187 +<li>pokemon types</li>
   1.188 +<li>poly-vitrification</li>
   1.189 +<li>hardware stuff with tan + limdo</li>
   1.190 +<li>sussman book recs</li>
   1.191 +</ul>
   1.192 +</div>
   1.193 +</div>
   1.194 +
   1.195 +<div id="outline-container-sec-5" class="outline-2">
   1.196 +<h2 id="sec-5"><span class="section-number-2">5</span> How-To guides</h2>
   1.197 +<div class="outline-text-2" id="text-5">
   1.198 +<ul class="org-ul">
   1.199 +<li>wiki</li>
   1.200 +<li>email</li>
   1.201 +<li>6.949 scheme guide</li>
   1.202 +</ul>
   1.203 +</div>
   1.204 +</div>
   1.205 +
   1.206 +<div id="outline-container-sec-6" class="outline-2">
   1.207 +<h2 id="sec-6"><span class="section-number-2">6</span> Essays</h2>
   1.208 +<div class="outline-text-2" id="text-6">
   1.209 +<ul class="org-ul">
   1.210 +<li>Star Trek is Evil</li>
   1.211 +<li>The Stars and the Pond Scum</li>
   1.212 +<li>Meaning, Mind, and Stories</li>
   1.213 +<li>The Server Culture</li>
   1.214 +<li>Universe of Human Experience</li>
   1.215 +<li>Thoughts on Patents</li>
   1.216 +</ul>
   1.217 +</div>
   1.218 +</div>
   1.219 +
   1.220 +<div id="outline-container-sec-7" class="outline-2">
   1.221 +<h2 id="sec-7"><span class="section-number-2">7</span> About Me page</h2>
   1.222 +<div class="outline-text-2" id="text-7">
   1.223 +<ul class="org-ul">
   1.224 +<li>alcor</li>
   1.225 +<li>bitcoin</li>
   1.226 +<li>public key</li>
   1.227 +</ul>
   1.228 +</div>
   1.229 +</div>
   1.230 +</div>
   1.231 +<div id="postamble" class="status">
   1.232 +<p class="author">Author: Robert McIntyre</p>
   1.233 +<p class="date">Created: 2015-04-12 Sun 19:21</p>
   1.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>
   1.235 +<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
   1.236 +</div>
   1.237 +</body>
   1.238 +</html>
   1.239 \ No newline at end of file