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
|
ocsenave@25
|
8 #+OPTIONS: toc:nil, num:nil
|
rlm@1
|
9
|
ocsenave@25
|
10 ** Adventures in coding
|
rlm@42
|
11 <<<<<<< local
|
rlm@42
|
12 - [[../abomination/html/no_parens.html][Calling it quits without parentheses]]
|
rlm@42
|
13 - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]]
|
rlm@42
|
14 =======
|
rlm@41
|
15 - [[../abomination/html/no_parens.html][Calling it quits without parentheses]]
|
rlm@41
|
16 - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]]
|
rlm@6
|
17
|
rlm@42
|
18 >>>>>>> other
|
ocsenave@25
|
19 ** Academic
|
rlm@41
|
20 - [[../dylan/html/quandary.html][Bugs in quantum mechanics]]
|
rlm@41
|
21 - [[../dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]]
|
rlm@41
|
22 - [[../jaynes/html/stat-mech.html][Jaynes' /Statistical Mechanics/]]
|
rlm@41
|
23 - [[../cortex/html/ai-journal-review.html][Interesting Articles from /Artificial Intelligence/]]
|
rlm@1
|
24
|
ocsenave@25
|
25 ** Cortex: a virtual world for sensate AI
|
rlm@42
|
26 <<<<<<< local
|
rlm@42
|
27 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]]
|
rlm@42
|
28 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]]
|
rlm@42
|
29 3. [[../cortex/html/world.html][Creating a Virtual World]]
|
rlm@42
|
30 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]]
|
rlm@42
|
31 5. [[../cortex/html/games.html][ Showing off: Games and Examples]]
|
rlm@42
|
32 6. *Sensors and effectors*
|
rlm@42
|
33 1. [[../cortex/html/sense.html][Preamble: auxillary functions]]
|
rlm@42
|
34 2. [[../cortex/html/body.html][Building a Body]]
|
rlm@42
|
35 3. [[../cortex/html/vision.html][Vision]]
|
rlm@42
|
36 4. [[../cortex/html/hearing.html][Hearing]]
|
rlm@42
|
37 5. [[../cortex/html/touch.html][Touch]]
|
rlm@42
|
38 6. [[../cortex/html/proprioception.html][Proprioception]]
|
rlm@42
|
39 7. [[../cortex/html/movement.html][Movement]]
|
rlm@42
|
40 8. [[../cortex/html/integration.html][Integration]]
|
rlm@42
|
41 7. [[../cortex/html/gabor.html][Gabor Filters]]
|
rlm@42
|
42
|
rlm@42
|
43 ** Quantitative design
|
rlm@42
|
44 - [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement
|
rlm@42
|
45 for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]].
|
rlm@42
|
46 =======
|
rlm@41
|
47 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]]
|
rlm@41
|
48 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]]
|
rlm@41
|
49 3. [[../cortex/html/world.html][Creating a Virtual World]]
|
rlm@41
|
50 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]]
|
rlm@41
|
51 5. [[../cortex/html/games.html][ Showing off: Games and Examples]]
|
rlm@41
|
52 6. *Sensors and effectors*
|
rlm@41
|
53 1. [[../cortex/html/sense.html][Preamble: auxillary functions]]
|
rlm@41
|
54 2. [[../cortex/html/body.html][Building a Body]]
|
rlm@41
|
55 3. [[../cortex/html/vision.html][Vision]]
|
rlm@41
|
56 4. [[../cortex/html/hearing.html][Hearing]]
|
rlm@41
|
57 5. [[../cortex/html/touch.html][Touch]]
|
rlm@41
|
58 6. [[../cortex/html/proprioception.html][Proprioception]]
|
rlm@41
|
59 7. [[../cortex/html/movement.html][Movement]]
|
rlm@41
|
60 8. [[../cortex/html/integration.html][Integration]]
|
rlm@41
|
61 7. [[../cortex/html/gabor.html][Gabor Filters]]
|
rlm@41
|
62
|
rlm@42
|
63 >>>>>>> other
|
ocsenave@25
|
64 ** Pok\eacute{}mon
|
rlm@27
|
65 - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]]
|
rlm@27
|
66 - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]]
|
rlm@27
|
67 - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]]
|
rlm@40
|
68 - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]]
|
rlm@40
|
69 - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]]
|
rlm@33
|
70 - [[./vba-clojure/html/total-control.html][Pok\eacute{}mon Yellow Total Control Hack]]
|
ocsenave@25
|
71
|
ocsenave@25
|
72 ** Thoughts
|
rlm@42
|
73 <<<<<<< local
|
rlm@42
|
74 - [[../dylan/html/science.html][Science Minus Science]]
|
rlm@42
|
75 - [[../thoughts/html/man-years.html][A Universe of Human Experience]]
|
rlm@42
|
76 - [[../thoughts/html/emacs-password.html][Emacs Password Security]]
|
rlm@42
|
77 - [[../server/html/server.html][The Server Culture]]
|
rlm@42
|
78 - [[../thoughts/html/patents.html][Thoughts on Patents]]
|
rlm@42
|
79 =======
|
rlm@41
|
80 - [[../dylan/html/science.html][Science Minus Science]]
|
rlm@41
|
81 - [[../thoughts/html/man-years.html][A Universe of Human Experience]]
|
rlm@41
|
82 - [[../thoughts/html/emacs-password.html][Emacs Password Security]]
|
rlm@41
|
83 - [[../server/html/server.html][The Server Culture]]
|
rlm@41
|
84 - [[../thoughts/html/patents.html][Thoughts on Patents]]
|
rlm@42
|
85 - [[../thoughts/html/ideas.html][Ideas]]>>>>>>> other
|