rlm@1
|
1 #+title: Our Blog Entries
|
rlm@3
|
2 #+author: Robert McIntyre & Dylan Holmes
|
rlm@3
|
3 #+email: rlm@mit.edu
|
rlm@3
|
4 #+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more!
|
rlm@3
|
5 #+keywords: AI, clojure, quantum mechanics
|
rlm@3
|
6 #+SETUPFILE: ../../aurellem/org/setup.org
|
rlm@3
|
7 #+INCLUDE: ../../aurellem/org/level-0.org
|
rlm@1
|
8
|
rlm@1
|
9 #+begin_HTML
|
rlm@6
|
10
|
rlm@1
|
11 <div id="posts">
|
rlm@4
|
12 <h2> Posts </h2>
|
rlm@1
|
13 <ul class="post_list">
|
rlm@3
|
14 <li><a href="/pokemon-types/html/types.html">
|
rlm@3
|
15 Breadth-first Search for Effective Pokemon Types</a></li>
|
rlm@3
|
16 <li><a href="/pokemon-types/html/lpsolve.html">
|
rlm@3
|
17 Discovering Effective Pokemon Types Using Linear
|
rlm@3
|
18 Optimization</a></li>
|
rlm@3
|
19 <li><a href="/abomination/html/no_parens.html">
|
rlm@3
|
20 Calling it quits without parentheses</a></li>
|
rlm@3
|
21 <li><a href="/dylan/html/quandary.html">
|
rlm@3
|
22 Bugs in quantum mechanics</a></li>
|
rlm@4
|
23 <li><a href="/cortex/html/capture-video.html">
|
rlm@4
|
24 Capture Live Video Feeds from JMonkeyEngine</a></li>
|
rlm@4
|
25 <li><a href="/thoughts/html/man-years.html">
|
rlm@4
|
26 A Universe of Human Experience</a></li>
|
rlm@6
|
27 <li><a href="/dylan/html/science.html">
|
rlm@6
|
28 Science Minus Science</a></li>
|
ocsenave@11
|
29 <li><b>Cortex: A virtual world for sensate AI</b></li>
|
ocsenave@11
|
30 <ul class="cortex_posts">
|
ocsenave@11
|
31 <li><a href="/cortex/html/intro.html">
|
ocsenave@11
|
32 Intro: Choosing between virtual and real time</a></li>
|
ocsenave@11
|
33 <li><a href="/cortex/html/setup.html">
|
ocsenave@11
|
34 Installing jMonkeyEngine3, a 3D renderer</a></li>
|
ocsenave@11
|
35
|
ocsenave@11
|
36 <li><a href="/cortex/html/world.html">
|
ocsenave@11
|
37 Populating a world with physics and cameras</a></li>
|
ocsenave@11
|
38
|
ocsenave@11
|
39 <li><a href="/cortex/html/util.html">
|
ocsenave@11
|
40 Utilities that integrate jMonkeyEngine3 into Clojure </a></li>
|
ocsenave@11
|
41 <li><a href="/cortex/html/games.html">
|
ocsenave@11
|
42 Showing off: Games and examples</a></li>
|
ocsenave@11
|
43
|
ocsenave@11
|
44 <li><a href="/cortex/html/eyes.html">
|
ocsenave@11
|
45 Coding the sense of sight</a></li>
|
ocsenave@11
|
46
|
ocsenave@11
|
47 <li><a href="/cortex/html/skin.html">
|
ocsenave@11
|
48 Coding the sense of touch</a></li>
|
ocsenave@11
|
49 </ul>
|
rlm@4
|
50 </ul>
|
rlm@4
|
51 </div>
|
rlm@4
|
52
|
rlm@4
|
53
|
rlm@1
|
54 #+end_HTML
|
rlm@1
|
55
|
rlm@1
|
56
|