Mercurial > aurellem
view org/old-index.org @ 106:a5539998efaf tip
change order of stuff.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 24 Oct 2016 11:48:04 -0700 |
parents | 148e2bd2a16e |
children |
line wrap: on
line source
1 #+title: Our Blog Entries2 #+author: Robert McIntyre & Dylan Holmes3 #+email: rlm@mit.edu4 #+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 mechanics6 #+SETUPFILE: ../../aurellem/org/setup.org7 #+INCLUDE: ../../aurellem/org/header.org8 #+OPTIONS: toc:nil, num:nil10 ** Freedom11 - [[../free/html/email.html][How to set up your own Email server]]12 - [[../free/html/wiki.html][How to set up your own Wiki]]13 - [[../thoughts/html/patents.html][Thoughts on Patents]]14 - [[../thoughts/html/server.html][The Server Culture]]15 ** Adventures in coding16 - [[../abomination/html/no_parens.html][Calling it quits without parentheses]]17 - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]]19 ** Academic20 - [[../dylan/html/quandary.html][Bugs in quantum mechanics]]21 - [[../dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]]22 - [[../jaynes/html/stat-mech.html][Jaynes' /Statistical Mechanics/]]23 - [[../cortex/html/ai-journal-review.html][Interesting Articles from /Artificial Intelligence/]]24 - [[../bbbgs/html/bbbgs.html][Improving Background Subtraction with Top-Down Vision]]25 - [[../thoughts/html/sloman.html][Transcript of Aaron Sloman - Interview]]26 - [[../6.034/html/intro.html][6.034 : Introduction to Artificial Intelligence]]27 ** Cortex: a virtual world for sensate AI29 This was an MEng thesis project while I was at MIT. It won the 201430 Charles and Jennifer Johnson Thesis Award –- 1st Place!32 - [[http://aurellem.org/dl/rlm-meng-cortex-final.pdf][Thesis]]33 - [[http://aurellem.org/dl/cortex-1.0.0.tar.bz2][Code]]35 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]]36 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]]37 3. [[../cortex/html/world.html][Creating a Virtual World]]38 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]]39 5. [[../cortex/html/games.html][ Showing off: Games and Examples]]40 6. *Sensors and effectors*41 1. [[../cortex/html/sense.html][Preamble: auxillary functions]]42 2. [[../cortex/html/body.html][Building a Body]]43 3. [[../cortex/html/vision.html][Vision]]44 4. [[../cortex/html/hearing.html][Hearing]]45 5. [[../cortex/html/touch.html][Touch]]46 6. [[../cortex/html/proprioception.html][Proprioception]]47 7. [[../cortex/html/movement.html][Movement]]48 8. [[../cortex/html/integration.html][Integration]]49 7. [[../../cortex/html/gabor.html][Gabor Filters]]51 ** Pok\eacute{}mon52 - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]]53 - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]]54 - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]]55 - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]]56 - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]]57 - [[http://web.mit.edu/dxh/www/guess/gen2.html][10 Questions with Pok\eacute{}mon]] (Gen I & II)58 - Use an [[http://web.mit.edu/dxh/www/guess/allergy/][allergy assay]] to determine the type of an unknown Pok\eacute{}mon59 - [[./vba-clojure/html/total-control.html][Pok\eacute{}mon Yellow Total Control Hack]]61 ** Quantitative design62 - Quantitative Pok\eacute{}mon displays (in progress)63 - [[http://www.aurellem.org/pokeplot/graph.html?q=rug][Breakdown of evolution data]]64 - [[http://www.aurellem.org/pokeplot/graph.html?q=shops][Shop locations and inventories]]65 - [[http://www.aurellem.org/pokeplot/graph.html?q=tms][Learnability of technical machines]]66 - [[http://www.aurellem.org/pokeplot/graph.html?q=affinity][Square graph of dual type combinations]]67 - [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement68 for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]].70 ** Thoughts71 - [[../dylan/html/science.html][Science Minus Science]]72 - [[../thoughts/html/man-years.html][A Universe of Human Experience]]73 - [[../thoughts/html/emacs-password.html][Emacs Password Security]]74 - [[../thoughts/html/ideas.html][Ideas]]