From a0c4bdb02f19d6a0d17bbea9496c30e96754235b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 26 Jan 2009 07:10:27 -0500 Subject: bryannewbold.com to bnewbold.net --- README | 2 +- journal/16jan2009.html | 8 ++++---- main.html | 6 +++--- other/sicm-fall08.html | 2 +- references.html | 2 +- to_athena.sh | 3 ++- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README b/README index f77c03e..03fa59e 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ physics thesis work on functionally programming general relativity. It should be hosted online at http://web.mit.edu/bnewbold/thesis/ -The repository should be browsable at http://git.bryannewbold.com/ +The repository should be browsable at http://git.bnewbold.net/ Requirements/Setup diff --git a/journal/16jan2009.html b/journal/16jan2009.html index 03dcf6b..c80db5a 100644 --- a/journal/16jan2009.html +++ b/journal/16jan2009.html @@ -14,7 +14,7 @@ http://web.mit.edu/bnewbold/thesis/ Today I setup a git repository (for source code management); it's backed up to my personal webspace with a web interface at -git.bryannewbold.com. +git.bnewbold.net. I'll also copy these journal entries to my athena locker. As an aside, keeping notes in a git repository is a great way to maintain scientific @@ -33,10 +33,10 @@ good as the hash algorithms used ;)
For the past two weeks or so i've mostly been teaching myself scheme using The Little Schemer and The Seasoned Schemer. My notes on those books are -here and -here; my +here and +here; my notes on scheme itself are -here (note: last link +here (note: last link temporarily broken?).

(next entry) diff --git a/main.html b/main.html index 73abe7c..cc3c494 100644 --- a/main.html +++ b/main.html @@ -20,7 +20,7 @@ outlining what kind of projects I was interested in.

Quick Links

Schedule

-My course schedule etc can be found at -bryannewbold.com/cal.

+My course schedule etc can be found at +bnewbold.net/cal.

When What to do diff --git a/other/sicm-fall08.html b/other/sicm-fall08.html index db6c70e..35a5021 100644 --- a/other/sicm-fall08.html +++ b/other/sicm-fall08.html @@ -108,7 +108,7 @@ so is the SICP book.
There is an unofficial SICM mailing list.

-Papers to read? (download) +Papers to read? (download) -Other (download) +Other (download)
  • The Dynamicist's Workbench: Automatic Preparation of Numerical Experiments, H. Abelson and G. Sussman
  • Simulating Physics with Computers, R. Feynman diff --git a/to_athena.sh b/to_athena.sh index 99299a1..23071fb 100755 --- a/to_athena.sh +++ b/to_athena.sh @@ -1,3 +1,4 @@ #!/bin/sh -scp -r main.html journal other README bnewbold@linux.mit.edu:thesis/ +#scp -r main.html journal other README bnewbold@linux.mit.edu:thesis/ +rsync -arv main.html journal other README bnewbold@linux.mit.edu:thesis/ -- cgit v1.2.3