diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2d58538 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +all:: + @echo "There is nothing to make here." + +vi: + make readme + +include common.mk + diff --git a/README.md b/README.md index 0feb8f0..44bc8a2 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,5 @@ The Questions (open to debate) 1. Are you male? 2. Do you live in China, India, The United States, Indonesia, Brazil or Pakistan? -3. ... +3. Were you born in the northern hemisphere? +4. Are you alive? diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..43678cb --- /dev/null +++ b/TODO.md @@ -0,0 +1,17 @@ +TODO: +===== + +This is a place to question fundamental assumptions. + +Feature Requests +---------------- + +1. **Extend address space from 33 bits to 36 bits.** The number of humans who have ever lived +is estimated to be about 10^11; this is sufficient to handle current requirements but what about +scalability? + +2. **Geolocation.** 16 bits for lat/lon of birth location gives approximately 1 degree of +resolution on the surface of the earth, enough to narrow it down to a city, but what if that +city is Beijing or London? Only about 16,000 of those uniform patches will have anybody in them; +almost seventy percent (except for islands) will be wasted. + diff --git a/common.mk b/common.mk new file mode 120000 index 0000000..282446c --- /dev/null +++ b/common.mk @@ -0,0 +1 @@ +/home/rjl/Documents/thesis/github/Makefiles/common.mk \ No newline at end of file