Skip to content

Instantly share code, notes, and snippets.

@mcnuttandrew
Last active July 16, 2018 22:17
Show Gist options
  • Save mcnuttandrew/22db116347c02edad7375c186670202d to your computer and use it in GitHub Desktop.
Save mcnuttandrew/22db116347c02edad7375c186670202d to your computer and use it in GitHub Desktop.
Project Teacup
In 2014 I made a small rails application called Project-Teacup to demonstrate that I knew what I was doing with rails
(spoiler: I did not) as part of applying for employment. That application attempted to be a twitter for dreams
(https://github.com/mcnuttandrew/Project-Teacup) which was based on an idea I had, naturally, while dreaming.
The project was quite successful in that it got me a job, but also in that it inspired a number of people to record
their dreams.
Project-Teacup has been down for a number of years, yet the data lives on. Heroku, where the project was hosted,
has been going through some ~stuff~ so I figured it would be good to extract the data and expose it publically
for general consumption. The database was seeded with several hundred dreams from a (single) friends dream
journal which was hacked apart by hand, and then inserted into the database under the guise of variety of random
users, in order inspire a feel that the application was being used. After the initial seeding, there are real users
inserting real data. In hindsight, this initial layering of fakeish data seems duplicitous, and I am sorry.
You are welcome to do whatever you wish this this data, I release it without liscence. I make no guarentees
about it. Do with it what you wish. Dream big.
please dont make fun of me
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
------------+-----------------------------+-----------+----------+--------------------------------------+----------+--------------+-------------
id | integer | | not null | nextval('comments_id_seq'::regclass) | plain | |
post_id | integer | | not null | | plain | |
user_id | integer | | not null | | plain | |
content | character varying(255) | | not null | | extended | |
created_at | timestamp without time zone | | | | plain | |
updated_at | timestamp without time zone | | | | plain | |
Indexes:
"comments_pkey" PRIMARY KEY, btree (id)
"index_comments_on_post_id" btree (post_id)
"index_comments_on_user_id" btree (user_id)
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
-------------+-----------------------------+-----------+----------+-----------------------------------------+---------+--------------+-------------
id | integer | | not null | nextval('followships_id_seq'::regclass) | plain | |
followee_id | integer | | not null | | plain | |
follower_id | integer | | not null | | plain | |
created_at | timestamp without time zone | | | | plain | |
updated_at | timestamp without time zone | | | | plain | |
Indexes:
"followships_pkey" PRIMARY KEY, btree (id)
"index_followships_on_followee_id_and_follower_id" UNIQUE, btree (followee_id, follower_id)
"index_followships_on_followee_id" btree (followee_id)
"index_followships_on_follower_id" btree (follower_id)
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
-----------------+-----------------------------+-----------+----------+-----------------------------------+----------+--------------+-------------
id | integer | | not null | nextval('posts_id_seq'::regclass) | plain | |
user_id | integer | | not null | | plain | |
content | character varying(255) | | not null | | extended | |
created_at | timestamp without time zone | | | | plain | |
updated_at | timestamp without time zone | | | | plain | |
latitude | double precision | | | | plain | |
longitude | double precision | | | | plain | |
dream_latitude | double precision | | | | plain | |
dream_longitude | double precision | | | | plain | |
date | date | | | | plain | |
Indexes:
"posts_pkey" PRIMARY KEY, btree (id)
"index_posts_on_user_id" btree (user_id)
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description
-----------------+-----------------------------+-----------+----------+-----------------------------------+----------+--------------+-------------
id | integer | | not null | nextval('users_id_seq'::regclass) | plain | |
username | character varying(255) | | not null | | extended | |
(I have modified the users table in that i have truncated a variety of columns relating to passwords and sessions)
1 815 91 v chill bro 2014-10-02 20:32:57.640902 2014-10-02 20:32:57.640902
2 829 122 Corn: good and giant as it should be. 2014-10-03 13:41:13.479262 2014-10-03 13:41:13.479262
3 823 102 this is incredible 2014-10-03 17:03:21.672557 2014-10-03 17:03:21.672557
4 97 91 fda 2014-10-03 20:51:31.578012 2014-10-03 20:51:31.578012
5 872 125 #roof 2014-10-07 16:21:16.269508 2014-10-07 16:21:16.269508
8 877 111 My dream is for you to move back too xoxoxoxo 2014-10-16 22:48:26.519172 2014-10-16 22:48:26.519172
1 74 52 2014-10-01 22:40:50.464831 2014-10-01 22:40:50.464831
2 5 36 2014-10-01 22:40:50.477218 2014-10-01 22:40:50.477218
3 76 88 2014-10-01 22:40:50.48742 2014-10-01 22:40:50.48742
4 35 72 2014-10-01 22:40:50.499636 2014-10-01 22:40:50.499636
5 88 3 2014-10-01 22:40:50.509836 2014-10-01 22:40:50.509836
6 52 76 2014-10-01 22:40:50.520608 2014-10-01 22:40:50.520608
7 6 18 2014-10-01 22:40:50.531425 2014-10-01 22:40:50.531425
8 38 19 2014-10-01 22:40:50.546338 2014-10-01 22:40:50.546338
9 17 25 2014-10-01 22:40:50.571244 2014-10-01 22:40:50.571244
10 86 44 2014-10-01 22:40:50.595987 2014-10-01 22:40:50.595987
11 50 59 2014-10-01 22:40:50.611162 2014-10-01 22:40:50.611162
12 88 34 2014-10-01 22:40:50.62596 2014-10-01 22:40:50.62596
13 60 80 2014-10-01 22:40:50.637004 2014-10-01 22:40:50.637004
14 10 2 2014-10-01 22:40:50.647954 2014-10-01 22:40:50.647954
15 32 39 2014-10-01 22:40:50.662657 2014-10-01 22:40:50.662657
16 14 17 2014-10-01 22:40:50.673352 2014-10-01 22:40:50.673352
17 22 85 2014-10-01 22:40:50.695405 2014-10-01 22:40:50.695405
18 53 25 2014-10-01 22:40:50.706083 2014-10-01 22:40:50.706083
19 80 24 2014-10-01 22:40:50.718209 2014-10-01 22:40:50.718209
20 74 4 2014-10-01 22:40:50.733079 2014-10-01 22:40:50.733079
21 22 37 2014-10-01 22:40:50.74481 2014-10-01 22:40:50.74481
22 43 27 2014-10-01 22:40:50.759332 2014-10-01 22:40:50.759332
23 42 63 2014-10-01 22:40:50.771969 2014-10-01 22:40:50.771969
24 50 70 2014-10-01 22:40:50.784179 2014-10-01 22:40:50.784179
25 23 36 2014-10-01 22:40:50.795642 2014-10-01 22:40:50.795642
26 28 11 2014-10-01 22:40:50.808507 2014-10-01 22:40:50.808507
27 77 3 2014-10-01 22:40:50.829096 2014-10-01 22:40:50.829096
28 43 6 2014-10-01 22:40:50.841784 2014-10-01 22:40:50.841784
29 40 7 2014-10-01 22:40:50.895468 2014-10-01 22:40:50.895468
30 53 81 2014-10-01 22:40:50.90924 2014-10-01 22:40:50.90924
31 7 78 2014-10-01 22:40:50.929271 2014-10-01 22:40:50.929271
32 14 28 2014-10-01 22:40:50.94255 2014-10-01 22:40:50.94255
33 60 24 2014-10-01 22:40:50.956666 2014-10-01 22:40:50.956666
34 49 4 2014-10-01 22:40:50.96851 2014-10-01 22:40:50.96851
35 36 82 2014-10-01 22:40:50.980538 2014-10-01 22:40:50.980538
36 70 44 2014-10-01 22:40:50.992964 2014-10-01 22:40:50.992964
37 59 53 2014-10-01 22:40:51.009882 2014-10-01 22:40:51.009882
38 42 19 2014-10-01 22:40:51.02543 2014-10-01 22:40:51.02543
39 38 80 2014-10-01 22:40:51.038478 2014-10-01 22:40:51.038478
40 71 35 2014-10-01 22:40:51.050459 2014-10-01 22:40:51.050459
41 29 19 2014-10-01 22:40:51.063935 2014-10-01 22:40:51.063935
42 51 37 2014-10-01 22:40:51.079063 2014-10-01 22:40:51.079063
43 32 10 2014-10-01 22:40:51.091945 2014-10-01 22:40:51.091945
44 19 20 2014-10-01 22:40:51.105608 2014-10-01 22:40:51.105608
45 1 87 2014-10-01 22:40:51.117072 2014-10-01 22:40:51.117072
46 32 85 2014-10-01 22:40:51.130358 2014-10-01 22:40:51.130358
47 81 70 2014-10-01 22:40:51.146041 2014-10-01 22:40:51.146041
48 39 47 2014-10-01 22:40:51.157964 2014-10-01 22:40:51.157964
49 71 58 2014-10-01 22:40:51.170495 2014-10-01 22:40:51.170495
50 13 74 2014-10-01 22:40:51.182774 2014-10-01 22:40:51.182774
51 31 51 2014-10-01 22:40:51.194664 2014-10-01 22:40:51.194664
52 34 21 2014-10-01 22:40:51.206916 2014-10-01 22:40:51.206916
53 50 23 2014-10-01 22:40:51.219898 2014-10-01 22:40:51.219898
54 21 18 2014-10-01 22:40:51.230989 2014-10-01 22:40:51.230989
55 46 68 2014-10-01 22:40:51.244307 2014-10-01 22:40:51.244307
56 20 19 2014-10-01 22:40:51.258289 2014-10-01 22:40:51.258289
57 41 4 2014-10-01 22:40:51.269341 2014-10-01 22:40:51.269341
58 86 60 2014-10-01 22:40:51.280053 2014-10-01 22:40:51.280053
59 43 49 2014-10-01 22:40:51.290098 2014-10-01 22:40:51.290098
60 23 88 2014-10-01 22:40:51.301161 2014-10-01 22:40:51.301161
61 74 34 2014-10-01 22:40:51.314336 2014-10-01 22:40:51.314336
62 43 1 2014-10-01 22:40:51.326694 2014-10-01 22:40:51.326694
63 38 69 2014-10-01 22:40:51.338869 2014-10-01 22:40:51.338869
64 61 13 2014-10-01 22:40:51.351655 2014-10-01 22:40:51.351655
65 37 50 2014-10-01 22:40:51.371169 2014-10-01 22:40:51.371169
66 26 62 2014-10-01 22:40:51.385835 2014-10-01 22:40:51.385835
67 15 71 2014-10-01 22:40:51.442433 2014-10-01 22:40:51.442433
68 63 1 2014-10-01 22:40:51.472575 2014-10-01 22:40:51.472575
69 57 66 2014-10-01 22:40:51.494072 2014-10-01 22:40:51.494072
70 69 13 2014-10-01 22:40:51.514698 2014-10-01 22:40:51.514698
71 3 24 2014-10-01 22:40:51.533442 2014-10-01 22:40:51.533442
72 56 27 2014-10-01 22:40:51.547091 2014-10-01 22:40:51.547091
73 55 31 2014-10-01 22:40:51.558467 2014-10-01 22:40:51.558467
74 44 79 2014-10-01 22:40:51.570679 2014-10-01 22:40:51.570679
75 40 49 2014-10-01 22:40:51.589822 2014-10-01 22:40:51.589822
76 25 65 2014-10-01 22:40:51.604748 2014-10-01 22:40:51.604748
77 68 74 2014-10-01 22:40:51.616385 2014-10-01 22:40:51.616385
78 36 34 2014-10-01 22:40:51.632535 2014-10-01 22:40:51.632535
79 30 45 2014-10-01 22:40:51.645117 2014-10-01 22:40:51.645117
80 52 29 2014-10-01 22:40:51.659207 2014-10-01 22:40:51.659207
81 55 51 2014-10-01 22:40:51.670728 2014-10-01 22:40:51.670728
82 9 19 2014-10-01 22:40:51.683879 2014-10-01 22:40:51.683879
83 44 29 2014-10-01 22:40:51.696575 2014-10-01 22:40:51.696575
84 30 22 2014-10-01 22:40:51.710184 2014-10-01 22:40:51.710184
85 25 6 2014-10-01 22:40:51.723005 2014-10-01 22:40:51.723005
86 56 75 2014-10-01 22:40:51.735393 2014-10-01 22:40:51.735393
87 41 51 2014-10-01 22:40:51.749377 2014-10-01 22:40:51.749377
88 62 73 2014-10-01 22:40:51.761813 2014-10-01 22:40:51.761813
89 28 69 2014-10-01 22:40:51.774407 2014-10-01 22:40:51.774407
90 55 47 2014-10-01 22:40:51.788546 2014-10-01 22:40:51.788546
91 29 7 2014-10-01 22:40:51.799895 2014-10-01 22:40:51.799895
92 67 23 2014-10-01 22:40:51.812112 2014-10-01 22:40:51.812112
93 23 29 2014-10-01 22:40:51.824271 2014-10-01 22:40:51.824271
94 28 8 2014-10-01 22:40:51.83556 2014-10-01 22:40:51.83556
95 36 89 2014-10-01 22:40:51.848527 2014-10-01 22:40:51.848527
96 36 18 2014-10-01 22:40:51.860194 2014-10-01 22:40:51.860194
97 16 67 2014-10-01 22:40:51.871018 2014-10-01 22:40:51.871018
98 77 20 2014-10-01 22:40:51.882675 2014-10-01 22:40:51.882675
99 49 38 2014-10-01 22:40:51.89589 2014-10-01 22:40:51.89589
100 59 36 2014-10-01 22:40:51.90773 2014-10-01 22:40:51.90773
101 54 46 2014-10-01 22:40:51.91986 2014-10-01 22:40:51.91986
102 22 86 2014-10-01 22:40:51.931916 2014-10-01 22:40:51.931916
103 42 18 2014-10-01 22:40:51.943167 2014-10-01 22:40:51.943167
104 54 64 2014-10-01 22:40:51.955536 2014-10-01 22:40:51.955536
105 53 6 2014-10-01 22:40:51.971478 2014-10-01 22:40:51.971478
106 44 87 2014-10-01 22:40:52.026269 2014-10-01 22:40:52.026269
107 53 49 2014-10-01 22:40:52.039826 2014-10-01 22:40:52.039826
108 75 57 2014-10-01 22:40:52.052351 2014-10-01 22:40:52.052351
109 42 36 2014-10-01 22:40:52.06401 2014-10-01 22:40:52.06401
110 5 23 2014-10-01 22:40:52.075614 2014-10-01 22:40:52.075614
111 58 46 2014-10-01 22:40:52.088778 2014-10-01 22:40:52.088778
112 74 70 2014-10-01 22:40:52.1027 2014-10-01 22:40:52.1027
113 62 10 2014-10-01 22:40:52.121641 2014-10-01 22:40:52.121641
114 38 73 2014-10-01 22:40:52.134929 2014-10-01 22:40:52.134929
115 19 57 2014-10-01 22:40:52.147986 2014-10-01 22:40:52.147986
116 86 22 2014-10-01 22:40:52.16373 2014-10-01 22:40:52.16373
117 26 42 2014-10-01 22:40:52.179299 2014-10-01 22:40:52.179299
118 28 43 2014-10-01 22:40:52.196007 2014-10-01 22:40:52.196007
119 10 65 2014-10-01 22:40:52.215862 2014-10-01 22:40:52.215862
120 56 57 2014-10-01 22:40:52.239237 2014-10-01 22:40:52.239237
121 33 14 2014-10-01 22:40:52.265781 2014-10-01 22:40:52.265781
122 20 3 2014-10-01 22:40:52.292593 2014-10-01 22:40:52.292593
123 55 5 2014-10-01 22:40:52.324589 2014-10-01 22:40:52.324589
124 14 60 2014-10-01 22:40:52.34956 2014-10-01 22:40:52.34956
125 23 34 2014-10-01 22:40:52.365102 2014-10-01 22:40:52.365102
126 23 55 2014-10-01 22:40:52.383268 2014-10-01 22:40:52.383268
127 55 10 2014-10-01 22:40:52.401799 2014-10-01 22:40:52.401799
128 72 54 2014-10-01 22:40:52.422827 2014-10-01 22:40:52.422827
129 11 42 2014-10-01 22:40:52.437139 2014-10-01 22:40:52.437139
130 38 55 2014-10-01 22:40:52.458251 2014-10-01 22:40:52.458251
131 77 63 2014-10-01 22:40:52.487595 2014-10-01 22:40:52.487595
132 51 36 2014-10-01 22:40:52.503384 2014-10-01 22:40:52.503384
133 48 60 2014-10-01 22:40:52.51835 2014-10-01 22:40:52.51835
134 47 14 2014-10-01 22:40:52.54044 2014-10-01 22:40:52.54044
135 33 22 2014-10-01 22:40:52.559981 2014-10-01 22:40:52.559981
136 36 59 2014-10-01 22:40:52.577181 2014-10-01 22:40:52.577181
137 30 74 2014-10-01 22:40:52.600207 2014-10-01 22:40:52.600207
138 49 42 2014-10-01 22:40:52.62185 2014-10-01 22:40:52.62185
139 21 83 2014-10-01 22:40:52.639433 2014-10-01 22:40:52.639433
140 86 59 2014-10-01 22:40:52.655316 2014-10-01 22:40:52.655316
141 47 73 2014-10-01 22:40:52.67189 2014-10-01 22:40:52.67189
142 42 81 2014-10-01 22:40:52.69611 2014-10-01 22:40:52.69611
143 35 10 2014-10-01 22:40:52.720315 2014-10-01 22:40:52.720315
144 22 50 2014-10-01 22:40:52.783529 2014-10-01 22:40:52.783529
145 1 54 2014-10-01 22:40:52.800615 2014-10-01 22:40:52.800615
146 21 80 2014-10-01 22:40:52.821566 2014-10-01 22:40:52.821566
147 64 16 2014-10-01 22:40:52.857823 2014-10-01 22:40:52.857823
148 37 62 2014-10-01 22:40:52.876178 2014-10-01 22:40:52.876178
149 43 88 2014-10-01 22:40:52.891242 2014-10-01 22:40:52.891242
150 26 67 2014-10-01 22:40:52.927882 2014-10-01 22:40:52.927882
151 33 5 2014-10-01 22:40:52.956082 2014-10-01 22:40:52.956082
152 28 16 2014-10-01 22:40:52.973937 2014-10-01 22:40:52.973937
153 32 38 2014-10-01 22:40:52.992261 2014-10-01 22:40:52.992261
154 79 8 2014-10-01 22:40:53.008851 2014-10-01 22:40:53.008851
155 69 25 2014-10-01 22:40:53.027843 2014-10-01 22:40:53.027843
156 48 7 2014-10-01 22:40:53.045003 2014-10-01 22:40:53.045003
157 37 44 2014-10-01 22:40:53.062853 2014-10-01 22:40:53.062853
158 29 51 2014-10-01 22:40:53.07816 2014-10-01 22:40:53.07816
159 40 3 2014-10-01 22:40:53.100347 2014-10-01 22:40:53.100347
160 77 36 2014-10-01 22:40:53.117771 2014-10-01 22:40:53.117771
161 69 81 2014-10-01 22:40:53.137729 2014-10-01 22:40:53.137729
162 60 41 2014-10-01 22:40:53.154555 2014-10-01 22:40:53.154555
163 14 46 2014-10-01 22:40:53.169176 2014-10-01 22:40:53.169176
164 60 3 2014-10-01 22:40:53.194152 2014-10-01 22:40:53.194152
165 59 25 2014-10-01 22:40:53.249171 2014-10-01 22:40:53.249171
166 69 70 2014-10-01 22:40:53.272778 2014-10-01 22:40:53.272778
167 42 77 2014-10-01 22:40:53.31066 2014-10-01 22:40:53.31066
168 57 80 2014-10-01 22:40:53.337901 2014-10-01 22:40:53.337901
169 61 83 2014-10-01 22:40:53.365525 2014-10-01 22:40:53.365525
170 77 5 2014-10-01 22:40:53.406109 2014-10-01 22:40:53.406109
171 36 37 2014-10-01 22:40:53.440637 2014-10-01 22:40:53.440637
172 54 20 2014-10-01 22:40:53.464019 2014-10-01 22:40:53.464019
173 25 66 2014-10-01 22:40:53.488331 2014-10-01 22:40:53.488331
174 39 4 2014-10-01 22:40:53.508439 2014-10-01 22:40:53.508439
175 25 39 2014-10-01 22:40:53.529767 2014-10-01 22:40:53.529767
176 77 68 2014-10-01 22:40:53.548869 2014-10-01 22:40:53.548869
177 55 72 2014-10-01 22:40:53.569077 2014-10-01 22:40:53.569077
178 75 30 2014-10-01 22:40:53.589527 2014-10-01 22:40:53.589527
179 24 15 2014-10-01 22:40:53.60993 2014-10-01 22:40:53.60993
180 67 54 2014-10-01 22:40:53.625158 2014-10-01 22:40:53.625158
181 54 49 2014-10-01 22:40:53.647032 2014-10-01 22:40:53.647032
182 23 65 2014-10-01 22:40:53.719666 2014-10-01 22:40:53.719666
183 29 35 2014-10-01 22:40:53.73897 2014-10-01 22:40:53.73897
184 37 49 2014-10-01 22:40:53.770033 2014-10-01 22:40:53.770033
185 32 57 2014-10-01 22:40:53.798282 2014-10-01 22:40:53.798282
186 48 10 2014-10-01 22:40:53.838156 2014-10-01 22:40:53.838156
187 55 84 2014-10-01 22:40:53.882777 2014-10-01 22:40:53.882777
188 56 88 2014-10-01 22:40:53.919591 2014-10-01 22:40:53.919591
189 40 25 2014-10-01 22:40:53.952751 2014-10-01 22:40:53.952751
190 87 13 2014-10-01 22:40:53.986049 2014-10-01 22:40:53.986049
191 64 36 2014-10-01 22:40:54.016708 2014-10-01 22:40:54.016708
192 31 13 2014-10-01 22:40:54.031714 2014-10-01 22:40:54.031714
193 25 17 2014-10-01 22:40:54.047034 2014-10-01 22:40:54.047034
194 38 26 2014-10-01 22:40:54.074528 2014-10-01 22:40:54.074528
195 55 82 2014-10-01 22:40:54.097163 2014-10-01 22:40:54.097163
196 21 36 2014-10-01 22:40:54.120963 2014-10-01 22:40:54.120963
197 78 18 2014-10-01 22:40:54.145577 2014-10-01 22:40:54.145577
198 30 65 2014-10-01 22:40:54.168804 2014-10-01 22:40:54.168804
199 70 85 2014-10-01 22:40:54.191911 2014-10-01 22:40:54.191911
200 6 63 2014-10-01 22:40:54.210989 2014-10-01 22:40:54.210989
201 54 44 2014-10-01 22:40:54.228996 2014-10-01 22:40:54.228996
202 78 52 2014-10-01 22:40:54.245045 2014-10-01 22:40:54.245045
203 54 81 2014-10-01 22:40:54.265939 2014-10-01 22:40:54.265939
204 73 12 2014-10-01 22:40:54.298724 2014-10-01 22:40:54.298724
205 49 19 2014-10-01 22:40:54.316232 2014-10-01 22:40:54.316232
206 45 40 2014-10-01 22:40:54.334999 2014-10-01 22:40:54.334999
207 58 37 2014-10-01 22:40:54.354383 2014-10-01 22:40:54.354383
208 50 7 2014-10-01 22:40:54.380305 2014-10-01 22:40:54.380305
209 39 9 2014-10-01 22:40:54.412888 2014-10-01 22:40:54.412888
210 5 74 2014-10-01 22:40:54.433472 2014-10-01 22:40:54.433472
211 32 16 2014-10-01 22:40:54.453335 2014-10-01 22:40:54.453335
212 39 77 2014-10-01 22:40:54.483129 2014-10-01 22:40:54.483129
213 84 56 2014-10-01 22:40:54.507162 2014-10-01 22:40:54.507162
214 72 86 2014-10-01 22:40:54.524562 2014-10-01 22:40:54.524562
215 57 32 2014-10-01 22:40:54.541084 2014-10-01 22:40:54.541084
216 65 43 2014-10-01 22:40:54.556203 2014-10-01 22:40:54.556203
217 68 67 2014-10-01 22:40:54.573478 2014-10-01 22:40:54.573478
218 43 11 2014-10-01 22:40:54.590036 2014-10-01 22:40:54.590036
219 31 17 2014-10-01 22:40:54.604704 2014-10-01 22:40:54.604704
220 37 12 2014-10-01 22:40:54.618897 2014-10-01 22:40:54.618897
221 8 21 2014-10-01 22:40:54.675231 2014-10-01 22:40:54.675231
222 75 29 2014-10-01 22:40:54.689425 2014-10-01 22:40:54.689425
223 51 5 2014-10-01 22:40:54.703093 2014-10-01 22:40:54.703093
224 18 30 2014-10-01 22:40:54.71687 2014-10-01 22:40:54.71687
225 46 40 2014-10-01 22:40:54.731462 2014-10-01 22:40:54.731462
226 65 57 2014-10-01 22:40:54.745753 2014-10-01 22:40:54.745753
227 11 32 2014-10-01 22:40:54.760273 2014-10-01 22:40:54.760273
228 50 12 2014-10-01 22:40:54.774149 2014-10-01 22:40:54.774149
229 69 1 2014-10-01 22:40:54.787444 2014-10-01 22:40:54.787444
230 66 68 2014-10-01 22:40:54.80167 2014-10-01 22:40:54.80167
231 41 9 2014-10-01 22:40:54.815876 2014-10-01 22:40:54.815876
232 21 10 2014-10-01 22:40:54.829381 2014-10-01 22:40:54.829381
233 62 44 2014-10-01 22:40:54.843007 2014-10-01 22:40:54.843007
234 38 43 2014-10-01 22:40:54.857038 2014-10-01 22:40:54.857038
235 72 74 2014-10-01 22:40:54.873964 2014-10-01 22:40:54.873964
236 38 58 2014-10-01 22:40:54.889349 2014-10-01 22:40:54.889349
237 39 28 2014-10-01 22:40:54.903827 2014-10-01 22:40:54.903827
238 47 10 2014-10-01 22:40:54.936198 2014-10-01 22:40:54.936198
239 43 38 2014-10-01 22:40:54.960344 2014-10-01 22:40:54.960344
240 81 20 2014-10-01 22:40:54.992879 2014-10-01 22:40:54.992879
241 88 57 2014-10-01 22:40:55.017046 2014-10-01 22:40:55.017046
242 35 36 2014-10-01 22:40:55.032321 2014-10-01 22:40:55.032321
243 61 23 2014-10-01 22:40:55.047714 2014-10-01 22:40:55.047714
244 64 77 2014-10-01 22:40:55.063022 2014-10-01 22:40:55.063022
245 86 71 2014-10-01 22:40:55.081458 2014-10-01 22:40:55.081458
246 2 72 2014-10-01 22:40:55.105006 2014-10-01 22:40:55.105006
247 31 8 2014-10-01 22:40:55.119863 2014-10-01 22:40:55.119863
248 53 65 2014-10-01 22:40:55.136804 2014-10-01 22:40:55.136804
249 31 64 2014-10-01 22:40:55.150237 2014-10-01 22:40:55.150237
250 88 60 2014-10-01 22:40:55.165961 2014-10-01 22:40:55.165961
251 24 85 2014-10-01 22:40:55.18044 2014-10-01 22:40:55.18044
252 6 67 2014-10-01 22:40:55.212473 2014-10-01 22:40:55.212473
253 32 80 2014-10-01 22:40:55.228808 2014-10-01 22:40:55.228808
254 35 57 2014-10-01 22:40:55.246471 2014-10-01 22:40:55.246471
255 58 12 2014-10-01 22:40:55.263268 2014-10-01 22:40:55.263268
256 47 1 2014-10-01 22:40:55.278831 2014-10-01 22:40:55.278831
257 53 69 2014-10-01 22:40:55.294052 2014-10-01 22:40:55.294052
258 15 12 2014-10-01 22:40:55.309599 2014-10-01 22:40:55.309599
259 54 30 2014-10-01 22:40:55.371261 2014-10-01 22:40:55.371261
260 58 65 2014-10-01 22:40:55.391701 2014-10-01 22:40:55.391701
261 38 23 2014-10-01 22:40:55.413177 2014-10-01 22:40:55.413177
262 45 44 2014-10-01 22:40:55.428913 2014-10-01 22:40:55.428913
263 21 35 2014-10-01 22:40:55.443803 2014-10-01 22:40:55.443803
264 87 28 2014-10-01 22:40:55.460348 2014-10-01 22:40:55.460348
265 53 22 2014-10-01 22:40:55.475704 2014-10-01 22:40:55.475704
266 7 27 2014-10-01 22:40:55.497271 2014-10-01 22:40:55.497271
267 45 74 2014-10-01 22:40:55.517682 2014-10-01 22:40:55.517682
268 22 20 2014-10-01 22:40:55.53585 2014-10-01 22:40:55.53585
269 78 40 2014-10-01 22:40:55.551851 2014-10-01 22:40:55.551851
270 45 36 2014-10-01 22:40:55.579434 2014-10-01 22:40:55.579434
271 21 43 2014-10-01 22:40:55.599095 2014-10-01 22:40:55.599095
272 74 88 2014-10-01 22:40:55.632247 2014-10-01 22:40:55.632247
273 41 53 2014-10-01 22:40:55.663936 2014-10-01 22:40:55.663936
274 54 39 2014-10-01 22:40:55.678842 2014-10-01 22:40:55.678842
275 83 79 2014-10-01 22:40:55.696887 2014-10-01 22:40:55.696887
276 72 42 2014-10-01 22:40:55.711104 2014-10-01 22:40:55.711104
277 77 86 2014-10-01 22:40:55.725307 2014-10-01 22:40:55.725307
278 48 82 2014-10-01 22:40:55.739712 2014-10-01 22:40:55.739712
279 17 16 2014-10-01 22:40:55.766248 2014-10-01 22:40:55.766248
280 38 44 2014-10-01 22:40:55.781178 2014-10-01 22:40:55.781178
281 36 86 2014-10-01 22:40:55.802309 2014-10-01 22:40:55.802309
282 42 71 2014-10-01 22:40:55.818981 2014-10-01 22:40:55.818981
283 62 34 2014-10-01 22:40:55.833921 2014-10-01 22:40:55.833921
284 38 48 2014-10-01 22:40:55.851348 2014-10-01 22:40:55.851348
285 68 3 2014-10-01 22:40:55.865453 2014-10-01 22:40:55.865453
286 82 68 2014-10-01 22:40:55.879712 2014-10-01 22:40:55.879712
287 58 66 2014-10-01 22:40:55.894432 2014-10-01 22:40:55.894432
288 76 77 2014-10-01 22:40:55.909016 2014-10-01 22:40:55.909016
289 59 66 2014-10-01 22:40:55.923008 2014-10-01 22:40:55.923008
290 41 67 2014-10-01 22:40:55.937545 2014-10-01 22:40:55.937545
291 27 82 2014-10-01 22:40:55.954618 2014-10-01 22:40:55.954618
292 39 89 2014-10-01 22:40:55.968749 2014-10-01 22:40:55.968749
293 15 76 2014-10-01 22:40:55.983148 2014-10-01 22:40:55.983148
294 76 61 2014-10-01 22:40:56.00138 2014-10-01 22:40:56.00138
295 73 62 2014-10-01 22:40:56.018145 2014-10-01 22:40:56.018145
296 25 12 2014-10-01 22:40:56.03387 2014-10-01 22:40:56.03387
297 55 56 2014-10-01 22:40:56.095569 2014-10-01 22:40:56.095569
298 40 64 2014-10-01 22:40:56.110256 2014-10-01 22:40:56.110256
299 18 69 2014-10-01 22:40:56.12393 2014-10-01 22:40:56.12393
300 21 46 2014-10-01 22:40:56.137157 2014-10-01 22:40:56.137157
301 64 22 2014-10-01 22:40:56.156666 2014-10-01 22:40:56.156666
302 57 75 2014-10-01 22:40:56.172385 2014-10-01 22:40:56.172385
303 40 84 2014-10-01 22:40:56.188826 2014-10-01 22:40:56.188826
304 65 70 2014-10-01 22:40:56.202843 2014-10-01 22:40:56.202843
305 2 33 2014-10-01 22:40:56.217074 2014-10-01 22:40:56.217074
306 46 36 2014-10-01 22:40:56.230484 2014-10-01 22:40:56.230484
307 50 69 2014-10-01 22:40:56.246416 2014-10-01 22:40:56.246416
308 62 85 2014-10-01 22:40:56.260213 2014-10-01 22:40:56.260213
309 89 29 2014-10-01 22:40:56.276091 2014-10-01 22:40:56.276091
310 15 45 2014-10-01 22:40:56.291263 2014-10-01 22:40:56.291263
311 29 78 2014-10-01 22:40:56.309322 2014-10-01 22:40:56.309322
312 28 26 2014-10-01 22:40:56.325387 2014-10-01 22:40:56.325387
313 48 18 2014-10-01 22:40:56.341303 2014-10-01 22:40:56.341303
314 33 49 2014-10-01 22:40:56.361403 2014-10-01 22:40:56.361403
315 58 64 2014-10-01 22:40:56.377276 2014-10-01 22:40:56.377276
316 34 1 2014-10-01 22:40:56.396113 2014-10-01 22:40:56.396113
317 6 46 2014-10-01 22:40:56.415569 2014-10-01 22:40:56.415569
318 80 18 2014-10-01 22:40:56.431252 2014-10-01 22:40:56.431252
319 36 43 2014-10-01 22:40:56.446237 2014-10-01 22:40:56.446237
320 34 26 2014-10-01 22:40:56.461554 2014-10-01 22:40:56.461554
321 39 36 2014-10-01 22:40:56.47634 2014-10-01 22:40:56.47634
322 30 77 2014-10-01 22:40:56.492499 2014-10-01 22:40:56.492499
323 37 43 2014-10-01 22:40:56.513829 2014-10-01 22:40:56.513829
324 15 9 2014-10-01 22:40:56.528403 2014-10-01 22:40:56.528403
325 21 33 2014-10-01 22:40:56.550184 2014-10-01 22:40:56.550184
326 51 49 2014-10-01 22:40:56.565724 2014-10-01 22:40:56.565724
327 13 19 2014-10-01 22:40:56.58089 2014-10-01 22:40:56.58089
328 65 89 2014-10-01 22:40:56.595709 2014-10-01 22:40:56.595709
329 30 24 2014-10-01 22:40:56.611049 2014-10-01 22:40:56.611049
330 35 25 2014-10-01 22:40:56.625211 2014-10-01 22:40:56.625211
331 18 10 2014-10-01 22:40:56.63955 2014-10-01 22:40:56.63955
332 42 25 2014-10-01 22:40:56.653798 2014-10-01 22:40:56.653798
333 81 47 2014-10-01 22:40:56.668214 2014-10-01 22:40:56.668214
334 61 20 2014-10-01 22:40:56.683824 2014-10-01 22:40:56.683824
335 28 81 2014-10-01 22:40:56.706249 2014-10-01 22:40:56.706249
336 31 75 2014-10-01 22:40:56.762356 2014-10-01 22:40:56.762356
337 51 30 2014-10-01 22:40:56.776285 2014-10-01 22:40:56.776285
338 58 69 2014-10-01 22:40:56.790749 2014-10-01 22:40:56.790749
339 67 47 2014-10-01 22:40:56.810544 2014-10-01 22:40:56.810544
340 5 48 2014-10-01 22:40:56.831795 2014-10-01 22:40:56.831795
341 35 53 2014-10-01 22:40:56.853904 2014-10-01 22:40:56.853904
342 39 61 2014-10-01 22:40:56.88405 2014-10-01 22:40:56.88405
343 36 50 2014-10-01 22:40:56.907264 2014-10-01 22:40:56.907264
344 69 59 2014-10-01 22:40:56.928301 2014-10-01 22:40:56.928301
345 59 41 2014-10-01 22:40:56.950494 2014-10-01 22:40:56.950494
346 78 36 2014-10-01 22:40:56.968432 2014-10-01 22:40:56.968432
347 33 66 2014-10-01 22:40:56.982648 2014-10-01 22:40:56.982648
348 37 29 2014-10-01 22:40:57.001466 2014-10-01 22:40:57.001466
349 45 10 2014-10-01 22:40:57.017981 2014-10-01 22:40:57.017981
350 23 27 2014-10-01 22:40:57.037557 2014-10-01 22:40:57.037557
351 59 29 2014-10-01 22:40:57.062598 2014-10-01 22:40:57.062598
352 17 83 2014-10-01 22:40:57.077891 2014-10-01 22:40:57.077891
353 33 72 2014-10-01 22:40:57.096664 2014-10-01 22:40:57.096664
354 60 28 2014-10-01 22:40:57.11285 2014-10-01 22:40:57.11285
355 85 19 2014-10-01 22:40:57.127574 2014-10-01 22:40:57.127574
356 36 49 2014-10-01 22:40:57.142673 2014-10-01 22:40:57.142673
357 50 39 2014-10-01 22:40:57.159965 2014-10-01 22:40:57.159965
358 47 34 2014-10-01 22:40:57.173832 2014-10-01 22:40:57.173832
359 51 3 2014-10-01 22:40:57.187695 2014-10-01 22:40:57.187695
360 12 2 2014-10-01 22:40:57.201491 2014-10-01 22:40:57.201491
361 70 5 2014-10-01 22:40:57.215253 2014-10-01 22:40:57.215253
362 40 73 2014-10-01 22:40:57.229913 2014-10-01 22:40:57.229913
363 36 75 2014-10-01 22:40:57.255825 2014-10-01 22:40:57.255825
364 47 8 2014-10-01 22:40:57.270311 2014-10-01 22:40:57.270311
365 58 87 2014-10-01 22:40:57.283713 2014-10-01 22:40:57.283713
366 79 61 2014-10-01 22:40:57.2978 2014-10-01 22:40:57.2978
367 39 49 2014-10-01 22:40:57.312202 2014-10-01 22:40:57.312202
368 38 12 2014-10-01 22:40:57.326166 2014-10-01 22:40:57.326166
369 68 78 2014-10-01 22:40:57.339859 2014-10-01 22:40:57.339859
370 15 18 2014-10-01 22:40:57.354073 2014-10-01 22:40:57.354073
371 38 33 2014-10-01 22:40:57.368646 2014-10-01 22:40:57.368646
372 45 8 2014-10-01 22:40:57.382698 2014-10-01 22:40:57.382698
373 60 54 2014-10-01 22:40:57.403553 2014-10-01 22:40:57.403553
374 13 68 2014-10-01 22:40:57.462635 2014-10-01 22:40:57.462635
375 13 62 2014-10-01 22:40:57.47734 2014-10-01 22:40:57.47734
376 9 11 2014-10-01 22:40:57.49391 2014-10-01 22:40:57.49391
377 31 59 2014-10-01 22:40:57.512613 2014-10-01 22:40:57.512613
378 54 37 2014-10-01 22:40:57.528062 2014-10-01 22:40:57.528062
379 11 38 2014-10-01 22:40:57.543776 2014-10-01 22:40:57.543776
380 31 84 2014-10-01 22:40:57.558022 2014-10-01 22:40:57.558022
381 20 17 2014-10-01 22:40:57.575827 2014-10-01 22:40:57.575827
382 44 24 2014-10-01 22:40:57.596189 2014-10-01 22:40:57.596189
383 34 58 2014-10-01 22:40:57.619651 2014-10-01 22:40:57.619651
384 35 13 2014-10-01 22:40:57.64505 2014-10-01 22:40:57.64505
385 17 49 2014-10-01 22:40:57.663412 2014-10-01 22:40:57.663412
386 24 21 2014-10-01 22:40:57.678441 2014-10-01 22:40:57.678441
387 36 83 2014-10-01 22:40:57.697679 2014-10-01 22:40:57.697679
388 23 25 2014-10-01 22:40:57.711744 2014-10-01 22:40:57.711744
389 39 27 2014-10-01 22:40:57.72653 2014-10-01 22:40:57.72653
390 49 35 2014-10-01 22:40:57.742612 2014-10-01 22:40:57.742612
391 47 41 2014-10-01 22:40:57.758638 2014-10-01 22:40:57.758638
392 60 51 2014-10-01 22:40:57.776266 2014-10-01 22:40:57.776266
393 78 11 2014-10-01 22:40:57.791869 2014-10-01 22:40:57.791869
394 24 8 2014-10-01 22:40:57.807323 2014-10-01 22:40:57.807323
395 60 27 2014-10-01 22:40:57.829897 2014-10-01 22:40:57.829897
396 18 19 2014-10-01 22:40:57.84562 2014-10-01 22:40:57.84562
397 51 15 2014-10-01 22:40:57.861073 2014-10-01 22:40:57.861073
398 31 86 2014-10-01 22:40:57.874805 2014-10-01 22:40:57.874805
399 68 12 2014-10-01 22:40:57.890158 2014-10-01 22:40:57.890158
400 67 88 2014-10-01 22:40:57.906315 2014-10-01 22:40:57.906315
401 48 45 2014-10-01 22:40:57.91985 2014-10-01 22:40:57.91985
402 18 63 2014-10-01 22:40:57.934097 2014-10-01 22:40:57.934097
403 56 40 2014-10-01 22:40:57.956934 2014-10-01 22:40:57.956934
404 53 28 2014-10-01 22:40:57.970741 2014-10-01 22:40:57.970741
405 30 80 2014-10-01 22:40:57.990902 2014-10-01 22:40:57.990902
406 70 15 2014-10-01 22:40:58.005781 2014-10-01 22:40:58.005781
407 46 60 2014-10-01 22:40:58.019301 2014-10-01 22:40:58.019301
408 36 30 2014-10-01 22:40:58.03854 2014-10-01 22:40:58.03854
409 84 37 2014-10-01 22:40:58.078531 2014-10-01 22:40:58.078531
410 67 14 2014-10-01 22:40:58.094197 2014-10-01 22:40:58.094197
411 48 72 2014-10-01 22:40:58.133246 2014-10-01 22:40:58.133246
412 88 18 2014-10-01 22:40:58.204301 2014-10-01 22:40:58.204301
413 75 68 2014-10-01 22:40:58.22187 2014-10-01 22:40:58.22187
414 56 36 2014-10-01 22:40:58.254378 2014-10-01 22:40:58.254378
415 52 51 2014-10-01 22:40:58.269112 2014-10-01 22:40:58.269112
416 50 56 2014-10-01 22:40:58.305383 2014-10-01 22:40:58.305383
417 52 43 2014-10-01 22:40:58.32618 2014-10-01 22:40:58.32618
418 19 30 2014-10-01 22:40:58.345461 2014-10-01 22:40:58.345461
419 34 56 2014-10-01 22:40:58.38107 2014-10-01 22:40:58.38107
420 10 20 2014-10-01 22:40:58.398316 2014-10-01 22:40:58.398316
421 33 17 2014-10-01 22:40:58.433654 2014-10-01 22:40:58.433654
422 38 10 2014-10-01 22:40:58.447587 2014-10-01 22:40:58.447587
423 48 59 2014-10-01 22:40:58.481473 2014-10-01 22:40:58.481473
424 57 31 2014-10-01 22:40:58.498615 2014-10-01 22:40:58.498615
425 10 26 2014-10-01 22:40:58.511618 2014-10-01 22:40:58.511618
426 39 66 2014-10-01 22:40:58.545373 2014-10-01 22:40:58.545373
427 20 89 2014-10-01 22:40:58.56295 2014-10-01 22:40:58.56295
428 23 39 2014-10-01 22:40:58.577166 2014-10-01 22:40:58.577166
429 51 12 2014-10-01 22:40:58.591889 2014-10-01 22:40:58.591889
430 73 6 2014-10-01 22:40:58.606475 2014-10-01 22:40:58.606475
431 75 22 2014-10-01 22:40:58.621225 2014-10-01 22:40:58.621225
432 30 78 2014-10-01 22:40:58.636179 2014-10-01 22:40:58.636179
433 89 87 2014-10-01 22:40:58.650844 2014-10-01 22:40:58.650844
434 10 9 2014-10-01 22:40:58.665062 2014-10-01 22:40:58.665062
435 87 24 2014-10-01 22:40:58.682691 2014-10-01 22:40:58.682691
436 53 73 2014-10-01 22:40:58.700441 2014-10-01 22:40:58.700441
437 91 31 2014-10-01 22:40:58.71751 2014-10-01 22:40:58.71751
438 17 91 2014-10-01 22:40:58.732765 2014-10-01 22:40:58.732765
439 91 32 2014-10-01 22:40:58.747625 2014-10-01 22:40:58.747625
440 53 91 2014-10-01 22:40:58.764483 2014-10-01 22:40:58.764483
441 91 76 2014-10-01 22:40:58.777832 2014-10-01 22:40:58.777832
442 84 91 2014-10-01 22:40:58.791037 2014-10-01 22:40:58.791037
443 36 91 2014-10-01 22:41:40.119936 2014-10-01 22:41:40.119936
445 104 92 2014-10-02 22:36:15.620284 2014-10-02 22:36:15.620284
446 105 92 2014-10-02 22:36:57.294468 2014-10-02 22:36:57.294468
447 104 108 2014-10-02 23:05:17.60782 2014-10-02 23:05:17.60782
448 92 96 2014-10-02 23:27:42.906426 2014-10-02 23:27:42.906426
449 105 96 2014-10-02 23:27:48.809815 2014-10-02 23:27:48.809815
450 104 96 2014-10-02 23:27:57.219896 2014-10-02 23:27:57.219896
451 99 96 2014-10-02 23:30:34.457536 2014-10-02 23:30:34.457536
452 99 97 2014-10-03 01:08:17.746464 2014-10-03 01:08:17.746464
453 104 97 2014-10-03 01:10:29.282195 2014-10-03 01:10:29.282195
454 92 97 2014-10-03 01:10:55.548973 2014-10-03 01:10:55.548973
455 105 111 2014-10-03 01:18:04.748873 2014-10-03 01:18:04.748873
456 99 111 2014-10-03 01:18:54.459862 2014-10-03 01:18:54.459862
457 96 111 2014-10-03 01:22:48.067049 2014-10-03 01:22:48.067049
458 92 111 2014-10-03 01:26:29.192136 2014-10-03 01:26:29.192136
459 96 92 2014-10-03 02:13:41.307064 2014-10-03 02:13:41.307064
460 111 92 2014-10-03 02:13:45.240507 2014-10-03 02:13:45.240507
461 99 92 2014-10-03 02:13:54.808976 2014-10-03 02:13:54.808976
462 109 92 2014-10-03 02:15:02.634219 2014-10-03 02:15:02.634219
463 97 92 2014-10-03 02:23:12.652451 2014-10-03 02:23:12.652451
464 102 92 2014-10-03 02:35:23.216129 2014-10-03 02:35:23.216129
465 96 105 2014-10-03 02:39:14.223514 2014-10-03 02:39:14.223514
466 111 105 2014-10-03 02:39:37.590975 2014-10-03 02:39:37.590975
467 92 105 2014-10-03 02:39:41.838634 2014-10-03 02:39:41.838634
468 109 105 2014-10-03 02:39:47.90069 2014-10-03 02:39:47.90069
469 102 105 2014-10-03 02:39:56.924504 2014-10-03 02:39:56.924504
470 104 105 2014-10-03 02:40:05.155844 2014-10-03 02:40:05.155844
471 105 102 2014-10-03 02:56:29.041337 2014-10-03 02:56:29.041337
472 92 102 2014-10-03 02:56:41.163776 2014-10-03 02:56:41.163776
473 113 105 2014-10-03 04:45:37.276439 2014-10-03 04:45:37.276439
474 105 99 2014-10-03 06:16:11.915222 2014-10-03 06:16:11.915222
475 92 99 2014-10-03 06:16:17.731628 2014-10-03 06:16:17.731628
476 97 99 2014-10-03 06:17:46.541177 2014-10-03 06:17:46.541177
477 104 116 2014-10-03 06:17:47.273863 2014-10-03 06:17:47.273863
478 104 99 2014-10-03 06:17:54.94368 2014-10-03 06:17:54.94368
480 111 99 2014-10-03 06:18:19.775712 2014-10-03 06:18:19.775712
481 96 99 2014-10-03 06:18:36.657599 2014-10-03 06:18:36.657599
482 99 116 2014-10-03 06:19:08.532979 2014-10-03 06:19:08.532979
483 105 116 2014-10-03 06:19:16.77308 2014-10-03 06:19:16.77308
484 108 99 2014-10-03 06:19:20.82995 2014-10-03 06:19:20.82995
485 96 116 2014-10-03 06:19:39.906132 2014-10-03 06:19:39.906132
486 116 99 2014-10-03 06:21:41.945853 2014-10-03 06:21:41.945853
487 99 122 2014-10-03 13:39:33.580395 2014-10-03 13:39:33.580395
488 122 99 2014-10-03 16:46:05.233508 2014-10-03 16:46:05.233508
489 99 124 2014-10-03 16:51:31.508611 2014-10-03 16:51:31.508611
490 124 99 2014-10-03 16:57:38.72466 2014-10-03 16:57:38.72466
491 96 102 2014-10-03 17:00:13.336281 2014-10-03 17:00:13.336281
492 104 102 2014-10-03 17:00:17.231878 2014-10-03 17:00:17.231878
493 99 102 2014-10-03 17:00:29.158575 2014-10-03 17:00:29.158575
494 97 102 2014-10-03 17:00:37.104403 2014-10-03 17:00:37.104403
495 109 99 2014-10-03 17:12:38.565522 2014-10-03 17:12:38.565522
496 99 105 2014-10-03 18:08:40.139491 2014-10-03 18:08:40.139491
497 102 99 2014-10-03 18:33:32.629716 2014-10-03 18:33:32.629716
498 104 111 2014-10-03 19:52:16.858352 2014-10-03 19:52:16.858352
499 109 111 2014-10-03 19:52:29.661739 2014-10-03 19:52:29.661739
500 111 129 2014-10-03 20:59:06.390223 2014-10-03 20:59:06.390223
501 92 129 2014-10-03 20:59:24.600895 2014-10-03 20:59:24.600895
502 105 129 2014-10-03 20:59:31.695567 2014-10-03 20:59:31.695567
503 99 129 2014-10-03 20:59:36.711404 2014-10-03 20:59:36.711404
504 122 96 2014-10-03 21:55:52.304896 2014-10-03 21:55:52.304896
505 111 96 2014-10-03 21:57:35.903851 2014-10-03 21:57:35.903851
506 129 99 2014-10-03 22:09:12.757934 2014-10-03 22:09:12.757934
507 129 92 2014-10-03 22:17:58.685399 2014-10-03 22:17:58.685399
508 97 96 2014-10-03 22:31:52.078718 2014-10-03 22:31:52.078718
509 125 99 2014-10-04 00:34:55.515868 2014-10-04 00:34:55.515868
510 129 111 2014-10-04 01:23:40.690823 2014-10-04 01:23:40.690823
511 36 133 2014-10-04 02:27:58.60433 2014-10-04 02:27:58.60433
512 134 99 2014-10-04 05:10:23.085152 2014-10-04 05:10:23.085152
513 122 92 2014-10-05 22:04:22.457963 2014-10-05 22:04:22.457963
514 111 125 2014-10-06 17:40:40.912027 2014-10-06 17:40:40.912027
515 105 125 2014-10-06 17:41:09.282691 2014-10-06 17:41:09.282691
516 105 104 2014-10-06 21:09:41.877574 2014-10-06 21:09:41.877574
517 113 99 2014-10-08 22:50:21.825363 2014-10-08 22:50:21.825363
518 54 139 2014-10-09 06:09:19.628307 2014-10-09 06:09:19.628307
519 99 140 2014-10-12 19:09:59.061223 2014-10-12 19:09:59.061223
520 129 140 2014-10-12 19:10:31.935104 2014-10-12 19:10:31.935104
521 111 140 2014-10-12 19:10:49.861274 2014-10-12 19:10:49.861274
522 125 140 2014-10-12 20:45:11.701753 2014-10-12 20:45:11.701753
523 105 140 2014-10-12 21:13:24.383418 2014-10-12 21:13:24.383418
524 104 140 2014-10-12 21:13:29.638649 2014-10-12 21:13:29.638649
525 140 111 2014-10-16 22:46:44.557943 2014-10-16 22:46:44.557943
526 102 142 2014-10-19 05:01:01.242733 2014-10-19 05:01:01.242733
527 99 142 2014-10-19 05:01:07.013559 2014-10-19 05:01:07.013559
528 96 142 2014-10-19 05:01:24.489559 2014-10-19 05:01:24.489559
529 105 142 2014-10-19 05:01:28.097098 2014-10-19 05:01:28.097098
530 111 142 2014-10-19 05:01:35.280459 2014-10-19 05:01:35.280459
531 122 142 2014-10-19 05:01:38.625713 2014-10-19 05:01:38.625713
532 140 91 2014-10-20 06:52:22.798697 2014-10-20 06:52:22.798697
533 96 122 2014-11-01 11:21:07.389321 2014-11-01 11:21:07.389321
534 92 122 2014-11-01 11:22:28.592294 2014-11-01 11:22:28.592294
535 143 91 2015-04-19 17:34:10.131682 2015-04-19 17:34:10.131682
1 42 Micah, my family, and I just got back from a hiking trip. There was a skateboard in the van. Next trip was being planned for Hueco Mundo. There, the first few hours of the trip is somehow supposed to be an entire day hike. 2014-10-01 22:40:58.819866 2014-10-01 22:40:58.819866 38.73 -120.8 35.71 -87.35 2014-06-02
2 9 Saved children who were baby ducks by alchemy battle. 2014-10-01 22:40:58.830496 2014-10-01 22:40:58.830496 36.41 -82.62 41.09 -74.68 2014-09-07
3 21 Giant summoned cobra battle snake. 2014-10-01 22:40:58.838789 2014-10-01 22:40:58.838789 35.71 -87.35 33.59 -89.84 2014-06-14
4 63 Visiting grave on hill during sunset. 2014-10-01 22:40:58.847164 2014-10-01 22:40:58.847164 42.3 -71.43 30.68 -88.04 2014-01-02
5 29 Buying kayaks with monkeys. Specifically, window shopping. 2014-10-01 22:40:58.856163 2014-10-01 22:40:58.856163 40.76 -76.07 47.44 -119.27 2014-02-05
6 14 I work at a sword shop. Shop has this sword called Ryoka which is incredibly powerful. Evil people tried to trick it out of me, but I cornered them with a game of hide-and-go-seek. Evil interrogator was Jason Hu. 2014-10-01 22:40:58.863659 2014-10-01 22:40:58.863659 47.84 -122.19 41.57 -81.2 2014-06-23
7 46 Ryoka was actually put among all the other swords on a rack near the front of the shop. The shop was in Bruma, in the dark back alleys. Store front is also made of paper. Also, interrogation was in Micah's old bedroom. The racecar bed was a desk. 2014-10-01 22:40:58.872029 2014-10-01 22:40:58.872029 41.09 -73.55 41.65 -91.53 2014-03-02
8 70 Was playing soccer against Gaara, and a Mexican-looking immigrant wasted all of the time on the clock until episode 126. Micah was our goalie. 2014-10-01 22:40:58.920851 2014-10-01 22:40:58.920851 34.32 -110.07 41.47 -71.52 2014-08-18
9 20 Trying to save a nuclear weapon in the desert. 2014-10-01 22:40:58.928845 2014-10-01 22:40:58.928845 38.08 -95.15 40.08 -75.41 2014-01-25
10 51 Colin Mang's parents are rags to riches story. 2014-10-01 22:40:58.936736 2014-10-01 22:40:58.936736 40.12 -79.56 37.32 -90.89 2014-09-07
11 57 I had Micah, Kelly Thoung, and the Knopp twins over at my house. Was playing Halo with Knopp twins downstairs, when I noticed Micah & Kelly were missing. Walked upstairs to fin Micah and Kelly fucking in my parents' bed. 2014-10-01 22:40:58.94357 2014-10-01 22:40:58.94357 48.74 -122.46 27.48 -82.57 2014-08-04
12 9 Micah came down so I hid behind the door, but he found me. I told him we were playing hide-and-go-seek. He bought it. 2014-10-01 22:40:58.950518 2014-10-01 22:40:58.950518 26.37 -98.82 33.59 -89.84 2014-06-02
13 10 Listening to Technostorm Hurricaine, and the piano starts playing itself. 2014-10-01 22:40:58.957121 2014-10-01 22:40:58.957121 41.01 -76.8 40.32 -75.37 2014-02-07
14 52 New semester, and I have a tech class on the first floor of Lincoln. Resembles janitorial office. About ten people, including Amanda Baker. Dingy classroom, teacher is a large black janitor. Doesn't teach. Something about study buddies. 2014-10-01 22:40:58.965071 2014-10-01 22:40:58.965071 30.97 -84.8 36.15 -105.62 2014-08-25
15 44 Something important to me wouldn't, or couldn't, go through a teleporter with me. 2014-10-01 22:40:58.971347 2014-10-01 22:40:58.971347 33.91 -102.33 40.12 -79.56 2014-05-22
16 43 Micah and I competing in an F-Zero race. Didn't have enough money to buy some upgrade before the race. 2014-10-01 22:40:58.978405 2014-10-01 22:40:58.978405 36.5 -76.76 25.46 -80.45 2014-07-03
17 82 Coming home from NSCC class with mom. Omnipresent, ominous whispering, which everyone can hear but everyone is ignoring. 2014-10-01 22:40:58.984715 2014-10-01 22:40:58.984715 41.09 -73.55 38.35 -121.9 2014-02-22
18 25 Field trip in school to little chain of islands. Turned into a race from one side of the islands to the other, everyone was given a bike, tent, and kayak. Most people thinking it would take about two days. Everyone paired up. 2014-10-01 22:40:58.991127 2014-10-01 22:40:58.991127 34.01 -118.49 39.53 -119.41 2014-07-05
19 4 We didn't get bikes for some reason. She stole someone else's. Ended up biking off a cliff. I walked down the cliff face to the ocean in order to kayak the entire way. She swallowed too much seawater and died. Then eaten by shark. 2014-10-01 22:40:58.997916 2014-10-01 22:40:58.997916 29.45 -98.5 43.55 -87.95 2014-01-02
20 77 I got in kayak and paddled toward the far island. night fell in about thirty seconds. 2014-10-01 22:40:59.004543 2014-10-01 22:40:59.004543 36.7 -76.63 33.94 -84.2 2014-05-23
21 59 Discussion of buccal funnels turned into discussion of Amanda Jones. 2014-10-01 22:40:59.011262 2014-10-01 22:40:59.011262 30.7 -97.73 33.94 -84.2 2014-03-22
22 58 Process was repeated over and over again, and was narrated by an omnipresent Discovery Channel narrator voice. We continued walking, and the same two pools and waterfall with stingrays repeated, exactly the same, every hundred feet. 2014-10-01 22:40:59.017516 2014-10-01 22:40:59.017516 26.37 -98.82 43.02 -104.64 2014-09-21
23 36 Finally we get to a river, and a giant pipe was there for no particular reason. My dad suggested we purify the river water of salt, by using buckets and dirt. 2014-10-01 22:40:59.024356 2014-10-01 22:40:59.024356 25.77 -80.2 36.67 -121.79 2014-09-11
24 25 Giant pipe was laid under the bridge, angled toward a nearby hill. Water started flowing into the pipe for no particular reason, which then flowed into the river and somehow purified it. Our job being done, we left. 2014-10-01 22:40:59.030895 2014-10-01 22:40:59.030895 48.74 -122.46 36.22 -78.93 2014-07-13
25 66 A building in Beijing replaced with grizzly bears. Fishing done by bears out in the wild done by packs of coyotes. Construction workers replaced the packs of coyotes hunting small animals out in the wild, and the wheel of nature was complete. 2014-10-01 22:40:59.037074 2014-10-01 22:40:59.037074 41.18 -88.31 40.76 -76.07 2014-05-06
26 53 Big house owned by half black, half Mexican family, hung from upper boughs of the tree. A few hundred yards away was a roller coaster that belonged to a rival ski resort trying to make summer money. 2014-10-01 22:40:59.044331 2014-10-01 22:40:59.044331 47.66 -122.38 41.53 -86.69 2014-02-27
27 38 My family is visiting and we are given a tour of the tree house. Top room was a guest bedroom, everything was stable. Walked down a square staircase around the trunk of the tree to next room down, where the family slept. Room was less stable. 2014-10-01 22:40:59.052687 2014-10-01 22:40:59.052687 40.32 -75.37 36.67 -121.79 2014-05-07
28 16 Again down stairs was a family room or den, where we played some games. Room was less stable. Room below was the dining room, where we were served hot cocoa by a girl who spoke Spanish to us. She acted like a waitress. 2014-10-01 22:40:59.062812 2014-10-01 22:40:59.062812 21.46 -158.06 34.13 -118.39 2014-05-10
29 7 Fifth room down was extremely unstable, and kept swinging from side to side. We were never shown the lowest room. A couple of days after we leave the building is somehow sabotaged and the whole thing falls down. 2014-10-01 22:40:59.070129 2014-10-01 22:40:59.070129 31.09 -97.36 35.71 -87.35 2014-09-18
30 40 A couple of bodies are found including the grandfather and the mother. The community of the nearby village are all immediately suspects, and are forced to participate in some truth and reconciliation program. 2014-10-01 22:40:59.078098 2014-10-01 22:40:59.078098 34.11 -80.18 39.3 -76.61 2014-03-13
31 40 A blue flag is the symbol of reconciliation, so everything gets covered by little stickers with blue flags on them. One guy gets the image on the stickers tattooed on the back of his neck. 2014-10-01 22:40:59.087896 2014-10-01 22:40:59.087896 43.55 -87.95 26.37 -98.82 2014-02-22
32 39 I was playing goalie for a non-existant team in the Euro Cup, and was playing against Bolivia in the semi-finals. We were up 4-0 when I quit paying attention and they went on a rampage. At 4-3, I started playing well and made a few beautiful saves. 2014-10-01 22:40:59.096956 2014-10-01 22:40:59.096956 33.1 -92.49 36.97 -112.98 2014-01-16
33 36 A girl was guiding me through a cave system underneath some school, which was somehow locked every other door, but she somehow had all the keys. In the caves were a bunch of rebellion student groups, all living in different parts of the cave. 2014-10-01 22:40:59.105787 2014-10-01 22:40:59.105787 40.32 -75.37 46.73 -117.17 2014-05-02
34 23 There were a group of emos, a group of punks, a group of hippies, a group of nudists, and group of drug fiends, and then a group of "perfectly normal" people, who all sat primly in chairs with the same outfits. 2014-10-01 22:40:59.116983 2014-10-01 22:40:59.116983 37.76 -78.26 37.35 -89.26 2014-01-14
35 63 A TV crew came by, which was broadcast to TVs all over the caves. 2014-10-01 22:40:59.12507 2014-10-01 22:40:59.12507 37.69 -81.49 41.47 -81.67 2014-01-23
36 63 As in Stratego, through, all identities were hidden. Purpose of tanks and infantry was unclear. Mummies had alien technology, and guns as well. The layout of the caves was roughly squarish, with secret passages and tunnels practically everywhere. 2014-10-01 22:40:59.133274 2014-10-01 22:40:59.133274 37.78 -122.12 42.96 -85.65 2014-05-21
37 45 Andy Fulton's older brother looked for all the world like a really hot girl. 2014-10-01 22:40:59.14168 2014-10-01 22:40:59.14168 35.7 -81.07 43.4 -103.26 2014-07-17
38 59 Staying in Japan with a few other people, and a home stay family which just consists of one kid who hangs out with me most of the time. House was somehow part of a museum about different eras of living. 2014-10-01 22:40:59.148809 2014-10-01 22:40:59.148809 37.27 -82.57 34 -81.03 2014-06-18
39 52 Hanging out watching television with Japanese dude when one of the girls in our travelling group asks me if she can fuck me for some reason I don't remember. I agreed, so we went back to a bedroom and stripped down naked. 2014-10-01 22:40:59.156993 2014-10-01 22:40:59.156993 39.8 -97.45 44.48 -73.22 2014-09-20
40 42 Spiritual journey ensued. Clothes were seemingly absent. 2014-10-01 22:40:59.165378 2014-10-01 22:40:59.165378 38.6 -121.44 41.24 -75.87 2014-04-20
41 67 Out wandering with the Micah and the crew. We go back to his house which in no way resembles his actual house. Out front is Emily Fletcher and two girls I didn't really notice. Emily told us that they were waiting for Amanda and Jada. 2014-10-01 22:40:59.175011 2014-10-01 22:40:59.175011 30.33 -81.65 27.48 -82.57 2014-08-04
42 32 Front doors of the house are locked, so I went through an alley to the back door. I walk in and I see two people in a bed there. 2014-10-01 22:40:59.184235 2014-10-01 22:40:59.184235 36.6 -121.88 34.12 -118.05 2014-06-25
43 62 I walk past and compliment Colleen on her tits. They did not seem to mind. In the next room was an unknown guy with hairy legs jerking off to the TV. In the next room, Micah's parents are having sex. 2014-10-01 22:40:59.193177 2014-10-01 22:40:59.193177 27.95 -82.48 33.61 -86.59 2014-07-04
44 36 Long, epic story in poetry and play form. Also animation incorporated somehow. Finale included main character creating everything in a blaze of fire and light. Dozens of fake wake-ups. 2014-10-01 22:40:59.201564 2014-10-01 22:40:59.201564 30.77 -94.42 30.7 -97.73 2014-03-20
45 36 Playing goalie in soccer. Referee being very unreasonable. Kid on the other team wearing two pairs of shorts and being a prick. Micah very angry about it. Referee still being unreasonable. 2014-10-01 22:40:59.209333 2014-10-01 22:40:59.209333 33.94 -84.2 38.73 -93.55 2014-06-26
46 43 Riding home in a car at night. I watch as a 747 crashes into the ground nearby where we are driving. The crash site resembles Titanic at the bottom of the ocean somehow. I start seeing many strange things. 2014-10-01 22:40:59.219795 2014-10-01 22:40:59.219795 26.37 -98.82 47.44 -119.27 2014-02-26
47 38 A huge number of bats are in the sky, which I then realize are Hogwarts witches on broomsticks. I managed to get a picture of one of them as proof. When we got to the house, evil starting haunting us. 2014-10-01 22:40:59.230129 2014-10-01 22:40:59.230129 46.25 -119.08 29.45 -98.5 2014-08-10
48 1 The Grim Reaper comes and stands before me. I then realize it's a dream, and melt the Grim Reaper with my mind. Had difficulty summoning people, but a party still ensued. 2014-10-01 22:40:59.245564 2014-10-01 22:40:59.245564 40.85 -78.26 41.01 -76.8 2014-04-11
49 33 Playing roller hockey at a gym. I was on the blue team, which sucked, and there was an asshole on the red team. First both teams played and the red team won. Then I went up against the entire red team by myself and barely lost. 2014-10-01 22:40:59.258838 2014-10-01 22:40:59.258838 38.22 -85.74 29.43 -95.24 2014-02-25
50 72 Lastly I went up against the asshole in a one-on-one and won some kind of title. The blue team celebrates at my victory. The rules of the whole affair seemed rather malleable at best. 2014-10-01 22:40:59.269713 2014-10-01 22:40:59.269713 33.91 -102.33 41.09 -73.55 2014-07-27
51 85 At a skate park with Micah, and there was a parent watching over the place. The skate park was loosely based off The S park downtown. Afterwards the parent asked me if I had paid, and I explained that I hadn't. 2014-10-01 22:40:59.278403 2014-10-01 22:40:59.278403 42.96 -85.65 36.6 -121.88 2014-06-06
52 51 I fell into a tree or bush sort of thing, and my left hand scraped something on the leaves, and the lady smiled. After I a few seconds of walking away, my hand went numb, and I turned it over to find little green spikes embedded in my hand. 2014-10-01 22:40:59.286081 2014-10-01 22:40:59.286081 37.97 -98.3 41.13 -91.54 2014-07-04
53 47 I asked her if she knew that was going to happen, and she said of course. 2014-10-01 22:40:59.295821 2014-10-01 22:40:59.295821 39.89 -80.18 38.6 -121.44 2014-09-18
54 76 I somehow flexed my hand and the spikes popped out. I then crushed my hand with my other hand, and bunch of green liquid came squirting out. I did that until the liquid stopped, then I had an uncontrollable urge to piss. 2014-10-01 22:40:59.307557 2014-10-01 22:40:59.307557 38.35 -121.9 36.6 -121.88 2014-08-15
55 16 New Xbox 260 came in. Brother was excited. 2014-10-01 22:40:59.321384 2014-10-01 22:40:59.321384 40.24 -94.33 36.25 -79.08 2014-09-08
56 18 My brother and I and someone else are driving around, and I don't remember where we're headed or why, nor do I think my brother does. We end up at Mount Adams, and the summit is Mount Adams, except the Mount Baker ski resort is on its lower slopes. 2014-10-01 22:40:59.338725 2014-10-01 22:40:59.338725 37.27 -82.57 38.22 -85.74 2014-06-04
57 55 My brother and I are about to go snowboarding, but for some reason we decide to turn back and we drive to a Red Lobster to eat food. I don't remember if we ever get there. 2014-10-01 22:40:59.348788 2014-10-01 22:40:59.348788 40.12 -79.56 39.71 -105.69 2014-01-05
58 69 I'm over by Gasworks somewhere in Seattle, only it's pretty hood which is unusual. I'm waiting with about 30 other people outside a corner store, and we're playing some really weird game. The only people there that I recognize are Reed and Micah. 2014-10-01 22:40:59.36126 2014-10-01 22:40:59.36126 37.78 -122.12 40.14 -76.02 2014-03-26
59 22 Apparently the game is played between two teams, where each team tries to steal the other's 'deposit'. If you could successfully steal the other team's deposit, then you got to keep it, but if you got caught, then you were out for the round. 2014-10-01 22:40:59.374977 2014-10-01 22:40:59.374977 41.87 -75.72 35.83 -78.83 2014-03-15
60 45 To pass the time, Reed Shaw mugs this little kid and takes 2 dollar bills and a pair of aviator sunglasses from him. Finally at one point this car rolls up and a guy and his girl step out and walk into the corner store. 2014-10-01 22:40:59.383669 2014-10-01 22:40:59.383669 39.89 -80.18 37.35 -89.26 2014-07-14
61 23 Everyone thinks it might be the guy we're looking for, so we're all attempting to surreptitiously watch him but failing and being really obvious. When the guy steps back outside he takes Micah and I aside, at which point I notice he's a huge guy. 2014-10-01 22:40:59.396207 2014-10-01 22:40:59.396207 27.95 -82.48 44.22 -87.8 2014-05-22
62 60 He starts asking why everyone's looking at him, and Micah keeps giving him these vague responses and keeps dodging questions. 2014-10-01 22:40:59.414517 2014-10-01 22:40:59.414517 28.33 -82.27 40.08 -75.41 2014-08-17
63 43 Eventually when it looks like the guy is going to beat the crap out of us I just tell him about the game and that we thought he might have been the guy we were looking for. 2014-10-01 22:40:59.424877 2014-10-01 22:40:59.424877 40.39 -81.08 0 0 2014-08-22
64 65 The conversation then becomes about giant weed-launching catapults and the economy of North Korea. 2014-10-01 22:40:59.433552 2014-10-01 22:40:59.433552 36.41 -82.62 42.54 -91.11 2014-06-21
65 29 I am at someone's house in the Montlake, northern Arboretum district of Seattle. There's a party going on in this guy's basement, but the only people I recognize are Micah, Lily, and Punneh. 2014-10-01 22:40:59.446391 2014-10-01 22:40:59.446391 33.29 -117.3 39.23 -91.01 2014-02-20
66 80 To be fair, it was a rather windy and stormy night. Somehow this turns into a plan to rent a couple of boats from the UW, which supposedly if you rent in the middle of the night you get to keep until 6 in the morning. 2014-10-01 22:40:59.45331 2014-10-01 22:40:59.45331 35.22 -89.51 37.36 -82.78 2014-05-09
67 16 For some reason we decide to take the bus, so Lily, Punneh, this guy and I get on a bus somewhere around the Hop-In Market and ride north across the Montlake Bridge towards the University District. 2014-10-01 22:40:59.463353 2014-10-01 22:40:59.463353 38.43 -78.87 44.22 -87.8 2014-06-03
68 37 At some point Lily and I get very lost, so we decide to turn back and head back to the party at this guy's house, and let him and Punneh deal with the boats, only we realize I don't have bus money to get back, and I didn't think to get a transfer. 2014-10-01 22:40:59.472093 2014-10-01 22:40:59.472093 37.36 -82.78 33.1 -92.49 2014-03-06
69 75 I was at some kind of county fair or something, and there was a big dinner going on. 2014-10-01 22:40:59.481147 2014-10-01 22:40:59.481147 29.7 -96.77 34.01 -118.49 2014-08-22
70 34 Apparently someone I knew had entered some of his pies or something into the fair and had done really well, which I think was the cause for the current celebration. 2014-10-01 22:40:59.493094 2014-10-01 22:40:59.493094 29.98 -90.97 38.08 -95.15 2014-05-16
71 45 This one guy looked a lot like Stephen Root and nobody seemed to like him, though I couldn't exactly figure out why. 2014-10-01 22:40:59.506726 2014-10-01 22:40:59.506726 46.63 -94.88 40.43 -79.97 2014-06-26
72 65 I was sitting in my living room, and there were a bunch of people over for some dinner. At some point the setting completely changed from my house to a restaurant of some sort. 2014-10-01 22:40:59.522983 2014-10-01 22:40:59.522983 0 0 32.89 -89.96 2014-03-15
73 56 I started to talk to this blonde girl who looked a bit like Anne, but really looked a lot more like Erika. We just kind of talked about stuff. 2014-10-01 22:40:59.534505 2014-10-01 22:40:59.534505 33.29 -117.3 40.39 -81.08 2014-06-19
74 81 There was also something about all-you-can-eat. 2014-10-01 22:40:59.599917 2014-10-01 22:40:59.599917 36.74 -119.75 56.3 -158.49 2014-01-07
75 3 There was some sort of weird legal proceeding going on, somewhere between a court case and a congressional hearing, and it was about this little guy who had been caught in an explosion that was caused by the government. 2014-10-01 22:40:59.609008 2014-10-01 22:40:59.609008 36.13 -91.96 41.09 -74.68 2014-06-10
76 46 The lawyer seemed much more interested in the case than he, and won it to great personal fame and acclaim, but later I found out that the guy really wasn't blind in either eye, that the blindness was temporary. 2014-10-01 22:40:59.617821 2014-10-01 22:40:59.617821 38.19 -84.86 36.6 -121.88 2014-04-15
77 7 He didn't really want to sue the government that bad but his lawyer galvanized him into doing it. 2014-10-01 22:40:59.632678 2014-10-01 22:40:59.632678 34.32 -110.07 42.04 -70.09 2014-02-03
78 77 Some random person caught us, though, so we dipped as quick as possible but the guy had four really angry fucking dogs coming after us. The dogs went after T mostly so I hid behind some bushes for a while, but eventually two of the dogs found me. 2014-10-01 22:40:59.641368 2014-10-01 22:40:59.641368 25.46 -80.45 32.2 -83.9 2014-01-19
79 40 They ran up to me but I stayed as still as possible and offered them my hand, which they sniffed and licked until they were calm. The other two dogs were off still chasing somebody, but these two dogs just lay down with me and let me pet them. 2014-10-01 22:40:59.650087 2014-10-01 22:40:59.650087 37.27 -82.57 29.92 -91.78 2014-08-12
80 68 One was a black dog and the other was a sort of husky, but only after a little while did I notice they were both cyborgs. I barely detected that they had mechanical parts stitched into their bodes all over. 2014-10-01 22:40:59.659499 2014-10-01 22:40:59.659499 43.9 -71.06 46.41 -68.49 2014-09-14
81 89 After remaining super calm for a while, Tarek eventually found me and started petting the dogs with me, until he found out they were two of the dogs that were chasing us, at which point he wanted to get the fuck out of there. 2014-10-01 22:40:59.66818 2014-10-01 22:40:59.66818 39.47 -87.38 43.02 -104.64 2014-05-24
82 51 We got up carefully and started walking calmly away, and the dogs trotted after us for a bit. 2014-10-01 22:40:59.676847 2014-10-01 22:40:59.676847 29.98 -81.67 43.03 -108.41 2014-04-01
83 49 I notice that everyone's walking towards a nearby lake where a boat is playing Christmas carols, and no one is really paying attention to us walking the other way, but for some reason T still decides to start running, which spooks the dogs. 2014-10-01 22:40:59.685176 2014-10-01 22:40:59.685176 39.42 -85.62 34 -81.03 2014-04-09
84 14 The black dog, who's with me, starts nipping my legs, causing me to jump, at which point the dog gets underneath me and I accidentally fall on his neck. 2014-10-01 22:40:59.694611 2014-10-01 22:40:59.694611 33.61 -86.59 42.59 -94.01 2014-01-02
85 77 I roll off as quickly as possible, but then the dog launches himself at me in a rage and wraps his jaws around my head. I then promptly woke up. 2014-10-01 22:40:59.7031 2014-10-01 22:40:59.7031 47.44 -119.27 36.74 -119.75 2014-04-14
86 66 I'm walking from Seattle to Portland, with who I think is my mother. We've been walking for an extremely long time when we cross a river, and all of a sudden everything seems very familiar to me. 2014-10-01 22:40:59.711503 2014-10-01 22:40:59.711503 40.22 -74.76 29.92 -91.78 2014-02-25
87 58 We're on the bank of a river, and if we follow the river through a couple more bends we'll come to a park that I know of. I have never seen this park ever before, and yet it seems incredibly familiar to me. 2014-10-01 22:40:59.720388 2014-10-01 22:40:59.720388 30.97 -84.8 48.74 -122.46 2014-05-05
88 12 I think I'm meeting someone there, but I can't remember who or for what. 2014-10-01 22:40:59.729902 2014-10-01 22:40:59.729902 37.61 -81.57 41.09 -74.68 2014-01-11
89 50 My parents weren't even that surprised to see me, which was odd. They did, however, move their computer over to the TV, so they were using our TV as their monitor, which was awesome and I now want to find out if that's possible at all. 2014-10-01 22:40:59.738226 2014-10-01 22:40:59.738226 38.19 -84.86 26.37 -98.82 2014-02-18
90 71 I decided to go in during school hours to throw the security force off even more, so I made my way in by a roof access, which lead me to a boiler room and then through several empty offices. 2014-10-01 22:40:59.747976 2014-10-01 22:40:59.747976 41.47 -81.67 32.32 -90.2 2014-01-07
91 77 I ran into some students here and there, but I was absolutely ruthless about leaving them on the floor with a few silenced bullets in their foreheads. 2014-10-01 22:40:59.757396 2014-10-01 22:40:59.757396 43.9 -99.86 33.29 -117.3 2014-03-22
92 63 Eventually I was making good progress down a major hallway when I ran into my arch nemesis, who was some dude who I was apparently really good friends with but he was heading the security forces and thus had to kill me. 2014-10-01 22:40:59.76583 2014-10-01 22:40:59.76583 36.7 -76.63 29.43 -95.24 2014-08-26
93 9 Since we sort of walked into each other, we were trying to figure out a fair way to solve the issue, and I suggested pistols at dawn because I had always wanted to do pistols at dawn. 2014-10-01 22:40:59.774922 2014-10-01 22:40:59.774922 26.74 -80.12 41.09 -73.55 2014-01-07
94 53 He found that suggestion to be a highly reasonable one, after which the two of us walked around pistols in hand looking for someone to officiate the match, which no one really seemed that inclined to do, unsurprisingly. 2014-10-01 22:40:59.784055 2014-10-01 22:40:59.784055 41.01 -76.8 33.35 -94.5 2014-01-04
95 8 I'm here at Reed, and for some reason my grandmother is coming to visit me here. She doesn't look like either of my actual grandmothers, but I don't really seem to notice or care, so when she arrives, I start to take her on a tour around campus. 2014-10-01 22:40:59.794111 2014-10-01 22:40:59.794111 0 0 40.32 -75.37 2014-06-09
96 48 Somehow this seems to line up perfectly with Renn Fayre, so as we're walking around the campus we walk by the "senior dorm", which doesn't actually exist, but is placed on one end of the Old Dorm Block. 2014-10-01 22:40:59.803234 2014-10-01 22:40:59.803234 27.75 -82.64 42.35 -71.05 2014-09-18
97 38 It's pretty much a dead-end hallway on the first floor, and so as we're walking by I look down the hallway and see that it's filled with naked Gaelic women singing some of the most beautiful songs I have ever heard. 2014-10-01 22:40:59.812647 2014-10-01 22:40:59.812647 41.18 -88.31 30.97 -84.8 2014-03-19
98 38 I don't really remember what happened to my grandmother after that, because I just sort of joined this crowd of people who formed an audience, sitting silently at the end of the hallway, entranced by the music and women. 2014-10-01 22:40:59.821394 2014-10-01 22:40:59.821394 38.41 -82.43 42.91 -86.12 2014-03-01
99 44 Because it's Renn Fayre and all, the entire hallway is decked out in tiny streams and mossy rocks and so forth, and the longer I stay sitting in this audience, the more I forget that I'm at Reed at all. 2014-10-01 22:40:59.829644 2014-10-01 22:40:59.829644 36.7 -76.63 44.8 -119.13 2014-04-08
100 33 Eventually I just kind of forget everything about my surroundings and let myself be consumed by the feeling of well-being. In retrospect I think they might have been sirens. 2014-10-01 22:40:59.838327 2014-10-01 22:40:59.838327 48.74 -122.46 41.53 -86.69 2014-07-21
101 48 It's my senior year of high school, and I have to write some sort of final paper, but for some reason I, along with everyone else in my graduating class, am assigned to go to the Lowell Elementary School cafeteria to write my paper. 2014-10-01 22:40:59.846698 2014-10-01 22:40:59.846698 29.98 -90.97 32.24 -110.94 2014-02-04
102 87 As I'm sitting in the cafeteria, at one of the long tables set up in rows, Ms. Anderson comes in to watch over us, and for some reason she has a microphone and she's occasionally saying stuff to the group. 2014-10-01 22:40:59.854895 2014-10-01 22:40:59.854895 27.21 -81.85 42.44 -94.29 2014-04-05
103 56 I'm at a table with Griffin and Caleb, so as she's passing by our table, she looks at me, laughs, and says so here I guess is the group of people who think genetics equals kinetics. I find this hysterically funny. 2014-10-01 22:40:59.863526 2014-10-01 22:40:59.863526 43.9 -71.06 43.25 -70.88 2014-05-07
104 47 Later she passes by Andrew's table and makes some assessment of them, which of course Andrew is bummed out and disappointed by. Also at some point I think someone stole my card, but he realized it wasn't his and gave it back. 2014-10-01 22:40:59.872417 2014-10-01 22:40:59.872417 39.59 -88.6 37.55 -77.46 2014-02-02
105 62 I'm back at NSCC for the first day of classes, and the first class on my schedule is some history class being taught by someone named John Klugerman, on the 6th floor of some building. 2014-10-01 22:40:59.881595 2014-10-01 22:40:59.881595 39.06 -101.24 47.25 -122.44 2014-06-21
106 44 This seems odd, though, because I only know of 5 floors in that building, and when I get up the fifth floor, I find some other class being taught. 2014-10-01 22:40:59.890678 2014-10-01 22:40:59.890678 36.15 -105.62 40.76 -76.07 2014-07-26
107 16 After asking that instructor, though, he leads me to a trap door that leads up to the only room on the 6th floor, and sure enough, there's my class. 2014-10-01 22:40:59.899231 2014-10-01 22:40:59.899231 38.89 -77.03 37.69 -81.49 2014-03-17
108 79 The person teaching the class is Joe, though, and the girl from Anna Mann who's always with him. The two of them apparently petitioned the administration for a certain class, and were told to run the class themselves. 2014-10-01 22:40:59.907266 2014-10-01 22:40:59.907266 47.65 -122.55 41.55 -73.03 2014-09-05
109 14 At the start of class, the first thing they did was make everyone be really quiet, which seemed to be a problem for these two girls in front of me that didn't want to do anything but talk. They would lecture in barely above a whisper. 2014-10-01 22:40:59.915338 2014-10-01 22:40:59.915338 37.33 -121.89 28.33 -82.27 2014-03-10
110 53 I'm at the Seattle Science Center with Tucker, Darin, and my dad. We caught a shuttle bus from somewhere in the south end to go see this exhibit, except I'm not entirely sure it was an exhibit and not just an outright family fun center. 2014-10-01 22:40:59.923919 2014-10-01 22:40:59.923919 40.85 -86.2 33.29 -117.3 2014-03-25
111 48 There were arcade games, laser tag, and this giant rock wall set up. 2014-10-01 22:40:59.93223 2014-10-01 22:40:59.93223 30.5 -90.46 35.72 -83.49 2014-04-07
112 35 The rock wall was crazy, because it covered an entire wall of what appeared to be a giant conference hall, and in one corner, it actually went up to the top of the roof and then through it, so you could climb outside if you wanted to. 2014-10-01 22:40:59.940641 2014-10-01 22:40:59.940641 41.56 -81.19 27.95 -82.48 2014-06-21
113 61 I'm pretty sure I saw Frankie Pavia at one point about to make it through the hole in the roof. However, there was this section right below the hole in the roof that appeared to be pretty difficult, 2014-10-01 22:40:59.951077 2014-10-01 22:40:59.951077 37.32 -90.89 42.04 -70.09 2014-01-20
114 36 However, since I was wearing no harness and attached to no rope, the employees running the whole thing noticed and immediately tried to get me off the wall, saying I didn't have proper equipment or shoes or anything. 2014-10-01 22:40:59.960444 2014-10-01 22:40:59.960444 39.77 -86.14 47.54 -120.55 2014-03-09
115 21 I was pretty good at climbing barefoot, but they weren't having any of it. After a little bit of arguing, they started to climb up after me, so I just traversed across to this saddle where I could climb on. 2014-10-01 22:40:59.969397 2014-10-01 22:40:59.969397 40.85 -78.26 21.46 -158.06 2014-03-16
116 67 The employees didn't seem particularly amused by this, and I was escorted off the premises. I think my dad paid some kind of fee, as well. 2014-10-01 22:40:59.977581 2014-10-01 22:40:59.977581 42.62 -90.59 43.02 -83.69 2014-02-02
117 61 We realized it was about time to make it back to the shuttle bus, so we make our way to a coffee shop to get some coffee before heading back to the pick-up point. 2014-10-01 22:40:59.985818 2014-10-01 22:40:59.985818 46.25 -119.08 28.33 -82.27 2014-07-04
118 44 At this coffee place, which is apparently really nearby the airport, they have a bunch of weed for sale, including already heated weed that you can just scoop up into a hookah and smoke right there. 2014-10-01 22:40:59.993921 2014-10-01 22:40:59.993921 38.73 -120.8 45.5 -122.65 2014-03-05
119 58 They were advertising it as "the last weed you'll be able to get before you leave the state" which apparently appealed to the all the business men that were about to catch flights at the nearby airport. 2014-10-01 22:41:00.002172 2014-10-01 22:41:00.002172 43.55 -87.95 29.76 -95.38 2014-02-13
120 54 All of a sudden, though, Darin comes running and tells us that we're about to miss the shuttle bus, so we abandon the idea of getting coffee and start running for the pick-up point. 2014-10-01 22:41:00.010234 2014-10-01 22:41:00.010234 40.81 -81.37 29.89 -93.92 2014-01-25
121 26 As we're leaving the coffee shop, though, I notice out of the corner of my eye a plastic bag in the trash can, and almost out of instinct I just grab it as we're headed out the door. 2014-10-01 22:41:00.018799 2014-10-01 22:41:00.018799 46.41 -68.49 40.76 -76.07 2014-07-26
122 29 When we make it back to the pick-up point, the shuttle bus is literally just starting to pull away when we run up, and he stops and lets us in. 2014-10-01 22:41:00.026936 2014-10-01 22:41:00.026936 28.33 -82.27 42.95 -92.53 2014-04-12
123 53 I noticed he's on the phone on the sidewalk outside and I realize that he's just going to go hang out with someone around downtown, and thus doesn't need the shuttle ride back to the south end. 2014-10-01 22:41:00.034968 2014-10-01 22:41:00.034968 34.2 -92.93 44.22 -87.8 2014-02-17
124 53 As we're driving away, I remember the plastic bag in my pocket, and sure enough, I reach into it and there's a bit of trash there which apparently someone was just going to throw away. 2014-10-01 22:41:00.042982 2014-10-01 22:41:00.042982 34 -81.03 41.55 -73.03 2014-04-05
125 70 I then realized that having the bag open to feel what's inside might let out enough smell that my dad would notice, since he's sitting next to me in the shuttle bus, so I quickly close it up and stuff it back down in my pocket. 2014-10-01 22:41:00.05116 2014-10-01 22:41:00.05116 26.74 -80.12 34.13 -118.39 2014-02-22
126 58 I'm playing what I thought was Halo 2 co-op online, but it turned out to be some kind of MMO game with hundreds of people playing the same level at the same time. 2014-10-01 22:41:00.062451 2014-10-01 22:41:00.062451 30.77 -94.42 40.39 -81.08 2014-04-24
127 51 It was really confusing, and they're were Spartans everywhere, and so I ran around until a banshee found me and then skyjacked it, and flew around. I think I was at Woodbridge playing on my computer. 2014-10-01 22:41:00.071352 2014-10-01 22:41:00.071352 32.41 -111.16 44.84 -93.45 2014-07-01
128 36 In my dream, I wake up on the balcony at Woodbridge. I remembered correctly where I was, but beyond that I was totally amnesic. I didn't remember how I got there, how long I'd been there, or who anyone was there. 2014-10-01 22:41:00.079915 2014-10-01 22:41:00.079915 32.32 -90.2 29.45 -98.5 2014-05-26
129 37 I looked across at the other balcony, where all the modifications have been made, and they were different than I was expecting, but I didn't go over and investigate closer, instead I headed down to the playing fields and found Fred. 2014-10-01 22:41:00.088517 2014-10-01 22:41:00.088517 36.7 -76.63 38.41 -82.43 2014-03-04
130 82 I started asking him questions about when I got there and how I got there, and he told me I had arrived the night before, with Andrew. The problem was that I simply didn't remember this at all, nor did I remember arriving the night before. 2014-10-01 22:41:00.098538 2014-10-01 22:41:00.098538 35.72 -83.49 40.07 -99.13 2014-03-07
131 31 I correctly guessed that it would have been Thursday at that point. 2014-10-01 22:41:00.107671 2014-10-01 22:41:00.107671 27.48 -82.57 0 0 2014-06-04
132 71 I spent a lot of time looking around looking confused, and a lot of people saw me and giggled to themselves. 2014-10-01 22:41:00.117325 2014-10-01 22:41:00.117325 39.77 -86.14 0 0 2014-07-15
133 70 It looks incredibly dark outside, which is very confusing, since it's only 11:30 in the morning. Regardless, everyone, including my family, heads for the only open hotel in town, and in the process completely mobs it. 2014-10-01 22:41:00.126139 2014-10-01 22:41:00.126139 40.87 -87.95 34.5 -87.72 2014-08-01
134 53 As we're standing in line, we run into Ben and his mother, and he tells us about a marathon he just recently ran. 2014-10-01 22:41:00.135381 2014-10-01 22:41:00.135381 35.7 -81.07 37.67 -106.35 2014-09-07
135 72 I kind of wander off into the rain, and sure enough, as I peer into the sky I see patches of blue sky here and there through the downpour, which is intermittent along with the thunder and lightning. 2014-10-01 22:41:00.143838 2014-10-01 22:41:00.143838 34.5 -87.72 39.89 -80.18 2014-01-09
136 82 My family seems rather intent on staying put for the moment, and I'm in no mood to argue with them, so we end up staying there, but I remain rather confused all the while. I wasn't using my bike, I was using a bike similar to my dad's bike. 2014-10-01 22:41:00.152636 2014-10-01 22:41:00.152636 40.24 -94.33 25.77 -80.2 2014-06-07
137 12 Im in a big mansion somewhere, hiding from some military. I'm hiding in a bedroom, and I'm given a bunch of balloons, and told to walk out the front door. Though this seems a bit crazy, I do it anyway, and sure enough I float away up into the air. 2014-10-01 22:41:00.161195 2014-10-01 22:41:00.161195 40.66 -73.7 42.11 -89 2014-08-15
138 28 I run back to the mansion to find that this kid who was being a decoy for me got captured, and with the aid of a pair of binoculars and a mirror in a house several blocks away, we find out the kid is being tortured in said house. 2014-10-01 22:41:00.169646 2014-10-01 22:41:00.169646 41.47 -81.67 40.22 -74.76 2014-04-19
139 25 As painful as it looks, we decide that we can't risk helping him, and eventually he is shot and dies. 2014-10-01 22:41:00.178139 2014-10-01 22:41:00.178139 37.67 -106.35 39.77 -86.14 2014-03-01
140 39 Someone ended up playing this extremely twisted version of Donkey Kong involving portals and hand-to-hand combat. 2014-10-01 22:41:00.188748 2014-10-01 22:41:00.188748 40.12 -79.56 42.95 -92.53 2014-01-11
141 57 I'm being dropped off at some field trip or something by my dad. I realize it's a dream, and sort of float out of the car, but then I hit something and totally forget that I'm in a dream. On the field trip, there's this giant playground somewhere. 2014-10-01 22:41:00.239871 2014-10-01 22:41:00.239871 37.78 -122.12 47.65 -122.55 2014-03-07
142 46 There are kids everywhere, but regardless I'm enjoying myself acting like a total monkey all over the play structure. I'm barely using my feet at all, but I'm swinging around the entire structure and it's loads of fun. 2014-10-01 22:41:00.248834 2014-10-01 22:41:00.248834 34.5 -88.63 41.53 -86.69 2014-08-20
143 31 The guy who actually talked to me wasn't even a police officer, though, he was a paramedic who was there for completely unknown reasons. 2014-10-01 22:41:00.257999 2014-10-01 22:41:00.257999 39.84 -89.05 39.26 -119.79 2014-08-19
144 44 I'm using Skype to have a video chat with someone, and as I push the button to talk with them, I accidentally hit Burnie Burns' name on my contacts list. The fact that his name is on my contacts list at all doesn't seem to be out of the ordinary. 2014-10-01 22:41:00.267 2014-10-01 22:41:00.267 34 -81.03 40.43 -79.97 2014-05-06
145 31 He actually answers, and when he does, his face is right next to the camera, taking up the whole picture, and he whispers to me "I love my job!" 2014-10-01 22:41:00.275442 2014-10-01 22:41:00.275442 33.87 -101.59 37.36 -82.78 2014-04-21
146 58 Apparently they're filming one of the RT Shorts, and it just devolved into the two girls making out and Mr Burns slyly filming it. Also he apparently bought the poker table recently, and is shocked to discover a hidden pocket on the table. 2014-10-01 22:41:00.284688 2014-10-01 22:41:00.284688 37.61 -81.57 32.32 -90.2 2014-03-04
147 64 I'm climbing on massive, gigantic climbing structure out in the middle of nowhere. It seems vaguely familiar, like I've dreamt of it before, but I can never really put my finger on it. The thing is essentially a man-made mountain. 2014-10-01 22:41:00.293222 2014-10-01 22:41:00.293222 36.22 -78.93 38.73 -93.55 2014-07-23
148 80 I'm climbing around on as a part of some game or something. I'm hunting 100 people in some sort of Assassin-like game, where I have to find every single person on this mountain and tag them with this bone needle tied to my wrist. 2014-10-01 22:41:00.301746 2014-10-01 22:41:00.301746 40.76 -76.07 41.65 -91.53 2014-05-15
149 60 I'm climbing around and climbing around when about half way up, I find this deep, deep crack, about 20 feet long, 100 feet deep, and just wide enough for someone of my size to squeeze in it. 2014-10-01 22:41:00.309822 2014-10-01 22:41:00.309822 39.23 -91.01 34.5 -88.63 2014-04-15
150 47 I start climbing down into it and at the bottom, I find a small tunnel which leads down to an open rift in the top of this buttress for all intents and purposes totally inaccessible except by the route which I followed. 2014-10-01 22:41:00.318041 2014-10-01 22:41:00.318041 21.46 -158.06 40.5 -78.4 2014-07-15
151 78 I tag the two of them, thus completing my challenge, and now that the game is over, the whole mountain appears to become a public climbing area, with your usual assortment of 21st century climbers all over the place. 2014-10-01 22:41:00.326594 2014-10-01 22:41:00.326594 47.66 -122.38 41.83 -87.68 2014-04-26
152 53 As I'm climbing back out to the surface, I find Micah and his dad Richard in the first crack, near the bottom. Both are kind of stuck, so I help them out and we climb back up the crack to the surface. 2014-10-01 22:41:00.335105 2014-10-01 22:41:00.335105 33.29 -117.3 39.3 -76.61 2014-03-08
153 76 After that, they go climb off in one direction and I in another, so I stop paying attention to where I am and just kind of climb around aimlessly. 2014-10-01 22:41:00.343591 2014-10-01 22:41:00.343591 42.66 -73.79 21.46 -158.06 2014-08-18
154 52 Someone says something to me about not climbing over the ropes and I see some green ropes cordoning off parts of the ground, but I don't really pay any attention and I keep traversing across this flat surface which turns out to be an aqueduct. 2014-10-01 22:41:00.351702 2014-10-01 22:41:00.351702 40.22 -74.76 41.13 -91.54 2014-06-22
155 3 Before I know it, I'm 100 feet out over a river, climbing along these arches. I realize that if I continue, I have to climb one of the hardest parts in this climbing area to reach the other side of the river. 2014-10-01 22:41:00.359851 2014-10-01 22:41:00.359851 37.36 -82.78 40.43 -79.97 2014-04-25
156 41 I just drop from the rock face and swim back to the docks where the green ropes I noticed earlier were. 2014-10-01 22:41:00.368139 2014-10-01 22:41:00.368139 37.33 -121.89 41.01 -76.8 2014-08-27
157 54 After doing that, some park employee takes me to a warming hut and starts explaining stuff along the way, as well as warning me about some viruses and bacteria that have been known to reside in that river. 2014-10-01 22:41:00.377204 2014-10-01 22:41:00.377204 34.26 -85.18 35.72 -83.81 2014-01-23
158 35 At any rate, I turn out to be fine after some tests, and I go back to climbing shortly thereafter. Also oddly, on some places on the mountain there were traditional man-made hand holds and foot holds. 2014-10-01 22:41:00.385667 2014-10-01 22:41:00.385667 30.5 -90.46 42.54 -112.28 2014-08-07
159 47 Somehow I run into this Native American professor, who I was absolutely convinced was magical. 2014-10-01 22:41:00.394783 2014-10-01 22:41:00.394783 36.24 -93.11 40.78 -73.41 2014-06-19
160 10 Something about a by-product of gas, or something. Also something about a partner. 2014-10-01 22:41:00.402889 2014-10-01 22:41:00.402889 35.87 -87.32 26.74 -80.12 2014-05-20
161 41 I'm snowboarding on some snow slope, and it's a really long snow slope, thousands of vertical feet, but it's so early in the season there's still patches of grass here and there. There are also some deep powder banks, and some fairly sweet jumps. 2014-10-01 22:41:00.411577 2014-10-01 22:41:00.411577 32.2 -83.9 45.16 -91.15 2014-05-04
162 71 I get in a single run, after which I meet my dad at the bottom of the mountain and we go off to this absurdly rich guy's house, apparently because he's hiring servants or something. 2014-10-01 22:41:00.420115 2014-10-01 22:41:00.420115 39.23 -91.01 35.7 -81.07 2014-03-03
163 58 When we get there, we're all asked to fire sniper rifles at a target dummy's head, and I slowly realize he wants an assassin, not a servant. 2014-10-01 22:41:00.429232 2014-10-01 22:41:00.429232 43.85 -94.69 43.03 -108.41 2014-06-13
164 2 My dad goes first, and does fairly well, but I go second and hit about a half inch off dead center. Nobody else who is there can get even close to that. 2014-10-01 22:41:00.437624 2014-10-01 22:41:00.437624 35.83 -78.83 39.86 -82.89 2014-01-12
165 42 I then sat down and had an interview with the guy, but I don't remember much about it. Also, something about the guy's mansion gave me an intense feeling of déjà vu, as if I'd been there in a previous dream. 2014-10-01 22:41:00.446708 2014-10-01 22:41:00.446708 33.35 -94.5 27.8 -97.39 2014-02-13
166 47 I'm at some college up in the mountains, but I don't really know where. More specifically, I'm at one of the dorms a little ways from the main campus, across a river. The dorm is comprised of a series of Mongolian looking yurts. 2014-10-01 22:41:00.455204 2014-10-01 22:41:00.455204 40.1 -76.35 42.91 -86.12 2014-02-26
167 36 This dorm, however, is sitting on the edge of a cliff with a balcony overhanging off the side. The cliff is high enough that the huge evergreens down below have canopies at about the same level as the balcony. 2014-10-01 22:41:00.463479 2014-10-01 22:41:00.463479 32.24 -110.94 39.82 -105.1 2014-07-18
168 24 I look out and see these rather weak looking rope ladders leading up and down trees, from tree to tree, and really just kind of all over the place in the tops of this forest. 2014-10-01 22:41:00.471769 2014-10-01 22:41:00.471769 37.15 -80.11 42.96 -85.65 2014-06-01
169 0 This cliff, however, is more of a ravine, and on the other side of the ravine is a steep mountain side. It appears as though the rope ladders lead to the other side of the ravine, and then up the mountain face. 2014-10-01 22:41:00.480507 2014-10-01 22:41:00.480507 21.46 -158.06 29.94 -93.91 2014-06-06
170 35 At the end of the string of rope ladders is one incredibly long one, several hundred feet in height, straight up this obelisk of a buttress on the mountain side. 2014-10-01 22:41:00.48903 2014-10-01 22:41:00.48903 42.95 -92.53 29.94 -93.91 2014-04-25
171 48 I mention these rope ladders to someone I'm sitting on the balcony with, and they mention that they lead up into this really unknown and dangerous mountain pass that leads over to this place called Yakima. 2014-10-01 22:41:00.497529 2014-10-01 22:41:00.497529 43.23 -71.56 42.61 -75.6 2014-04-03
172 64 Most of the people on the balcony apparently didn't believe that story at all, though, and said the whole thing was just some crazy guy's doing, and totally dangerous. 2014-10-01 22:41:00.50674 2014-10-01 22:41:00.50674 43.85 -94.69 35.17 -78.98 2014-08-01
173 60 I'm in Ms. Koroch's room back at Lowell, only all the students there are Garfield High School students, and apparently Lowell just isn't an elementary school. I get up and leave. 2014-10-01 22:41:00.515092 2014-10-01 22:41:00.515092 25.46 -80.45 33.12 -88.15 2014-05-26
174 54 As soon as I'm two steps out the door, though, Ms. Koroch sticks her head out the door and asks me what the hell I'm doing. I explain that I'm not actually a student in the class, because I don't go to Garfield anymore. 2014-10-01 22:41:00.523696 2014-10-01 22:41:00.523696 43.83 -121.49 35.72 -83.81 2014-04-19
175 29 She pulls out an attendance sheet, though, and sure enough, there I am on the list. I am totally dumbfounded by this, and try to explain to her that I dropped out last year, which while true in real life. 2014-10-01 22:41:00.534108 2014-10-01 22:41:00.534108 0 0 35.22 -89.51 2014-09-25
176 70 I argue with Ms. Koroch for a while, and eventually just get up and leave despite her yelling at me. When I get outside the building, I find myself at five corners, and go to the bus stop. I also feel like I was supposed to catch a flight. 2014-10-01 22:41:00.542621 2014-10-01 22:41:00.542621 40.66 -73.7 30.7 -97.73 2014-08-18
177 77 I'm at home, in our dining room, and my mom and dad are hosting this guy, who seems to be old friends with my dad, but it also seems like they haven't seen each other in a really long time. He leaves really suddenly and unexpectedly. 2014-10-01 22:41:00.551197 2014-10-01 22:41:00.551197 35.22 -89.51 40.85 -78.26 2014-01-11
178 45 M dad comments on how it's 3 in the afternoon, and thus seems early for a guy to be leaving like that. After he leaves, I realize that I have no idea who the guy was at all, nor could I remember a single thing about him. 2014-10-01 22:41:00.560647 2014-10-01 22:41:00.560647 41.57 -81.2 41.13 -91.54 2014-07-15
179 14 I'm watching some movie in a school auditorium, in a building that in hindsight I think might have been Lowell, but it's hard to tell. 2014-10-01 22:41:00.568886 2014-10-01 22:41:00.568886 39.23 -91.01 30.7 -97.73 2014-03-15
180 39 It's like I'm back at Lowell though, as if we all had big communal sleepover at the school in third grade. Everyone is lying down all over the place, and there and blankets and pillows and futons set up everywhere. 2014-10-01 22:41:00.577273 2014-10-01 22:41:00.577273 33.61 -117.64 40.76 -76.07 2014-08-25
181 59 Anyway, I end up cuddling with two girls, one of whom I can't remember and the other of which is Zoe. After the movie is done, we head back to our classes, where we're all sitting at desks, but apparently we don't have pre-assigned desks. 2014-10-01 22:41:00.585613 2014-10-01 22:41:00.585613 42.23 -71.55 34.26 -85.18 2014-05-10
182 26 Zoe waves me over to sit by her, which I do, despite Andrew trying to get me to sit by him. 2014-10-01 22:41:00.594456 2014-10-01 22:41:00.594456 37.15 -80.11 38.89 -77.03 2014-07-23
183 14 I'm at a highway junction stop, at some sort of restaurant or post office or something. I'm part of a group of 3 cars that is headed out to some small town over in Eastern Washington, but the turn off we're trying to make is the Cascade Highway. 2014-10-01 22:41:00.604588 2014-10-01 22:41:00.604588 43.85 -94.69 43.9 -99.86 2014-06-10
184 20 The first car, containing Tucker, has already left the highway junction, and I'm in the second car of three as it's about to leave, and we have this big black dog in the backseat and this girl is driving who I don't remember much about. 2014-10-01 22:41:00.612608 2014-10-01 22:41:00.612608 27.95 -82.48 42.54 -91.11 2014-02-11
185 8 The car itself is a Saab, a fairly nice car, and I seem to remember that the girl driving isn't the owner of the car, but I don't know who is. 2014-10-01 22:41:00.620738 2014-10-01 22:41:00.620738 40.92 -75.28 41.57 -81.2 2014-07-25
186 48 I feel like there's some important event that happened at that highway junction while we were there, but I can't for the life of me remember what it was. 2014-10-01 22:41:00.628884 2014-10-01 22:41:00.628884 39.95 -74.18 27.75 -82.64 2014-05-25
187 45 I'm preparing for the first day of class, but I woke up and started preparing for my day in my dream. I thought I had to get to a bus stop in Renton. 2014-10-01 22:41:00.637428 2014-10-01 22:41:00.637428 40.39 -81.08 33.29 -117.3 2014-09-03
188 53 Despite this, I ended up missing some bus that I thought was really important, but I figured out that it would be okay, I just needed catch some other bus, so I set some alarm, which when it went off, I couldn't turn off. 2014-10-01 22:41:00.645646 2014-10-01 22:41:00.645646 31.84 -106.43 35.83 -78.83 2014-08-07
189 29 I am at some Garfield senior class event or something, and I'm participating in a drum ensemble with this other guy who is really cool, but I don't really remember much about him. He's kind of a mix between Caleb and Nick. 2014-10-01 22:41:00.654049 2014-10-01 22:41:00.654049 42.32 -75.77 35.71 -87.35 2014-08-19
190 49 We're playing this song where we have a bunch of people lined up with things to read, and as each of them read their piece, which each seem to be verses in some long poem or something, we quietly drum a background beat to their speaking. 2014-10-01 22:41:00.662906 2014-10-01 22:41:00.662906 31.84 -106.43 42.96 -85.65 2014-04-12
191 54 It goes on for a while, and it's pretty cool, but eventually it kind of falls apart, and I go off and do other things. At some point I'm sitting at a table with Lily and a couple of other people our age, but mostly a bunch of freshmen. 2014-10-01 22:41:00.671374 2014-10-01 22:41:00.671374 34.2 -92.93 0 0 2014-02-14
192 4 I'm casually sipping on beers, since there appears to be alcohol at this function, but one of the freshmen is simply going ham on the alcohol. 2014-10-01 22:41:00.680348 2014-10-01 22:41:00.680348 36.52 -82.71 41.55 -73.03 2014-09-10
193 52 People are mixing drinks for him which are really fucking weird, like Bombay Sapphire and Heineken, and this little kid is just throwing them back. 2014-10-01 22:41:00.688509 2014-10-01 22:41:00.688509 27.75 -82.64 37.78 -122.12 2014-04-26
194 16 We kind of try to warn him that he's definitely not going to be okay in an hour, but he just kind of shrugs and continues drinking heavily. 2014-10-01 22:41:00.69672 2014-10-01 22:41:00.69672 35.98 -94.48 38.41 -82.43 2014-07-10
195 49 One of the older kids, who I think was Tracy, remarks that she is surprised that this freshmen is going more ham than me, to which I respond that I definitely could be going more ham than him in a different department. 2014-10-01 22:41:00.704935 2014-10-01 22:41:00.704935 48.74 -122.46 36.52 -82.71 2014-03-02
196 33 Max David and I were at Micah's house, in the middle of some game that involved five dollar bills and strippers, though I don't remember much else. I do remember that the two of us hid in a closet for a while to avoid the other team. 2014-10-01 22:41:00.713433 2014-10-01 22:41:00.713433 39.59 -88.6 44.54 -123.08 2014-08-04
197 54 I'm at Reed, this time as a student there, and I'm with Andrew at this really prestigious teacher's art class. I remember it being a 3 semester, 3.56 credit class, which didn't seem odd at all at the time. 2014-10-01 22:41:00.721725 2014-10-01 22:41:00.721725 44.09 -71.99 32.89 -89.96 2014-07-24
198 85 The class was really hard to get into, but apparently I got really lucky being near the top of the waitlist and I was automatically transferred in. 2014-10-01 22:41:00.731405 2014-10-01 22:41:00.731405 34.12 -118.05 37.76 -78.26 2014-01-03
199 14 The subject of the class was unclear, since there were other students there who were already part way through the course, and they were doing all kinds of things from drawing and painting to making stain glass windows, which I thought was awesome. 2014-10-01 22:41:00.739653 2014-10-01 22:41:00.739653 46.96 -116.91 29.92 -91.78 2014-04-15
200 62 Also, there were a bunch of other sort of ritualistic things going on that made me think that the class was as much a class on spirituality as it was on art, though that seemed perfectly cool to me. 2014-10-01 22:41:00.748683 2014-10-01 22:41:00.748683 30.68 -88.04 42.3 -71.43 2014-01-09
201 81 All I remember is playing a really, really long chess game against somebody. I played white, and I'm pretty sure I won in the end with a queen checkmate. I was at a college somewhere. 2014-10-01 22:41:00.757676 2014-10-01 22:41:00.757676 41.47 -71.52 39.94 -74.07 2014-07-15
202 26 I'm dancing in a house of the future. The walls were probably the single handedly far most noticeable thing about this house. 2014-10-01 22:41:00.766042 2014-10-01 22:41:00.766042 32.41 -111.16 36.25 -79.08 2014-05-12
203 78 The walls were all covered in screens that were simultaneously projecting kaleidoscope images that covered the walls, the ceilings, and the floors, as well as all the doors, cabinets, appliances, and everything. 2014-10-01 22:41:00.77433 2014-10-01 22:41:00.77433 18.02 -66.79 40.5 -78.4 2014-03-07
204 7 The thing was, they were all on a voice command, and whatever you needed would appear when called for, the counter, or toaster, or even whatever food you needed out of the refrigerator would just be there. 2014-10-01 22:41:00.782733 2014-10-01 22:41:00.782733 43.84 -88.84 30.7 -97.73 2014-08-12
205 36 I was dancing around in it, and I decided to go make food in the kitchen, and it was awesome, cause it felt like I was just using little floating objects in a house entirely otherwise made from kaleidoscope images. 2014-10-01 22:41:00.791548 2014-10-01 22:41:00.791548 39.82 -105.1 40.22 -74.76 2014-08-13
206 15 I'm hanging out in my bedroom with Lily and Simon Berry. Lily asked me if anything was wrong. I just smiled at her, said nope. 2014-10-01 22:41:00.799977 2014-10-01 22:41:00.799977 30.04 -99.13 40.5 -98.25 2014-03-18
207 87 I'm back down in Portland, at Reed, once again staying at the Woodbrige dorm, but things are different now. 2014-10-01 22:41:00.849283 2014-10-01 22:41:00.849283 45.5 -122.65 30.97 -84.8 2014-04-10
208 17 There's a couple extra bedrooms, one of which is now used as a pool room. I'm staying in one of the extra beds they have around, and kicking it with a bunch of people I haven't kicked it with in a really long time. 2014-10-01 22:41:00.858043 2014-10-01 22:41:00.858043 32.32 -90.2 29.92 -96.95 2014-09-25
209 39 I saw Nick and Nikki, and Sam, and a bunch of other people. Strangely, Micah, and Darin, and I think somebody else I know from Seattle were also there, though I only saw them in the context of smoking keef joints in one of the upstairs rooms. 2014-10-01 22:41:00.86631 2014-10-01 22:41:00.86631 43.9 -99.86 39.3 -76.61 2014-05-13
210 48 Later I'm in a car with Micah and Darin and these two girls, one of whom is Nikki and the other I don't really know. 2014-10-01 22:41:00.874642 2014-10-01 22:41:00.874642 36.22 -78.93 42.33 -73.07 2014-08-17
211 63 I'm playing youth soccer again, with a lot of the old team mates and Richard as the coach, but the field, the team we're playing against, and the league we're in are all distinctly weird. 2014-10-01 22:41:00.882946 2014-10-01 22:41:00.882946 40.39 -81.08 32.89 -89.96 2014-05-15
212 42 I start the first quarter on the sideline, and while everyone else on the sideline is shivering, I seem to be doing just fine in the cold, even without a jacket. 2014-10-01 22:41:00.891091 2014-10-01 22:41:00.891091 26.37 -98.82 42.35 -71.05 2014-02-21
213 23 We're playing on a field that seems to be perched on top of a really steep hill, and just a few feet from the edge of the playing area the ground just drops off, making the sidelines pretty thin. 2014-10-01 22:41:00.899674 2014-10-01 22:41:00.899674 29.98 -81.67 36.13 -91.96 2014-01-21
214 11 I'm stuck in some kind of parallel dimension or something, along with everyone I know and a lot of people I don't know. We're all stuck in this collective imagination land, where everything is really confusing and nothing really makes sense. 2014-10-01 22:41:00.908029 2014-10-01 22:41:00.908029 33.35 -94.5 43.84 -88.84 2014-01-21
215 8 There's some sort of grand puzzle to the whole thing, though, and there's this one lady who's a doctor or something and she figures the whole thing out, thus freeing us from the prison of our own minds. 2014-10-01 22:41:00.916477 2014-10-01 22:41:00.916477 40.24 -94.33 43.25 -70.88 2014-02-07
216 14 It seems as though while thoroughly incapacitated by the dream like state, she still managed to ever so slowly get her limbs to move and create this weird 3 dimensional object which was apparently the solution to the whole problem. 2014-10-01 22:41:00.925017 2014-10-01 22:41:00.925017 29.7 -96.77 44.48 -73.22 2014-08-01
217 34 After she frees herself from the dream prison, she takes the object and places it in the hands of others, where upon we are then freed from the dream prison 2014-10-01 22:41:00.933027 2014-10-01 22:41:00.933027 37.97 -98.3 25.77 -80.2 2014-03-23
218 64 After a little while, I run into Lily, who I remember seeing inside the dream prison, at which point I have some flashbacks to a scene of Lily at this beach park, but it's really confusing and doesn't make any sense. 2014-10-01 22:41:00.94135 2014-10-01 22:41:00.94135 39.42 -85.62 29.45 -98.5 2014-07-03
219 47 The two of us start to walk around to try and find other people we know, and eventually we find a large congregation of people on one of the rooftops having lunch, discussing the very odd predicament they all just escaped from. 2014-10-01 22:41:00.950496 2014-10-01 22:41:00.950496 29.76 -95.38 40.76 -76.07 2014-09-24
220 52 The two of us sit down and start eating, at which point Lily turns to me and hugs me. We start talking about us and she offers to give me a ride to work after going somewhere with her, but she won't tell me where. 2014-10-01 22:41:00.959832 2014-10-01 22:41:00.959832 39.73 -79.9 41.83 -87.68 2014-06-07
221 85 At this point my memory gets kind of fuzzy, but we go off and do some stuff and eventually end up at the Subway where I work. 2014-10-01 22:41:00.968763 2014-10-01 22:41:00.968763 39.8 -97.45 39.55 -82.77 2014-05-17
222 1 I haven't really been looking at a clock this whole time, but I think we're already a little late, on top of which Lily and I fall asleep in a chair, leaving Kore to work the front all by himself. 2014-10-01 22:41:00.977075 2014-10-01 22:41:00.977075 42.04 -70.09 43.85 -94.69 2014-01-15
223 75 When I wake up, and realize I'm two hours into my shift, I scramble to put my uniform on and clock in, but Kore's already kind of pissed at me, which I found to be completely understandable. 2014-10-01 22:41:00.989473 2014-10-01 22:41:00.989473 47.66 -122.38 39.42 -85.62 2014-07-22
224 52 I worked for a bit while Lily slept in the chair in the office, but my shift seemed to go by really quickly and afterwards I left with Lily again and we went off into the night to have fun. 2014-10-01 22:41:00.997598 2014-10-01 22:41:00.997598 46.9 -97.34 0 0 2014-03-01
225 86 I'm in this giant warehouse which is essentially a jungle gym for paraplegics. 2014-10-01 22:41:01.005993 2014-10-01 22:41:01.005993 36.74 -119.75 35.72 -83.49 2014-01-27
226 64 The whole place is set up with a ton of paraplegic activities, such as wheelchair basketball, hockey, water polo, and a whole bunch of other stuff, with everything just having the shit padded out of it. 2014-10-01 22:41:01.014399 2014-10-01 22:41:01.014399 35.87 -87.32 37.07 -97.87 2014-04-09
227 40 The guy who runs the place was himself in a wheelchair, but his biceps were like tree trunks. There were a bunch of artificial intelligences and/or robots running around this place. 2014-10-01 22:41:01.02363 2014-10-01 22:41:01.02363 39.23 -91.01 33.52 -91.43 2014-09-10
228 26 I'm climbing in a giant tree, quite possibly a Redwood, and the tree seems to go on forever and ever. I keep climbing and climbing and it never seems like I'm getting any closer to the top. 2014-10-01 22:41:01.032288 2014-10-01 22:41:01.032288 33.1 -92.49 42.66 -73.79 2014-06-12
256 64 At some point there's an attempted assassination, and suddenly there are troops everywhere and I start running for my life down the beach. 2014-10-01 22:41:01.269568 2014-10-01 22:41:01.269568 30.49 -86.5 36.41 -82.62 2014-03-09
229 66 I;m climbing and I slip with one of my footholds, and my feet dangled below me for a few seconds while I held on for dear life with my arms, but I recovered from it and continued climbing without a problem. 2014-10-01 22:41:01.040519 2014-10-01 22:41:01.040519 29.89 -93.92 42.44 -94.29 2014-05-24
230 57 I'm in a two-seater kayak with Lily, we're somewhere in the southern end of Lake Washington, only it appears as though Lake Washington is connected to another system of waterways that keeps going on and on towards somewhere or other. 2014-10-01 22:41:01.048741 2014-10-01 22:41:01.048741 40.07 -99.13 30.49 -86.5 2014-03-23
231 42 We're on the eastern shore, paddling south, and we increasingly lose track of where we are and keep getting distracted by little islands that we keep seeing and wanting to kick it on. 2014-10-01 22:41:01.057215 2014-10-01 22:41:01.057215 29.76 -95.38 44.27 -84.23 2014-03-07
232 39 Lily mentions something about having to be back somewhere around Seattle Central, which is apparently where her car is, but from the far side of the water I can't recognize anything on the Seattle side of the lake. 2014-10-01 22:41:01.065298 2014-10-01 22:41:01.065298 29.7 -96.77 36.13 -91.96 2014-01-16
233 28 My recollection is that there was also some big long conversation involved in this dream, but I can't remember any of it or what it was about. 2014-10-01 22:41:01.073445 2014-10-01 22:41:01.073445 37.32 -90.89 38.22 -85.74 2014-01-14
234 42 I'm at the airport with two other guys, one of whom is Fred Ness, the other guy I can't remember, but he's super familiar to me. 2014-10-01 22:41:01.081544 2014-10-01 22:41:01.081544 45.16 -91.15 38.08 -95.15 2014-09-17
235 48 My dad drops me off at the airport, and I get my ticket cleared and everything no problem, but my stomach almost drops out of me when I realize I didn't pack my computer for this trip which is for a major programming competition. 2014-10-01 22:41:01.089974 2014-10-01 22:41:01.089974 40 -121.24 35.81 -77.31 2014-03-13
236 47 Fortunately, all three of us are there really early for some reason, so I convince this other guy to drive me back to my house to grab my computer, and we'll still be back in time for the flight. 2014-10-01 22:41:01.099551 2014-10-01 22:41:01.099551 30.77 -94.42 34.2 -90.57 2014-01-23
237 17 Apparently, though, I slept with this guy's girlfriend at one point without realizing it, and so he was kind of bitter, but my apology was really sincere because I had no idea that that was a thing. It all worked out in the end. 2014-10-01 22:41:01.107922 2014-10-01 22:41:01.107922 35.83 -78.83 35.98 -94.48 2014-08-15
238 21 I did have two big duffel bags filled with stuff, so obviously I was mildly prepared. Also, the ticket cost close to 5 thousand dollars round trip, so while I have no idea where we were going. 2014-10-01 22:41:01.116507 2014-10-01 22:41:01.116507 44.94 -93.1 29.92 -96.95 2014-01-19
239 37 I start out at the bus stop at NSCC, waiting for the 75 to take me home, only it's really late at night and something is fundamentally off about the whole situation, but I can't put my finger on exactly what. 2014-10-01 22:41:01.126121 2014-10-01 22:41:01.126121 41.57 -81.2 36.15 -105.62 2014-08-08
240 38 The bus comes and there's something really odd about the whole situation, but it's eluding me. I get home, and I think my house is relatively the same, except that it's currently under construction, despite the fact that were still living in it. 2014-10-01 22:41:01.134512 2014-10-01 22:41:01.134512 39.94 -74.07 41.57 -81.2 2014-03-22
241 45 Micah is coming over for dinner, and before dinner he and I go down to the park to smoke a bowl, but the park by my house is totally different, and much, much bigger than usual. 2014-10-01 22:41:01.143596 2014-10-01 22:41:01.143596 46.41 -68.49 43.23 -71.56 2014-07-04
242 39 We're down by the water in the cover of some trees, smoking, and we start talking about his dad, who apparently he finally ate some brownies with, and apparently he had a lot of fun, and his dad also had a great time. 2014-10-01 22:41:01.15453 2014-10-01 22:41:01.15453 25.77 -80.2 41.55 -73.03 2014-08-22
243 28 By the time we got home, something was terribly wrong with me, and I can't remember what precipitated it, but I ended up curled up in a ball in the corner of my parents bedroom, rocking back and forth crying about something or other. 2014-10-01 22:41:01.162659 2014-10-01 22:41:01.162659 29.45 -98.5 37.15 -80.11 2014-03-17
244 9 I don't remember what it is that's upsetting me, but it's upsetting me pretty bad, because neither my mom nor Micah can seem to console me in any way. 2014-10-01 22:41:01.171212 2014-10-01 22:41:01.171212 27.95 -82.48 34.93 -98.13 2014-01-20
245 54 My mom is trying to convince me to eat, and that's not working, but Micah has the brilliant idea of putting on some rave music and pulling out these two long things, which can be best described as helical bungee cords covered in lights. 2014-10-01 22:41:01.179493 2014-10-01 22:41:01.179493 43.9 -99.86 39.3 -76.61 2014-07-27
246 30 He starts playing with them, and eventually, it of course catches my attention, so he hands them to me and I start messing around with them, slowly at first, but faster and faster as the tempo of the beat gets faster and faster. 2014-10-01 22:41:01.187747 2014-10-01 22:41:01.187747 41.55 -73.03 29.76 -95.38 2014-02-17
247 59 I'm whirling around the room in this crazy but awesome dance of a lightshow. Somehow it eventually ends with my head being completely wrapped in lights, and for a moment I felt like I touched God or something. 2014-10-01 22:41:01.196058 2014-10-01 22:41:01.196058 42.88 -73.34 40.12 -79.56 2014-08-05
248 61 I'm playing this really big, long chess game with Micah, and we're somewhere in the endgame, but there's just so many pieces on the board it's becoming ridiculous. 2014-10-01 22:41:01.204585 2014-10-01 22:41:01.204585 40.12 -79.56 40.32 -75.37 2014-07-16
249 32 My pawn structure survived the whole game, and I end up in the end game with like 3 queens, but Micah almost pins my king with his queen because I just have too many pieces in the way and my king almost can't get away. 2014-10-01 22:41:01.212427 2014-10-01 22:41:01.212427 29.98 -81.67 37.76 -76.46 2014-04-15
250 19 I finally get the one move advantage on him, and after that I just lead him through a series of checks which ends up being really long, because his king keeps squirming out of near mate situations. 2014-10-01 22:41:01.220371 2014-10-01 22:41:01.220371 48.91 -111.15 39.82 -105.1 2014-08-02
251 56 Finally the triple queen situation just does his king in, and I finally pin him in the corner and get the last of my pawns out of the way so that my queens can mate him. Even in dream time, the game seemed to go on forever. 2014-10-01 22:41:01.228236 2014-10-01 22:41:01.228236 38.73 -120.8 36.22 -78.93 2014-04-01
252 46 I'm hanging out with Micah and I think my dad on a dock at night, and my dad's showing me these other guys making repairs to the dock, because apparently conditions are really bad for the state of the dock currently. 2014-10-01 22:41:01.236529 2014-10-01 22:41:01.236529 30.53 -86.48 38.6 -121.44 2014-06-18
253 48 At some point we're walking along the dock, and we run into a straw-man looking scarecrow, that hops around on his pole similar to the scarecrow from Howl's Moving Castle. 2014-10-01 22:41:01.244507 2014-10-01 22:41:01.244507 38.08 -95.15 39.43 -96.53 2014-05-23
254 25 This scarecrow cannot talk either, but he keeps trying to lead me towards something in the town right by the dock. As I'm walking over there, some really odd things start happening, like a fire breaking out randomly in one of the shops. 2014-10-01 22:41:01.252805 2014-10-01 22:41:01.252805 42.11 -89 41.45 -80.8 2014-06-21
255 87 All the animals go running full tilt down the beach away from the town. 2014-10-01 22:41:01.26145 2014-10-01 22:41:01.26145 39.59 -88.6 30.7 -97.73 2014-07-14
257 30 I grab a couple of guns from some dead soldiers, and then figure that my best shot is in the water, not on the beach, so I dive into the water and start swimming around under the dock. 2014-10-01 22:41:01.278083 2014-10-01 22:41:01.278083 34.32 -110.07 40.66 -73.7 2014-03-08
258 34 I think my initial plan was to hijack a boat to get away, but the soldiers covered the docks by this point, so I just swam away underwater, down the beach to where I was hoping I could find a safe place to get out of the water. 2014-10-01 22:41:01.286315 2014-10-01 22:41:01.286315 37.83 -94.88 33.96 -117.43 2014-08-04
259 46 As I swam down the beach, though, I eventually ran into some sort of rebel encampment on the beach, which is apparently what the soldiers were really after, as they thought I was one of the rebels. 2014-10-01 22:41:01.294413 2014-10-01 22:41:01.294413 34.06 -118.31 40.43 -79.97 2014-03-04
260 47 I eventually went around the camp and took a machine gun and a sniper rifle and got up in the cliffs behind the encampment, and when the two forces eventually clashed, I just sat up in my sniper nest and picked people off. 2014-10-01 22:41:01.302613 2014-10-01 22:41:01.302613 38.35 -121.9 32.32 -90.2 2014-05-15
261 69 I'm in the upstairs of this really rich girl's house, and it looks a lot like Nap's bedroom, only in a multi-million dollar setting. 2014-10-01 22:41:01.310837 2014-10-01 22:41:01.310837 34.5 -88.63 42.44 -94.29 2014-01-25
262 16 There are four or five other people in the room, including this really cool dude who seems like the most laid back guy in the world. 2014-10-01 22:41:01.322775 2014-10-01 22:41:01.322775 44.54 -123.08 30.68 -88.04 2014-05-02
263 52 Several of us in the room, including the girl who's house it is, another girl who is apparently her best friend, and myself, are hanging out naked. 2014-10-01 22:41:01.332187 2014-10-01 22:41:01.332187 45.05 -93.63 44.78 -93.91 2014-04-18
264 41 There's a party that goes on all night, until eventually we all pass out in various places in this room. I think I just got too high to really remember anything about that night, but the following morning some more stuff happened. 2014-10-01 22:41:01.34145 2014-10-01 22:41:01.34145 42.32 -75.77 40.5 -78.4 2014-01-11
265 49 We all wake up more or less the way we fell asleep, and just kind of get up and start our day that way. 2014-10-01 22:41:01.350077 2014-10-01 22:41:01.350077 39.94 -74.07 42.54 -112.28 2014-08-23
266 57 Eventually it's decided that the group, of which there are now five or six of us total, is going to head down to this beach park nearby. I have my bike on me, so they all pile into a car and I bike on down there and meet up with them there. 2014-10-01 22:41:01.358372 2014-10-01 22:41:01.358372 26.74 -80.12 40.1 -76.35 2014-09-08
267 32 As we're hanging out down at the beach, this girl that I was really hitting it off with earlier appears to start really taking an interest in me, which is absolutely cool with me, because she's incredibly beautiful. 2014-10-01 22:41:01.366504 2014-10-01 22:41:01.366504 46.25 -119.08 36.67 -121.79 2014-09-08
268 16 Medium build, dark olive skin, beautiful black hair, soft brown eyes, like some kind of mix of Pacific islander and Greek goddess or something. 2014-10-01 22:41:01.375512 2014-10-01 22:41:01.375512 29.76 -95.38 38.41 -82.43 2014-04-22
269 74 After a while, it's clear that everyone is preparing to go their separate ways, so I head back to where I parked my bike, but this girl comes with me. 2014-10-01 22:41:01.387958 2014-10-01 22:41:01.387958 38.41 -82.43 43 -97.1 2014-05-02
270 52 When we're out of sight of everyone, I turn around and before I can say anything she walks up to me and starts to give me a kiss. We spend a solid five minutes or so making out right there, and it was awesome. 2014-10-01 22:41:01.396439 2014-10-01 22:41:01.396439 38.89 -77.03 38.33 -75.08 2014-09-01
271 32 Before she leaves, she tells me where her house is, and that I should meet her there in a half hour or so. I promptly get on my bike, and head off towards her house, feeling absolutely awesome about everything. 2014-10-01 22:41:01.404721 2014-10-01 22:41:01.404721 37.24 -82.77 29.76 -95.38 2014-06-16
272 5 My dad and I are running a gas station somewhere out in the middle of nowhere, and for no apparent reason, Jay Leno stops by to do something or other at our gas station. In a bout of West Coast hospitality my dad gives Jay some free propane cans. 2014-10-01 22:41:01.413603 2014-10-01 22:41:01.413603 56.3 -158.49 36.44 -82.34 2014-02-04
273 38 I'm walking back to the gas station, I somehow walk past William Deng's house, which isn't his actual house, but I clearly saw him inside doing something for his mom. 2014-10-01 22:41:01.425328 2014-10-01 22:41:01.425328 34.5 -88.63 29.7 -96.77 2014-05-20
274 55 I decided not to bother them and kept walking, but as I'm walking along I find on the ground an envelope, which among other things, contains thousands of dollars in random 100s, 50s, and 20s. I pocket it kind of suspiciously. 2014-10-01 22:41:01.475965 2014-10-01 22:41:01.475965 29.45 -98.5 37.76 -78.26 2014-08-24
275 17 Harrison Ford but wasn't Harrison Ford comes into the gas station and buys something, but as he's headed back out to his car, I happen to be passing by him, when all of a sudden gunfire breaks out and he and I hit the deck. 2014-10-01 22:41:01.484554 2014-10-01 22:41:01.484554 43 -97.1 41.09 -73.55 2014-01-23
276 71 Apparently this guy is trying to kill the Harrison Ford's character, but I didn't know that and my first instinct was to find cover, and the nearest cover happened to by the back of Harrison Ford's car. I jump in as he starts driving away. 2014-10-01 22:41:01.493759 2014-10-01 22:41:01.493759 32.32 -90.2 34.12 -118.05 2014-09-03
277 47 At first he's trying to get me out, but then he gives up and decides his time is better spent trying to get away from the guy who's chasing us. An epic car chase ensues, in which a bunch of cops join in of course. 2014-10-01 22:41:01.503293 2014-10-01 22:41:01.503293 35.15 -89.75 37.55 -77.46 2014-07-14
278 13 This ends with Harrison Ford crashing the car into the turnstiles of a subway entrance, and both of us hop out and make a break for this emergency exit door on the side of a building that we don't really know what is. 2014-10-01 22:41:01.511362 2014-10-01 22:41:01.511362 42.91 -86.12 47.44 -119.27 2014-07-10
279 47 Turns out it's a symphony hall, and Harrison Ford decides to try and make a break for somewhere else, but ends up getting caught. 2014-10-01 22:41:01.51969 2014-10-01 22:41:01.51969 46.41 -68.49 42.61 -75.6 2014-05-13
280 65 Instead of doing that, I just find an open seat and sit down, looking down at my lap and trying not to attract anyone's attention. 2014-10-01 22:41:01.528064 2014-10-01 22:41:01.528064 41.87 -75.72 42.33 -73.07 2014-06-21
281 44 One of the cops, dressed as a plainclothes detective, comes in and starts looking around, but he doesn't see me, so he just sits down and starts watching the show, even though I know he's really surreptitiously looking for me. 2014-10-01 22:41:01.536374 2014-10-01 22:41:01.536374 33.52 -91.43 35.15 -89.75 2014-02-11
282 43 I'm fumbling around with some stuff in my pocket and I find the envelope, which I take out of my pocket briefly to double check that it still had the contents I thought it had. 2014-10-01 22:41:01.544406 2014-10-01 22:41:01.544406 41.09 -74.68 41.13 -91.54 2014-09-02
283 7 As luck would have it, Arthur from Inception was sitting next to me on my right, and he quickly espied the money inside the envelope. He looks at me, looks at the money, and holds out his palm, clearly asking for money to keep quiet. 2014-10-01 22:41:01.552522 2014-10-01 22:41:01.552522 34.5 -88.63 40.12 -79.56 2014-04-20
284 26 At first I gave him 40 dollars, but that didn't seem like enough for him, so I gave him an extra 100 on top of that. 2014-10-01 22:41:01.561066 2014-10-01 22:41:01.561066 29.76 -95.38 42.04 -70.09 2014-09-11
285 69 The guy sitting to my left notices that and he bought it. Just when I think I'm going to get away from everything, I turn back to watch the show and the plainclothes detective is standing right in front of me. 2014-10-01 22:41:01.570322 2014-10-01 22:41:01.570322 37.92 -104.93 43.4 -103.26 2014-02-06
286 26 I don't really remember where the textbook in my lap came from, but my first instinct was to just chuck this heavy textbook at his face, and then try and make a break for it, but then I realized there were several other cops. 2014-10-01 22:41:01.579136 2014-10-01 22:41:01.579136 43.25 -70.88 42.11 -89 2014-05-20
287 81 I just gave up and put my hands up. 2014-10-01 22:41:01.588546 2014-10-01 22:41:01.588546 38.41 -82.43 46.25 -119.08 2014-03-24
288 15 One of the other cops handcuffs me, but from the front, so I ridiculed him and he re-handcuffed me with my hands behind me. 2014-10-01 22:41:01.597197 2014-10-01 22:41:01.597197 37.15 -80.11 39.63 -79.94 2014-06-25
289 83 I think his handcuffs were pretty shitty, though, because they kept slipping off my hands, no matter how tight he tried to put them on. 2014-10-01 22:41:01.605774 2014-10-01 22:41:01.605774 40.43 -79.97 21.46 -158.06 2014-03-07
290 50 I realized it was because my hands were shaped in such a way that they could deform to be smaller than my wrist, so the handcuffs were useless. 2014-10-01 22:41:01.613675 2014-10-01 22:41:01.613675 34.12 -118.05 38.43 -78.87 2014-05-25
291 65 Realizing that I was caught and the attempt at escape was pointless by that point, I just told him to forget about it, and I would come with them, because I wasn't really trying to run away, so I just walked off with them. 2014-10-01 22:41:01.623847 2014-10-01 22:41:01.623847 0 0 38.73 -93.55 2014-05-09
292 38 I'm working at this pond, which is filled with the most disgustingly green water, in what is apparently some sort of crab processing operation. The thing is, these crab are absolutely huge, some of them a couple feet wide. 2014-10-01 22:41:01.632713 2014-10-01 22:41:01.632713 25.77 -80.2 47.46 -122.36 2014-05-23
293 65 Every single one in the pond is either dead or dying quick, though, with many of them missing limbs and other parts of their bodies. 2014-10-01 22:41:01.640937 2014-10-01 22:41:01.640937 33.91 -117.95 40.71 -73.99 2014-07-02
294 50 I'm standing on this little island in the middle of the pond with a couple other guys, and our job is to use these nets to fish out the main carapaces floating in the water, slice them in half, and then chuck them into a giant bucket. 2014-10-01 22:41:01.650035 2014-10-01 22:41:01.650035 56.3 -158.49 33.75 -111.57 2014-09-20
295 6 My dad and I are helping my brother pick out a new truck for himself. 2014-10-01 22:41:01.660622 2014-10-01 22:41:01.660622 41.09 -73.55 33.94 -84.2 2014-03-16
296 74 The three trucks we brought back to the house were two different version of the Ram and a Hummer, which were apparently all made by Toyota. After some test driving, my brother eventually picks the more powerful Ram. 2014-10-01 22:41:01.671195 2014-10-01 22:41:01.671195 39.96 -79.87 30.77 -94.42 2014-06-03
297 28 My family has moved into a new house, but it's like 6 or 7 stories tall, and we live almost all the time in the top few stories, and have no idea what'd down in the lower levels. 2014-10-01 22:41:01.680923 2014-10-01 22:41:01.680923 42.35 -71.05 39.96 -79.87 2014-06-17
298 89 At some point I got it into my head that there might be like a sarcophagus in the deepest levels of the basement or something, so I decided to go exploring. The previous owner died so all his stuff is still around. 2014-10-01 22:41:01.69001 2014-10-01 22:41:01.69001 38.35 -121.9 34.32 -110.07 2014-04-25
299 12 After steeling myself a bit, I grab a flashlight and start descending into the gloom. Nigel starts following me, I guess out of curiosity, and together we find one staircase after the next. 2014-10-01 22:41:01.699529 2014-10-01 22:41:01.699529 34.26 -85.18 48.91 -111.15 2014-03-21
300 35 When we get to what we think is the bottom level, I find an ancient computer still running down there, and when I get down there, there's a copy of GIMP 1.01 running on the screen. 2014-10-01 22:41:01.708117 2014-10-01 22:41:01.708117 39.26 -119.79 39.8 -97.45 2014-02-07
301 43 It looks like it's running Windows 95 or something, and I soon realize the computer is badly infected with a virus, and it's just randomly opening and closing different programs on the hard drive. 2014-10-01 22:41:01.717484 2014-10-01 22:41:01.717484 27.8 -97.39 41.24 -75.87 2014-06-17
302 25 My dad eventually just hard kills the machine to turn it off, but it's still really eerie down the basement. Something is off, but neither I nor my dad can figure out what. 2014-10-01 22:41:01.725802 2014-10-01 22:41:01.725802 39.53 -119.41 29.89 -93.92 2014-05-27
303 42 There's a couch, and some more nice furniture down in this lowest level, as well as a TV and a laundry machine and dryer. I soon discover that there's actually one more level underneath, but when I take a peek, I am almost floored by what I see. 2014-10-01 22:41:01.736033 2014-10-01 22:41:01.736033 46.96 -116.91 40.92 -75.28 2014-01-15
304 17 There doesn't appear to be much of anything in the lowest level except huge amounts of mold and fungus, all over the place. My dad is a little teed off, mostly because I think he thought he was going to have to fix it all. 2014-10-01 22:41:01.744461 2014-10-01 22:41:01.744461 36.74 -119.75 43 -97.1 2014-08-18
305 78 My mom came down to have a look, she was totally disgusted. My first thought was of course "kill it with fire", and Nigel went running upstairs, as if to get as far away from it as possible. 2014-10-01 22:41:01.752787 2014-10-01 22:41:01.752787 0 0 42.95 -92.53 2014-04-17
306 28 Emmett and I are busy pulling a heist on some rich guy's house. Emmett was wearing the most clowning big, black puffy Northface jacket, with this super big hood that looked ridiculous. 2014-10-01 22:41:01.761509 2014-10-01 22:41:01.761509 39.86 -82.89 45.05 -93.63 2014-03-18
307 83 It's kind of hard to tell what exactly it was that we were taking, because at multiple points in the dream I remember us being in a warehouse, not in somebody's house. 2014-10-01 22:41:01.770136 2014-10-01 22:41:01.770136 41.13 -91.54 30.53 -86.48 2014-08-11
308 47 I remember a part where we hotwired a little electric scooter and hid in a bathroom for a while, which turned out to be a bad idea because the lock on the door didn't work correctly. 2014-10-01 22:41:01.778054 2014-10-01 22:41:01.778054 39.77 -86.14 37.78 -122.12 2014-07-01
309 69 The upshot, however, is that we eventually got trapped in this upstairs room on like the third floor of this really nice house, and we run into Mariah Billey and her friend, whose father's house it was then apparent that we were robbing. 2014-10-01 22:41:01.786307 2014-10-01 22:41:01.786307 38.22 -85.74 40.24 -94.33 2014-01-04
310 38 Instead of being angry she told us that the windows in that room were old, classic windows, and didn't have any laminate in them. 2014-10-01 22:41:01.79458 2014-10-01 22:41:01.79458 33.1 -92.49 41.85 -78.56 2014-09-22
311 22 After giving her a quick hug in thanks, Emmett and I jumped out the window, fell into a tree, fell out of the tree, and found ourselves on the Burke Gilman Trail, where upon, we booked it to the Ronald McDonald houses area. 2014-10-01 22:41:01.803138 2014-10-01 22:41:01.803138 43.9 -99.86 33.59 -89.84 2014-03-05
312 39 Eventually, it ended up working out, but I don't remember having anything on me when we escaped, so I'm not entirely sure what the whole heist thing was about to begin with. 2014-10-01 22:41:01.812307 2014-10-01 22:41:01.812307 28.8 -81.88 31.09 -97.36 2014-01-14
340 20 Although I say trying because the whole ring of invisibility thing was kind of foiling them. 2014-10-01 22:41:02.089821 2014-10-01 22:41:02.089821 43.9 -99.86 47.44 -119.27 2014-04-09
313 48 I'm hanging out on this sort of beach park a ways up north of where I live, and it's pretty late at night. It's kind of a cliff side, but there's some really nice beachfront down below, and it's not particularly hard to get down there. 2014-10-01 22:41:01.821503 2014-10-01 22:41:01.821503 34.07 -117.46 43.84 -88.84 2014-01-04
314 46 I'm hanging out with Micah, Fred, Samma Wennerlind, Celia Gurney, and Greta Menke. Micah, Celia and I are all naked, I think for the purposes of skinny dipping, which we did. 2014-10-01 22:41:01.830372 2014-10-01 22:41:01.830372 39.3 -76.61 42.61 -75.6 2014-09-16
315 53 We're sitting on some logs, talking about something or other, when suddenly I remember something I left back at my house, so I throw on my bike shoes, which I had with me in my backpack, but nothing else and started booking it back to my house. 2014-10-01 22:41:01.83881 2014-10-01 22:41:01.83881 36.74 -119.75 41.24 -75.87 2014-04-07
316 7 I ran into one dude driving a truck, but he didn't seem to mind. 2014-10-01 22:41:01.847076 2014-10-01 22:41:01.847076 37.92 -104.93 29.94 -93.91 2014-03-27
317 46 By the time I got back to the park, which as I recall didn't take very long at all, everyone was back up at the top of the cliff except Micah and Samma, who were playing some game or something in the lake below. 2014-10-01 22:41:01.856319 2014-10-01 22:41:01.856319 44.54 -123.08 37.84 -83.85 2014-08-20
318 38 I'm on a ferry or something with Emmett and Micah, we're doing something or other, there's something about 33%, and somehow we all end up back in Emmett's living room, which is this small little room with super comfortable couches and chairs. 2014-10-01 22:41:01.864589 2014-10-01 22:41:01.864589 29.43 -95.24 39.47 -87.38 2014-08-05
319 41 We're talking about something when this super hot girl comes in, whispers with Emmett for a second, and then Emmett looks at us and flicks his eyes up implying we should go up to the attic. 2014-10-01 22:41:01.872949 2014-10-01 22:41:01.872949 46.41 -68.49 40.76 -76.07 2014-08-05
320 22 I'm in a room where they are demonstrating some sort of 3D camera technology in conjunction with strobe lights, and they're taking pictures of really odd necklaces in this really odd room, which is just covered in little reflective diodes. 2014-10-01 22:41:01.881318 2014-10-01 22:41:01.881318 40.5 -98.25 33.1 -92.49 2014-08-12
321 18 At one point, this girl sitting across the table from me steals the camera and starts taking pictures of a whole bunch of random bullshit, for which she gets thrown out of the room, and the employees start giving me dirty looks. 2014-10-01 22:41:01.889704 2014-10-01 22:41:01.889704 46.9 -97.34 41.24 -75.87 2014-05-10
322 14 I'm at least acting fairly normal, but eventually, I too crack and start playing around like a monkey inside this room, after which I voluntarily leave so they don't have to throw me out. 2014-10-01 22:41:01.898703 2014-10-01 22:41:01.898703 37.76 -76.46 46.9 -97.34 2014-02-18
323 39 As I'm packing up my stuff in my backpack to leave, I apparently have my laptop and a Cintiq, which is awesome but I didn't get a chance to use it in the dream. 2014-10-01 22:41:01.907439 2014-10-01 22:41:01.907439 28.33 -82.27 35.81 -77.31 2014-04-12
324 2 As I'm wandering around PAX, I see that a lot of the rooms have been converted into token-play rooms, similar to Gameworks, and I'm mildly disappointed by this. 2014-10-01 22:41:01.91655 2014-10-01 22:41:01.91655 41.6 -70.64 35.72 -83.49 2014-06-03
325 31 Eventually I reach a dead end with two bathrooms, and I have no idea where I am, so I backtrack until I find a staircase. 2014-10-01 22:41:01.924853 2014-10-01 22:41:01.924853 41.18 -88.31 35 -114.56 2014-06-25
326 44 As I walk up the staircase, suddenly I realize it's the staircase by my mom's old classroom, and I run into Micah and Jada Wittow on the staircase, who I talk to briefly before continuing towards what I now realize to be outside. 2014-10-01 22:41:01.933999 2014-10-01 22:41:01.933999 40.32 -75.37 29.89 -93.92 2014-02-22
327 44 As I'm walking through the main floor of Lowell, where apparently the basement level was holding PAX, the middle level is holding some sort of science fair centered around bananas, and there's yellow shit everywhere. 2014-10-01 22:41:01.941968 2014-10-01 22:41:01.941968 40.22 -74.76 39.41 -84.46 2014-01-21
328 53 I vaguely recall at this point a conversation I had with my mom a while back about this banana science fair, and how she was talking to the principle about it and they both really liked it because kids seemed to really like bananas. 2014-10-01 22:41:01.950064 2014-10-01 22:41:01.950064 40.08 -75.41 37.67 -106.35 2014-08-12
329 20 I realize I'm not going to be able to find my mom's car at all if it's covered in bright, banana yellow paint, so eventually I just decide fuck it and start walking from there. 2014-10-01 22:41:01.958271 2014-10-01 22:41:01.958271 39.06 -101.24 29.7 -96.77 2014-02-11
330 21 My recollection is that when the dream first started in PAX, it was at the Seattle Science Center, which while not being the state Convention Center where it's actually held, is a lot closer in terms of location. 2014-10-01 22:41:01.966594 2014-10-01 22:41:01.966594 41.47 -71.52 29.92 -96.95 2014-05-12
331 44 Something about a ceramic bowl. I think I put water on it and it fell apart, but when the water evaporated, the bowl reformed in some sort of ionic reaction. All I remember is being amazed by self-reforming ceramics. 2014-10-01 22:41:01.97637 2014-10-01 22:41:01.97637 42.54 -112.28 42.5 -77.5 2014-09-06
332 29 Tucker and I are outside my old house by Bryant Park, which is still the old house before the current owners made all the modifications to it. 2014-10-01 22:41:01.985058 2014-10-01 22:41:01.985058 30.7 -97.73 34.01 -118.49 2014-09-17
333 34 I don't remember how we came to the conclusion that this was a good idea, but we decided to break into the property just to look around and see what was inside. 2014-10-01 22:41:01.993179 2014-10-01 22:41:01.993179 38.73 -93.55 32.24 -110.94 2014-03-12
334 46 We did, and what we found inside had nothing to do with what the inside of the house actually looked like in real life, but it all looked vaguely familiar anyway and gave me a huge sense of déjà vu. 2014-10-01 22:41:02.001624 2014-10-01 22:41:02.001624 35.71 -87.35 35 -114.56 2014-03-13
335 42 As we get towards the back of the house, we find this one door that looks really ominous and weird, and neither of us want to open it, but all of a sudden, Andrew's with us, and he calls both of our shit and just opens the door. 2014-10-01 22:41:02.009633 2014-10-01 22:41:02.009633 33.94 -84.2 39.63 -79.94 2014-02-19
336 62 Behind which we find a garage with some old shit in it, which for some reason not only looks super familiar to me, but to Tucker to. 2014-10-01 22:41:02.0178 2014-10-01 22:41:02.0178 43.04 -76.14 47.44 -119.27 2014-01-16
337 36 After realizing that we're all actually committing the act of breaking and entering, we get out of there, lock up after ourselves so it appears that we didn't do anything, and then we all go to the grocery store to get some munchies. 2014-10-01 22:41:02.025975 2014-10-01 22:41:02.025975 29.45 -98.5 48.91 -111.15 2014-01-23
338 58 It's about this time that Tucker at some point finds this ring, which looks like a plain old ring with a deep red gemstone set on top of it. This is apparently a ring of invisibility, though, because when he puts it on, he completely disappears. 2014-10-01 22:41:02.034382 2014-10-01 22:41:02.034382 40.92 -75.28 37.78 -122.12 2014-08-08
339 61 Though it doesn't appear to have all the evil shit associated with the ring from The Lord of the Rings, never the less, after some fight breaks out Gandalf shows up and beats a couple dudes up who were trying to beat up Tucker. 2014-10-01 22:41:02.042526 2014-10-01 22:41:02.042526 41.65 -91.53 34.2 -90.57 2014-06-22
341 37 Anyway, after that Gandalf explains to us that we have to take this ring somewhere, and apparently Tucker has to hold the ring the entire time, but Andrew and I can go along with him regardless, so we do. 2014-10-01 22:41:02.097917 2014-10-01 22:41:02.097917 37.36 -82.78 39.53 -119.41 2014-03-18
342 54 We set out on this long journey on foot, a lot of which looks like the Burke Gilman Trail, until finally we get to this one extremely long straight part of the trail. Gandalf comes back and walks with us for a while, but disappears again randomly. 2014-10-01 22:41:02.105945 2014-10-01 22:41:02.105945 30.49 -86.5 44.54 -72.21 2014-05-01
343 50 As we get to the end of this long straightaway, I start rounding the corner and have this feeling that I've seen this place before. 2014-10-01 22:41:02.114688 2014-10-01 22:41:02.114688 39.63 -79.94 30.5 -90.46 2014-05-21
344 7 All of a sudden it occurs to me that we might somehow be in Bremerton, and sure enough we get around the corner and we're in a beachfront park that is across the bay from Bremerton, and there are hundreds of battleships riding at anchor. 2014-10-01 22:41:02.122857 2014-10-01 22:41:02.122857 34.11 -80.18 44.54 -72.21 2014-08-04
345 85 There's this girl already there at the park practicing archery, who really wasn't important to the story in any way except the fact that her butt in spandex pants looks fucking amazing, and she was pretty memorable for that sole reason. 2014-10-01 22:41:02.130828 2014-10-01 22:41:02.130828 30.49 -86.5 42.23 -71.55 2014-01-02
346 36 Anyway, by this point the whole ring quest thing seems to have become unimportant, so we just kick it at this beach park and watch the sun set. 2014-10-01 22:41:02.138928 2014-10-01 22:41:02.138928 39.84 -89.05 36.24 -93.11 2014-03-02
347 77 As the sun is starting to go down, I think to take out my phone camera and attempt to take a panorama picture of the bay with all the battleships riding at anchor, but I just can't get my phone to work right. 2014-10-01 22:41:02.146921 2014-10-01 22:41:02.146921 32.32 -90.2 33.96 -117.43 2014-03-27
348 49 I'm playing in part of a big football game between a bunch of people. I think it's the last in a series of games that have been getting bigger and bigger, because apparently people settled their arguments by playing games of football over them. 2014-10-01 22:41:02.155452 2014-10-01 22:41:02.155452 39.8 -97.45 21.46 -158.06 2014-09-07
349 11 Nick Faubion was initially playing as our quarterback, and he threw the first touchdown to me in the back corner of the end zone. I don't remember most of this dream. 2014-10-01 22:41:02.164041 2014-10-01 22:41:02.164041 41.83 -87.68 32.2 -83.9 2014-01-14
350 62 I'm at a track and field event, spectating. The main event is this women's half mile or something like that, among which two of the contestants are the Knopp twins. 2014-10-01 22:41:02.176192 2014-10-01 22:41:02.176192 38.73 -93.55 41.87 -75.72 2014-04-17
351 26 The only real competition seems to be between the two Knopp twins and these two Asian twins, since everyone else in the race seems to be absolutely terrible. During the race, the guy sitting next to me in the stands mutters something in Chinese. 2014-10-01 22:41:02.184214 2014-10-01 22:41:02.184214 39.96 -79.87 35 -114.56 2014-03-01
352 14 He starts talking about Chinese nationality and being Chinese and stuff before I politely interrupt him to let him know that I am not the least bit Asian, that I'm half Mexican and half Polish. 2014-10-01 22:41:02.192198 2014-10-01 22:41:02.192198 40.85 -78.26 35.83 -78.83 2014-08-26
353 31 He is quite surprised to hear this, and asks how I know Chinese, at which point I tell him I know English, Spanish, Latin, Japanese, French, as well as some German, Russian, and Chinese. 2014-10-01 22:41:02.200265 2014-10-01 22:41:02.200265 39.26 -119.79 29.5 -94.51 2014-08-25
354 63 When we get to Willamette, we meet up with Micah who is already there in the cafeteria, and we browse around for some food before the place closes down for the night, it being almost 10 o'clock. 2014-10-01 22:41:02.20822 2014-10-01 22:41:02.20822 40.1 -76.35 33.61 -86.59 2014-02-20
355 88 However, every single food dispensary in the cafeteria seems to be a donut shop, and the concept of pastries seems rather unappealing to me, so I take a pass. 2014-10-01 22:41:02.216193 2014-10-01 22:41:02.216193 38.22 -85.74 39.47 -87.38 2014-06-20
356 41 Shortly thereafter some school official or something kicks everyone out of the cafeteria, so we go back to Rachel's dorm room, after which Micah promptly passes out on the lower bunk. 2014-10-01 22:41:02.224107 2014-10-01 22:41:02.224107 40.92 -75.28 29.94 -93.91 2014-04-23
357 61 Rachel and I sit up on the upper bunk and talk about stuff for a while, until eventually she posits the idea of having a naked wrestling match, for no apparent reason. I quickly agree, and we both strip down and then begin to wrestle. 2014-10-01 22:41:02.233488 2014-10-01 22:41:02.233488 43.9 -71.06 33.87 -101.59 2014-05-07
358 39 I'm at a rave being thrown at top of this skyscraper by Nick and some other people. The hotel room that I'm staying at is on the 97th floor, and the rave itself is on the 98th, 99th, and 101st floors for some reason. 2014-10-01 22:41:02.2415 2014-10-01 22:41:02.2415 37.84 -83.85 39.84 -89.05 2014-07-22
359 29 Also, this building is being used for a lot of other things, so as I'm walking around the building I keep running into seniors and restaurants and prostitutes and really odd stuff like that. 2014-10-01 22:41:02.249334 2014-10-01 22:41:02.249334 43.07 -96.17 39.95 -74.18 2014-05-25
360 39 I know I have a flight to catch later that day, so when I wake up in what I'm pretty sure is Nick's room, I pack up all my stuff and head over to the rave rooms, where the party is going like a rave normally goes in the middle of the day. 2014-10-01 22:41:02.257376 2014-10-01 22:41:02.257376 0 0 0 0 2014-04-07
361 86 I run into Zane and Harrison and Sam and some other people at the rave, but for some reason I'm looking for Nick, I think because I need something from him, so I go up to the 101st floor, which also happens to be a floor that only sort of exists. 2014-10-01 22:41:02.265254 2014-10-01 22:41:02.265254 56.3 -158.49 39.86 -82.89 2014-03-26
362 80 Technically the building only has 100 floors, but on the 100th floor there is a ramp which leads up to this glass gazebo on top of the roof, and there I find Nick bumping away at the DJ booth, with a whole bunch of people gigging really hard. 2014-10-01 22:41:02.273422 2014-10-01 22:41:02.273422 29.43 -95.24 34 -81.03 2014-08-07
363 60 I remember that whatever time engagement I have, it's not for a while, so I just drop my stuff and dance for a while, in what seems like one of the most awesome rave rooms of all time. Although Black Lodge was pretty good. 2014-10-01 22:41:02.281679 2014-10-01 22:41:02.281679 30.78 -92.42 41.56 -81.19 2014-09-08
364 47 I'm in some kind of arctic lodge, but I've got full nylon gear and boots and stuff on, and there's what I'm pretty sure is a trained polar bear, who apparently really likes metal things, particularly reflective stuff, like mirrors. 2014-10-01 22:41:02.290056 2014-10-01 22:41:02.290056 36.52 -82.71 30.78 -92.42 2014-07-03
365 49 Someone shows him a mirror and he goes off running after it for a little ways, and then everyone starts throwing snowballs at him, some of which he just plucks out of the air and eats. 2014-10-01 22:41:02.297674 2014-10-01 22:41:02.297674 42.62 -90.59 35.15 -89.75 2014-02-04
366 46 I feel like this dream is a continuation of another dream. I'm taken out by boat to this island, which is part of some rich mansion or estate or something. 2014-10-01 22:41:02.30553 2014-10-01 22:41:02.30553 37.36 -82.78 36.22 -78.93 2014-09-11
367 33 The mansion itself is more or less empty, but on the way in we notice several cave entrances in the side of the cliff, while we're walking around the inside of the mansion, we know there are secret passageways but we don't know where they are. 2014-10-01 22:41:02.313497 2014-10-01 22:41:02.313497 33.1 -92.49 33.96 -117.43 2014-09-01
368 34 After a bit of searching, I accidentally find an extra room beneath the floor of one of the basement rooms, and this extra room has a staircase in it which leads down to a door. 2014-10-01 22:41:02.325467 2014-10-01 22:41:02.325467 37.27 -82.57 39.87 -92.02 2014-07-27
369 40 Presumably the cave system is on the other end of the door, but it looks scary as fuck, so I gather everyone who is in the exploration party, and together we open the door. 2014-10-01 22:41:02.333712 2014-10-01 22:41:02.333712 41.18 -88.31 41.13 -91.54 2014-03-01
370 64 As it turns out, however, the door doesn't lead to the cave system, it just breaks the fabric of reality, and after that point absolutely nothing makes sense. 2014-10-01 22:41:02.34172 2014-10-01 22:41:02.34172 35.08 -107.51 34.2 -90.57 2014-02-14
371 19 I'm hanging out with some fools down at the beach, including Tucker and some other guys I don't really know, but it's somewhere down by the water in downtown, and it's right before first light. 2014-10-01 22:41:02.350152 2014-10-01 22:41:02.350152 40.1 -76.35 39.55 -82.77 2014-06-14
372 69 We're all standing around, when we see this dim triangle of lights hover through the night sky headed north along the far edge of Puget Sound, which both of us think is some military experiment or stealth plane. 2014-10-01 22:41:02.358248 2014-10-01 22:41:02.358248 29.7 -96.77 33.61 -117.64 2014-07-06
373 37 At this point, it's starting to be light out, and a fighter jet comes roaring up the Sound, booking it after the stealth plane, presumably. 2014-10-01 22:41:02.366439 2014-10-01 22:41:02.366439 41.55 -73.03 34.93 -98.13 2014-07-06
374 23 The fighter jet is followed by a series of other planes, including a giant bomber which is booking it so hard there are jets of flame coming out the back of its engines, more akin to rocket engines than jet turbines. 2014-10-01 22:41:02.374508 2014-10-01 22:41:02.374508 43.9 -71.06 43.83 -121.49 2014-03-11
375 67 At this point, someone comes up to us and starts trying to tell us to leave, and I immediately don't like the situation,and start walking away as fast as I can without looking sketchy. 2014-10-01 22:41:02.382524 2014-10-01 22:41:02.382524 39.47 -87.38 36.97 -112.98 2014-07-27
376 57 One dude stands his ground though and starts talking shit to the guy who walked up to us, who responds with the line "do I look like a cop?" 2014-10-01 22:41:02.390554 2014-10-01 22:41:02.390554 42.59 -94.01 38.29 -86.95 2014-06-23
377 81 I am facing the other direction trying to get away, but I hear guns being pulled and more shit being talked, cause apparently the kid standing his ground wasn't buying that the other guy was secret service or whatever he was. 2014-10-01 22:41:02.398721 2014-10-01 22:41:02.398721 40.39 -81.08 40.85 -78.26 2014-01-13
378 18 After I'm a fair distance away, I hear a couple shots fired and at that point I just start booking it until I'm in downtown proper, by which time it's morning and there are morning crowds everywhere . 2014-10-01 22:41:02.406552 2014-10-01 22:41:02.406552 33.59 -89.84 34.01 -118.49 2014-07-02
379 38 I just try to blend into the crowd and I figure I'll meet up with Tucker and the others at a later point in time. Out of the corner of my eye I notice a guy in what appears to be a TSA outfit following me around. 2014-10-01 22:41:02.415379 2014-10-01 22:41:02.415379 25.77 -80.2 34.93 -98.13 2014-07-04
380 43 When by chance I come across Eleazar, to whom the TSA-looking guy says hi, so I say hi to as well. As I walk off with Eleazar talking with him, he tells me that he knows the TSA-looking guy and sees him all the time. 2014-10-01 22:41:02.426329 2014-10-01 22:41:02.426329 33.12 -88.15 34.2 -92.93 2014-07-08
381 39 Eleazar had a funny accent he doesn't have in real life, but I didn't really notice it. Also, the city in question wasn't expressly Seattle, since I didn't recognize any landmarks or anything, but it was similar enough. 2014-10-01 22:41:02.434779 2014-10-01 22:41:02.434779 30.78 -92.42 29.89 -93.92 2014-01-11
382 39 I'm hanging out with someone I know, I think Emmett, at what I'm pretty sure is my neighbor's house, since it appears that my house is owned by someone else, who is, as it turns out, a crazy gun nut. 2014-10-01 22:41:02.443192 2014-10-01 22:41:02.443192 29.94 -93.91 0 0 2014-01-02
383 73 All I really remember is that Sam Perkins gets shot and dies, some other really weird shit happens, and it all ends with me smoking a joint in the middle of the street. 2014-10-01 22:41:02.451176 2014-10-01 22:41:02.451176 42.54 -112.28 29.45 -98.5 2014-02-07
384 42 I remember finding my knife at one point, which is only significant because I lost my knife in real life. Also I think there were some really big dogs involved somehow, but I don't remember how. 2014-10-01 22:41:02.459177 2014-10-01 22:41:02.459177 34.06 -118.31 42.91 -86.12 2014-05-23
385 44 The only thing I remember is walking down some street with an electric guitar, I think a Fender like Micah's, which was plugged into a pair of headphones that I was wearing. 2014-10-01 22:41:02.468211 2014-10-01 22:41:02.468211 36.22 -78.93 39.63 -79.94 2014-02-26
386 47 I don't remember what it sounded like, but I do remember very specifically playing the fingerings for Wagon Wheel as I walked down the street. 2014-10-01 22:41:02.477306 2014-10-01 22:41:02.477306 34.32 -110.07 40.14 -76.02 2014-07-09
387 27 I'm part of some college tour or something, and somehow as a function of that I'm competing in some foot race/scavenger hunt sort of thing. 2014-10-01 22:41:02.485579 2014-10-01 22:41:02.485579 40.07 -99.13 38.16 -81.56 2014-09-01
388 36 The final checkpoint is inside what appears to be an abandoned dorm, which I quickly realize that although decommissioned by the school, is still used by students all the time. 2014-10-01 22:41:02.493551 2014-10-01 22:41:02.493551 30.49 -86.5 41.55 -73.03 2014-01-24
389 27 Everyone else involved in the tour kind of settle down in various rooms and chill, but I go to the very last room at the end of the hall on the top floor, to the room that's in the very upper corner of the building. 2014-10-01 22:41:02.501608 2014-10-01 22:41:02.501608 43.84 -88.84 36.52 -82.71 2014-05-02
390 34 As I walk in, I am mildly shocked to see Andrew and Claire lying naked on a bed, as well as a couple other girls sitting naked. Andrew, perhaps in embarrassment, dips right quick, leaving me with these three girls in this room. 2014-10-01 22:41:02.509661 2014-10-01 22:41:02.509661 35.15 -89.75 30.68 -88.04 2014-08-24
391 88 I'm on a road trip with Pat Yiu and Micah, somewhere that requires the Maple Valley Highway to get to, and we keep running into this car full of Korean pop kids, for lack of a better phrase. 2014-10-01 22:41:02.517828 2014-10-01 22:41:02.517828 29.94 -93.91 0 0 2014-01-12
392 59 We keep seeing them at gas stations and stuff, and we think they're really funny, but it's hard to say what exactly they think of us, and eventually we are forced into conversation by some absolutely ridiculous Korean pop song. 2014-10-01 22:41:02.525662 2014-10-01 22:41:02.525662 37.67 -106.35 37.33 -121.89 2014-04-23
393 45 I'm in a dorm room near the UW somewhere, in what I have to assume is Fred's apartment, on one of the first few floors of the building. 2014-10-01 22:41:02.533642 2014-10-01 22:41:02.533642 40.1 -76.35 41.65 -91.53 2014-02-08
394 52 We're kicking it in his room, chilling, when we decide to go hang out with some other people in his building, so we go over to the elevator, and I could have sworn the elevator numbers went down, but we went physically up to like the 15th. 2014-10-01 22:41:02.541847 2014-10-01 22:41:02.541847 33.35 -94.5 42.54 -112.28 2014-07-15
395 38 I talked with Molly for a bit, mostly about the fact that I hadn't been around much this summer, but then she had to leave, and shortly thereafter I woke up. Also, there was a small balcony out back. 2014-10-01 22:41:02.550052 2014-10-01 22:41:02.550052 34.5 -87.72 41.57 -81.2 2014-05-13
396 36 I am at a house with Fred and Andrew, and we're all about to leave the house for the weekend. I am trying to settle some petty monetary transactions with Fred, and he's just trying to go. I think finally I just let the two of them go. 2014-10-01 22:41:02.55821 2014-10-01 22:41:02.55821 33.35 -94.5 34.07 -117.46 2014-07-23
397 36 I go for a walk, at which point I run into some bicyclists who had some rather nice bikes that I was appreciative of. Also, there's something really strange about that house, but I can't quite put my finger on what. 2014-10-01 22:41:02.566353 2014-10-01 22:41:02.566353 41.4 -75.66 30.04 -99.13 2014-05-22
398 35 So I'm hanging out with Roswell on his birthday, and at first, we're just kicking it at the park with some homies, Tucker, Nap, Emmett, and Caleb, as well as a few other fools who are cool. 2014-10-01 22:41:02.574622 2014-10-01 22:41:02.574622 41.65 -91.53 27.75 -82.64 2014-09-17
399 62 At some point we start driving somewhere, and when we're a little ways outside of town, we find a lake and we're walking along the lake shore as it gets dark when we run into a group of travelling bums that apparently Roswell knows. 2014-10-01 22:41:02.582444 2014-10-01 22:41:02.582444 42.23 -71.55 30.53 -86.48 2014-03-17
400 45 They've got a campfire going, so we sit down with them and Roswell plays some harmonica, and more kicking it ensues. At one point, Roswell decides that he's had it with this hard lump he's sitting on top of, so he borrows a pickaxe. 2014-10-01 22:41:02.590379 2014-10-01 22:41:02.590379 37.33 -121.89 37.27 -82.57 2014-02-07
401 59 After some careful fashioning, Roswell manages to turn himself into a birthday cup for himself, which was awesome. 2014-10-01 22:41:02.59867 2014-10-01 22:41:02.59867 38.6 -121.44 37.92 -104.93 2014-06-27
402 63 I'm sitting in my physics class, and I get a whole bunch of work back from my teacher in a bit packet, and much to my dismay, my scores are hugely worse than I was expected, and out of a possible 325 points, I got like 30. 2014-10-01 22:41:02.606937 2014-10-01 22:41:02.606937 42.59 -94.01 39.86 -82.89 2014-05-11
403 51 Being extremely angry about this but not wanting to show it, and I left the classroom and walked out to a football field, where I sat down and tried to calm down. 2014-10-01 22:41:02.615737 2014-10-01 22:41:02.615737 34.12 -118.05 42.5 -77.5 2014-03-25
404 75 I look across this field and see a small group of four or five friends sitting together on the bleachers. 2014-10-01 22:41:02.62362 2014-10-01 22:41:02.62362 38.89 -77.03 33.91 -117.95 2014-07-23
405 5 I'm sitting on a sort of futon or mattress that is set up on the deck of a house, with Micah and Ben. I think we're smoking bowls, at which point Micah goes inside the house and then goes downstairs to find a chess set. 2014-10-01 22:41:02.631896 2014-10-01 22:41:02.631896 38.08 -95.15 47.66 -122.38 2014-05-12
406 25 He comes back with the chess set, but the pieces are all screwed up, for instance both black bishops are missing but there are 4 black rooks, which seems pretty useless to me. 2014-10-01 22:41:02.683871 2014-10-01 22:41:02.683871 29.45 -98.5 37.55 -77.46 2014-07-05
407 29 Regardless, Micah and Ben start playing a game of chess, which quickly falls apart because Micah is being absolutely silly with the pieces and randomly swapping pieces in and out of the game. 2014-10-01 22:41:02.692128 2014-10-01 22:41:02.692128 38.89 -77.03 36.41 -82.62 2014-09-18
408 49 I think afterwards I biked home, though I'm not exactly sure where that was. 2014-10-01 22:41:02.700078 2014-10-01 22:41:02.700078 38.22 -85.74 33.75 -111.57 2014-07-21
409 74 I'm down by the water about a block north of Matthew's Beach Park, at a house that belongs to someone I know, but I can't tell who. I'm kicking it with Caleb and Allen and a couple other black kids I don't recognize. 2014-10-01 22:41:02.708982 2014-10-01 22:41:02.708982 29.92 -91.78 43.02 -104.64 2014-09-21
410 9 I'm with a group of people paddling around a lake, and I can't tell exactly what sort of water craft I'm sitting on, but it basically amounts to a surf board. 2014-10-01 22:41:02.716917 2014-10-01 22:41:02.716917 43.02 -104.64 42.23 -71.55 2014-05-13
411 52 I'm on my own craft, but there are a bunch of different boats in the flotilla, and some of them are carrying multiple people. We all sort of funnel into this river, that eventually leads to something which I think is locks facility. 2014-10-01 22:41:02.724974 2014-10-01 22:41:02.724974 39.94 -74.07 41.87 -75.72 2014-03-08
412 72 I'm on some sort of dock with Caleb, Sophie, and someone else I don't remember or recognize. For some reason or another, Caleb and this fourth person hop into a small zodiac sort of a boat take off presumably back in the direction of Seattle. 2014-10-01 22:41:02.733162 2014-10-01 22:41:02.733162 44.27 -84.23 35.72 -83.49 2014-01-25
413 77 Sophie hops into another boat and starts following them, and the only boat left is a considerably larger sailboat, with no outboard motor. Despite this, I jump in, and somehow almost instantaneously understand how to operate the sailboat. 2014-10-01 22:41:02.741383 2014-10-01 22:41:02.741383 39.65 -76.34 25.46 -80.45 2014-02-23
414 64 Very shortly this develops into some sort of race, and we start weaving through a series of islands which I think are the islands of Puget Sound. Caleb's boat has the lead the entire time. 2014-10-01 22:41:02.749437 2014-10-01 22:41:02.749437 34.2 -90.57 36.22 -78.93 2014-01-20
415 27 The channel in question leads us to a big open bay, which I immediately recognize as a YMCA camp. I initially thought it was Coleman, but after realizing that Coleman is on a closed off lagoon, I realized it had to be a different YMCA camp. 2014-10-01 22:41:02.757719 2014-10-01 22:41:02.757719 43.85 -94.69 39.77 -86.14 2014-02-14
416 26 We ran the boats ashore and found a car, where all four of us decided to simply drive the rest of the way home, presumably since it seems to be getting dark. 2014-10-01 22:41:02.765455 2014-10-01 22:41:02.765455 30.68 -88.04 34.11 -80.18 2014-02-22
417 56 As we are driving home, we are taking some two lane highway out in the middle of nowhere when we pass a big open field somewhere out in the middle of the woods. 2014-10-01 22:41:02.773391 2014-10-01 22:41:02.773391 31.84 -106.43 37.24 -82.77 2014-08-12
418 48 This field appears to be some military base or something, because there are two impossibly huge helicopters flying around the field. Both are the size of large buildings, in a shape that can best be described as a capital gamma. 2014-10-01 22:41:02.781263 2014-10-01 22:41:02.781263 29.89 -93.92 40.85 -86.2 2014-09-24
419 27 They've both got 3 absolutely massive sets of rotors holding them aloft. As soon as I see them, I am overcome with a sense of déjà vu, not only as if I've seen these helicopters before, but as if I've been in this exact situation before. 2014-10-01 22:41:02.789084 2014-10-01 22:41:02.789084 43.84 -88.84 0 0 2014-01-04
420 31 Also out in this field are two very, very large tanks, again, more akin to moving buildings that mobile artillery. The thought occurs to me that these might be the military's first attempts at building mechs. 2014-10-01 22:41:02.796959 2014-10-01 22:41:02.796959 41.01 -76.8 41.13 -91.54 2014-04-24
421 7 There's a girl, who I think is named Hayden, and she comes to sit down at a table with me and a few other people. We're in the middle of a flight, and four or five of us are sitting around a dinner table trying to figure something out. 2014-10-01 22:41:02.804765 2014-10-01 22:41:02.804765 43.9 -71.06 39.05 -87.56 2014-05-05
422 5 The girl sitting down, however, apparently triggers some event which quite honestly seems to have already happened multiple times by that point, but a bunch of really strange characters attempt to break into the room. 2014-10-01 22:41:02.812669 2014-10-01 22:41:02.812669 40.76 -76.07 0 0 2014-04-16
423 11 At some point I end up with a Scottish claymore, and I just start wreaking havoc on bitches left and right. 2014-10-01 22:41:02.820435 2014-10-01 22:41:02.820435 39.96 -79.87 42.02 -85.81 2014-01-24
424 38 I'm on a flight out to some very small town out in the middle of apparently nowhere. I'm sitting in a very oddly placed seat in a very oddly put together airplane, and there appear to be a few other very similar aircraft headed the same way. 2014-10-01 22:41:02.828694 2014-10-01 22:41:02.828694 28.33 -82.27 42.96 -85.65 2014-01-01
425 7 After we got off the plane we were hustled away to this military bunker in a nearby mountainside, where it became apparent that we were supposed to be protecting the president from some terrible evil that was out and about. 2014-10-01 22:41:02.836616 2014-10-01 22:41:02.836616 26.74 -80.12 40.22 -74.76 2014-06-15
426 45 I think there was some sort of nuclear holocaust outside while we were inside the base, because as soon as we left the base and went out onto the main road, we all had to wear breathing apparatuses and Geiger counters. 2014-10-01 22:41:02.844415 2014-10-01 22:41:02.844415 37.15 -80.11 29.45 -98.5 2014-05-21
427 15 At some point while I'm walking down the main highway, I run into Nap just kind of strolling along with no equipment, so apparently there wasn't a bunch of radiation in the air or whatever. 2014-10-01 22:41:02.852423 2014-10-01 22:41:02.852423 44.09 -71.99 30.53 -86.48 2014-08-15
428 59 I gave him my breathing bag but kept the air filter hose, which I'm not entirely sure how that was a good idea, but I did it regardless and kept moving down the highway. Eventually I pass Emmett at what appears to be a military checkpoint. 2014-10-01 22:41:02.860131 2014-10-01 22:41:02.860131 26.74 -80.12 47.54 -120.55 2014-06-27
429 49 I find a railway which I begin to follow. As I follow the railway, though, I see a giant train coming a ways off down the track, so I find the nearest wall to make myself quite small against as the train goes by. 2014-10-01 22:41:02.868182 2014-10-01 22:41:02.868182 33.29 -117.3 41.18 -88.31 2014-09-15
430 39 The train comes closer, it quite apparently appears to be a military train with a giant cannon on top, and they apparently are on the other side of whatever conflict it is that we're fighting. 2014-10-01 22:41:02.876324 2014-10-01 22:41:02.876324 37.55 -77.46 29.76 -95.38 2014-08-26
431 10 As this giant cannon starts raining shells on the couple of other guys who are there and me, we dip as fast as possible back to the military checkpoint where Emmett was. 2014-10-01 22:41:02.884722 2014-10-01 22:41:02.884722 40.66 -73.7 47.84 -122.19 2014-03-22
432 70 He points to a wall full of guns, from which I take down an M4 Carbine and check the safeties and latches and stuff. As soon as I've determined that the gun is good to go, I find a nice spot to hunker down and we wait to ambush the train. 2014-10-01 22:41:02.892417 2014-10-01 22:41:02.892417 45.5 -122.65 41.87 -75.72 2014-01-27
433 46 I'm playing a game which amounts to soccer inside a gym with a hacky sack instead of a ball. 2014-10-01 22:41:02.900174 2014-10-01 22:41:02.900174 40.23 -91.06 41.85 -78.56 2014-06-19
434 25 I'm goaltending for one of the teams, and most of my team seemed pretty terrible at the game, so I ended up saving a lot of shots on goal which was ridiculously hard because of the very small size of the hacky size. 2014-10-01 22:41:02.90793 2014-10-01 22:41:02.90793 40.87 -87.95 34.5 -88.63 2014-08-18
435 25 Despite this difficulty, I managed to save all but a few shots, which was incredibly given the volume of shots the other team put on goal, because my team was apparently terrible. 2014-10-01 22:41:02.915459 2014-10-01 22:41:02.915459 47.84 -122.19 40.5 -98.25 2014-06-24
436 34 I'm part of a team of 3 that has infiltrated some sort of mansion complex or something, all armed with sniper rifles. The mission that we are on or whatever seems to be going rather well at the start. 2014-10-01 22:41:02.923233 2014-10-01 22:41:02.923233 34.5 -87.72 33.61 -117.64 2014-09-14
437 56 Something goes terribly wrong, though, and the whole place turns into a giant blazing firefight, but eventually a helicopter comes and successfully extracts us from the situation. 2014-10-01 22:41:02.931004 2014-10-01 22:41:02.931004 0 0 37.27 -82.57 2014-09-04
438 35 The fact that we quite apparently failed our mission doesn't seem to bother anyone, which leads me to believe there may not have been any mission to begin with. I 2014-10-01 22:41:02.939541 2014-10-01 22:41:02.939541 41.4 -75.66 40.32 -75.37 2014-08-22
439 58 t may also have been that the target we were looking for simply wasn't there. Also, I remember wearing these skin-tight camouflaged combat suits that came straight out of some science fiction novel. 2014-10-01 22:41:02.947453 2014-10-01 22:41:02.947453 38.43 -78.87 35.22 -89.51 2014-03-04
440 43 I'm at Reed for some sort of event, which seems very much like a con but isn't, and apparently Tiesto is there and playing a very, very small show. It's like 50 people and 2 songs long. 2014-10-01 22:41:02.95533 2014-10-01 22:41:02.95533 41.13 -91.54 44.94 -93.1 2014-07-08
441 27 We have to sit around and wait while this lady reads from some bullshit book about something or other, but at one point Tiesto just comes out and talks to people and stuff. 2014-10-01 22:41:02.963078 2014-10-01 22:41:02.963078 37.36 -82.78 44.22 -87.8 2014-08-16
442 78 He mentions the Freaknight show that he's going to be performing at in a couple months, and talks about some music related stuff. Also, while I'm fairly certain the place was Reed College, it didn't look like it. 2014-10-01 22:41:02.971456 2014-10-01 22:41:02.971456 37.84 -83.85 39.84 -89.05 2014-08-26
443 77 I'm at a clothing optional resort up in the mountains somewhere, and the biggest attraction to the whole place is a big lake where a lot of people go kayaking and fishing and such. 2014-10-01 22:41:02.979929 2014-10-01 22:41:02.979929 39.47 -87.38 32.41 -111.16 2014-07-02
444 50 I paddle around until I find this little island out in the middle of the lake which has some structures on it, sort of tower like things, and I climb up in them and start to admire the view surrounding. 2014-10-01 22:41:02.987822 2014-10-01 22:41:02.987822 41.85 -78.56 36.25 -79.08 2014-08-07
445 49 The far side of the lake is sheltered by a stand of beautiful old growth trees, and there are people at various points along the lake milling about. At one point I spot Micah and Lily paddling around somewhere on the lake. 2014-10-01 22:41:02.996064 2014-10-01 22:41:02.996064 30.97 -84.8 40.76 -76.07 2014-05-08
446 59 At some point I end up talking to this random dude about cars and racing and stuff, and apparently the resort we are at is much bigger than just the lake, and he takes me a little ways down the way to a racing track that winds through the woods. 2014-10-01 22:41:03.003875 2014-10-01 22:41:03.003875 40.32 -91.19 0 0 2014-02-20
447 32 I'm at a small gathering at Micah's house, which includes, among other people, Tim and Becca. Micah is trying to set up DDR pads in the other room over by the laundry machines, but I don't know that anyone ever ends up using them. 2014-10-01 22:41:03.011697 2014-10-01 22:41:03.011697 36.52 -82.71 37.55 -77.46 2014-06-16
448 59 I'm in the midst of some sort of sci-fi role playing adventure, and I'm at this stage where I seem to have played through most of it already, but I missed one of the key central characters and I am going back and searching old, now derelict ships. 2014-10-01 22:41:03.019677 2014-10-01 22:41:03.019677 30.5 -90.46 43.23 -71.56 2014-08-04
449 68 Amidst the ruins of one of these frigates I am ambushed by a series of robots, who are all talking about this "savior" of their race, or something along that line. 2014-10-01 22:41:03.027268 2014-10-01 22:41:03.027268 38.35 -121.9 28.33 -82.27 2014-05-25
450 55 As I walk down one hallway, a giant fighting platform dislodges itself from the wall at the end of the hallway and looks as though it is about to absolutely destroy me, when all of a sudden a much smaller robot comes up behind me and knocks out. 2014-10-01 22:41:03.035118 2014-10-01 22:41:03.035118 25.46 -80.45 42.91 -86.12 2014-01-03
451 24 Out of the wall opposite me I see a suited arm and leg emerge. The small robot who knocked me into the alcove starts to say something to the figure coming out of the wall opposite me, but almost immediately is totally destroyed. 2014-10-01 22:41:03.042905 2014-10-01 22:41:03.042905 40 -121.24 0 0 2014-02-11
452 24 The next thing I see is the giant robot about to fire some massive weapon, and the suited character standing directly in front of it, right before he slides a knife perfectly into some joint on the robot and destroys the whole thing. 2014-10-01 22:41:03.051054 2014-10-01 22:41:03.051054 29.43 -95.24 39.89 -80.18 2014-05-14
453 65 The man is apparently this character I've been looking for the whole time, and everyone simply calls him the Juggernaut. 2014-10-01 22:41:03.059951 2014-10-01 22:41:03.059951 30.97 -84.8 40.32 -91.19 2014-09-15
454 15 He is a semi-cyborg colonist who's entire colony was utterly destroyed by the machines, but he fought so well against the invasion that the robots apparently revered him as a god, strangely. 2014-10-01 22:41:03.067965 2014-10-01 22:41:03.067965 29.92 -96.95 42.04 -70.09 2014-02-08
455 0 After talking with him for a bit, he decides to join up on my team, and we scuttle the ship and dip as quickly as possible. Also, I remember a lot of very circular motifs in the design of his armor, which was pretty damn cool. 2014-10-01 22:41:03.075682 2014-10-01 22:41:03.075682 38.16 -81.56 40.1 -76.35 2014-03-25
456 30 I'm at some sort of shopping center somewhere, and I'm with a bunch of people I know, and I think we're all there for this blood donation drive thing that's going on, because a bunch of people are all filling up these plastic bags with blood. 2014-10-01 22:41:03.084072 2014-10-01 22:41:03.084072 40.63 -74.4 46.9 -97.34 2014-07-19
457 42 There are elements of the whole thing that feel a lot like a field trip, but I don't think it was that, I think it was just some poorly run blood donation event. Among the strange cast of characters there are my brother and Lily. 2014-10-01 22:41:03.091729 2014-10-01 22:41:03.091729 36.67 -121.79 40.76 -76.07 2014-03-07
458 53 I remember my brother helping me operate the plastic bag thing we are supposed to be filling up. I didn't have much trouble finding my own vein in my left wrist, but getting my blood from the needle into the bag was giving me huge problems. 2014-10-01 22:41:03.099544 2014-10-01 22:41:03.099544 42.66 -73.79 43.53 -93.71 2014-02-24
459 62 Even after my brother helped me out with that bit, my blood came out like a biblical torrent, and only by some incredible luck did it not get absolutely everywhere. Afterwards I'm walking away towards somewhere with a few other people. 2014-10-01 22:41:03.107679 2014-10-01 22:41:03.107679 43.27 -71.96 28.33 -82.27 2014-01-16
460 50 Other people peeled off and started heading other places, so eventually it was just Lily and I talking as we walked for quite some time. Also, I think the whole affair was somewhere in the vicinity of Ravenna Park. 2014-10-01 22:41:03.115681 2014-10-01 22:41:03.115681 46.22 -118.82 47.24 -92.42 2014-02-26
461 15 I'm at Sophie's house, which is inexplicably very close to the water's edge on Lake Washington. Her family is also there, who consisted of her two parents and a little brother. 2014-10-01 22:41:03.123794 2014-10-01 22:41:03.123794 39.77 -86.14 37.15 -80.11 2014-01-14
462 53 I think in my dream I'm sleeping over there, and I wake up, and it's morning, so I decide to make breakfast. I remember there was a lot of kicking it out on the beach the previous night, but I don't remember much of it. 2014-10-01 22:41:03.131995 2014-10-01 22:41:03.131995 39.06 -101.24 36.15 -105.62 2014-04-11
463 85 Also, the house is laid out in this really odd way, not at all like it is actually laid out in real life. 2014-10-01 22:41:03.139918 2014-10-01 22:41:03.139918 42.32 -75.77 42.35 -71.05 2014-04-19
464 15 I start to make some delicious combination of eggs and tortilla and pear when Sophie comes down from upstairs wearing what basically amounts to some awesome fuzzy socks and a pair of boy shorts, and that's about it. 2014-10-01 22:41:03.149288 2014-10-01 22:41:03.149288 33.12 -88.15 40.87 -87.95 2014-09-12
465 29 A little later her family comes down and eats breakfast with us, and nobody really appears to be bothered by Sophie's outfit, so I decide to just let it roll and enjoy it. 2014-10-01 22:41:03.157195 2014-10-01 22:41:03.157195 44.99 -73.36 34.05 -79.24 2014-01-15
466 14 Sophie's little brother is really pretty funny in the way that most little kids are pretty funny, so I end up spending a lot of time playing around with him, which is all well and good. 2014-10-01 22:41:03.16489 2014-10-01 22:41:03.16489 37.56 -75.88 46.96 -116.91 2014-01-17
467 88 A bit later Sophie's family leaves to go do something they were planning on doing with the day, leaving Sophie and I lounging about talking about stuff. 2014-10-01 22:41:03.172526 2014-10-01 22:41:03.172526 34.93 -98.13 48.74 -122.46 2014-08-27
468 52 For a long while the conversation stayed rather off topic, but eventually it wound up in a rather intimate session on the couch. 2014-10-01 22:41:03.180388 2014-10-01 22:41:03.180388 37.27 -82.57 39.94 -74.07 2014-02-12
469 47 I'm kicking it with Alec Martin and Tucker, and we are at one of the two's house but I can't really tell who's because the house doesn't really have any defining features. However, we're sitting around in a sort of living room. 2014-10-01 22:41:03.188543 2014-10-01 22:41:03.188543 42.62 -90.59 38.22 -85.74 2014-08-15
470 12 The first mission we are playing is inside some sort of building with very nondescript architecture. 2014-10-01 22:41:03.196256 2014-10-01 22:41:03.196256 29.5 -94.51 39.43 -96.53 2014-08-18
471 65 We are playing single player, but there are other Spartans fighting alongside us in the game, and we're going from room to room clearing out packs of jackals without much difficulty. 2014-10-01 22:41:03.204299 2014-10-01 22:41:03.204299 37.84 -88.61 37.92 -104.93 2014-02-21
472 67 At some point we reach this sort of auditorium chamber sort of thing and there are two pairs of hunters waiting for us, but by this time I've found a sniper rifle and a bunch of ammo, so using my teammate Spartan as bait to distract the hunters. 2014-10-01 22:41:03.253976 2014-10-01 22:41:03.253976 42.54 -112.28 34.05 -79.24 2014-01-19
473 39 I hand the controller off to someone else and kind of stop paying attention for a bit, but a little while later in what I have to assume is the next level, Alec, who is now playing, is flying this Covenant vehicle. 2014-10-01 22:41:03.262508 2014-10-01 22:41:03.262508 38.35 -121.9 35.7 -81.07 2014-02-16
474 6 He tries to convince me that it's just a normal phantom, but it doesn't look anything like a phantom really, except that it's a blob in roughly the right shape and it's purple. 2014-10-01 22:41:03.270367 2014-10-01 22:41:03.270367 37.61 -81.57 36.15 -105.62 2014-02-16
475 66 After a couple more deaths it's my turn again on the controller, so I start flying this thing around, except by this point the mission is really unclear and none of us can figure out what to do. 2014-10-01 22:41:03.278673 2014-10-01 22:41:03.278673 34.13 -118.39 37.15 -80.11 2014-08-05
476 62 There was this big ass tower off in the distance, and I felt like it was probably important, but we never went and investigated it. 2014-10-01 22:41:03.286427 2014-10-01 22:41:03.286427 36.97 -112.98 43.83 -121.49 2014-02-11
477 88 I'm going to class on what seems like a more or less normal day when all of a sudden, a motorcyclist gets in a horrific automobile crash right outside my college. 2014-10-01 22:41:03.294109 2014-10-01 22:41:03.294109 37.36 -82.78 37.76 -78.26 2014-09-07
478 56 Without a second thought, I immediately stand up the bike in question, which turns out to be an absolutely sick Ducati, grab the rider's helmet, leave the dead guy on the pavement and ride away with the bike. 2014-10-01 22:41:03.301361 2014-10-01 22:41:03.301361 40.07 -99.13 47.84 -122.19 2014-04-26
479 68 Later, this somehow gets me involved with a bunch of shady deals with a bunch of shady characters, a lot of which involve some massive amounts of drugs and money. 2014-10-01 22:41:03.309078 2014-10-01 22:41:03.309078 37.07 -97.87 39.73 -79.9 2014-08-06
480 53 At one point I'm in a van, which is parked in the parking lot of some super store, and the guy who owns the van is busy counting money when all of a sudden he finds out that someone ripped him off for a bunch of money using counterfits. 2014-10-01 22:41:03.316543 2014-10-01 22:41:03.316543 33.52 -91.43 35.87 -87.32 2014-03-17
481 45 Becca keeps showing up in a lot of strange contexts and I keep running into her and then losing her again under the strangest of circumstances. Also, I'm pretty sure the Ducati's drive train gets fucked. 2014-10-01 22:41:03.323854 2014-10-01 22:41:03.323854 27.75 -82.64 39.26 -119.79 2014-09-21
482 81 I am at what I understood at the time to be the opening act of Identity Festival, sitting in what is essentially a grandstand surrounding a main stage which is spewing some amazing music from someone. 2014-10-01 22:41:03.332478 2014-10-01 22:41:03.332478 36.97 -112.98 33.35 -94.5 2014-06-08
483 43 This lady rolls up on us, writes something down on a post-it note, and slaps it down on the table in front of the guy and then walks away. I look at the post-it note, and all it says is "lettuce" and then "LETTUCE" again in much bigger writing. 2014-10-01 22:41:03.340424 2014-10-01 22:41:03.340424 43 -97.1 29.98 -90.97 2014-08-06
484 57 I'm at work, and somebody who I didn't quite recognize, but I understood to be my manager let me off work early over something or other. 2014-10-01 22:41:03.347684 2014-10-01 22:41:03.347684 37.24 -82.77 47.25 -122.44 2014-02-12
485 7 I remember having a significant amount of computer trouble at the register, but I didn't really worry about it too much. As I move towards the back of the kitchen, I see Alex just lying down on the floor looking at the ceiling. 2014-10-01 22:41:03.355288 2014-10-01 22:41:03.355288 29.45 -98.5 37.67 -106.35 2014-02-24
486 38 I noticed a bunch of animated gifs on the ceiling, which didn't make a whole lot of sense, but made the whole lying down on the floor in the middle of the kitchen thing quite a bit more sensible. 2014-10-01 22:41:03.362805 2014-10-01 22:41:03.362805 40.1 -76.35 33.35 -94.5 2014-07-21
487 72 At some point I end up back home, not sure how, and I'm eating in my kitchen when I begin to see flashing lights playing over my shirt and the room I'm in. 2014-10-01 22:41:03.37031 2014-10-01 22:41:03.37031 41.66 -83.58 39.82 -105.1 2014-03-12
488 77 Initially, I can't locate the source of the flashing lights, but it quickly becomes apparent that they are coming from a cop car that has pulled up in front of my neighbor's house. 2014-10-01 22:41:03.377688 2014-10-01 22:41:03.377688 37.92 -104.93 37.32 -90.89 2014-06-01
489 41 Apparently, instead of the college kids that currently live there the house has been converted into some kind of commune or shelter or something, and I notice the words "Good food, Good ideas, Good vibes" painted onto the wall. 2014-10-01 22:41:03.385076 2014-10-01 22:41:03.385076 37.35 -89.26 45.05 -93.63 2014-04-24
490 32 As a second cop car is rolling up, the cop from the first car is carrying out a black cat from premises, and I see Mr. President casually strolling out of the house along with a few other people. 2014-10-01 22:41:03.392311 2014-10-01 22:41:03.392311 27.21 -81.85 34.06 -118.31 2014-08-27
491 68 No arrests are apparently made, so it may have just been the cops breaking up a noise complaint, although that wouldn't make any sense as far as the flashing lights were concerned. 2014-10-01 22:41:03.399718 2014-10-01 22:41:03.399718 44.22 -87.8 33.75 -111.57 2014-09-06
492 64 I'm not really sure where I am, but I'm apparently in my own neighborhood, and I'm on the property of this extremely redneck family. I'm not sure entirely what I did wrong, but somehow I pissed off the father and his son. 2014-10-01 22:41:03.406933 2014-10-01 22:41:03.406933 40.32 -91.19 37.07 -97.87 2014-01-18
493 67 My perspective shifts to somebody else who is I believe the neighbor of this redneck family, and while aware of my other body's location, is trying to slyly prevent his death. 2014-10-01 22:41:03.414266 2014-10-01 22:41:03.414266 29.92 -96.95 36.24 -93.11 2014-01-23
494 26 This all ends up in a rifling competition at night, where I am trading shot for shot killing crows with this redneck dude. 2014-10-01 22:41:03.422046 2014-10-01 22:41:03.422046 35.15 -89.75 44.99 -73.36 2014-01-03
495 56 At some point, though, this plane comes screaming out of nowhere, executes a really sharp turn revealing four bright blue rectangular lights on the underside, and flies away. Seconds later, a series of really strange things happen. 2014-10-01 22:41:03.429338 2014-10-01 22:41:03.429338 39.77 -86.14 34.07 -117.46 2014-08-20
496 40 At first, what seems like a really strong earthquake erupts, sending everybody scurrying for cover. Additionally, all electronics in the area like alarm clocks and phones seem to simultaneously short out. 2014-10-01 22:41:03.437064 2014-10-01 22:41:03.437064 37.15 -80.11 40.81 -81.37 2014-07-19
497 59 After the fact, I'm having a discussion with my brother about the airplane incident, and he apparently saw much the same thing I did, initially assuming it to be an SR-71 Blackbird as well. 2014-10-01 22:41:03.444683 2014-10-01 22:41:03.444683 30.97 -84.8 40.78 -73.41 2014-07-20
498 66 The blue lights and the tightness of the turn completely rule out the Blackbird, though, and both of us know it. I walk down to the main intersection at Sand Point Way where people are gathering discussing what exactly it is that just happened. 2014-10-01 22:41:03.45255 2014-10-01 22:41:03.45255 44.48 -73.22 41.47 -71.52 2014-04-17
499 31 The main consensus seems to be that it was some sort of sonic boom experiment by the government aimed at acceleration or catalyzing some geological process. 2014-10-01 22:41:03.460634 2014-10-01 22:41:03.460634 32.9 -117.2 42.62 -90.59 2014-02-14
500 46 Very shortly afterwards military police and APCs start showing up, and people start getting questioned and hauled away, so I very quickly learn to keep my silence and not say anything untoward that might get me abducted. 2014-10-01 22:41:03.468287 2014-10-01 22:41:03.468287 40.66 -73.7 33.96 -117.43 2014-07-07
501 30 Also, I'm not really sure what ever ended up happening to my alternate body that was being hunted, aside from the fact that at one point I saw it climbing up into an evergreen somewhere near my house. 2014-10-01 22:41:03.475998 2014-10-01 22:41:03.475998 33.96 -117.43 40 -121.24 2014-09-22
502 49 I am with Conrad, Allie, Becca, Fred, and a couple of other people that I don't really recognize. We're all out on a really nice boat, riding towards somewhere or other. Eventually after a series of shenanigans we arrive at a beach house. 2014-10-01 22:41:03.483509 2014-10-01 22:41:03.483509 40.85 -86.2 40.23 -91.06 2014-03-01
503 1 The guy seemed really cool, and we ended up kicking it for a while in this really nice beach house. We tried to figure out how to lock the boat up for a while before figuring out that all we really needed to do was take the key out of the ignition. 2014-10-01 22:41:03.490644 2014-10-01 22:41:03.490644 0 0 41.45 -80.8 2014-05-21
504 30 I am at some sort of prison for mages, or at least that is what it appears to be. For some reason I am allowed to talk to some of the prisoners, and as I talk to more and more of them, it becomes apparent that they are no real threat to society. 2014-10-01 22:41:03.498719 2014-10-01 22:41:03.498719 34.05 -79.24 46.73 -117.17 2014-08-18
505 58 I appear to be the only one who knows any magic whatsoever, and all I apparently know amount to parlor tricks and flashy illusions. 2014-10-01 22:41:03.50647 2014-10-01 22:41:03.50647 43.83 -121.49 45.16 -91.15 2014-06-12
506 47 Nonetheless, I end up sneaking around all over this prison, sending messages back and forth between the prisoners and generally helping out what little resistance movement there is. 2014-10-01 22:41:03.514527 2014-10-01 22:41:03.514527 39.42 -85.62 37.76 -76.46 2014-05-19
507 65 I'm arriving at some giant mansion type house , and I'm with who I am pretty sure are Fred, Becca, and a couple other people that I don't really know. 2014-10-01 22:41:03.52368 2014-10-01 22:41:03.52368 40.39 -81.08 39.59 -88.6 2014-09-10
508 46 We pull in through this garage that has this auto-detecting door, but once we get inside I very quickly figure out that the place isn't real by flipping a few light switches. 2014-10-01 22:41:03.534444 2014-10-01 22:41:03.534444 37.76 -76.46 33.59 -89.84 2014-01-20
509 55 The whole situation segues into some sort of special ops mission where in I am on the team that is going to deploy by skydiving. We kind of mess the whole situation up somehow, and I think only one person lands where they are supposed to. 2014-10-01 22:41:03.542191 2014-10-01 22:41:03.542191 34.12 -118.05 42.96 -85.65 2014-05-05
510 46 I am talking on the phone with Micah, and I invite him and the couple of people he's with to come over to kick it. It's about 8:30, and my parents are still up, but I figure they'll be in bed pretty soon, and we can just kick it in the basement. 2014-10-01 22:41:03.550157 2014-10-01 22:41:03.550157 41.6 -70.64 34.06 -118.31 2014-04-16
511 51 However, as soon as Micah shows up, he shows up with a full party-load of people, and I am really not prepared for it. Additionally, my parents are still up and socializing with these people, but it appears that they're being pretty cool. 2014-10-01 22:41:03.557784 2014-10-01 22:41:03.557784 38.19 -84.86 31.84 -106.43 2014-06-13
512 31 Among the people who arrive is Alan Zeng, who offers me money for beer, and it doesn't really occur to me that I have no way to purchase said beer. 2014-10-01 22:41:03.565137 2014-10-01 22:41:03.565137 29.98 -81.67 42.3 -71.43 2014-08-17
513 50 I'm living in some kind of dorm north of the UW, and I'm with a group of a few other people that have decided to go to someone's house somewhere a little ways off to the north of where we live, which happens to be up near Northgate. 2014-10-01 22:41:03.57191 2014-10-01 22:41:03.57191 39.84 -89.05 42.88 -73.34 2014-06-19
514 60 It was really wet out, and I did a few little foot grinds on some tables only because the wetness made it pretty easy. At some point we all hop on our bikes and start going down this road that greatly resembles a country highway. 2014-10-01 22:41:03.579221 2014-10-01 22:41:03.579221 30.68 -88.04 36.67 -121.79 2014-08-20
515 82 Me, Micah, and a couple of other people are walking along this sort of cliff top path nearby a public beach. We find a nice little secluded section of beach kind of away from everything else, and so we kick it and generally have a great time. 2014-10-01 22:41:03.586387 2014-10-01 22:41:03.586387 33.1 -92.49 32.2 -83.9 2014-06-05
516 18 At some point the idea occurs to me to climb back up to the cliff top path, find a spot where I can make it to the water, and jump. The experience was halfway between skydiving and Olympic high diving. 2014-10-01 22:41:03.594554 2014-10-01 22:41:03.594554 40 -121.24 34.5 -88.63 2014-07-12
517 16 Everyone else that I'm with watches me do it and of course wants to do it as well, as it appears to be fun as hell and it is. At one point someone, though I can't remember who, kind of blows it and doesn't quite leap far enough. 2014-10-01 22:41:03.601684 2014-10-01 22:41:03.601684 42.62 -90.59 42.5 -77.5 2014-04-10
518 36 There was some random dude with a bicycle up on the cliff top path. 2014-10-01 22:41:03.608581 2014-10-01 22:41:03.608581 36.24 -93.11 39.71 -105.69 2014-03-04
519 51 I'm part of some hunt for someone or something vaguely, but not necessarily human. It's hidden somewhere inside this sort of fort or palisade composed of stone and wood. 2014-10-01 22:41:03.615544 2014-10-01 22:41:03.615544 38.89 -77.03 29.92 -91.78 2014-02-07
520 64 My companions and I are searching along these sort of ramparts and catwalks, but the thing appears to have a lot of minions that keep giving us trouble. I spot the creature and make a really nice shot with my bow putting an arrow straight its head. 2014-10-01 22:41:03.622431 2014-10-01 22:41:03.622431 38.19 -84.86 35.72 -83.49 2014-08-18
521 48 I am tasked with delivering a message to somewhere or other, so I get on a horse and ride off, but I keep getting ambushed by raiders and highwaymen. 2014-10-01 22:41:03.629574 2014-10-01 22:41:03.629574 39.77 -86.14 42.3 -71.43 2014-09-20
522 25 Eventually I decide to just leave the road entirely and I ride through the wilderness, which turns out to not be very wild, as I keep running into settlements and farmhouses all over the place. 2014-10-01 22:41:03.636347 2014-10-01 22:41:03.636347 42.02 -85.81 40.92 -75.28 2014-09-03
523 40 Also, I think at some point I find a river and try and follow that, but I think it just gets me more lost somehow. 2014-10-01 22:41:03.644449 2014-10-01 22:41:03.644449 33.59 -89.84 46.73 -117.17 2014-07-08
524 52 I'm moving through an airport security terminal with my family, and we are all being checked for tickets and such, but when the security lady checks my ticket, the barcode registers an error. 2014-10-01 22:41:03.652455 2014-10-01 22:41:03.652455 41.53 -86.69 40.63 -74.4 2014-04-14
525 70 At first the employees start to give me all kinds of trouble, but apparently the solution to the whole problem is that I sign a couple of things and they give me a new ticket and I get through security just find. 2014-10-01 22:41:03.660428 2014-10-01 22:41:03.660428 34.26 -85.18 34.5 -88.63 2014-04-16
526 8 I'm staying in a hotel somewhere with my family, and by the time we get there, everyone is really tired, so everyone just goes to bed really early and tries to go to sleep. 2014-10-01 22:41:03.669428 2014-10-01 22:41:03.669428 33.75 -111.57 33.61 -86.59 2014-01-11
527 64 At some point, however, these two security guards or police officers, I can't tell which, come into the room, turning on the lights, and start looking for shit, which is extremely disruptive to say the least. 2014-10-01 22:41:03.677819 2014-10-01 22:41:03.677819 38.29 -86.95 43.84 -88.84 2014-05-14
528 18 In the end, absolutely nothing came of it, and I have a feeling these two guys were just being dicks for no good reason. 2014-10-01 22:41:03.686317 2014-10-01 22:41:03.686317 42.88 -73.34 44.99 -73.36 2014-03-02
529 20 I'm hanging out with someone famous, I think White-Ra, and I remember giving them a big hug around their midriff for no good reason other than that I could. 2014-10-01 22:41:03.693952 2014-10-01 22:41:03.693952 34.93 -98.13 32.24 -110.94 2014-07-02
530 15 I'm on some sort of nature hike somewhere that I don't recognize, though I assume it was somewhere in Washington state since I remember Mt. Rainier in the background. 2014-10-01 22:41:03.701072 2014-10-01 22:41:03.701072 32.9 -117.2 37.69 -81.49 2014-07-24
531 39 One guy, who appeared to be the leader of the group in some way, was talking to another of the kids in some South American accent of Spanish, so I joined in their conversation, slightly to their surprise at first, I think. 2014-10-01 22:41:03.711475 2014-10-01 22:41:03.711475 43.9 -71.06 29.45 -98.5 2014-05-10
532 54 Some tour group of old people showed up and we started taking pictures in front of the mountain and stuff. Also, I don't think I've ever had such a flawless accent in real life. 2014-10-01 22:41:03.722211 2014-10-01 22:41:03.722211 40.22 -74.76 35.82 -78.65 2014-02-26
533 34 I'm in the passenger seat of a boat car, which apparently belongs to Zora, since she's the one driving me around. 2014-10-01 22:41:03.733846 2014-10-01 22:41:03.733846 41.47 -81.67 36.97 -112.98 2014-02-04
534 0 I think she is driving me home, since we're trying to find a boat launch were we can get back onto land, but my memory kind of fails me as to where all the boat launches in my neighborhood are, so we end up getting a little lost. 2014-10-01 22:41:03.742963 2014-10-01 22:41:03.742963 42.3 -71.43 33.1 -92.49 2014-07-04
535 64 We make it back to a house that I seem to recognize as mine, despite having no similarities to my actual house, where apparently I live up in a tree house sort of deal that I have to climb up into. It's a bit cramped for space, but it's nice. 2014-10-01 22:41:03.751381 2014-10-01 22:41:03.751381 43.55 -87.95 42.62 -90.59 2014-02-21
536 26 I'm scrolling around in what I can only assume to be Google Maps, looking at islands along the shoreline of Lake Washington in what I initially assumed to be the rich neighborhood around Laurelhurst. 2014-10-01 22:41:03.760368 2014-10-01 22:41:03.760368 36.7 -76.63 39.06 -101.24 2014-07-10
537 75 I switched the map view over to satellite imaging, and zoomed in closer and closer on an odd little object until I realized that the object in question was a tree stump, and I was no longer looking at it as if I were a satellite, but as a person. 2014-10-01 22:41:03.76946 2014-10-01 22:41:03.76946 39.87 -92.02 33.35 -94.5 2014-06-27
538 24 As I found myself on this island, apparently named Business Island, I started to walk around through an area that was quite similar to the Center for Urban Horticulture. 2014-10-01 22:41:03.822611 2014-10-01 22:41:03.822611 43.02 -104.64 35.82 -78.65 2014-06-16
539 22 Eventually I came by a small stream that was a little too wide for me to cross without getting my feet wet, so I followed it for a while until it narrowed a bit further upstream. 2014-10-01 22:41:03.834565 2014-10-01 22:41:03.834565 41.24 -75.87 34 -81.03 2014-08-26
540 16 However, as I followed the stream further and further up, I eventually found myself in Matthew's Beach park, and, pleasantly surprised by this, simply walked home. 2014-10-01 22:41:03.842839 2014-10-01 22:41:03.842839 39.96 -79.87 30.53 -86.48 2014-03-12
541 28 I'm coming back from some vacation somewhere, and apparently the meet-up spot back in Seattle for all the different cars coming back is this bookstore that quite possibly might have been a library down by the Ave. 2014-10-01 22:41:03.851702 2014-10-01 22:41:03.851702 32.41 -111.16 38.89 -77.03 2014-03-13
542 45 My dad, in what I assume was the first car back, dropped off a bike, with which I was going to bike the rest of the way home, and then left. 2014-10-01 22:41:03.860264 2014-10-01 22:41:03.860264 39.73 -79.9 48.91 -111.15 2014-03-21
543 78 I then waited around a little bit until Micah's car showed up, so I could give some stuff back to him before I left back for home. When he showed up, we sat around talking for a bit, and while we were kicking it, Zach and Amanda both. 2014-10-01 22:41:03.870208 2014-10-01 22:41:03.870208 46.63 -94.88 46.41 -68.49 2014-01-11
544 71 The four of us struck up a conversation about the vacation we were just on, old times, and the usual gambit of conversational items. After that, we all kind of went on our way, and I had a great bike ride home. 2014-10-01 22:41:03.883349 2014-10-01 22:41:03.883349 56.3 -158.49 34.5 -88.63 2014-01-12
545 33 I suddenly wake up in my family's Subaru, parked across the street from where we live. I look out the window, and see two massive orbs hanging in the sky. 2014-10-01 22:41:03.891726 2014-10-01 22:41:03.891726 34.11 -80.18 40.87 -87.95 2014-07-22
546 44 It takes me a minute to realize that it is a celestial event, which at the time I assume to be the lunar transit of Venus (which is physically impossible in the real world). 2014-10-01 22:41:03.900399 2014-10-01 22:41:03.900399 39.71 -105.69 37.84 -83.85 2014-06-20
547 32 As I get out of the car to look at it more clearly, I then notice for the first time that it has recently snowed, and everything is covered in a white blanket several inches thick. 2014-10-01 22:41:03.909201 2014-10-01 22:41:03.909201 38.6 -121.44 37.18 -78.2 2014-06-23
548 46 I'm living in a community full of children, in an idyllic little haven kind of detached from the rest of the world, seemingly somewhat similar to Matthew's Beach. 2014-10-01 22:41:03.918054 2014-10-01 22:41:03.918054 41.09 -73.55 38.73 -93.55 2014-09-07
549 52 There is only one adult there, a beautiful young woman we all refer to as "Mother" despite there being no way that she was actually the mother of any of us. 2014-10-01 22:41:03.926467 2014-10-01 22:41:03.926467 36.24 -93.11 38.16 -81.56 2014-09-10
550 65 Every time we asked her where all the other adults were, she always told us they lived on top of the mountain, referring to a single giant mountain that sort of towered above everything. 2014-10-01 22:41:03.935726 2014-10-01 22:41:03.935726 40.23 -91.06 30.53 -86.48 2014-05-23
551 17 None of us ever left the little hamlet, even though we were all given free rein to do as we pleased within the confines of the community. One day, however, I wake up inside a prison, completely confused and disoriented. 2014-10-01 22:41:03.945486 2014-10-01 22:41:03.945486 43.04 -76.14 40.81 -81.37 2014-03-09
552 74 The prison is run entirely by adults, and they all seem to serve a single king or god, as they describe him. They explain to me that as a child I was allowed to live as I chose, but now that I am an adult, I must serve this entity as well. 2014-10-01 22:41:03.953769 2014-10-01 22:41:03.953769 41.53 -86.69 39.53 -119.41 2014-09-23
553 28 As a result, I am put through a battery of indoctrination and psychological torture techniques in an attempt to get me to conform, but I continue to refuse. As time goes on, I learn of a resistance movement of other young adults such as myself. 2014-10-01 22:41:03.963777 2014-10-01 22:41:03.963777 40.22 -74.76 39.26 -119.79 2014-08-09
554 38 Because of the nature of the prison, this is the first time that many of us have seen each other, and I meet this girl so beautiful, I could not believe my eyes. 2014-10-01 22:41:03.972881 2014-10-01 22:41:03.972881 42.3 -71.43 42.96 -85.65 2014-03-22
555 66 The plan was to all break up into small groups and rendezvous at the train station as the train is coming in, then use the momentary opening in outer defenses of the prison to make our escape. T 2014-10-01 22:41:03.981975 2014-10-01 22:41:03.981975 34.12 -118.05 36.67 -121.79 2014-04-01
556 55 he girl and I make our way to the train station, and all goes fairly well, until just before the train arrives we are ambushed on the train platform by a bunch of prison guards, all well armed with guns and machetes. 2014-10-01 22:41:03.990358 2014-10-01 22:41:03.990358 33.94 -84.2 33.91 -102.33 2014-02-15
557 50 It takes me but a split second to realize that it's a trap, and the whole thing is set up to kill all those who refused to submit to the indoctrination. 2014-10-01 22:41:04.003568 2014-10-01 22:41:04.003568 43.03 -108.41 35.15 -89.75 2014-09-24
558 49 I see the ringleader of our group making a break for it out one of the windows, with a small group of prisoners with him. 2014-10-01 22:41:04.014551 2014-10-01 22:41:04.014551 47.44 -119.27 29.94 -93.91 2014-09-11
559 39 Skirting the edges of the slaughter and trying not to be noticed, the two of us make our way to the window that the ringleader went out, hoping to make it out before everyone on the train platform was dead. 2014-10-01 22:41:04.023642 2014-10-01 22:41:04.023642 39.86 -82.89 40.32 -91.19 2014-02-04
560 47 I realized with an instant sickening feeling that he too was one of the indoctrinated, hiding himself amongst our ranks to sniff more of us out. 2014-10-01 22:41:04.033204 2014-10-01 22:41:04.033204 40.78 -73.41 44.22 -87.8 2014-06-14
561 52 Already half way down the rope line and with this girl hanging on to my shoulders, I made a split second decision and started swinging on the rope. 2014-10-01 22:41:04.041915 2014-10-01 22:41:04.041915 39.3 -76.61 40.1 -76.35 2014-01-10
562 45 It was at this point that I got the first real look at where we actually were, and to my surprise, we were in fact being held prisoner in a fortress that was indeed at the very peak of the mountain. 2014-10-01 22:41:04.051032 2014-10-01 22:41:04.051032 26.74 -80.12 21.46 -158.06 2014-06-09
563 2 I also realized that there were no train tracks leading into the fortress, and the whole train and platform were in and of themselves were completely fake. 2014-10-01 22:41:04.062409 2014-10-01 22:41:04.062409 39.59 -88.6 29.5 -94.51 2014-08-07
564 81 Swinging along the line, I realized our only hope of freedom was to run along the wall and swing to the very extent of the rope, then if we let go it would hopefully send us over the outer wall into a snow bank. 2014-10-01 22:41:04.070559 2014-10-01 22:41:04.070559 33.59 -89.84 41.01 -76.8 2014-06-23
565 35 Figuring it was our only shot we gave it a go, and clutching this girl tightly, we plummeted the hundred feet or so over the edge of the outer wall and landed as intended in a giant snow drift, unharmed. 2014-10-01 22:41:04.079439 2014-10-01 22:41:04.079439 40.32 -75.37 48.91 -111.15 2014-02-03
566 2 Figuring they would be after us quite soon, we fashioned a makeshift sled out of some nearby wood planks and took off careening down the mountain. 2014-10-01 22:41:04.09111 2014-10-01 22:41:04.09111 40.85 -78.26 35.17 -78.98 2014-04-01
567 74 As we travelled further and further down the mountain, I began to recognize our surroundings and realized that we were not too far from the hamlet where I had grown up. We made our way towards the hamlet in the hopes of finding some escape there. 2014-10-01 22:41:04.101781 2014-10-01 22:41:04.101781 37.83 -94.88 34.13 -118.39 2014-07-07
568 21 When we got there, I immediately noticed that much of the place was covered in snow, indicating that I had actually been imprisoned for quite some time, long enough at least for the seasons to change. 2014-10-01 22:41:04.118259 2014-10-01 22:41:04.118259 29.76 -95.38 34.01 -118.49 2014-05-12
569 82 All the children were initially quite scared to see us, and when Mother came out and saw us, she almost fainted. Mother led us to a small shack where we did our best to hide, but it wasn't long before the indoctrinated showed up in SUVs. 2014-10-01 22:41:04.126892 2014-10-01 22:41:04.126892 42.5 -77.5 44.84 -93.45 2014-06-25
570 35 From our hiding spot, we could see all the children of the hamlet hiding in whatever spot they thought best, obviously scared to death. The indoctrinated began to question Mother about our whereabouts, and clearly weren't buying her lies at all. 2014-10-01 22:41:04.135098 2014-10-01 22:41:04.135098 42.54 -112.28 39.94 -74.07 2014-09-14
571 29 Apparently fed up with her, one man pulled out a pistol and shot her in the face point blank. The indoctrinated then began to search the shack where we were hiding, and before long found us and began dragging us outside. 2014-10-01 22:41:04.1436 2014-10-01 22:41:04.1436 30.97 -84.8 47.54 -120.55 2014-04-02
572 40 In the midst of the resulting struggle, I managed to kick over a small wood fire stove, spilling embers all over the place. The shack was apparently a tinderbox, and in moments the whole thing was up in flames. 2014-10-01 22:41:04.153405 2014-10-01 22:41:04.153405 32.9 -117.2 35 -114.56 2014-05-27
573 34 Using the momentary distraction, I grabbed a gun from one of the indoctrinated and shot three of them. 2014-10-01 22:41:04.167101 2014-10-01 22:41:04.167101 40.23 -91.06 42.44 -94.29 2014-03-19
574 20 The remaining couple of indoctrinated that weren't dead or on fire quickly tackled me, and we wrestled briefly until the girl found a two by four and knocked them out from behind. 2014-10-01 22:41:04.176984 2014-10-01 22:41:04.176984 33.35 -94.5 25.77 -80.2 2014-03-10
575 46 Seeing all the terrified little children still cowering in their hiding places, we urged them all to make a break for it and run. As we made it to the edge of the forest, I turned to watch the entire hamlet up in flames. 2014-10-01 22:41:04.185863 2014-10-01 22:41:04.185863 34.93 -98.13 44.94 -93.1 2014-02-20
576 33 We shared a quick kiss, and then escaped into the woods together. 2014-10-01 22:41:04.203417 2014-10-01 22:41:04.203417 34.2 -90.57 37.69 -81.49 2014-05-16
577 27 I go by a house which I understand to be Micah's house, and he's there baking biscuits with honey which are absolutely delicious. 2014-10-01 22:41:04.221434 2014-10-01 22:41:04.221434 43.02 -83.69 40.78 -73.41 2014-07-09
578 6 After making a whole bunch of them, the two of us pile into his van, along with Tucker and I think also Caleb, and we start driving off towards somewhere or other. 2014-10-01 22:41:04.237645 2014-10-01 22:41:04.237645 34.93 -98.13 36.67 -121.79 2014-06-26
579 17 At one point Becca calls Tucker about some money that he apparently owes her, but Tucker just doesn't even feel like dealing with it right then. 2014-10-01 22:41:04.249737 2014-10-01 22:41:04.249737 34.06 -118.31 47.65 -122.55 2014-03-19
580 49 After driving around for a while we eventually end up at an apartment in some high rise complex overlooking some section of city I don't recognize at all. There's a bunch of people just kind of there chilling, among them Natalie Portman. 2014-10-01 22:41:04.258745 2014-10-01 22:41:04.258745 41.66 -83.58 37.84 -88.61 2014-02-27
581 36 At one point she seems to have a nervous breakdown of sorts, and I asked her if she considers herself burdened by the near universal recognition of her face. She tells me that it's been like that for her for as long as she can remember. 2014-10-01 22:41:04.267308 2014-10-01 22:41:04.267308 43.04 -76.14 42.54 -112.28 2014-08-14
582 65 Long before she was recognized by people, but I explain that universality of her face is something that runs much deeper than any one person's recognition of her person, citing her similarities to Audrey Hepburn. 2014-10-01 22:41:04.280407 2014-10-01 22:41:04.280407 37.78 -122.12 42.95 -92.53 2014-07-22
583 34 Later on at this party, she hands me to pieces of paper folded up with each other, one is a letter to me, of sorts, more of a small note, and on the other she wrote just a single word,"nuclear", in somewhat excessively elaborate script. 2014-10-01 22:41:04.289438 2014-10-01 22:41:04.289438 41.6 -70.64 42.02 -85.81 2014-07-03
584 86 I'm part of some smuggling ring operating in and around a lake that is very similar to and just might be Lake Washington. I'm standing with Micah in the front yard of some very rich waterfront house. 2014-10-01 22:41:04.297545 2014-10-01 22:41:04.297545 25.46 -80.45 39.84 -89.05 2014-07-13
585 45 The house belongs to this Mexican family who are apparently related to one of the members of our smuggling ring, since they're on their front long having a picnic and don't seem to mind us at all. 2014-10-01 22:41:04.306484 2014-10-01 22:41:04.306484 33.1 -92.49 35.83 -78.83 2014-02-09
586 46 As I'm standing there with Micah, scanning the skies with a pair of binoculars, I spot two planes speeding up along the lake, one in hot pursuit of the other. 2014-10-01 22:41:04.332899 2014-10-01 22:41:04.332899 33.29 -117.3 27.21 -81.85 2014-02-16
587 44 The leading plane I recognize instantly as our smuggling plane, being piloted by Andrew, the other I immediately realize is some kind of law enforcement chasing him. After some impressive air acrobatics, Andrew manages to lose his tail. 2014-10-01 22:41:04.34244 2014-10-01 22:41:04.34244 35.81 -77.31 42.96 -85.65 2014-08-26
588 22 Around this hill on the far side of the lake, and as soon as the chasing plane has flown away a little ways, he comes speeding in and neatly lands the plane in the water just in front of this house. 2014-10-01 22:41:04.351182 2014-10-01 22:41:04.351182 37.55 -77.46 39.06 -101.24 2014-02-19
589 84 Micah and I immediately help him disassemble the plane by taking the wings off, and storing the whole thing in the garage of the house. 2014-10-01 22:41:04.360692 2014-10-01 22:41:04.360692 30.5 -90.46 41.57 -81.2 2014-02-05
590 17 We spot the second plane coming around the lake for a second pass, and manage to get the body of the plane into the garage just in time to ensure it wouldn't be spotted, apparently resulting in great success for the mission as a whole. 2014-10-01 22:41:04.369238 2014-10-01 22:41:04.369238 41.65 -91.53 41.83 -87.68 2014-03-05
591 53 I'm at a some church congregation for some function that my mother wants me to go to, despite my misgivings. I brought along a gameboy and copy of Pokémon yellow to keep myself entertained, which I stashed in my pocket. 2014-10-01 22:41:04.378538 2014-10-01 22:41:04.378538 43 -97.1 34.05 -79.24 2014-02-17
592 85 Upon arriving at the congregation, I ran into Micah's parents, which should have struck me as odd, seeing as how they are Jewish, but regardless I talked with them for a little while before things were going to get started. 2014-10-01 22:41:04.38727 2014-10-01 22:41:04.38727 39.42 -85.62 44.27 -84.23 2014-05-25
593 33 Apparently Miley Cyrus was supposed to be some sort of motivational speaker for the day, which made me insanely glad that I had brought along my gameboy, I slipped the thing out of my pocket and booted it up. 2014-10-01 22:41:04.396552 2014-10-01 22:41:04.396552 41.6 -70.64 40.78 -73.41 2014-05-15
594 48 To my dismay, however, it began to emit rather loud game noises, and no amount of my fiddling with the volume dial was able to do anything to stem the tirade. 2014-10-01 22:41:04.414197 2014-10-01 22:41:04.414197 47.65 -122.55 39.05 -87.56 2014-01-19
595 30 I then took out the batteries of the gameboy and it was still ceaselessly making noise, a fact which I tried to demonstrate to people despite no one really listening to me and just being generally pissed off at me. 2014-10-01 22:41:04.422725 2014-10-01 22:41:04.422725 40.85 -78.26 37.36 -82.78 2014-04-24
596 52 I volunteered to just go outside with my ceaseless noise-making device, at which point Miley came over and started a screaming tirade about how I couldn't miss out on the pledge of allegiance that was to be said at the start of the event. 2014-10-01 22:41:04.431287 2014-10-01 22:41:04.431287 40.43 -79.97 30.77 -94.42 2014-08-01
597 45 I immediately rejected this idea, I wasn't about to simply hand over my property, and despite my initial attempts to be reasonable, it quickly blew out of proportion to the point that there were handlers with firearms threatening me. 2014-10-01 22:41:04.440497 2014-10-01 22:41:04.440497 43 -97.1 27.48 -82.57 2014-07-01
598 13 I'm not really quite sure how the situation eventually resolved itself other than the fact that some point I just up and left, gameboy and all, with a lot of people cursing me to hell and whatnot on the way out. 2014-10-01 22:41:04.451553 2014-10-01 22:41:04.451553 46.73 -117.17 37.69 -81.49 2014-09-25
599 39 At that point, I just walked a few blocks away to a nearby park, and sat down to play some good old Pokémon yellow. Also, my mom called me after the congregation was over, and was really pissed off, unsurprisingly. 2014-10-01 22:41:04.460437 2014-10-01 22:41:04.460437 41.09 -73.55 37.84 -83.85 2014-02-26
600 87 It's Friday in some high school class similar to what I expect would be one from Garfield, only apparently smoking weed in class is legal, because at the beginning of class this dude lights up a joint and passes it around. 2014-10-01 22:41:04.469523 2014-10-01 22:41:04.469523 26.37 -98.82 43.53 -93.71 2014-01-18
601 38 Friday's are also apparently test day in this class, so maybe the teacher tolerated it because we got better scores that way or something like that. The test itself I think was some kind of geometry or similar math subject. 2014-10-01 22:41:04.478843 2014-10-01 22:41:04.478843 39.71 -105.69 39.3 -76.61 2014-06-10
602 52 I'm watching the story of this Asian woman who either accidentally or in self-defense, I can't quite tell which, shoots and kills a gas station employee. 2014-10-01 22:41:04.493871 2014-10-01 22:41:04.493871 32.89 -89.96 33.91 -102.33 2014-03-17
603 46 The setting is very similar to the playfields by Five Corners, only the place is completely overgrown with reeds and there's a river running through the place. 2014-10-01 22:41:04.503819 2014-10-01 22:41:04.503819 37.84 -83.85 38.89 -77.03 2014-07-01
604 85 The gas station is owned by this gang of thugs that are really pissed off and start coming after her. Two thugs are sent into the field and eventually find her lying amongst the reeds, but she manages to fight them off and escapes once again. 2014-10-01 22:41:04.512915 2014-10-01 22:41:04.512915 43.04 -76.14 39.65 -76.34 2014-06-04
605 9 The dream fast forwards a couple of years or so, and the woman is now in hiding in some house, looking and acting completely different now. Three thugs from the gang, two men and one woman, have apparently tracked her down to this house. 2014-10-01 22:41:04.569934 2014-10-01 22:41:04.569934 37.24 -82.77 27.95 -82.48 2014-02-02
606 41 Attempting to keep them busy, the woman makes them food and answers all their questions as innocently as possible, keeping the guise up as long as possible. 2014-10-01 22:41:04.578766 2014-10-01 22:41:04.578766 43.02 -104.64 39.59 -88.6 2014-05-17
607 67 Eventually the two men see a guitar and ask to play, while the female thug asks to use the restroom, which is upstairs. The two men sing a long, beautiful song about the sad tale of their friend being shot. 2014-10-01 22:41:04.587507 2014-10-01 22:41:04.587507 43.84 -88.84 33.12 -88.15 2014-07-01
608 50 A woman manages to keep her cool and sway with the music, shedding a couple of tears where appropriate because of the beauty of the song being played, which is indeed being played quite well. 2014-10-01 22:41:04.596369 2014-10-01 22:41:04.596369 47.24 -92.42 39.23 -91.01 2014-09-22
609 21 As the song comes to a close, it looks as if the three thugs are going to leave, and the woman would finally be free, until the female reveals that she hadn't gone to the bathroom at all. 2014-10-01 22:41:04.604348 2014-10-01 22:41:04.604348 38.43 -78.87 37.78 -122.12 2014-02-23
610 78 I think it was because the gas station employee who was originally shot by the woman was a member of this gang of thugs and was in some way or another trying to abuse the woman before she shot him. 2014-10-01 22:41:04.613215 2014-10-01 22:41:04.613215 37.24 -82.77 41.4 -75.66 2014-01-25
611 30 I'm in the Lowell Gym with about a dozen other kids my age, including Nathan and a few younger kids I don't recognize at all. It's some sort of pick your activity for the day kind of day, and this girl and I are sort of playing dodgeball. 2014-10-01 22:41:04.621865 2014-10-01 22:41:04.621865 39.71 -105.69 39.23 -91.01 2014-09-01
612 7 At some point a phone starts ringing, which despite being my phone, Nathan picks up and answers. As it turns out, it's some guy I had a job interview with recently being really bitter because apparently I lied to him about something or other. 2014-10-01 22:41:04.630764 2014-10-01 22:41:04.630764 43.02 -104.64 43.23 -71.56 2014-07-19
613 64 I can't really hear him too well, so I take a step outside the gym. It's only when I'm outside the gym that I realize that I don't have any clothing on, which only struck me as a potential problem because of a bunch cops running around. 2014-10-01 22:41:04.639797 2014-10-01 22:41:04.639797 37.56 -75.88 45.5 -122.65 2014-09-05
614 83 However, it quickly becomes apparent that the cops are quite preoccupied with something else, and before I know it a bell rings and there's people everywhere anyway. Not really sure what, if anything, ever really became of it. 2014-10-01 22:41:04.648558 2014-10-01 22:41:04.648558 36.25 -79.08 32.41 -111.16 2014-06-21
615 14 Also, there was some teacher like character trying to tell us something or other about physical fitness, but I don't think anyone was listening because no one really cared. 2014-10-01 22:41:04.65754 2014-10-01 22:41:04.65754 42.77 -73.7 30.97 -84.8 2014-06-01
616 57 I'm travelling with my family to some sort of remote small town out in the middle of nowhere. 2014-10-01 22:41:04.666229 2014-10-01 22:41:04.666229 34.05 -79.24 40.07 -99.13 2014-09-11
617 63 We're staying with the Perkins family, who apparently own a pretty nice house on one end of this town, quite close by to the "old town" brewery that seems to be a fixture of public life in the town. 2014-10-01 22:41:04.675329 2014-10-01 22:41:04.675329 34.01 -118.49 37.61 -81.57 2014-06-04
618 50 Most of the other residential areas of the town are on the other end of the main drag, and the whole town seems to be situated on a spit of land jutting out into a sort of dog leg shaped lake. 2014-10-01 22:41:04.683878 2014-10-01 22:41:04.683878 40.1 -76.35 30.78 -92.42 2014-08-08
619 29 For some reason or another I'm spending a bunch of my time riding around town on a bike helping people out with little problems, helping out little old ladies and such. One of these odd jobs was to fashion a bike rack out of some metal piping. 2014-10-01 22:41:04.69293 2014-10-01 22:41:04.69293 38.19 -84.86 27.8 -97.39 2014-07-06
620 75 In the course of doing these really odd jobs, I run into a fair assortment of really strange people including a couple of teenage girls who worked in a restaurant and some Mexican day-laborer types who I could not figure out why they were there. 2014-10-01 22:41:04.705049 2014-10-01 22:41:04.705049 30.04 -99.13 36.97 -112.98 2014-03-10
621 81 The Perkins family apparently had a hook-up with the local brewery, and my dad and brother spent a lot of time sampling beers and ciders from their house stock, and while I was staying there I kept finding all this crazy shit inside their house. 2014-10-01 22:41:04.713742 2014-10-01 22:41:04.713742 42.04 -70.09 42.96 -85.65 2014-04-14
622 79 I'm on vacation with my family out in the Himalayas somewhere, and my brother has cooked up a plan with my dad to climb Annapurna. The whole climb is dangerous, not just from the cold and ice but also from a huge amount of rock fall that goes on. 2014-10-01 22:41:04.721707 2014-10-01 22:41:04.721707 35.08 -107.51 47.24 -92.42 2014-09-12
623 36 Despite all of this, there are apparently several tea houses set up along the route, and we end up staying at a couple of them during inclement weather. The climbing itself is rather straightforward, done in two rope teams of the three people. 2014-10-01 22:41:04.730319 2014-10-01 22:41:04.730319 44.84 -93.45 36.97 -112.98 2014-02-07
624 53 The other members of the climbing party include my brother, father, cousin, and uncle, and there is one other person on the front of my rope team who I can't remember who is, except that he's Asian and small. 2014-10-01 22:41:04.739684 2014-10-01 22:41:04.739684 40.5 -98.25 33.87 -101.59 2014-05-03
625 31 We passed a fair number of other climbing parties on the mountain, suggesting that despite the mountain's difficulty and altitude, there were still a lot of people trying to make the climb. 2014-10-01 22:41:04.747465 2014-10-01 22:41:04.747465 41.55 -73.03 47.24 -92.42 2014-04-04
626 54 I'm in a city in Brazil, I think Rio de Janeiro, on vacation with family. As I remembered it at the time, we had spent a few days somewhere else in Brazil up in the mountains, doing some snowboarding. 2014-10-01 22:41:04.755952 2014-10-01 22:41:04.755952 39.05 -87.56 39.47 -87.38 2014-01-07
627 26 I wake up real late in the afternoon in a hotel room on the 4th or 5th floor of a building on top of a hill, looking out over the city. From that vantage point, the city looks almost not like a city at all, but an ant hill. 2014-10-01 22:41:04.764537 2014-10-01 22:41:04.764537 42.62 -90.59 34 -81.03 2014-04-01
628 25 The rest of my family is out doing something, so I decide to leave the hotel room and take a walk. As I'm walking down the main street that this hotel is situated on, I come to a sort of pedestrian intersection where two major walkways converge. 2014-10-01 22:41:04.773415 2014-10-01 22:41:04.773415 40.85 -78.26 40.87 -87.95 2014-06-19
629 15 The one that I wasn't on leads down the hill as part of this wide, grassy lane with a lot of people just sort of milling about. Here I run into my mom, who seems to be gardening for absolutely no apparent reason whatsoever. 2014-10-01 22:41:04.781754 2014-10-01 22:41:04.781754 41.55 -73.03 29.5 -94.51 2014-07-26
630 52 As I look out over the city from this vantage point, I am looking at a completely different city, as at the bottom of the hill is a massive oil refinery and industrial district, built upon a delta of waterways. 2014-10-01 22:41:04.790371 2014-10-01 22:41:04.790371 41.47 -71.52 33.29 -117.3 2014-03-06
631 7 The air is thick with smog visible in the upper atmosphere as the waning sunlight comes into contact with it, and the city is much more recognizable as a modern industrial city. 2014-10-01 22:41:04.798871 2014-10-01 22:41:04.798871 41.18 -88.31 44.78 -93.91 2014-09-23
632 13 I start to walk back towards the hotel, this time going around the other side of the building. I come to a staircase leading up into the hotel area that initially I thought was blocked off for some reason. 2014-10-01 22:41:04.807099 2014-10-01 22:41:04.807099 37.27 -82.57 33.96 -117.43 2014-04-18
633 52 I just couldn't read the writing on the sign and it turns out it was totally unrelated to the accessibility of that staircase, I found myself by the dining hall of the hotel, where I caught my brother and father sitting out of the corner of my eye. 2014-10-01 22:41:04.815624 2014-10-01 22:41:04.815624 35 -114.56 34.06 -118.31 2014-03-02
634 79 I went down to join them and found myself a tomato, which I began to eat as I woke up. Also, there was a moment where I realized that I must have looked pretty silly not taking the stairs because of a sign that didn't say anything at all. 2014-10-01 22:41:04.824332 2014-10-01 22:41:04.824332 44.84 -93.45 40.32 -75.37 2014-05-07
635 50 I'm on vacation with my family, staying in some sort of cabin or something out on the outskirts of what is already a really small town to begin with. 2014-10-01 22:41:04.834233 2014-10-01 22:41:04.834233 30.53 -86.48 38.6 -121.44 2014-05-19
636 31 The main part of the dream I remember is cleaning up the house as we're about to leave, making sure we are leaving it as nice and orderly as we found it. 2014-10-01 22:41:04.84586 2014-10-01 22:41:04.84586 42.23 -71.55 25.77 -80.2 2014-02-25
637 45 I remember the car being jam-packed full of stuff on the way back, and I remember riding in the backseat as we drove down the highway on our way back home. 2014-10-01 22:41:04.85824 2014-10-01 22:41:04.85824 36.15 -105.62 46.25 -119.08 2014-07-09
638 65 I'm watching in third person as a woman leaves her job, late at night, and walks back to her car in an otherwise mostly empty parking lot. 2014-10-01 22:41:04.873473 2014-10-01 22:41:04.873473 0 0 44.54 -123.08 2014-07-22
639 30 As she opens the car door to sit down in the driver's seat, a hooded man starts to approach the car. In a mixture of fear and quick thinking, she slams the door shut and locks the door just as the guy pulls a gun. 2014-10-01 22:41:04.883132 2014-10-01 22:41:04.883132 37.84 -83.85 37.18 -78.2 2014-06-13
694 2 At one point the frisbee flies rather close by this family, and I run and go catch it, but overhear the mother muttering something about us. 2014-10-01 22:41:05.458832 2014-10-01 22:41:05.458832 38.33 -75.08 44.27 -84.23 2014-03-21
640 21 Apparently, the woman also keeps a pistol in her purse, and as she pulls it out the man fires one shot through the window, I think to break the window more than to kill her, since the bullet lands in the seat between her legs. 2014-10-01 22:41:04.893082 2014-10-01 22:41:04.893082 39.8 -97.45 37.35 -89.26 2014-06-21
641 85 In response, she fires three shots directly into the man's chest, killing him. The woman then drives around a little bit until she finds a cop and reports the crime and self-defense to him. 2014-10-01 22:41:04.902766 2014-10-01 22:41:04.902766 42.33 -73.07 28.8 -81.88 2014-07-26
642 30 I'm out on Lake Washington in a rowboat with couple of friends, including Micah and a couple other people I don't remember. It's a sunny day, and we're spending the day paddling around, swimming, and just generally having a good time of it. 2014-10-01 22:41:04.911499 2014-10-01 22:41:04.911499 35.72 -83.81 42.88 -73.34 2014-02-20
643 32 Later in the day we moor ourselves up near a pier and spend a little while sunning ourselves and drying off before we go ashore. 2014-10-01 22:41:04.920951 2014-10-01 22:41:04.920951 44.54 -123.08 47.46 -122.36 2014-09-19
644 83 All of a sudden, this plainclothes guy in a small little boat with an outboard motor comes up to us and tells us to follow him to shore immediately, which we comply with. 2014-10-01 22:41:04.929697 2014-10-01 22:41:04.929697 41.6 -70.64 34.2 -90.57 2014-08-11
645 50 Afterwards the guy starts asking us for identification and stuff, and which point I decide to challenge his authority because we still have absolutely no idea who this guy is. 2014-10-01 22:41:04.944795 2014-10-01 22:41:04.944795 37.97 -98.3 42.11 -89 2014-01-15
646 66 He pulls out a badge revealing himself to be a cop, and tells us that apparently boats aren't allowed to be moored in that area after a certain time, and it was like 15 minutes after that time. 2014-10-01 22:41:04.953783 2014-10-01 22:41:04.953783 42.11 -89 40.32 -75.37 2014-02-17
647 51 After some further discussion regarding the situation we manage to resolve things amicably, but my friends and I still left the area somewhat confused by the whole thing. 2014-10-01 22:41:04.962743 2014-10-01 22:41:04.962743 41.45 -80.8 43.9 -99.86 2014-04-11
648 75 Also, apparently the rule is just against moored boats, and as long as the boat is travelling towards somewhere it was completely okay for boats to be in that area at that time, which made no sense to me. 2014-10-01 22:41:04.971327 2014-10-01 22:41:04.971327 25.46 -80.45 29.94 -93.91 2014-06-01
649 2 I am at some sort of convention. I originally ended up there to play Starcraft with some guys I don't really know, but at different points the convention also seemed to be themed around Pokémon, basketball, and even a Christian religious group. 2014-10-01 22:41:04.97993 2014-10-01 22:41:04.97993 36.13 -91.96 37.15 -80.11 2014-01-12
650 71 At the basketball courts, everyone seemed to be a really big fan of the LA Lakers, as there was some major NBA event going on involving them, and everyone seemed really excited whenever they did well. 2014-10-01 22:41:04.990843 2014-10-01 22:41:04.990843 40.43 -79.97 33.87 -101.59 2014-04-13
651 49 At some point during the basketball games I ended up with some other guy's state ID card, though I was able to get it back to him and ended up having a pretty cool conversation with him. 2014-10-01 22:41:05.001224 2014-10-01 22:41:05.001224 29.98 -90.97 28.33 -82.27 2014-06-15
652 23 Later, after the convention seemed to be over, I was walking somewhere, possibly home, and ran into Kathy Hodges, who was looking to play the Pokémon card game at the convention, but apparently missed it. 2014-10-01 22:41:05.012015 2014-10-01 22:41:05.012015 39.63 -79.94 40.78 -73.41 2014-07-12
653 36 Also, at one point in the dream seemingly disconnected from the rest of the events, I visited my mom at somebody's house apparently going physical therapy for being partial paralyzed, though she seemed to be doing great when I saw her. 2014-10-01 22:41:05.021022 2014-10-01 22:41:05.021022 38.35 -121.9 29.94 -93.91 2014-02-26
654 29 I'm down at Reed for Renn Fayre, only Reed is quite a bit different than it usually is. For one thing, it's sort of out in the woods somewhere and not in the middle of the city like it actually is. 2014-10-01 22:41:05.030513 2014-10-01 22:41:05.030513 41.18 -88.31 35.87 -87.32 2014-04-14
655 53 For another, a lot of the buildings are missing, and all in all, it's a very different setting than the actual setting of Reed, but I still understand it to be Reed at the time. 2014-10-01 22:41:05.039506 2014-10-01 22:41:05.039506 41.65 -91.53 29.98 -90.97 2014-08-02
656 57 There is the usual partying going on with a wide range of individuals some of which actually go to Reed and many of which do not, but are there none the less. Despite the festivities going on around me, I'm having a pretty low-key time. 2014-10-01 22:41:05.048467 2014-10-01 22:41:05.048467 39.95 -74.18 35.7 -81.07 2014-05-06
657 53 At one point we're all sitting outside on a grassy hill, and I urge everyone to be very quiet and listen to the wind rustling through the trees, an absolutely beautiful sound as I hear it. 2014-10-01 22:41:05.057542 2014-10-01 22:41:05.057542 34.12 -118.05 29.45 -98.5 2014-02-06
658 17 On the last day that I'm going to be there, a friend of mine takes me aside and asks me whats up with me, since hes I've been pretty low-key the whole weekend, and I explain to him I "needed the silence in my life, and it has been beautiful". 2014-10-01 22:41:05.067043 2014-10-01 22:41:05.067043 42.02 -85.81 33.35 -94.5 2014-05-14
659 64 I'm living out in some sort of country farm house with my family, and I'm talking to one of our new neighbors about this fancy half barn, half steampunk garage type building that he built next to his house, which is a solar farm of sorts. 2014-10-01 22:41:05.076126 2014-10-01 22:41:05.076126 36.6 -121.88 36.64 -93.42 2014-04-04
660 85 I am collecting power through a series of solar panels that are blended very well into the rest of the structure. Said neighbor reminds me a lot of my uncle Ed, only much nicer and more shy, which is a strange contrast. 2014-10-01 22:41:05.085056 2014-10-01 22:41:05.085056 34.93 -98.13 43.83 -121.49 2014-06-19
661 52 My mom made some eggs, which were delicious. 2014-10-01 22:41:05.094134 2014-10-01 22:41:05.094134 40.24 -94.33 43.85 -94.69 2014-02-19
662 42 I'm back in what I have to assume is the equivalent of middle school, though in many ways it much more closely resembles a college than a middle school. 2014-10-01 22:41:05.10411 2014-10-01 22:41:05.10411 38.22 -85.74 47.25 -122.44 2014-02-13
663 60 The only thing that makes me really think it was a middle school is the fact that at one point I ran into Mr. Knatt, and there appeared to be a bell schedule dividing the day up into class periods. 2014-10-01 22:41:05.114436 2014-10-01 22:41:05.114436 28.33 -82.27 39.96 -79.87 2014-05-07
664 1 At one point I'm walking along a path that goes around the sports fields, and I'm watching a bunch of people play soccer, only to realize that Micah is playing goalie like he usually does. Later I'm walking around a sort of plaza area. 2014-10-01 22:41:05.122994 2014-10-01 22:41:05.122994 30.7 -97.73 37.35 -89.26 2014-04-22
665 48 While I seem to realize that I am dreaming, and after several failed attempts to conjure up people I know, ran into Lily and had a pleasant conversation with her for a while. 2014-10-01 22:41:05.132362 2014-10-01 22:41:05.132362 30.97 -84.8 39.77 -86.14 2014-01-14
666 54 Later on I'm walking round with Peyton and he mentions a subterranean section of the school, which I don't really believe exists, until he leads me down there. 2014-10-01 22:41:05.144891 2014-10-01 22:41:05.144891 43.83 -121.49 39.77 -86.14 2014-03-06
667 33 In many ways it's a really creepy area of the school, as there are very few ways down there, and once down there, there are a lot of locked doors, some of which apparently lead further down into the complex. 2014-10-01 22:41:05.15409 2014-10-01 22:41:05.15409 37.76 -76.46 35.22 -89.51 2014-03-04
668 43 However, after a while walking around in these underground tunnels, we eventually come a sort of cafe or reading room, which apparently acts as a sort of quite place where students can come and study in quiet, detached from the rest of campus. 2014-10-01 22:41:05.165519 2014-10-01 22:41:05.165519 36.22 -78.93 32.2 -83.9 2014-09-25
669 52 Peyton buys me a raspberry scone, which turned out to be absolutely delicious, and we found a nice quiet corner and talked about stuff for a while. 2014-10-01 22:41:05.175433 2014-10-01 22:41:05.175433 27.8 -97.39 40.32 -91.19 2014-01-18
670 43 Also at one point I remember walking past a giant sort of auditorium, and there was some sort of play being put on by the Japanese club. 2014-10-01 22:41:05.185987 2014-10-01 22:41:05.185987 41.65 -91.53 42.44 -94.29 2014-07-22
671 67 I am sitting in a classroom that is on the bottom floor of Lowell, only the place seems to be some sort of religious school with everybody in uniforms and mandatory prayer and so on. 2014-10-01 22:41:05.244363 2014-10-01 22:41:05.244363 41.56 -81.19 34.5 -88.63 2014-04-06
672 38 I'm sitting close by Lily Hansen, who I am talking to about what's been going on in class, and apparently it's the third or fourth day of school but I can't seem to remember anything about being in that class at any point prior. 2014-10-01 22:41:05.254578 2014-10-01 22:41:05.254578 37.92 -104.93 40.63 -74.4 2014-04-26
673 17 As I'm getting close to the exit, I start to get really heavily disoriented because where I thought there should be a small boy's bathroom there is instead a room for "retarded children", according to the sign on the door. 2014-10-01 22:41:05.262969 2014-10-01 22:41:05.262969 38.89 -77.03 43.53 -93.71 2014-01-05
674 84 It appears to be some sort of detention room, and the door next to it marked as a bathroom is in fact a girl's bathroom, which I only figure out after seeing Elizabeth Anne walking out of it. 2014-10-01 22:41:05.272893 2014-10-01 22:41:05.272893 42.95 -92.53 31.09 -97.36 2014-08-05
675 40 On the other side of the hallway is a door marked as a boy's bathroom, but that appears to actually be a cafeteria of some sort, and for a few minutes I am completely confused as to how to exit the building, but eventually I figure it out. 2014-10-01 22:41:05.281359 2014-10-01 22:41:05.281359 39.3 -76.61 42.88 -73.34 2014-01-27
676 67 I'm pretty sure everyone in my classroom was a little shocked to see me just up and leave, but I don't think anyone tried to follow me or stop me in any way. 2014-10-01 22:41:05.289727 2014-10-01 22:41:05.289727 34.12 -118.05 26.74 -80.12 2014-08-19
677 42 I am working in some sort of Asian fast food deli of some sort, making what I can only describe as chicken fried in a combination of tomato sauce and butter, and then wrapped in bread dough and baked. 2014-10-01 22:41:05.298097 2014-10-01 22:41:05.298097 35 -114.56 30.33 -81.65 2014-05-26
678 45 An old lady berates me for doing it incorrectly, and throws in something in the order of a few extra pounds of butter. This seems more than a little unnecessary to me, but apparently is the way this dish is prepared, so I just go along with it. 2014-10-01 22:41:05.30657 2014-10-01 22:41:05.30657 40.14 -76.02 38.89 -77.03 2014-06-22
679 21 In an unrelated section of the dream, I am helping out some old folks in a retirement home and at one point walk into a kitchen that seems eerily familiar to the kitchen of one of my childhood homes, but in reality isn't that similar all. 2014-10-01 22:41:05.315309 2014-10-01 22:41:05.315309 35.72 -83.49 25.77 -80.2 2014-01-09
680 64 I'm staying for a couple of days at what I understand to be William Deng's house, despite the fact that it bears no resemblance whatsoever to William's actual house. 2014-10-01 22:41:05.323617 2014-10-01 22:41:05.323617 42.91 -86.12 40.71 -73.99 2014-06-13
681 51 The house is really strange in that there are entire sections of the house that I simply didn't notice upon first glance, merely because many of the passageways connecting the different sections of the house are hidden from view. 2014-10-01 22:41:05.332475 2014-10-01 22:41:05.332475 39.77 -86.14 38.35 -121.9 2014-09-21
682 47 For instance, in one of the bedrooms there is a door beneath one of the floor rugs that leads to a small sort of staircase leading down to the basement area. 2014-10-01 22:41:05.340868 2014-10-01 22:41:05.340868 26.37 -98.82 39.95 -74.18 2014-06-12
683 43 As it later turned out there were in fact other ways to get down to the basement, but that still seemed like a really odd place for such a passageway to be. 2014-10-01 22:41:05.349504 2014-10-01 22:41:05.349504 37.27 -82.57 44.27 -84.23 2014-01-13
684 47 Shortly before waking up, I am extremely thirsty and my throat is parched, and a series of unrelated scenes go by in which I attempt to drink water and it never helps. 2014-10-01 22:41:05.357852 2014-10-01 22:41:05.357852 36.25 -79.08 30.97 -84.8 2014-04-19
685 50 At first I am talking to Becca's sister Amanda, who I have never met before, then a little while later I am helping my parents out in the backyard but everything is slightly different and messed up. 2014-10-01 22:41:05.367746 2014-10-01 22:41:05.367746 29.45 -98.5 31.84 -106.43 2014-07-10
686 56 Finally I'm in a hotel room watching what I think are Valentine's day advertisements on TV. Throughout these events I am repeatedly trying to drink water and either failing or not understanding why my thirst is not being slaked. 2014-10-01 22:41:05.376231 2014-10-01 22:41:05.376231 33.91 -117.95 45.05 -93.63 2014-01-17
687 12 The campus, once again, looked absolutely nothing like the actual campus, with a bunch of Hellenic architecture buried into a hillside on one side of campus, and a thickly wooded area on the other side of campus. 2014-10-01 22:41:05.385458 2014-10-01 22:41:05.385458 40.14 -76.02 36.44 -82.34 2014-07-21
688 25 Strangely enough, as I'm biking through the campus on my own, I manage to catch a glimpse of what appears to be gang warfare going on, though I didn't immediately pick up on anything at the time except that some people were acting really sketchy. 2014-10-01 22:41:05.401135 2014-10-01 22:41:05.401135 43.85 -94.69 40.39 -81.08 2014-02-05
689 8 Later I'm down by some basketball courts and I meet up with Micah and Lily, and rumors start going around that a bomb went off somewhere on campus, which I immediately knew was the work of the guys I had seen earlier. 2014-10-01 22:41:05.412269 2014-10-01 22:41:05.412269 40.92 -75.28 39.47 -87.38 2014-06-13
690 82 Lily, by far the most prepared of the three of us, had a book filled with bus and train schedules, and the three of us took off that afternoon for whatever our next destination was. 2014-10-01 22:41:05.422093 2014-10-01 22:41:05.422093 39.47 -87.38 0 0 2014-08-13
691 13 I'm in a field nearby the University of Washington, with a few friends playing frisbee in the nude near dusk. I think Fred is one of the people I'm playing with, along with a couple girls I don't really recognize. 2014-10-01 22:41:05.430355 2014-10-01 22:41:05.430355 39.55 -82.77 36.67 -121.79 2014-02-19
692 29 The field is next to this little creek, and at one point a mother comes along with her two children and they play along the side of the creek, apparently not really noticing or caring about us. 2014-10-01 22:41:05.439781 2014-10-01 22:41:05.439781 44.27 -84.23 34.01 -118.49 2014-09-15
693 66 As the sun continues to go down, the field lights come on and so we continue to play frisbee into the dark. 2014-10-01 22:41:05.449404 2014-10-01 22:41:05.449404 43.55 -87.95 42.32 -75.77 2014-08-04
695 43 I ended up having a conversation with her about social nudity and its acceptability in modern society, and then went back to playing frisbee with my friends. 2014-10-01 22:41:05.46761 2014-10-01 22:41:05.46761 40.12 -79.56 29.76 -95.38 2014-03-17
696 59 I'm climbing a mountain, which at the time I remember to be Mt. Rainier, with my dad and someone else I don't remember. My dad and I are roped up, preventing me from doing something, but I can't remember what. 2014-10-01 22:41:05.476699 2014-10-01 22:41:05.476699 42.11 -89 37.27 -82.57 2014-04-10
697 50 My ice axes are incredibly ill-suited to the task at hand, but the slop doesn't seem to be that steep at all. In hindsight, that probably made my stubby little ice axes all the worse for the job. 2014-10-01 22:41:05.489478 2014-10-01 22:41:05.489478 42.3 -71.43 30.49 -86.5 2014-08-08
698 27 I am trying to register for some classes with a friend of mine who I don't really remember. The process involves running around between several different buildings delivering various codes from various people to various other people. 2014-10-01 22:41:05.498133 2014-10-01 22:41:05.498133 35.98 -94.48 33.96 -117.43 2014-04-17
699 50 At one point I thought I lost one of the codes in question, but it didn't turn out to be a huge deal. Later this friend and I decide to go buy some bud, so we somehow get into contact with Sam Courts' housemate, who agrees to hook us up. 2014-10-01 22:41:05.508325 2014-10-01 22:41:05.508325 34.06 -118.31 37.33 -121.89 2014-04-08
700 40 Sam apparently lives in a massive communal house now, with dozens of housemates, all of whom are throwing a party later that night. One guy is looking for acid, and Sam tells him he can be nude hooligan of the party. 2014-10-01 22:41:05.522953 2014-10-01 22:41:05.522953 40.78 -73.41 33.91 -117.95 2014-03-08
701 1 I'm with my mother in a place which I would have otherwise assumed to be a naval shipyard, except that there were tons of civilians milling about everywhere as if the place where a shopping mall. 2014-10-01 22:41:05.532725 2014-10-01 22:41:05.532725 31.09 -97.36 39.77 -86.14 2014-07-24
702 75 Indeed, some parts of the place did seem quite a bit like a shopping mall, and I have to assume that's why my mom and I were there in the first place. 2014-10-01 22:41:05.54263 2014-10-01 22:41:05.54263 33.52 -91.43 37.27 -82.57 2014-05-12
703 43 All of a sudden, people start freaking out and running around like chickens with their heads cut off, and somebody starts yelling something about a gun. Before long it becomes quickly apparent that there are not one but two mass shooters. 2014-10-01 22:41:05.552071 2014-10-01 22:41:05.552071 47.44 -119.27 30.77 -94.42 2014-07-26
704 65 I see one of them rounding a nearby corner and instantaneously hit the floor, rolling behind a large crate or box of some kind. I find a gun laying on the ground nearby me and grab it, only to realize that it is a paintball gun. 2014-10-01 22:41:05.560212 2014-10-01 22:41:05.560212 43.84 -88.84 0 0 2014-01-06
705 38 Regardless, I decide to use it anyway since I have nothing else to defend myself with. I notice there are a lot of police or military officers in the area, most of them behind cover, so I decide to take a risk and break my cover. 2014-10-01 22:41:05.569241 2014-10-01 22:41:05.569241 41.53 -86.69 46.25 -119.08 2014-02-07
706 66 Popping up just above the lip I am hiding behind, I fire off a quick burst of paintballs, one of which happens to hit the guy in the nuts, stunning him just long enough to give some of the nearby officers enough time for an open shot. 2014-10-01 22:41:05.578661 2014-10-01 22:41:05.578661 40.81 -81.37 33.61 -86.59 2014-02-26
707 69 In the aftermath of the event, there are a lot of military personal milling about, securing the area, questioning people, so on and so forth. 2014-10-01 22:41:05.589256 2014-10-01 22:41:05.589256 33.12 -88.15 39.8 -97.45 2014-07-13
708 63 It turns out that the shooter I was dealing with was a military personal himself, navy if I remember correctly, and it appears he was working in conjunction with Steve Wozniak, the Apple programmer. 2014-10-01 22:41:05.598501 2014-10-01 22:41:05.598501 38.22 -85.74 38.35 -121.9 2014-02-09
709 56 I hear a lot of strange conjecture as to the reasoning behind this event, including a bunch of theories relating to Apple's dirty business practices and sweatshop labor, but none of it really makes any sense whatsoever. 2014-10-01 22:41:05.606553 2014-10-01 22:41:05.606553 37.33 -121.89 37.55 -77.46 2014-04-05
710 41 Eventually I find my mom again, who I lost in all the chaos, and she is naturally ecstatic to see me in good health, as I her. 2014-10-01 22:41:05.614928 2014-10-01 22:41:05.614928 42.91 -86.12 39.06 -101.24 2014-04-22
711 35 As we are leaving the place, we walk along the docks and I got thoroughly engrossed at looking at the giant naval vessels, as if nothing had happened 5 minutes prior. 2014-10-01 22:41:05.624155 2014-10-01 22:41:05.624155 27.75 -82.64 39.73 -79.9 2014-06-18
712 40 I'm hiking in the mountains with my family and some other people, the only one of whom I can actively identify being Tucker. 2014-10-01 22:41:05.634346 2014-10-01 22:41:05.634346 18.02 -66.79 35.7 -81.07 2014-06-24
713 55 As we are walking along, we run into some sort of school group on a field trip, and they are apparently doing some kind of nature studies or something and collecting small bits of flora and fauna to take back to their class, I presume. 2014-10-01 22:41:05.644032 2014-10-01 22:41:05.644032 36.13 -91.96 33.59 -89.84 2014-09-16
714 37 I'm staying with a girl in some sort of hotel or apartment room, a sort of master suite with an attached bathroom and some bay windows overlooking some beautiful landscape. The girl and I are apparently absolutely infatuated with each other. 2014-10-01 22:41:05.653337 2014-10-01 22:41:05.653337 0 0 37.32 -90.89 2014-02-11
715 75 Apparently her family or relatives of some kind are staying nearby or something, and at some point I meet them briefly and I'm really unsure of whether our relationship would be approved of or not, so I don't think the subject ever gets brought up. 2014-10-01 22:41:05.66163 2014-10-01 22:41:05.66163 27.8 -97.39 37.84 -83.85 2014-05-20
716 62 I have a lot of vague intimations of very soft lighting and warm ambiance. 2014-10-01 22:41:05.670391 2014-10-01 22:41:05.670391 27.21 -81.85 29.45 -98.5 2014-03-06
717 28 I'm catching a ride home from work one day with Ms Patu, apparently, and she decides that we're going to take a detour and stop by this place that I initially have no idea where is, but I eventually figure out is somewhere down in Sodo. 2014-10-01 22:41:05.680742 2014-10-01 22:41:05.680742 44.48 -73.22 43.4 -103.26 2014-08-27
718 49 The complex appears to be some sort of industrial warehouse of some sort, and Ms Patu is apparently meeting someone she knows who works there for some reason or another. 2014-10-01 22:41:05.691058 2014-10-01 22:41:05.691058 39.73 -79.9 39.3 -76.61 2014-06-24
719 5 At some point I realize that the warehouse complex also houses what appears to be an IBM corporate management branch, and for some reason I apparently have an old ID card which I am under the impression used to get me into such places sometimes. 2014-10-01 22:41:05.699895 2014-10-01 22:41:05.699895 33.91 -117.95 48.74 -122.46 2014-03-21
720 24 For kicks and giggles I tried one of the doors with the ID card and of course it gets rejected, but somehow through Ms Patus connections we still end up getting inside and I get to talk to some pretty cool people. 2014-10-01 22:41:05.709636 2014-10-01 22:41:05.709636 37.76 -78.26 35.22 -89.51 2014-03-23
721 28 At some point my dad calls me and I tell him that I'll be home soon, and Ms Patu drives me back up to the north end of the city where I eventually make my way home. 2014-10-01 22:41:05.719758 2014-10-01 22:41:05.719758 38.29 -86.95 39.47 -87.38 2014-04-09
722 19 Also at some point we get a little bit lost in an unreasonably complex freeway interchange system in the vicinity of the industrial warehouse district, which at one point leads to us cutting across a grass field for unknown reasons. 2014-10-01 22:41:05.728351 2014-10-01 22:41:05.728351 35.82 -78.65 32.9 -117.2 2014-08-10
723 67 I'm at a cabin nearby some little creek out in the woods which is apparently a nudist resort. 2014-10-01 22:41:05.739181 2014-10-01 22:41:05.739181 38.43 -78.87 40.81 -81.37 2014-09-01
724 37 I believe both family and friends are staying at the cabin with me, and we are all just chilling outside by the creek in the sun with some other people I don't really recognize. 2014-10-01 22:41:05.748208 2014-10-01 22:41:05.748208 39.84 -89.05 38.29 -86.95 2014-06-09
725 46 There is apparently what appears to be some sort of abandoned military fortress built into the side of a cliff somewhat nearby, which is part of a series of peaks that are in the process of being scaled by a couple of rock climbing parties. 2014-10-01 22:41:05.758383 2014-10-01 22:41:05.758383 34.06 -118.31 42.62 -90.59 2014-02-10
726 17 In particular, there is one technical climbing group ascending along the crack where the natural rock formations intercede with the flat expanse of concrete that is the military edifice sticking out like an obelisk. 2014-10-01 22:41:05.766558 2014-10-01 22:41:05.766558 39.96 -79.87 42.23 -71.55 2014-09-18
727 41 The group has apparently gathered a small crowd from the creek and there is a group sort of making a picnic out of watching the climbers ascend while enjoying food and drink in the sunshine. 2014-10-01 22:41:05.775298 2014-10-01 22:41:05.775298 42.5 -77.5 29.43 -95.24 2014-01-05
728 54 I seem to remember some sort of barbeque running and people playing with a frisbee among other things. 2014-10-01 22:41:05.783667 2014-10-01 22:41:05.783667 31.09 -97.36 33.52 -91.43 2014-01-18
729 49 At some point I got into a really interesting conversation with a couple of girls about something to do with abandoned military instillation, which somehow pertained the geology of the area or something like that. 2014-10-01 22:41:05.792503 2014-10-01 22:41:05.792503 41.01 -76.8 36.5 -76.76 2014-01-22
730 40 I'm part of some defense grid holding some military base in parts unknown. I'm working in some little office closet sort of thing on a few display monitors that are apparently hooked up to a closed circuit computer system housing a shackled AI 2014-10-01 22:41:05.801013 2014-10-01 22:41:05.801013 28.8 -81.88 40.1 -76.35 2014-03-12
731 16 At some point some sort of emergency occurs and I decide to unshackle the AI and let him loose upon the greater computer system of the whole complex, at which point he employs some rather beautiful trickery to screw with a lot of people's heads. 2014-10-01 22:41:05.809404 2014-10-01 22:41:05.809404 40.63 -74.4 31.09 -97.36 2014-03-18
732 59 I'm up in what I believe is Squamish, BC, driving around with my dad. Apparently both my brother and Bill Napier have houses in Squamish, like a block and a half away from each other. 2014-10-01 22:41:05.818221 2014-10-01 22:41:05.818221 36.5 -76.76 37.76 -78.26 2014-09-02
733 53 Somehow, however, my dad gets really lost going from one to the other, and we end up wandering around for a while and sort of running in circles. I think we were transporting some gear, like a mountain bike or something. 2014-10-01 22:41:05.826904 2014-10-01 22:41:05.826904 36.5 -76.76 36.7 -76.63 2014-03-15
734 50 I'm at a party which is being held in my old house across the street. Apparently it's a good bit chaotic, and at some point I find myself in the master bathroom which is crammed with at least a half dozen people. 2014-10-01 22:41:05.835333 2014-10-01 22:41:05.835333 36.97 -112.98 41.01 -76.8 2014-06-04
735 62 Zach is standing next to me asking me all sorts of questions about something I'm not even really paying attention to, until at one point he looks at me dead serious and tells me he has the stats after all and shows me his arm. 2014-10-01 22:41:05.843609 2014-10-01 22:41:05.843609 37.76 -76.46 33.29 -117.3 2014-03-07
736 30 On his arm are tattooed a series of icons from League of Legends: a Runaan's Hurricane, two Recurve Bows, and six Daggers. 2014-10-01 22:41:05.895029 2014-10-01 22:41:05.895029 45.05 -93.63 35.17 -78.98 2014-03-27
737 1 I'm at Thurgood Marshall, and the school year is starting. I'm not entirely sure what I'm doing in the building, but I seem to be able to get where I need to be by simply closing my eyes, walking forward, and turning door handles on a whim. 2014-10-01 22:41:05.904641 2014-10-01 22:41:05.904641 48.74 -122.46 37.18 -78.2 2014-08-09
738 15 At some point I find myself in the teacher's lounge, and I begin to realize that I am still physically on the Wonderland Trail, and can't possibly be at work. 2014-10-01 22:41:05.912941 2014-10-01 22:41:05.912941 42.3 -71.43 27.48 -82.57 2014-03-01
739 52 After that I just sort of float around the people briefly interacting with a variety of characters, realizing that I have no real duties or responsibilities to take care of. 2014-10-01 22:41:05.922604 2014-10-01 22:41:05.922604 39.41 -84.46 44.09 -71.99 2014-08-27
740 14 I'm hiking through the mountains somewhere with a few friends with whom I belong to some sort of political organization. 2014-10-01 22:41:05.930716 2014-10-01 22:41:05.930716 37.76 -78.26 43.83 -121.49 2014-09-09
741 32 I remember that we're being followed by somebody, and for that reason we have to continue moving, but I don't remember who is following us aside from that they consider us political dissidents. 2014-10-01 22:41:05.941333 2014-10-01 22:41:05.941333 39.87 -92.02 39.65 -76.34 2014-07-26
742 77 After some time we find a sort of hut like structure build into a mountainside cave, which is apparently a well-stocked supply and rest hut for our organization. 2014-10-01 22:41:05.949932 2014-10-01 22:41:05.949932 0 0 33.96 -117.43 2014-01-21
743 80 Once inside we are greeted very warmly by friendly faces and hot food, and much embracing follows. 2014-10-01 22:41:05.958867 2014-10-01 22:41:05.958867 37.24 -82.77 35.81 -77.31 2014-04-18
744 89 We break bread together at a main table of sorts, with one guy sitting under the table due to a full house and shortage of chairs, but no one minds and everyone makes space for each other. 2014-10-01 22:41:05.970386 2014-10-01 22:41:05.970386 44.48 -73.22 34.5 -87.72 2014-04-09
745 40 Also there's this sort of hut leader guy who appears to be head chef and maintains a watchful eye on the hut surroundings and such. 2014-10-01 22:41:05.979425 2014-10-01 22:41:05.979425 44.99 -73.36 42.32 -75.77 2014-06-05
746 50 I'm doing some grocery shopping with my dad at the Safeway in U Village. It's pretty close to closing time for the store, and customers are grabbing their last few items for purchase and my dad decides to take off and head home. 2014-10-01 22:41:05.987791 2014-10-01 22:41:05.987791 35.81 -77.31 40.39 -81.08 2014-05-17
747 60 Somehow, though, he leaves behind his truck in the parking lot, with my bike still inside it. At first I think to myself that maybe I should drive the truck home, even though I have no license to drive, but I consider that to be too risky. 2014-10-01 22:41:05.997135 2014-10-01 22:41:05.997135 32.2 -83.9 40.81 -81.37 2014-07-13
748 32 Next I decide to ask some passersby whether they would be willing to drive the truck back to the house but then I realize they'd have no way of getting themselves home after that. 2014-10-01 22:41:06.00851 2014-10-01 22:41:06.00851 36.52 -82.71 29.92 -96.95 2014-06-27
749 57 Finally I realized it was probably no big deal if the truck simply sat in the lot overnight, and as long as I had the keys to open the bed of the truck, I could get my bike out and get myself home. 2014-10-01 22:41:06.026632 2014-10-01 22:41:06.026632 42.62 -90.59 47.84 -122.19 2014-07-02
750 19 Just as I'm opening the truck up to do this, however, a security guard spots me and for some reason assumes that I'm attempting to steal the vehicle. 2014-10-01 22:41:06.03898 2014-10-01 22:41:06.03898 36.7 -76.63 36.41 -82.62 2014-09-01
751 62 My attempts to explain to him what I am doing and why I have the keys to the vehicle I'm attempting to get into apparently aren't enough to dissuade him from arresting me and taking me to the precinct to be processed. 2014-10-01 22:41:06.047807 2014-10-01 22:41:06.047807 36.97 -112.98 38.19 -84.86 2014-06-15
752 45 I decide that my best course of action is to resist this process as little as possible and state my rights out loud so this guy knows he can't really screw with me. 2014-10-01 22:41:06.056147 2014-10-01 22:41:06.056147 28.33 -82.27 38.35 -121.9 2014-03-15
753 88 Once we're at the precinct and the clerks on duty take a look at the report they just laugh it off as the guy being dumb and let me go. 2014-10-01 22:41:06.0648 2014-10-01 22:41:06.0648 47.66 -122.38 44.48 -73.22 2014-08-15
754 51 I'm sitting in the back of a metro bus with Micah and a bunch of others from high school. 2014-10-01 22:41:06.07305 2014-10-01 22:41:06.07305 38.16 -81.56 39.94 -74.07 2014-08-06
755 20 I feel like the group was on its way back from some sort of convention or retreat or something, and everyone was engaged in various kinds of conversation on various topics. I think at one point I tried to explain Go to someone. 2014-10-01 22:41:06.081777 2014-10-01 22:41:06.081777 37.15 -80.11 0 0 2014-03-05
756 54 At any rate, I just remember at one Lily talking for quite a while on some subject and thinking to myself that she was a lot smarter than I ever gave her credit for. Also I think it was Amanda who I explained Go to. 2014-10-01 22:41:06.09094 2014-10-01 22:41:06.09094 48.91 -111.15 38.73 -93.55 2014-02-25
757 50 I'm with a bunch of others that are stuck in some kind of underground cave network, and apparently the group has just found a way outside through an old ruined outpost-type fort out in the woods, which has a door to the cave system in its cellar. 2014-10-01 22:41:06.101875 2014-10-01 22:41:06.101875 35.83 -78.83 27.75 -82.64 2014-09-23
758 62 Apparently this exit from the caves has been sealed for some time, but someone managed to get it open, and people are eager to escape the cave system. 2014-10-01 22:41:06.111068 2014-10-01 22:41:06.111068 43.55 -87.95 47.25 -122.44 2014-06-03
759 74 Once outside, we are greeted by a small band of woodsmen who take us to safety, and I begin to fall in with them when it becomes apparent that my eyesight is of use to them. 2014-10-01 22:41:06.119946 2014-10-01 22:41:06.119946 40.81 -81.37 40 -121.24 2014-08-11
760 71 At one point I am asked to climb a tree and look out across a big lake to ascertain whether there is any movement from another outpost on the far ridge, which there indeed is in the form of a patrolling guard. 2014-10-01 22:41:06.129163 2014-10-01 22:41:06.129163 30.49 -86.5 56.3 -158.49 2014-08-05
761 63 Also I think at some point we ran into some kind of representative of a race of miniature people who lived in the forest. 2014-10-01 22:41:06.137818 2014-10-01 22:41:06.137818 39.8 -97.45 35.7 -81.07 2014-05-20
762 15 I'm at some sort of park or other open public green space, hanging out with Fred, I believe, when out of nowhere Ali and Becca show up apparently just back from a trip to Japan. 2014-10-01 22:41:06.147072 2014-10-01 22:41:06.147072 37.18 -78.2 43.4 -103.26 2014-02-01
763 22 At some point Ali invites me to a music festival of some sort, and when I point out that I don't have a ticket he tells me to borrow his and take Becca to go see a particular show. 2014-10-01 22:41:06.155932 2014-10-01 22:41:06.155932 39.41 -84.46 46.25 -119.08 2014-06-10
764 23 Somehow we end up being followed by some shady characters and I end up having to fight them off battle-royal style in this crazy three-dimensional concrete maze structure. 2014-10-01 22:41:06.164684 2014-10-01 22:41:06.164684 48.74 -122.46 40.12 -79.56 2014-07-04
765 34 Also I remember Becca was wearing a knit kimono that looked half-way between a sweater and a dress, and I found it hilarious that she got such a thing from Japan. 2014-10-01 22:41:06.172859 2014-10-01 22:41:06.172859 33.1 -92.49 42.54 -112.28 2014-01-16
766 4 I'm at some kind of house show deal being put on by Micah and a few of his friends. I remember Micah being busy setting up a bunch of sound equipment, guitars, amps, and such while everyone else is socializing in the living room of this house. 2014-10-01 22:41:06.183678 2014-10-01 22:41:06.183678 44.94 -93.1 35.22 -89.51 2014-08-11
767 49 I remember my brother being there with a few of his friends, and everyone was just sort of drinking and hanging out. 2014-10-01 22:41:06.19184 2014-10-01 22:41:06.19184 37.78 -122.12 43.4 -103.26 2014-09-04
768 80 There were also some Somali kids from school there, along with their parents, and before Micah's show got started, there was this rap performance sort of thing that was put on over a video composed of a bunch of clips from the ghettos in Soweto. 2014-10-01 22:41:06.20035 2014-10-01 22:41:06.20035 39.43 -96.53 42.61 -75.6 2014-01-04
769 61 I specifically remember a verse or two being in Somali and all the Somali kids giggling about it. Also I remember the kids being fascinated by Micah's electric guitar while he was tuning it up. 2014-10-01 22:41:06.208168 2014-10-01 22:41:06.208168 37.76 -78.26 43.02 -104.64 2014-05-27
770 59 My mom and I get stranded somewhere on a little dinghy, what could have either been Lake Washington or the Pacific ocean down in the South America. 2014-10-01 22:41:06.216326 2014-10-01 22:41:06.216326 28.8 -81.88 33.75 -111.57 2014-09-04
771 66 At any rate, we somehow were paddling down some sort of river estuary when we got sucked out on a tidal current, after which we floated down the coast for a while until we found an establishment where we thought we might find help. 2014-10-01 22:41:06.224786 2014-10-01 22:41:06.224786 30.77 -94.42 40.32 -75.37 2014-02-16
772 3 I think my mom and I decided it would be best to set up a shelter where we were and wait until the next day to try and do anything. 2014-10-01 22:41:06.232986 2014-10-01 22:41:06.232986 39.77 -86.14 37.61 -81.57 2014-01-16
773 65 Also, the large body of water in question could also may well have been Lake Union, and at a point I thought it might have been, because I remember seeing a giant freeway interchange at one point which looked very out of place. 2014-10-01 22:41:06.241476 2014-10-01 22:41:06.241476 39.96 -79.87 37.36 -82.78 2014-03-22
774 6 I'm at some sort of family gathering, with a number of members of my mom's side of my family in the kitchen making all kinds of food. 2014-10-01 22:41:06.254104 2014-10-01 22:41:06.254104 43.02 -104.64 40.07 -99.13 2014-09-24
775 51 I don't recognize the house we are in, but I find myself trying to avoid everyone in the kitchen by finding something to do downstairs. 2014-10-01 22:41:06.262576 2014-10-01 22:41:06.262576 39.77 -86.14 41.47 -71.52 2014-09-09
776 28 My dad comes down and urges me to join the rest of the family upstairs, so I head upstairs to hang out in the kitchen but quickly get into an argument with my dad about American foreign policy. 2014-10-01 22:41:06.271004 2014-10-01 22:41:06.271004 35.72 -83.81 35.7 -81.07 2014-03-16
777 64 I'm playing some sort of Splinter Cell like character, who is on a boat in the middle of the ocean. 2014-10-01 22:41:06.278951 2014-10-01 22:41:06.278951 34.06 -118.31 26.37 -98.82 2014-01-19
778 62 I have been given a crossbow and ordered to the upper decks, where I am to monitor a group of special forces from another country who are trying to sneak onto the boat. 2014-10-01 22:41:06.287362 2014-10-01 22:41:06.287362 34.26 -85.18 36.41 -82.62 2014-03-09
779 52 They successfully do so, but we have a trap waiting for them on board, and we end up killing or capturing the entire team in a short little battle. 2014-10-01 22:41:06.295587 2014-10-01 22:41:06.295587 34.2 -92.93 26.37 -98.82 2014-08-08
780 80 Afterwards I somehow end up in temple of shorts, with a big clear pool of water and some sort of crystal flower thing floating above it. 2014-10-01 22:41:06.303762 2014-10-01 22:41:06.303762 41.18 -88.31 40.81 -81.37 2014-02-09
781 34 Some old lady of unknown origin is explaining how this is a temple to some unknowable life essence, who apparently has been helping out the US government here and there for years. The entity decides to speak a little. 2014-10-01 22:41:06.311993 2014-10-01 22:41:06.311993 39.89 -80.18 39.3 -76.61 2014-01-21
782 48 I end up just spending a while floating in the pool watching the crystal flower lazily bounce around. Also there is a much smaller little crystal pool, more like a shallow basin, which speaks to me as though something belonged in it. 2014-10-01 22:41:06.32033 2014-10-01 22:41:06.32033 39.77 -86.14 37.32 -90.89 2014-07-20
783 21 However, when I grab the crystal flower and try and set it down in that basin, it flies away as though magnetically polar against the basin. 2014-10-01 22:41:06.328378 2014-10-01 22:41:06.328378 26.74 -80.12 36.6 -121.88 2014-08-18
784 56 I'm arriving at the Go Center for what I thought was a regular Tuesday walk-in day, only apparently it's actually Wednesday, and the other people waiting out front are waiting for the SDK class. 2014-10-01 22:41:06.337993 2014-10-01 22:41:06.337993 29.92 -96.95 42.33 -73.07 2014-01-23
785 31 When Andrew arrives, it's somehow decided that we're going to do away with the class altogether and go to some kind of party or some such other social function. 2014-10-01 22:41:06.347078 2014-10-01 22:41:06.347078 29.76 -95.38 46.73 -117.17 2014-03-16
786 31 Somehow the process of getting to said function ends up being an adventure in and of itself, and I'm not sure we ever actually get to the thing. Also all the other SDK class regulars manage to disappear in the process. 2014-10-01 22:41:06.35574 2014-10-01 22:41:06.35574 43.04 -76.14 40.78 -73.41 2014-02-01
787 31 I'm out on the playground at work, along with Ms. Helm and a bunch of the fifth graders. Ms. Helm calls for a huddle-up of sorts, and so I go over and take a seat on the ground near her. 2014-10-01 22:41:06.364293 2014-10-01 22:41:06.364293 43.04 -76.14 36.44 -82.34 2014-06-25
788 20 As the other students take a seat on the ground nearby as well, Ms. Helm begins to speak, though with great difficulty as she is struggling to find the right words for what she is trying to say. 2014-10-01 22:41:06.372504 2014-10-01 22:41:06.372504 27.21 -81.85 42.54 -91.11 2014-09-24
789 22 At one point she decided to recite some rather beautiful poetry on the subject of making peace with others. At one point Annie handed me a pine needle as a gift, of sorts. 2014-10-01 22:41:06.380646 2014-10-01 22:41:06.380646 27.75 -82.64 44.09 -71.99 2014-06-27
790 55 I'm with somebody who reminds me a lot of Ace in terms of looks and character, but with some distinct dissimilarities of personality. 2014-10-01 22:41:06.388822 2014-10-01 22:41:06.388822 30.68 -88.04 42.54 -112.28 2014-07-04
791 10 We are wandering around somewhere or other and happen to come across some building which is something in between a church and a religious center of some kind, dedicated to people's spiritual health or something like that. 2014-10-01 22:41:06.396799 2014-10-01 22:41:06.396799 36.24 -93.11 33.12 -88.15 2014-05-27
792 59 For whatever reason we decide to go inside and we end up in a room with a bunch of other people having some kind of meeting. 2014-10-01 22:41:06.406582 2014-10-01 22:41:06.406582 40.66 -73.7 41.09 -74.68 2014-02-20
793 45 The guy who is running the meeting is talking about various therapeutic methods of dealing with spiritual problems of various different kinds. 2014-10-01 22:41:06.415968 2014-10-01 22:41:06.415968 39.77 -86.14 39.89 -80.18 2014-01-24
794 43 He is instructing us in a particular exercise that consists of trying to visualize our spiritual problems as various levels of a compression headache, essentially. 2014-10-01 22:41:06.426835 2014-10-01 22:41:06.426835 36.7 -76.63 46.25 -119.08 2014-06-12
795 63 The top levels of the headache are supposed to be the largest, most abstract and existential of our problems, while the lowest levels are supposed to be the most immediate, visceral phenomena giving us trouble. 2014-10-01 22:41:06.435243 2014-10-01 22:41:06.435243 36.64 -93.42 47.46 -122.36 2014-04-22
796 33 Since apparently the guy I was with and I and had smoked some weed prior to coming to this meeting, he is acting in a manner that suggests that he is really high, and some of the other group members are definitely noticing his behavior. 2014-10-01 22:41:06.443869 2014-10-01 22:41:06.443869 36.25 -79.08 40.14 -76.02 2014-01-04
797 61 It doesn't really seem to be a problem with any of them, but it does make the situation noticeably more awkward for me as I am trying to participate faithfully in the meeting. 2014-10-01 22:41:06.452948 2014-10-01 22:41:06.452948 43.23 -71.56 38.89 -77.03 2014-04-22
798 51 Eventually the meeting gets around to me, and the guru guy ends up being really helpful actually in helping to articulate and discuss my various spiritual maladies. 2014-10-01 22:41:06.461839 2014-10-01 22:41:06.461839 39.43 -96.53 36.25 -79.08 2014-06-10
799 19 The room had a distinctly numerous amount of coolers and refrigerators for drinks and refreshments, all of which seemed to be very odd Japanese brand beverages in comically strange package designs. 2014-10-01 22:41:06.473235 2014-10-01 22:41:06.473235 40.39 -81.08 39.43 -96.53 2014-06-02
800 33 Basically I was roadtripping across the US with Ben but we were on bicycles (which were occasionally mopeds) and eventually I got separated from Ben and was very hungry but couldnt decide between the small towns two stores that sold sub sandwiches. 2014-10-01 22:41:06.483062 2014-10-01 22:41:06.483062 37.67 -106.35 43.03 -108.41 2014-06-26
801 0 I found Ben but he had decided that he was tired of biking so he took a bus to his girlfriend on the east coast and left his bike for me to deal with but both of our bikes were broken. 2014-10-01 22:41:06.492483 2014-10-01 22:41:06.492483 39.43 -96.53 42.91 -86.12 2014-01-26
802 59 I was stuck in a small town trying to sell my bike to repair his bike and continue on to the coast 2014-10-01 22:41:06.545357 2014-10-01 22:41:06.545357 42.54 -91.11 33.29 -117.3 2014-08-05
803 61 I also very specifically remember at one point I was driving around a house and wrapping it around with rope that was pushing a giant electric blue orb i nto a slot in the side of the house (possibly to restore to power it?) 2014-10-01 22:41:06.556208 2014-10-01 22:41:06.556208 40.76 -76.07 37.32 -90.89 2014-04-07
804 54 iOS8 fucked up my phone and my alarm was super late work tried to call my boss to explain and he wouldn't talk to me 2014-10-01 22:41:06.571064 2014-10-01 22:41:06.571064 39.96 -79.87 35.71 -87.35 2014-05-22
805 47 Boobs getting bigger was psychosomatic so if thought about your boobs growing they would. Non one knew about this except me. 2014-10-01 22:41:06.592171 2014-10-01 22:41:06.592171 37.18 -78.2 37.24 -82.77 2014-02-17
806 46 Driving over the crest of a hill and seeing a carnival. There was giant pigs head and the teeth started moving and I realized they were a train/ride. 2014-10-01 22:41:06.602262 2014-10-01 22:41:06.602262 30.77 -94.42 37.92 -104.93 2014-03-21
807 68 I kept having more and more nested dreams that were the same, so that I experienced waking up at 7:15 and hitting a five minute alarm easily a dozen times. When I finally woke up it felt like falling I fell through a lot of windows. 2014-10-01 22:41:06.616871 2014-10-01 22:41:06.616871 41.65 -91.53 42.59 -94.01 2014-03-26
809 92 I am 12 years old, dressed in white linen and being trained to discuss monetary policy so my father can impress and marry a countess. She turns out to be free-spirited and encourages me to just be a kid. They marry. 2014-10-02 00:55:00.203933 2014-10-02 00:55:00.203933 45.5234515 -122.6762071 47.516231 14.550072 2014-09-29
810 94 I dream of me 2014-10-02 01:06:27.449397 2014-10-02 01:06:27.449397 45.5234515 -122.6762071 -8.783195 -124.508523 2014-10-01
811 95 I messed up farmer's market etiquette by buying produce from one market and selling it at another, causing locals to chase me with pitchforks. 2014-10-02 01:18:52.069562 2014-10-02 01:18:52.069562 0 0 2014-09-28
812 96 iOS8 fucked up my phone alarm and I was late to work. Tried to explain to my boss but he would only talk to me if he was also on the phone with someone else. Bad. 2014-10-02 06:01:49.179633 2014-10-02 06:01:49.179633 45.5396575 -122.61577 45.5234515 -122.6762071 2014-09-24
813 96 Boobs getting bigger was psychosomatic so if you thought about your boobs growing they would. No one knew about this except me. 2014-10-02 06:02:34.739439 2014-10-02 06:02:34.739439 45.5396023 -122.6157689 45.5234515 -122.6762071 2014-09-26
814 96 Driving over the crest of a hill and seeing a carnival. There was a giant pig's head and the teeth started moving and I realized each tooth was a train car on a train ride in the park. 2014-10-02 06:03:40.970264 2014-10-02 06:03:40.970264 45.5396701 -122.6157438 33.810486 -117.919 2014-09-27
815 99 Tall green grass grew through the colorful broken stained glass windows that covered the clearing. I stepped on the stones and made my way across then climbed a hill and looked back. 2014-10-02 16:00:09.393557 2014-10-02 16:00:09.393557 33.0369867 -117.2919818 2014-10-02
816 104 part of my new job was going back to high school and working on a play that i hated. i told the principal to go fuck herself. then all the adults started killing people and i kept escaping and getting caught. 2014-10-02 20:56:54.257995 2014-10-02 20:56:54.257995 45.5234515 -122.6762071 38.3498195 -81.6326234 2014-09-28
817 104 A large group of people leapt off the roof of the SU before thesis parade. They thought they would be safe, and they should have been, but when they hit the ground all I could see was blood and gore- and one person's head rolling away from their body 2014-10-02 21:01:41.934703 2014-10-02 21:01:41.934703 45.5234515 -122.6762071 45.4881776 -122.6318547 2014-09-27
818 104 I ate a ton of hamburgers while on a train for some reason. This was apparently worth celebrating. 2014-10-02 21:02:48.420803 2014-10-02 21:02:48.420803 45.5234515 -122.6762071 2014-09-27
819 104 I am at a combination restaurant/headshop. The waiter tries to guess where I'm from and is extremely incorrect, so I get very upset and yell at him. Then I buy a bong and feel very guilty for getting so upset at him. 2014-10-02 21:06:36.247383 2014-10-02 21:06:36.247383 45.5234515 -122.6762071 2014-09-13
820 104 I was at a goodbye party and I did a bunch of painkillers and drank. My stomach hurt, so I went to get food, but got lost in an art exhibit full of static people. When I made it to the restaurant, the Chinese proprietor hated non-whites and loved me. 2014-10-02 21:08:52.075496 2014-10-02 21:08:52.075496 45.5234515 -122.6762071 45.5234515 -122.6762071 2014-07-27
821 97 I was sitting and fighting with them, and could then clearly see that we were doing this in many many lives, even though the parts of them that knew it were way down subconscious. 2014-10-03 01:09:50.987292 2014-10-03 01:09:50.987292 37.8208706 -122.283313 2014-10-02
822 111 Alex's head is replaced with a beer funnel. I am appalled. 2014-10-03 01:20:01.682499 2014-10-03 01:20:01.682499 45.5234515 -122.6762071 45.5234515 -122.6762071 2014-10-02
823 92 I'm sitting at a thesis desk in the Reed library basement with Mat Olson, who lights a cigar and tells me everything will make sense in fifty years. 2014-10-03 02:41:10.913228 2014-10-03 02:41:10.913228 45.4878386 -122.6370538 45.4881776 -122.6318547 2014-09-26
824 102 all i remember is my hand bleeding 2014-10-03 02:55:58.699631 2014-10-03 02:55:58.699631 39.2903848 -76.6121893 39.2903848 -76.6121893 2014-10-01
825 105 nightmare about forgetting where I put a lot of data, but the data had gained sentience and kept sneaking up on me from behind corner and dark alley ways 2014-10-03 03:37:28.172156 2014-10-03 03:37:28.172156 47.6062095 -122.3320708 47.6062095 -122.3320708 2014-10-02
826 97 I remember the idea that we banded together to form this society, to keep the dark at bay and to care for each other. When I found out that the people in charge were stumbling blind... I still haven't recovered 2014-10-03 04:55:29.856117 2014-10-03 04:55:29.856117 40.7127837 -74.0059413 59.35 10.466667 2006-11-20
827 113 i am flossing very diligently. i am conscious of being very thorough with each tooth. 2014-10-03 05:05:03.509108 2014-10-03 05:05:03.509108 45.5234515 -122.6762071 45.5234515 -122.6762071 2014-08-12
828 114 I had a dream that I had a classy dinner party with one of my teachers and he was the life of the party 2014-10-03 05:19:46.785232 2014-10-03 05:19:46.785232 0 0 45.4751676 -122.6147817 2014-10-01
829 99 Then there was a giant man-sized piece of corn on the cob, shucked and all, with legs chasing me through the field. And at that moment I knew what it must be like to be Fox Mulder. 2014-10-03 05:55:58.655362 2014-10-03 05:55:58.655362 33.0369867 -117.2919818 41.6005448 -93.6091064 2014-09-30
830 107 I had to go undercover to Comic Con for a sociology project with another girl I knew. My friends got me really drunk before it. Trimet was late and i was in a really dark sketch area and then my friends picked me up and drove me to comic con 2014-10-03 06:22:37.598936 2014-10-03 06:22:37.598936 45.4831696 -122.6350852 45.5134542 -122.6801343 2014-10-02
831 91 My math professor turned out to be operating a terrorist organization with some of his students. I escaped the room when they took everyone hostage. The rest of the dream was them coming after me and me trying to escape. #calculus 2014-10-03 06:30:25.905162 2014-10-03 06:30:25.905162 45.5234515 -122.6762071 45.5234515 -122.6762071 2014-10-01
832 91 After taking a bow, Louis CK comes backstage and we have a conversation about what comedy means. 2014-10-03 06:33:49.224666 2014-10-03 06:33:49.224666 45.5234515 -122.6762071 40.7127837 -74.0059413 2014-07-15
833 91 I end up getting pregnant from humping that weird spherical thing at the Great Wall. 2014-10-03 06:37:04.105635 2014-10-03 06:37:04.105635 45.5234515 -122.6762071 35.86166 104.195397 2013-10-12
834 91 Nothing was out of the ordinary. I just felt more like myself than I ever do when I am awake. 2014-10-03 06:39:28.538809 2014-10-03 06:39:28.538809 45.5234515 -122.6762071 45.5234515 -122.6762071 2013-10-10
835 91 I was camping, but there was a cyclone/tornado in the distance. it was on fire, and threatening to suck up me and my tent, so I hooked my tent on a tree, but it kept bending and sliding off. I held on to the tree and hoped the fire tornado would pas 2014-10-03 08:59:58.055146 2014-10-03 08:59:58.055146 48.1351253 11.5819806 2014-10-03
836 99 After realizing @katemason & Alex's cat had time traveled, and snapchatting the evidence, I went down to the building's basement to find something. I head a voice yell "Who is that?" and a door swing open. 2014-10-03 11:03:53.095265 2014-10-03 11:03:53.095265 33.0396417 -117.2957969 2014-10-03
837 91 so many babies, all eating doritos 2014-10-03 12:33:38.664996 2014-10-03 12:33:38.664996 60.1733244 24.9410248 52.2296756 21.0122287 2014-10-09
838 91 Four of us were driving, all in the front seat. I saw a friend drive by and jumped on top of his car. The car spun out of control just as a truck delivering tires was passing. It dropped tires on us. After, I was hated for almost causing an accident. 2014-10-03 12:52:02.100586 2014-10-03 12:52:02.100586 40.3790831 49.8410841 54.5259614 -105.2551187 2014-09-30
839 91 there were some terrorists firing rocket launchers and other weapons each night at famous people that passed the campus entrance. I felt scared to drive past. Even though i dont have a car at uni 2014-10-03 13:56:21.590185 2014-10-03 13:56:21.590185 51.4542645 -0.978130299999975 51.4542645 -0.978130299999975 2014-10-01
840 105 Someone on facebook was really upset with me because this site isn't very good on mobile. Their anger made me realize I needed to shave. 2014-10-03 15:00:40.021168 2014-10-03 15:00:40.021168 37.7408928 -122.4135562 2014-10-03
841 124 I was traveling w/Barbara Striesand and she wanted to be my lover. We kissed and snuggled but then I realized I missed my husband. She tried to change my wardrobe and I didn't like the things she wanted me to wear. 2014-10-03 16:56:50.426254 2014-10-03 16:56:50.426254 33.0369867 -117.2919818 38.9071923 -77.0368707 2014-10-01
842 125 #bubbles 2014-10-03 17:10:49.92034 2014-10-03 17:10:49.92034 37.6879241 -122.4702079 37.7749295 -122.4194155 2014-10-03
843 105 @stupickle and I were walking through the desert, and it kept erratically switching between being day and night. The scene closed with a cactus in the of @bront rising out of no where. 2014-10-03 18:08:22.764965 2014-10-03 18:08:22.764965 37.7411622 -122.4178378 33.873415 -115.900992 2014-10-03
844 92 A decorative metal bird on a storefront swoops off and grows to the size of a car as it flies through the streets. "Something's going on," I say. Ben Lazier tells me to analyze the situation and figure out why that impossible thing just happened. 2014-10-03 19:41:27.315796 2014-10-03 19:41:27.315796 45.5234515 -122.6762071 2014-10-02
845 111 Everyone decided to form a moving line in a giant figure 8. Later someone was trying to get into a hotel room where I was staying. 2014-10-03 19:47:00.118174 2014-10-03 19:47:00.118174 45.5234515 -122.6762071 2014-10-03
846 126 I was hanging out with a French revolutionary who was excited that their pony tail was finally braided right, but saddened by their father's disappointment in their career choice as a freedom fighter 2014-10-03 20:02:35.451306 2014-10-03 20:02:35.451306 45.4809642 -122.6301455 48.856614 2.35222190000002 2014-10-03
847 99 @ehandte and I are walking through the hallways of a castle, then we exit and find ourselves on an intricate stone path that forms a celtic pattern when seen from above. There are ruins and stained glass. 2014-10-03 20:34:41.410732 2014-10-03 20:34:41.410732 33.0369867 -117.2919818 51.7520209 -1.25772630000006 0010-01-14
848 99 It becomes clear that the corn-monsters are being created by the radiation in the crop circles made in the fields by the UFOs that have been seen recently. I swear this could be an X-Files episode. 2014-10-03 20:41:28.07037 2014-10-03 20:41:28.07037 33.0369867 -117.2919818 41.6005448 -93.6091064 2014-09-30
849 129 I listen to a French radio station and understand nothing. My alarm wakes me up with Bryan Ferry singing the final lines to "A Song for Europe". 2014-10-03 21:07:00.089007 2014-10-03 21:07:00.089007 51.5073509 -0.127758299999982 55.953252 -3.188267 2014-08-12
850 99 I'm scuba diving in La Jolla Cove and there are turtles and an octopus and eels and orange fish. I l look below me and a great white shark is swimming up towards me with its mouth open. I wake up. 2014-10-03 22:08:58.03433 2014-10-03 22:08:58.03433 32.715738 -117.1610838 32.8328112 -117.2712717 2014-10-03
851 132 I sit on a mattress on the edge a roof 100m above ground, seeing a sprawling view of a cerulean lake, red, orange and yellow evergreens, and mountains. I cling to a ladder to prevent falling to my death, but I am happy and appreciating the beauty 2014-10-04 02:14:58.571968 2014-10-04 02:14:58.571968 0 0 10.455556 -84.005556 2014-10-03
855 113 dreamed @stupickle was blind in one eye 2014-10-04 07:29:36.042389 2014-10-04 07:29:36.042389 39.445723 -123.8052935 32.715738 -117.1610838 2014-10-04
856 137 A train came into the station with a girl attached by large boots to the front. i had to quickly unlace them and help her out and get in myself before it took off again 2014-10-04 23:40:58.995712 2014-10-04 23:40:58.995712 45.5234515 -122.6762071 2014-10-04
857 132 I'm standing on the sandbar in the ocean and a little salp (jellyfish-like creature) gets stuck to my finger. I can't shake it off and I just stand in the waves. Eventually my cousin appears in the water but we say little or nothing to each other. 2014-10-05 04:38:39.940535 2014-10-05 04:38:39.940535 10.455556 -84.005556 39.6209522 -74.1970834 2014-10-04
858 99 Zain put the molly and weed in my backpack then threw it over to me but it fell in the canyon. He just walked away. Fuckin Zain. 2014-10-05 15:24:36.562125 2014-10-05 15:24:36.562125 33.0369867 -117.2919818 45.5234515 -122.6762071 2014-10-05
859 102 Was at a show and 2 people ask me to buy them drinks while they smoke. I go upstairs, everything's made of wood except glass bar. The bartender gives me the drinks and then my hand is full of boogers. An old coworker was there too. 2014-10-05 16:56:57.97196 2014-10-05 16:56:57.97196 39.2903848 -76.6121893 2014-10-04
860 96 There's always a body report 5 years after the accident 2014-10-06 03:20:42.204817 2014-10-06 03:20:42.204817 45.5396764 -122.615753 2014-10-05
861 96 Peter facilitated someone going to visit someone else based on a hysterical tweet that I was super upset by. He was unaware of what he was doing, though. 2014-10-06 03:25:00.608105 2014-10-06 03:25:00.608105 45.5396717 -122.6157482 36.778261 -119.4179324 2014-10-05
862 139 I deep fried carrots 2014-10-06 09:39:49.072146 2014-10-06 09:39:49.072146 39.5500507 -105.7820674 2014-07-29
863 125 Last night I snuck in a marine bio lab. I found a bag of priceless gems and shells, which I stole. #gems #shells 2014-10-06 17:17:51.638001 2014-10-06 17:17:51.638001 0 0 2014-10-04
865 96 I rescued a really nice new car stereo from my old Jetta for my Honda. Was happy about it. 2014-10-06 21:29:19.383493 2014-10-06 21:29:19.383493 45.5396793 -122.6157001 2014-10-06
866 96 I was in some tropical place with Dad and sister. My high school class decided to rent a yacht for fun and I had to be there by 3pm to get on board. It was already 2pm when I found this out, it was going to take me a long time to get there 2014-10-06 21:31:45.579533 2014-10-06 21:31:45.579533 45.5396437 -122.6157098 2014-10-06
867 96 Went with Dad and sister but sister was being slow to get anywhere she was talking to friends and watching TV. I also fell in the water and got my jeans soaking wet. I don't think I made it on time, and I was very frustrated. 2014-10-06 21:33:09.654567 2014-10-06 21:33:09.654567 45.5396649 -122.6157151 25.03428 -77.39628 2014-10-06
868 96 I was in class with Ms. Oreggo and we each had to present. The board was a garage door and the class was giant and kind of in the woods. It was Adrian's turn and he started talking about HPLC and analytes that are retained on normal phase columns. 2014-10-06 21:39:41.220738 2014-10-06 21:39:41.220738 45.5396427 -122.6156957 2014-10-06
869 96 I start answering the questions and participating even though I am like 8 years old. Teacher is impressed. Suddenly, Adrian is standing under a giant fallen tree, still presenting, but he is getting so intense that he lights the tree on fire (magic?) 2014-10-06 21:41:52.759639 2014-10-06 21:41:52.759639 45.5396509 -122.6157717 2014-10-06
870 96 Then all this water rushes out of the burned part of the tree and puts out the fire and all this white smoke flies around and looks cool. I could only see it from really far away. Also I was super good at math. 2014-10-06 21:42:45.069611 2014-10-06 21:42:45.069611 45.5396357 -122.6157773 2014-10-06
871 139 I was attacked and restrained by a man wearing dark clothing, later I ate out a girl with golden hair. #floor #pussy 2014-10-07 05:59:17.571974 2014-10-07 05:59:17.571974 47.6062095 -122.3320708 2014-10-06
872 125 I was climbing a house, and very suddenly found my self on a roof that I could not get off. 2014-10-07 16:20:48.365121 2014-10-07 16:20:48.365121 37.6879241 -122.4702079 2014-10-07
873 99 Reed became militarized, Andrew Watson was our "diktator" and AD Walter Skinner was his second in command. I found an alien in a phys plant storage room, then they hired four students to carry sniper rifles around campus, one of these four was me. 2014-10-08 16:33:43.003882 2014-10-08 16:33:43.003882 33.0369867 -117.2919818 45.5234515 -122.6762071 2014-10-08
874 139 We were sitting on a damp sandy beach in front of a bay. across the bay were mountains which seemed clearer now than in the past. the clouds started piling up announcing the coming rain as we packed our bikes and made sure everything would stay dry 2014-10-09 04:48:36.641832 2014-10-09 04:48:36.641832 47.6005301 -122.3049422 2014-10-08
875 125 I was driving a jeep with my dad, then I decided I wanted to go to the pysch ward. The pysch ward was at Padang Padang beach-surf was firing. Someoone stabbed one of the nurses because she wouldn't give him a kombucha. #kombucha #padangpadang #jeep 2014-10-09 18:09:51.662351 2014-10-09 18:09:51.662351 37.6879241 -122.4702079 -8.4095178 115.188916 2014-10-09
876 102 I watched a giant bug try to take a bath in a sticky bug trap 2014-10-10 16:54:24.738207 2014-10-10 16:54:24.738207 39.2903848 -76.6121893 2014-10-10
877 99 Dreamed that my car was breaking down because the engine was infected by a stringy oil-eating parasite. Then I went to Gigantic and they wanted to hire me so I decided to move back to Portland. 2014-10-10 18:59:56.404473 2014-10-10 18:59:56.404473 33.0369867 -117.2919818 45.5234515 -122.6762071 2014-10-10
878 92 Will and I are checking the map to figure out where the spaceport is. It's in Idaho. Will's angry, because in this dream he's from the city of Paradise, Idaho, which has been flooded for a reservoir. I convince him to leave Earth with me anyway. 2014-10-16 17:06:09.334413 2014-10-16 17:06:09.334413 45.4765504 -122.6347706 44.0682019 -114.7420408 2014-10-15
879 99 I stole a bunch of pastries for me and @ehandte from a bakery. Emma was the getaway driver in my car. She wanted honey and buttermilk so I stole that too. Emma wouldn't eat the pastries though because they weren't good enough for her New York tastes 2014-10-17 16:00:41.085305 2014-10-17 16:00:41.085305 33.0369867 -117.2919818 33.0369867 -117.2919818 2014-10-17
880 105 I'm dreaming of a glass of beer 2014-10-19 04:34:07.337917 2014-10-19 04:34:07.337917 36.2021254 -121.156034 31.9685988 -99.9018131 2014-10-18
881 102 only remember eating a light blue napkin 2014-10-19 19:07:19.592827 2014-10-19 19:07:19.592827 39.2903848 -76.6121893 2014-10-19
882 99 Tiger Woods was at the Lutz and he walked over to me, picked up my burger and took a bite, then left without saying anything. I posted about it on facebook and told people I was in Portland then went to Reed and it was Spring/Fall 2014-10-20 02:05:08.913274 2014-10-20 02:05:08.913274 33.0369867 -117.2919818 45.5234515 -122.6762071 2014-10-19
883 92 I'm in a cafe and a woman is flirting with me, but I think it's for nefarious purposes. I'm right: she's trying to get me to reveal the site of Calanó, an all-female coconut farming collective on the French Riviera that was destroyed in the 20s 2014-10-27 23:25:01.077624 2014-10-27 23:25:01.077624 45.4878167 -122.6369918 2014-10-27
884 122 My 3 flatmates had some dynamite lying around and decide to detonate it in our house. When they wouldn't listen to my reasoning, I left, but when I came back, police were interrogating them and had a polygraph, which I failed, but they didn't. 2014-11-01 11:19:35.185162 2014-11-01 11:19:35.185162 51.7521574 -1.2595739 51.7520209 -1.25772630000006 2014-11-01
885 92 After three years in burn ward I got out and was transported to the top of Half Dome where I became an aspect of one of twelve gods locked in eternal war with a crucifix-shaped pylon that had created them out of the primal void of fire. Weird stuff. 2014-11-13 03:18:02.344938 2014-11-13 03:18:02.344938 45.4878393 -122.6369741 37.865101 -119.538329 2014-11-12
1 forest
2 krystina_bergstrom
3 kyler
4 guillermo
5 jarret_parker
6 maude
7 deshawn
8 fanny
9 hosea.runte
10 timmy
11 mac_grady
12 jabari_stracke
13 jeromy_turner
14 estevan.kuhic
15 finn.corkery
16 reyes.barrows
17 tiara_botsford
18 lawrence.pagac
19 caria.predovic
20 frederik
21 sasha.moore
22 travon.walsh
23 roma.abernathy
24 horace
25 chandler_mcdermott
26 rubye.kris
27 lennie
28 fleta
29 michel
30 pansy_rogahn
31 cydney
32 mollie.stracke
33 rosemarie
34 stewart
35 iva
36 eli
37 blake_walter
38 agustina.stroman
39 terrance_hermann
40 casey
41 prudence_jacobs
42 felicita_johnston
43 jennifer
44 joelle
45 kellie
46 dewayne
47 jaren_collins
48 colt
49 marina
50 immanuel_weinat
51 ayana.smitham
52 savanah_cummerata
53 judson_wolff
54 walter.pouros
55 kody
56 annabelle
57 manuel
58 daphney
59 destiney.kilback
60 aurelie.nolan
61 jett_murray
62 milo
63 zelma
64 ayana.howe
65 emily
66 mariela_considine
67 freida.crooks
68 nyasia
69 erick.boyer
70 kathryn.heaney
71 gwendolyn
72 zora_thiel
73 jarret
74 izaiah_heathcote
75 ellen
76 joaquin.yundt
77 elaina
78 eugenia_macejkovic
79 allen
80 cara_schowalter
81 lorine
82 rosa_watsica
83 heidi_schamberger
84 marie
85 ezra
86 jacey_ledner
87 maeve
88 jayden.nitzsche
89 granville_abernathy
90 solon
98 maxgurewitz
102 yoitpaul
99 stupickle
93 keaya
94 8=====D
95 joemac
96 miranderrr
100 ShivSister
105 mcnutt
101 xmungam
103 mjackson
104 bront
106 frosted
107 seeduh
108 Tovrom
109 platonic_ass
97 yrhooke
110 youroboros
111 katemason
112 fuckedbutt0ns
114 happyhopeman
115 google_maps
116 ddrbenny
117 butts
113 thecizzler
137 rebec
129 NickSwift
118 lomalkov
119 alcaeus
120 wooboo
121 jwrothchild
140 alexrobertross
130 ecrisman
138 hermand
125 CliffordNies
135 FreeDinnerTonight
91 guest
122 ehandte
126 Schmed
128 usErnAme
123 bryfkim
124 Sweetspot
127 username
131 josephbakke
141 thisiswhatdreamsaremadeof
136 Formalizedvoices
132 hawkmoth
133 tektree
143 brontbailey
134 brownskinlady
139 soft_block
142 mads
92 bigsickclick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment