# HG changeset patch # User Robert McIntyre # Date 1425318683 28800 # Node ID fb5ea1d5bbe96f5e0071c1d8145f8c9d30d8191a # Parent bbe8fed58d3fc904a22eac53068da9559f327c9e fixed the author macro to work! diff -r bbe8fed58d3f -r fb5ea1d5bbe9 css/argentum.css --- a/css/argentum.css Mon Mar 02 09:45:29 2015 -0800 +++ b/css/argentum.css Mon Mar 02 09:51:23 2015 -0800 @@ -12,6 +12,10 @@ line-height:3em; } +div.author p{ + display:inline; +} + body{ font:87.5% "Georgia Serif", Times, Palatino, "Times New Roman", serif; } diff -r bbe8fed58d3f -r fb5ea1d5bbe9 html/header.html --- a/html/header.html Mon Mar 02 09:45:29 2015 -0800 +++ b/html/header.html Mon Mar 02 09:51:23 2015 -0800 @@ -4,7 +4,7 @@ - + @@ -142,11 +142,6 @@
-

aurellem

@@ -156,11 +151,15 @@
-
Written by {{{author}}}
+
Written by +

+Robert McIntyre +

+

Author: Robert McIntyre

-

Created: 2015-03-02 Mon 09:44

+

Created: 2015-03-02 Mon 09:47

Emacs 24.4.1 (Org mode 8.3beta)

Validate

diff -r bbe8fed58d3f -r fb5ea1d5bbe9 org/header.org --- a/org/header.org Mon Mar 02 09:45:29 2015 -0800 +++ b/org/header.org Mon Mar 02 09:51:23 2015 -0800 @@ -2,11 +2,6 @@
-

aurellem

@@ -16,9 +11,10 @@
-
Written by {{{author}}}
- +
Written by: +#+END_HTML +{{{author}}} +#+BEGIN_HTML +
#+END_HTML - - diff -r bbe8fed58d3f -r fb5ea1d5bbe9 pretty-dyln.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pretty-dyln.html Mon Mar 02 09:51:23 2015 -0800 @@ -0,0 +1,171 @@ + + + + + + + + + +
+ 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 bbe8fed58d3f -r fb5ea1d5bbe9 todo.org --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/todo.org Mon Mar 02 09:51:23 2015 -0800 @@ -0,0 +1,17 @@ + +* TODO [1/13] +- [ ] add marble paintings +- [ ] incorporate new style stuff from Dylan (http://www.logical.ai/rlm-4/) +- [ ] create an about-me page like dylan's +- [ ] add mazur post +- [ ] add essay on mind-uploading +- [ ] factor ideas page into RAW and refined +- [X] get comment system (files?) +- [ ] minor projects + - [ ] org-tools + - [ ] brutal-comments +- [ ] add pictures of awards for CORTEX +- [ ] write up "burning books" essay +- [ ] make brutal-comments review script +- [ ] make git website display. +- [ ] clean up everything