view org/index.org @ 48:59a94d58cd0f

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