# HG changeset patch # User Robert McIntyre # Date 1425878630 25200 # Node ID 148e2bd2a16ede649e499a0fe596d22075d4f799 # Parent a31def5ce71736505e9796db9706db82231dc266 new website design, courtesy of Dylan! diff -r a31def5ce717 -r 148e2bd2a16e css/google-roboto-slab.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/css/google-roboto-slab.css Sun Mar 08 22:23:50 2015 -0700 @@ -0,0 +1,12 @@ +@font-face { + font-family: 'Roboto Slab'; + font-style: normal; + font-weight: 400; + src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(http://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zp0EAVxt0G0biEntp43Qt6E.ttf) format('truetype'); +} +@font-face { + font-family: 'Roboto Slab'; + font-style: normal; + font-weight: 700; + src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJZ_TkvowlIOtbR7ePgFOpF4.ttf) format('truetype'); +} diff -r a31def5ce717 -r 148e2bd2a16e css/google-titillium-web.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/css/google-titillium-web.css Sun Mar 08 22:23:50 2015 -0700 @@ -0,0 +1,18 @@ +@font-face { + font-family: 'Titillium Web'; + font-style: normal; + font-weight: 400; + src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcU3KvHLhcNjEHFQzwNtdMQY.ttf) format('truetype'); +} +@font-face { + font-family: 'Titillium Web'; + font-style: normal; + font-weight: 700; + src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url(http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wprzsSLeNQG2cy_mKit6iEdYs.ttf) format('truetype'); +} +@font-face { + font-family: 'Titillium Web'; + font-style: italic; + font-weight: 400; + src: local('Titillium WebItalic'), local('TitilliumWeb-Italic'), url(http://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO33biFuL3q2SDfti1FP8KHU.ttf) format('truetype'); +} diff -r a31def5ce717 -r 148e2bd2a16e html/old-aurellem-white.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html/old-aurellem-white.html Sun Mar 08 22:23:50 2015 -0700 @@ -0,0 +1,286 @@ + + + + +Our Blog Entries + + + + + + + + + + + +
+

Our Blog Entries

+ +
+
+
+ +

aurellem

+ +
+ +
Written by +

+Robert McIntyre & Dylan Holmes +

+
+ + + + + +
+

Cortex: a virtual world for sensate AI

+ +
+ + + +
+

Quantitative design

+ +
+ + +
+
+

Author: Robert McIntyre & Dylan Holmes

+

Created: 2015-03-02 Mon 09:47

+

Emacs 24.4.1 (Org mode 8.3beta)

+

Validate

