view html/new.html @ 70:2d51f322ea86

add cold storage.
author Robert McIntyre <rlm@mit.edu>
date Sun, 19 Apr 2015 16:53:39 -0700
parents e24672e0365d
children f327ed1a9a16
line wrap: on
line source
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 <head>
6 <title>Aurellem</title>
7 <!-- 2015-04-19 Sun 03:58 -->
8 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 <meta name="generator" content="Org-mode" />
10 <meta name="author" content="Robert McIntyre" />
11 <style type="text/css">
12 <!--/*--><![CDATA[/*><!--*/
13 .title { text-align: center; }
14 .todo { font-family: monospace; color: red; }
15 .done { font-family: monospace; color: green; }
16 .priority { font-family: monospace; color: orange; }
17 .tag { background-color: #eee; font-family: monospace;
18 padding: 2px; font-size: 80%; font-weight: normal; }
19 .timestamp { color: #bebebe; }
20 .timestamp-kwd { color: #5f9ea0; }
21 .right { margin-left: auto; margin-right: 0px; text-align: right; }
22 .left { margin-left: 0px; margin-right: auto; text-align: left; }
23 .center { margin-left: auto; margin-right: auto; text-align: center; }
24 .underline { text-decoration: underline; }
25 #postamble p, #preamble p { font-size: 90%; margin: .2em; }
26 p.verse { margin-left: 3%; }
27 pre {
28 border: 1px solid #ccc;
29 box-shadow: 3px 3px 3px #eee;
30 padding: 8pt;
31 font-family: monospace;
32 overflow: auto;
33 margin: 1.2em;
34 }
35 pre.src {
36 position: relative;
37 overflow: visible;
38 padding-top: 1.2em;
39 }
40 pre.src:before {
41 display: none;
42 position: absolute;
43 background-color: white;
44 top: -10px;
45 right: 10px;
46 padding: 3px;
47 border: 1px solid black;
48 }
49 pre.src:hover:before { display: inline;}
50 pre.src-sh:before { content: 'sh'; }
51 pre.src-bash:before { content: 'sh'; }
52 pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
53 pre.src-R:before { content: 'R'; }
54 pre.src-perl:before { content: 'Perl'; }
55 pre.src-java:before { content: 'Java'; }
56 pre.src-sql:before { content: 'SQL'; }
58 table { border-collapse:collapse; }
59 caption.t-above { caption-side: top; }
60 caption.t-bottom { caption-side: bottom; }
61 td, th { vertical-align:top; }
62 th.right { text-align: center; }
63 th.left { text-align: center; }
64 th.center { text-align: center; }
65 td.right { text-align: right; }
66 td.left { text-align: left; }
67 td.center { text-align: center; }
68 dt { font-weight: bold; }
69 .footpara:nth-child(2) { display: inline; }
70 .footpara { display: block; }
71 .footdef { margin-bottom: 1em; }
72 .figure { padding: 1em; }
73 .figure p { text-align: center; }
74 .inlinetask {
75 padding: 10px;
76 border: 2px solid gray;
77 margin: 10px;
78 background: #ffffcc;
79 }
80 #org-div-home-and-up
81 { text-align: right; font-size: 70%; white-space: nowrap; }
82 textarea { overflow-x: auto; }
83 .linenr { font-size: smaller }
84 .code-highlighted { background-color: #ffff00; }
85 .org-info-js_info-navigation { border-style: none; }
86 #org-info-js_console-label
87 { font-size: 10px; font-weight: bold; white-space: nowrap; }
88 .org-info-js_search-highlight
89 { background-color: #ffff00; color: #000000; font-weight: bold; }
90 /*]]>*/-->
91 </style>
92 <script type="text/javascript">
93 /*
94 @licstart The following is the entire license notice for the
95 JavaScript code in this tag.
97 Copyright (C) 2012-2013 Free Software Foundation, Inc.
99 The JavaScript code in this tag is free software: you can
100 redistribute it and/or modify it under the terms of the GNU
101 General Public License (GNU GPL) as published by the Free Software
102 Foundation, either version 3 of the License, or (at your option)
103 any later version. The code is distributed WITHOUT ANY WARRANTY;
104 without even the implied warranty of MERCHANTABILITY or FITNESS
105 FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
107 As additional permission under GNU GPL version 3 section 7, you
108 may distribute non-source (e.g., minimized or compacted) forms of
109 that code without the copy of the GNU GPL normally required by
110 section 4, provided you include this license notice and a URL
111 through which recipients can access the Corresponding Source.
114 @licend The above is the entire license notice
115 for the JavaScript code in this tag.
116 */
117 <!--/*--><![CDATA[/*><!--*/
118 function CodeHighlightOn(elem, id)
119 {
120 var target = document.getElementById(id);
121 if(null != target) {
122 elem.cacheClassElem = elem.className;
123 elem.cacheClassTarget = target.className;
124 target.className = "code-highlighted";
125 elem.className = "code-highlighted";
126 }
127 }
128 function CodeHighlightOff(elem, id)
129 {
130 var target = document.getElementById(id);
131 if(elem.cacheClassElem)
132 elem.className = elem.cacheClassElem;
133 if(elem.cacheClassTarget)
134 target.className = elem.cacheClassTarget;
135 }
136 /*]]>*///-->
137 </script>
138 </head>
139 <body>
140 <div id="content">
141 <h1 class="title">Aurellem</h1>
142 <div id="table-of-contents">
143 <h2>Table of Contents</h2>
144 <div id="text-table-of-contents">
145 <ul>
146 <li><a href="#sec-1">1. Ideas</a></li>
147 <li><a href="#sec-2">2. 2014 : <code>CORTEX</code>, a Vitural World for Sensate AI</a></li>
148 <li><a href="#sec-3">3. 2013 : Pokemon Yellow Total Control Hack</a></li>
149 <li><a href="#sec-4">4. Projects</a>
150 <ul>
151 <li><a href="#sec-4-1">4.1. Already Done</a></li>
152 <li><a href="#sec-4-2">4.2. Unfinished</a></li>
153 </ul>
154 </li>
155 <li><a href="#sec-5">5. How-To guides</a></li>
156 <li><a href="#sec-6">6. Essays</a>
157 <ul>
158 <li><a href="#sec-6-1">6.1. Done</a></li>
159 <li><a href="#sec-6-2">6.2. Not Done</a></li>
160 </ul>
161 </li>
162 <li><a href="#sec-7">7. About Me page</a></li>
163 </ul>
164 </div>
165 </div>
166 <p>
167 (About me)
168 </p>
170 <div id="outline-container-sec-1" class="outline-2">
171 <h2 id="sec-1"><span class="section-number-2">1</span> Ideas</h2>
172 </div>
174 <div id="outline-container-sec-2" class="outline-2">
175 <h2 id="sec-2"><span class="section-number-2">2</span> 2014 : <code>CORTEX</code>, a Vitural World for Sensate AI</h2>
176 </div>
178 <div id="outline-container-sec-3" class="outline-2">
179 <h2 id="sec-3"><span class="section-number-2">3</span> 2013 : Pokemon Yellow Total Control Hack</h2>
180 </div>
182 <div id="outline-container-sec-4" class="outline-2">
183 <h2 id="sec-4"><span class="section-number-2">4</span> Projects</h2>
184 <div class="outline-text-2" id="text-4">
185 </div><div id="outline-container-sec-4-1" class="outline-3">
186 <h3 id="sec-4-1"><span class="section-number-3">4.1</span> Already Done</h3>
187 <div class="outline-text-3" id="text-4-1">
188 <ul class="org-ul">
189 <li class="on"><code>[X]</code> Background subtration + top-down vision</li>
190 <li class="on"><code>[X]</code> pony-stories</li>
191 <li class="on"><code>[X]</code> jmeCapture</li>
192 <li class="on"><code>[X]</code> pokemon types</li>
193 <li class="off"><code>[&#xa0;]</code> society of mind webpage</li>
194 <li class="off"><code>[&#xa0;]</code> sussman book recs</li>
195 </ul>
196 </div>
197 </div>
199 <div id="outline-container-sec-4-2" class="outline-3">
200 <h3 id="sec-4-2"><span class="section-number-3">4.2</span> Unfinished</h3>
201 <div class="outline-text-3" id="text-4-2">
202 <ul class="org-ul">
203 <li class="off"><code>[&#xa0;]</code> Brutal Comments (rule over your comments section like a tyrant!)</li>
204 <li class="on"><code>[X]</code> Marble Paintings</li>
205 <li class="off"><code>[&#xa0;]</code> LFS package system</li>
206 <li class="off"><code>[&#xa0;]</code> timelapse</li>
207 <li class="off"><code>[&#xa0;]</code> cold-storage</li>
208 <li class="off"><code>[&#xa0;]</code> poly-vitrification</li>
209 <li class="on"><code>[X]</code> hardware stuff with tan + limdo</li>
210 </ul>
211 </div>
212 </div>
213 </div>
215 <div id="outline-container-sec-5" class="outline-2">
216 <h2 id="sec-5"><span class="section-number-2">5</span> How-To guides</h2>
217 <div class="outline-text-2" id="text-5">
218 <ul class="org-ul">
219 <li class="on"><code>[X]</code> wiki</li>
220 <li class="on"><code>[X]</code> email</li>
221 <li class="on"><code>[X]</code> 6.949 scheme guide</li>
222 </ul>
223 </div>
224 </div>
226 <div id="outline-container-sec-6" class="outline-2">
227 <h2 id="sec-6"><span class="section-number-2">6</span> Essays</h2>
228 <div class="outline-text-2" id="text-6">
229 </div><div id="outline-container-sec-6-1" class="outline-3">
230 <h3 id="sec-6-1"><span class="section-number-3">6.1</span> Done</h3>
231 <div class="outline-text-3" id="text-6-1">
232 <ul class="org-ul">
233 <li class="on"><code>[X]</code> Universe of Human Experience</li>
234 <li class="on"><code>[X]</code> Thoughts on Patents</li>
235 </ul>
236 </div>
237 </div>
239 <div id="outline-container-sec-6-2" class="outline-3">
240 <h3 id="sec-6-2"><span class="section-number-3">6.2</span> Not Done</h3>
241 <div class="outline-text-3" id="text-6-2">
242 <ul class="org-ul">
243 <li class="off"><code>[&#xa0;]</code> Star Trek is Evil</li>
244 <li class="off"><code>[&#xa0;]</code> The Stars and the Pond Scum</li>
245 <li class="off"><code>[&#xa0;]</code> Meaning, Mind, and Stories</li>
246 <li class="off"><code>[&#xa0;]</code> The Server Culture</li>
247 <li class="off"><code>[&#xa0;]</code> Authenticity &#x2013; trancendent empericism</li>
248 </ul>
249 </div>
250 </div>
251 </div>
253 <div id="outline-container-sec-7" class="outline-2">
254 <h2 id="sec-7"><span class="section-number-2">7</span> About Me page</h2>
255 <div class="outline-text-2" id="text-7">
256 <ul class="org-ul">
257 <li class="on"><code>[X]</code> alcor</li>
258 <li class="on"><code>[X]</code> bitcoin</li>
259 <li class="on"><code>[X]</code> public key</li>
260 <li class="on"><code>[X]</code> resume</li>
261 </ul>
262 </div>
263 </div>
264 </div>
265 <div id="postamble" class="status">
266 <p class="author">Author: Robert McIntyre</p>
267 <p class="date">Created: 2015-04-19 Sun 03:58</p>
268 <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>
269 <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
270 </div>
271 </body>
272 </html>