annotate org/index.org.orig @ 42:50eaf30eceec

resolving mess.
author Robert McIntyre <rlm@mit.edu>
date Sat, 13 Jul 2013 08:03:56 +0100
parents
children
rev   line source
rlm@42 1 #+title: Our Blog Entries
rlm@42 2 #+author: Robert McIntyre & Dylan Holmes
rlm@42 3 #+email: rlm@mit.edu
rlm@42 4 #+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more!
rlm@42 5 #+keywords: AI, clojure, quantum mechanics
rlm@42 6 #+SETUPFILE: ../../aurellem/org/setup.org
rlm@42 7 #+INCLUDE: ../../aurellem/org/level-0.org
rlm@42 8 #+OPTIONS: toc:nil, num:nil
rlm@42 9
rlm@42 10 ** Adventures in coding
rlm@42 11 - [[../abomination/html/no_parens.html][Calling it quits without parentheses]]
rlm@42 12 - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]]
rlm@42 13 ** Academic
rlm@42 14 - [[../dylan/html/quandary.html][Bugs in quantum mechanics]]
rlm@42 15 - [[../dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]]
rlm@42 16 - [[../jaynes/html/stat-mech.html][Jaynes' /Statistical Mechanics/]]
rlm@42 17 - [[../cortex/html/ai-journal-review.html][Interesting Articles from /Artificial Intelligence/]]
rlm@42 18
rlm@42 19 ** Cortex: a virtual world for sensate AI
rlm@42 20 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]]
rlm@42 21 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]]
rlm@42 22 3. [[../cortex/html/world.html][Creating a Virtual World]]
rlm@42 23 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]]
rlm@42 24 5. [[../cortex/html/games.html][ Showing off: Games and Examples]]
rlm@42 25 6. *Sensors and effectors*
rlm@42 26 1. [[../cortex/html/sense.html][Preamble: auxillary functions]]
rlm@42 27 2. [[../cortex/html/body.html][Building a Body]]
rlm@42 28 3. [[../cortex/html/vision.html][Vision]]
rlm@42 29 4. [[../cortex/html/hearing.html][Hearing]]
rlm@42 30 5. [[../cortex/html/touch.html][Touch]]
rlm@42 31 6. [[../cortex/html/proprioception.html][Proprioception]]
rlm@42 32 7. [[../cortex/html/movement.html][Movement]]
rlm@42 33 8. [[../cortex/html/integration.html][Integration]]
rlm@42 34 7. [[../cortex/html/gabor.html][Gabor Filters]]
rlm@42 35
rlm@42 36 ** Quantitative design
rlm@42 37 - [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement
rlm@42 38 for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]].
rlm@42 39 ** Pok\eacute{}mon
rlm@42 40 - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]]
rlm@42 41 - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]]
rlm@42 42 - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]]
rlm@42 43 - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]] (watch this space!)
rlm@42 44 - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]] (in progress)
rlm@42 45 - [[./vba-clojure/html/total-control.html][Pok\eacute{}mon Yellow Total Control Hack]]
rlm@42 46
rlm@42 47 ** Thoughts
rlm@42 48 - [[../dylan/html/science.html][Science Minus Science]]
rlm@42 49 - [[../thoughts/html/man-years.html][A Universe of Human Experience]]
rlm@42 50 - [[../thoughts/html/emacs-password.html][Emacs Password Security]]
rlm@42 51 - [[../server/html/server.html][The Server Culture]]
rlm@42 52 - [[../thoughts/html/patents.html][Thoughts on Patents]]