+
+ + \ No newline at end of file diff -r a31def5ce717 -r 148e2bd2a16e images/creative-commons-88x31.png Binary file images/creative-commons-88x31.png has changed diff -r a31def5ce717 -r 148e2bd2a16e org/index.org --- a/org/index.org Mon Mar 02 12:41:37 2015 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,75 +0,0 @@ -#+title: Our Blog Entries -#+author: Robert McIntyre & Dylan Holmes -#+email: rlm@mit.edu -#+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more! -#+keywords: AI, clojure, quantum mechanics -#+SETUPFILE: ../../aurellem/org/setup.org -#+INCLUDE: ../../aurellem/org/header.org -#+OPTIONS: toc:nil, num:nil - -** Freedom - - [[../free/html/email.html][How to set up your own Email server]] - - [[../free/html/wiki.html][How to set up your own Wiki]] - - [[../thoughts/html/patents.html][Thoughts on Patents]] - - [[../thoughts/html/server.html][The Server Culture]] -** Adventures in coding - - [[../abomination/html/no_parens.html][Calling it quits without parentheses]] - - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]] - -** Academic - - [[../dylan/html/quandary.html][Bugs in quantum mechanics]] - - [[../dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]] - - [[../jaynes/html/stat-mech.html][Jaynes' /Statistical Mechanics/]] - - [[../cortex/html/ai-journal-review.html][Interesting Articles from /Artificial Intelligence/]] - - [[../bbbgs/html/bbbgs.html][Improving Background Subtraction with Top-Down Vision]] - - [[../thoughts/html/sloman.html][Transcript of Aaron Sloman - Interview]] - - [[../6.034/html/intro.html][6.034 : Introduction to Artificial Intelligence]] -** Cortex: a virtual world for sensate AI - - This was an MEng thesis project while I was at MIT. It won the 2014 - Charles and Jennifer Johnson Thesis Award –- 1st Place! - - - [[http://aurellem.org/dl/rlm-meng-cortex-final.pdf][Thesis]] - - [[http://aurellem.org/dl/cortex-1.0.0.tar.bz2][Code]] - - 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] - 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]] - 3. [[../cortex/html/world.html][Creating a Virtual World]] - 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]] - 5. [[../cortex/html/games.html][ Showing off: Games and Examples]] - 6. *Sensors and effectors* - 1. [[../cortex/html/sense.html][Preamble: auxillary functions]] - 2. [[../cortex/html/body.html][Building a Body]] - 3. [[../cortex/html/vision.html][Vision]] - 4. [[../cortex/html/hearing.html][Hearing]] - 5. [[../cortex/html/touch.html][Touch]] - 6. [[../cortex/html/proprioception.html][Proprioception]] - 7. [[../cortex/html/movement.html][Movement]] - 8. [[../cortex/html/integration.html][Integration]] - 7. [[../cortex/html/gabor.html][Gabor Filters]] - -** Pok\eacute{}mon - - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]] - - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]] - - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]] - - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]] - - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]] - - [[http://web.mit.edu/dxh/www/guess/gen2.html][10 Questions with Pok\eacute{}mon]] (Gen I & II) - - Use an [[http://web.mit.edu/dxh/www/guess/allergy/][allergy assay]] to determine the type of an unknown Pok\eacute{}mon - - [[./vba-clojure/html/total-control.html][Pok\eacute{}mon Yellow Total Control Hack]] - -** Quantitative design - - Quantitative Pok\eacute{}mon displays (in progress) - - [[http://www.aurellem.org/pokeplot/graph.html?q=rug][Breakdown of evolution data]] - - [[http://www.aurellem.org/pokeplot/graph.html?q=shops][Shop locations and inventories]] - - [[http://www.aurellem.org/pokeplot/graph.html?q=tms][Learnability of technical machines]] - - [[http://www.aurellem.org/pokeplot/graph.html?q=affinity][Square graph of dual type combinations]] - - [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement - for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]]. - -** Thoughts - - [[../dylan/html/science.html][Science Minus Science]] - - [[../thoughts/html/man-years.html][A Universe of Human Experience]] - - [[../thoughts/html/emacs-password.html][Emacs Password Security]] - - [[../thoughts/html/ideas.html][Ideas]] - diff -r a31def5ce717 -r 148e2bd2a16e org/old-index.org --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org/old-index.org Sun Mar 08 22:23:50 2015 -0700 @@ -0,0 +1,75 @@ +#+title: Our Blog Entries +#+author: Robert McIntyre & Dylan Holmes +#+email: rlm@mit.edu +#+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more! +#+keywords: AI, clojure, quantum mechanics +#+SETUPFILE: ../../aurellem/org/setup.org +#+INCLUDE: ../../aurellem/org/header.org +#+OPTIONS: toc:nil, num:nil + +** Freedom + - [[../free/html/email.html][How to set up your own Email server]] + - [[../free/html/wiki.html][How to set up your own Wiki]] + - [[../thoughts/html/patents.html][Thoughts on Patents]] + - [[../thoughts/html/server.html][The Server Culture]] +** Adventures in coding + - [[../abomination/html/no_parens.html][Calling it quits without parentheses]] + - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]] + +** Academic + - [[../dylan/html/quandary.html][Bugs in quantum mechanics]] + - [[../dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]] + - [[../jaynes/html/stat-mech.html][Jaynes' /Statistical Mechanics/]] + - [[../cortex/html/ai-journal-review.html][Interesting Articles from /Artificial Intelligence/]] + - [[../bbbgs/html/bbbgs.html][Improving Background Subtraction with Top-Down Vision]] + - [[../thoughts/html/sloman.html][Transcript of Aaron Sloman - Interview]] + - [[../6.034/html/intro.html][6.034 : Introduction to Artificial Intelligence]] +** Cortex: a virtual world for sensate AI + + This was an MEng thesis project while I was at MIT. It won the 2014 + Charles and Jennifer Johnson Thesis Award –- 1st Place! + + - [[http://aurellem.org/dl/rlm-meng-cortex-final.pdf][Thesis]] + - [[http://aurellem.org/dl/cortex-1.0.0.tar.bz2][Code]] + + 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] + 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]] + 3. [[../cortex/html/world.html][Creating a Virtual World]] + 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]] + 5. [[../cortex/html/games.html][ Showing off: Games and Examples]] + 6. *Sensors and effectors* + 1. [[../cortex/html/sense.html][Preamble: auxillary functions]] + 2. [[../cortex/html/body.html][Building a Body]] + 3. [[../cortex/html/vision.html][Vision]] + 4. [[../cortex/html/hearing.html][Hearing]] + 5. [[../cortex/html/touch.html][Touch]] + 6. [[../cortex/html/proprioception.html][Proprioception]] + 7. [[../cortex/html/movement.html][Movement]] + 8. [[../cortex/html/integration.html][Integration]] + 7. [[../../cortex/html/gabor.html][Gabor Filters]] + +** Pok\eacute{}mon + - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]] + - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]] + - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]] + - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]] + - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]] + - [[http://web.mit.edu/dxh/www/guess/gen2.html][10 Questions with Pok\eacute{}mon]] (Gen I & II) + - Use an [[http://web.mit.edu/dxh/www/guess/allergy/][allergy assay]] to determine the type of an unknown Pok\eacute{}mon + - [[./vba-clojure/html/total-control.html][Pok\eacute{}mon Yellow Total Control Hack]] + +** Quantitative design + - Quantitative Pok\eacute{}mon displays (in progress) + - [[http://www.aurellem.org/pokeplot/graph.html?q=rug][Breakdown of evolution data]] + - [[http://www.aurellem.org/pokeplot/graph.html?q=shops][Shop locations and inventories]] + - [[http://www.aurellem.org/pokeplot/graph.html?q=tms][Learnability of technical machines]] + - [[http://www.aurellem.org/pokeplot/graph.html?q=affinity][Square graph of dual type combinations]] + - [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement + for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]]. + +** Thoughts + - [[../dylan/html/science.html][Science Minus Science]] + - [[../thoughts/html/man-years.html][A Universe of Human Experience]] + - [[../thoughts/html/emacs-password.html][Emacs Password Security]] + - [[../thoughts/html/ideas.html][Ideas]] + diff -r a31def5ce717 -r 148e2bd2a16e pretty-dyln.html --- a/pretty-dyln.html Mon Mar 02 12:41:37 2015 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,171 +0,0 @@ - - - - - - - - - -
- Robert L. McIntyre's blog -

aurellem.org

-

science, programming, ideas

-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Ideas Page -

A list of all the ideas I've had that I felt like - writing down for the past ~ 8 years. Some of them could be - practical inventions and are "just" waiting the that 95% - perspiration to bring them to fruition, some are ideas for - science fiction, and some are simple observations. -

- Go to the Ideas Page » -
How-to Guides - -
Major Projects -

Cortex: a virtual world for sensate AI (2014)

-

- My MEng thesis at MIT, which won the 2014 Charles and - Jennifer Johnson Thesis Award — 1st Place! All - code and text for the thesis is freely licensed.
- - Download PDF of thesis »     - Download - source code (cortex-1.0.0.tar.bz2) » - - -

Demonstrations

-
    -
  1. - Creating a - Virtual World -
  2. -
  3. - Utilities that - Integrate jMonkeyEngine3 into Clojure -
  4. -
  5. - Showing off: - Games and Examples -
  6. -
-

Sensors and effectors

-
    -
  1. Preamble: - auxillary functions -
  2. Building a - Body
  3. - -
  4. Vision
  5. - -
  6. Hearing
  7. - -
  8. Touch
  9. - -
  10. Proprioception
  11. - -
  12. Movement
  13. - -
  14. Integration
  15. - -
- - -

- -
-

Pokémon Yellow Total Control Hack (2013)

-

- Just by buying and rearranging certain items and - pressing certain buttons in Pokémon Yellow, you - can get the game into a state where you can completely - reprogram it from the inside. It's the first hack of its - kind, and it won a TAS award.

- - Guide to the - Pokémon Yellow total control hack » -

-
Small projects - - - -
Essays - - - -
-
- - - - - - diff -r a31def5ce717 -r 148e2bd2a16e todo.org --- a/todo.org Mon Mar 02 12:41:37 2015 -0800 +++ b/todo.org Sun Mar 08 22:23:50 2015 -0700 @@ -1,5 +1,5 @@ -* TODO [1/14] +* TODO [1/15] - [ ] add marble paintings - [ ] incorporate new style stuff from Dylan (http://www.logical.ai/rlm-4/) - [ ] create an about-me page like dylan's @@ -7,12 +7,15 @@ - [ ] add essay on mind-uploading - [ ] factor ideas page into RAW and refined - [X] get comment system (files?) -- [ ] minor projects +- [ ] post some minor projects - [ ] org-tools - [ ] brutal-comments + - [ ] death pit ?? - [ ] add pictures of awards for CORTEX - [ ] write up "burning books" essay - [ ] make brutal-comments review script - [ ] make git website display. - [ ] clean up everything - [ ] make "server culture" not suck +- [ ] make "inactive" folder, move old but still relevant projects + there.