-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.html
499 lines (391 loc) · 35.9 KB
/
notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/WebPage">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<script type="text/javascript">/* Copyright 2008 Google. */ (function() { (function(){function e(g){this.t={};this.tick=function(h,k,f){this.t[h]=[void 0!=f?f:(new Date).getTime(),k];if(void 0==f)try{window.console.timeStamp("CSI/"+h)}catch(m){}};this.getStartTickTime=function(){return this.t.start[0]};this.tick("start",null,g)}var a;if(window.performance)var d=(a=window.performance.timing)&&a.responseStart;var l=0<d?new e(d):new e;window.jstiming={Timer:e,load:l};if(a){var b=a.navigationStart;0<b&&d>=b&&(window.jstiming.srt=d-b)}if(a){var c=window.jstiming.load;0<b&&d>=
b&&(c.tick("_wtsrt",void 0,b),c.tick("wtsrt_","_wtsrt",d),c.tick("tbsd_","wtsrt_"))}try{a=null,window.chrome&&window.chrome.csi&&(a=Math.floor(window.chrome.csi().pageT),c&&0<b&&(c.tick("_tbnd",void 0,window.chrome.csi().startE),c.tick("tbnd_","_tbnd",b))),null==a&&window.gtbExternal&&(a=window.gtbExternal.pageT()),null==a&&window.external&&(a=window.external.pageT,c&&0<b&&(c.tick("_tbnd",void 0,window.external.startE),c.tick("tbnd_","_tbnd",b))),a&&(window.jstiming.pt=a)}catch(g){}})(); })()
</script>
<link rel="shortcut icon" type="image/x-icon" href="http://www.google.com/images/icons/product/sites-16.ico" />
<link rel="apple-touch-icon" href="http://www.gstatic.com/sites/p/938c21/system/app/images/apple-touch-icon.png" type="image/png" />
<script type="text/javascript">/* Copyright 2008 Google. */ (function() { function d(a){return document.getElementById(a)}window.byId=d;function g(a){return a.replace(/^\s+|\s+$/g,"")}window.trim=g;var h=[],k=0;window.JOT_addListener=function(a,b,c){var f=new String(k++);a={eventName:a,handler:b,compId:c,key:f};h.push(a);return f};window.JOT_removeListenerByKey=function(a){for(var b=0;b<h.length;b++)if(h[b].key==a){h.splice(b,1);break}};window.JOT_removeAllListenersForName=function(a){for(var b=0;b<h.length;b++)h[b].eventName==a&&h.splice(b,1)};
window.JOT_postEvent=function(a,b,c){var f={eventName:a,eventSrc:b||{},payload:c||{}};if(window.JOT_fullyLoaded)for(b=h.length,c=0;c<b&&c<h.length;c++){var e=h[c];e&&e.eventName==a&&(f.listenerCompId=e.compId||"",(e="function"==typeof e.handler?e.handler:window[e.handler])&&e(f))}else window.JOT_delayedEvents.push({eventName:a,eventSrc:b,payload:c})};window.JOT_delayedEvents=[];window.JOT_fullyLoaded=!1;
window.JOT_formatRelativeToNow=function(a,b){a=((new Date).getTime()-a)/6E4;if(1440<=a||0>a)return null;var c=0;60<=a&&(a/=60,c=2);2<=a&&c++;return b?window.JOT_siteRelTimeStrs[c].replace("__duration__",Math.floor(a)):window.JOT_userRelTimeStrs[c].replace("__duration__",Math.floor(a))}; })()
</script>
<link rel="stylesheet" type="text/css" href="http://www.gstatic.com/sites/p/938c21/system/app/pagetypes/announcements/announcements.css" />
<script>
var breadcrumbs = [{"path":"/notes","deleted":false,"title":"Notes","dir":"ltr"}];
var JOT_clearDotPath = 'http://www.gstatic.com/sites/p/938c21/system/app/images/cleardot.gif';
var JOT_userRelTimeStrs = ["a minute ago","__duration__ minutes ago","an hour ago","__duration__ hours ago"];
var webspace = {"gvizGstaticVersion":"current","enableAnalytics":false,"pageSharingId":"jotspot_page","codeembeds":{"outerIframeSrc":"https://www.gstatic.com/jotspot/embeds/code/0f08d42392f2000e7e3f3daf5b427a43/outer_iframe.html","innerIframeSrc":"https://1491546396-jotspot-embeds.googleusercontent.com/code/8d87fa64604b2a11fae2ed06104c58d3/inner_iframe.html"},"enableUniversalAnalytics":false,"sharingPolicy":"OPENED_WITH_INDICATOR","siteTitle":"John Henry Thompson - Invent Your Future","experiments":{"overrideDisableDomainEditing":false,"enableHomescreenMigrationBanner":true,"disableDomainEditing":false},"jot2atari":{"eligibility":"INELIGIBLE"},"onepickUrl":"https://docs.google.com/picker","adsensePublisherId":null,"features":{"moreMobileStyleImprovements":null,"subscriptionDataMigrationInProgress":null,"plusBadge":false},"configProperties":{"disableSiteEditing":null},"isPublic":true,"newSitesBaseUrl":"https://sites.google.com","isConsumer":false,"serverFlags":{"jot2AtariLearnMoreUrl":"https://support.google.com/sites/answer/7035197"},"domainAnalyticsAccountId":"","plusPageId":"","signInUrl":"https://accounts.google.com/AccountChooser?continue=http://sites.google.com/a/johnhenrythompson.com/jht/notes&service=jotspot","analyticsAccountId":"","scottyUrl":"/_/upload","homePath":"/","siteNoticeUrlEnabled":null,"plusPageUrl":"","adsensePromoClickedOrSiteIneligible":true,"csiReportUri":"http://csi.gstatic.com/csi","sharingId":"jotspot","termsUrl":"//www.google.com/intl/en/policies/terms/","gvizVersion":1,"editorResources":{"sitelayout":["http://www.gstatic.com/sites/p/938c21/system/app/css/sitelayouteditor.css"],"text":["http://www.gstatic.com/sites/p/938c21/system/js/codemirror.js","http://www.gstatic.com/sites/p/938c21/system/app/css/codemirror_css.css","http://www.gstatic.com/sites/p/938c21/system/js/trog_edit__en.js","http://www.gstatic.com/sites/p/938c21/system/app/css/trogedit.css","/_/rsrc/1672907680000/system/app/css/editor.css","http://www.gstatic.com/sites/p/938c21/system/app/css/codeeditor.css","/_/rsrc/1672907680000/system/app/css/camelot/editor-jfk.css"]},"sharingUrlPrefix":"/_/sharing","isAdsenseEnabled":true,"domain":"johnhenrythompson.com","baseUri":"","name":"jht","siteTemplateId":false,"siteNoticeRevision":null,"siteNoticeUrlAddress":null,"siteNoticeMessage":null,"page":{"isRtlLocale":false,"canDeleteWebspace":null,"isPageDraft":null,"parentPath":null,"parentWuid":null,"siteLocale":"en","timeZone":"America/Los_Angeles","type":"announcements","title":"Notes","locale":"en","wuid":"wuid:gx:23dfa726ae9b6ac4","revision":3,"path":"/notes","isSiteRtlLocale":false,"pageInheritsPermissions":null,"name":"notes","canChangePath":true,"state":"","properties":{},"bidiEnabled":false,"currentTemplate":{"path":"/system/app/pagetemplates/announcements","title":"Announcements"}},"canPublishScriptToAnyone":true,"user":{"keyboardShortcuts":true,"sessionIndex":"","guest_":true,"displayNameOrEmail":"guest","userName":"guest","uid":"","renderMobile":false,"domain":"","namespace":"","hasWriteAccess":false,"namespaceUser":false,"primaryEmail":"guest","hasAdminAccess":false,"isGoogleAdmin":false},"gadgets":{"baseUri":"/system/app/pages/gadgets"}};
webspace.page.breadcrumbs = breadcrumbs;
var JOT_siteRelTimeStrs = ["a minute ago","__duration__ minutes ago","an hour ago","__duration__ hours ago"];
</script>
<script type="text/javascript">
window.jstiming.load.tick('scl');
</script>
<meta name="title" content="Notes - John Henry Thompson - Invent Your Future" />
<meta itemprop="name" content="Notes - John Henry Thompson - Invent Your Future" />
<meta property="og:title" content="Notes - John Henry Thompson - Invent Your Future" />
<meta name="description" content="Invent Your Future" />
<meta itemprop="description" content="Invent Your Future" />
<meta id="meta-tag-description" property="og:description" content="Invent Your Future" />
<style type="text/css">
</style>
<link rel="stylesheet" type="text/css" href="http://www.gstatic.com/sites/p/938c21/system/app/themes/simple/standard-css-simple-ltr-ltr.css" />
<link rel="stylesheet" type="text/css" href="_/rsrc/1672907680000/system/app/css/camelot/allthemes-view.css" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="/system/app/css/camelot/allthemes%2die.css" />
<![endif]-->
<title>Notes - John Henry Thompson - Invent Your Future</title>
<meta itemprop="image" content="/_/rsrc/1329567069254/config/customLogo.gif?revision=6" />
<meta property="og:image" content="/_/rsrc/1329567069254/config/customLogo.gif?revision=6" />
<link type="application/atom+xml" rel="alternate" href="http://www.johnhenrythompson.com/notes/posts.xml" title="Atom feed for jht:Notes" />
<script type="text/javascript">
window.jstiming.load.tick('cl');
</script>
</head>
<body xmlns="http://www.google.com/ns/jotspot" id="body" class=" en ">
<div id="sites-page-toolbar" class="sites-header-divider">
<div xmlns="http://www.w3.org/1999/xhtml" id="sites-status" class="sites-status" style="display:none;"><div id="sites-notice" class="sites-notice" role="status" aria-live="assertive"> </div></div>
</div>
<div id="sites-chrome-everything-scrollbar">
<div id="sites-chrome-everything" class="">
<div id="sites-chrome-page-wrapper" style="direction: ltr">
<div id="sites-chrome-page-wrapper-inside">
<div xmlns="http://www.w3.org/1999/xhtml" id="sites-chrome-header-wrapper" style="height:auto;">
<table id="sites-chrome-header" class="sites-layout-hbox" cellspacing="0" style="height:auto;">
<tr class="sites-header-primary-row" id="sites-chrome-userheader">
<td id="sites-header-title" class="" role="banner"><div class="sites-header-cell-buffer-wrapper"><a href="index.html" id="sites-chrome-userheader-logo"><img id="logo-img-id" src="_/rsrc/1329567069254/config/customLogo.gif%EF%B9%96revision=6.png" alt="John Henry Thompson - Invent Your Future" class="sites-logo " /></a><h2><a href="index.html" dir="ltr" id="sites-chrome-userheader-title">John Henry Thompson - Invent Your Future</a></h2></div></td><td class="sites-layout-searchbox "><div class="sites-header-cell-buffer-wrapper"><form id="sites-searchbox-form" action="system/app/pages/search.html" role="search"><input type="hidden" id="sites-searchbox-scope" name="scope" value="search-site" /><input type="text" id="jot-ui-searchInput" name="q" size="20" value="" aria-label="Search this site" /><div id="sites-searchbox-button-set" class="goog-inline-block"><div role="button" id="sites-searchbox-search-button" class="goog-inline-block jfk-button jfk-button-standard" tabindex="0">Search this site</div></div></form></div></td>
</tr>
<tr class="sites-header-secondary-row" id="sites-chrome-horizontal-nav">
<td colspan="2" id="sites-chrome-header-horizontal-nav-container" role="navigation">
</td>
</tr>
</table>
</div>
<div id="sites-chrome-main-wrapper">
<div id="sites-chrome-main-wrapper-inside">
<table id="sites-chrome-main" class="sites-layout-hbox" cellspacing="0" cellpadding="{scmCellpadding}" border="0">
<tr>
<td id="sites-chrome-sidebar-left" class="sites-layout-sidebar-left initial" style="width:150px">
<div xmlns="http://www.w3.org/1999/xhtml" id="COMP_2bd" class="sites-embed" role="navigation"><div class="sites-embed-content sites-sidebar-nav"><ul role="navigation" jotId="navList"><li class="nav-first "><div dir="ltr" style="padding-left: 5px;"><a href="home.html" jotId="wuid:gx:7d1cf15857900a2e" class="sites-navigation-link">About me</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="0-refections-on-learning.html" jotId="wuid:gx:4a6ae41d42f04483" class="sites-navigation-link">0. Reflections</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="learning-to-program.html" jotId="wuid:gx:1fb25bd27ff8f03b" class="sites-navigation-link">1. Learn to Code</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="the-art-of-learning.html" jotId="wuid:gx:721a7060b23f3231" class="sites-navigation-link">2. The Art of Learning</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="3-dice.html" jotId="wuid:gx:2790b5e128240084" class="sites-navigation-link">3. DICE</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="4-history.html" jotId="wuid:gx:69d84e90d95e855c" class="sites-navigation-link">4. History</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="heros.html" jotId="wuid:gx:10063ee1ad9a8ee1" class="sites-navigation-link">5. Respect</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="6-nyu-itp.html" jotId="wuid:gx:540fc45720d94cd2" class="sites-navigation-link">6. NYU-ITP</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="7-covid19-visual.html" jotId="wuid:gx:4c17b68400dfe70c" class="sites-navigation-link">7. Covid19</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="z-blog-1.html" jotId="wuid:gx:5cada476210984ee" class="sites-navigation-link">Blog</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="ep-visual.html" jotId="wuid:gx:12a5bfceab399d70" class="sites-navigation-link">EP Visual</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="4-garden.html" jotId="wuid:gx:600460d34e8cd5f8" class="sites-navigation-link">Garden</a></div></li><li class=""><div class="current-bg" jotId="wuid:gx:23dfa726ae9b6ac4" dir="ltr" style="padding-left: 5px;">Notes</div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="family.html" jotId="wuid:gx:5ddede83a1c054b8" class="sites-navigation-link">Photos</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="yoga.html" jotId="wuid:gx:6f339a2a60326ffc" class="sites-navigation-link">Yoga</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="system/app/pages/sitemap/hierarchy.html" jotId="wuid:gx:29745b3cc16d1429" class="sites-navigation-link">Sitemap</a></div></li></ul></div></div>
</td>
<td id="sites-canvas-wrapper">
<div id="sites-canvas" role="main">
<div id="goog-ws-editor-toolbar-container"> </div>
<div xmlns="http://www.w3.org/1999/xhtml" id="title-crumbs" style="">
</div>
<h3 xmlns="http://www.w3.org/1999/xhtml" id="sites-page-title-header" style="" align="left">
<span id="sites-page-title" dir="ltr" tabindex="-1" style="outline: none">Notes</span>
</h3>
<div id="sites-canvas-main" class="sites-canvas-main">
<div id="sites-canvas-main-content">
<table xmlns="http://www.w3.org/1999/xhtml" cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1 sites-layout-empty-tile"><div dir="ltr"><br /></div></td></tr></tbody></table>
</div>
<div xmlns="http://www.w3.org/1999/xhtml" class="announcements">
<div class="sites-clear" style="padding: 0 0 5px;">
<img src="_/rsrc/1672907680000/system/app/images/icon_feed.gif" style="border:none; vertical-align: middle;" />
<a href="http://www.johnhenrythompson.com/notes/posts.xml">
Subscribe to posts</a>
</div>
<div class="announcement">
<h4><a href="notes/artistsinresidencebenjaminbergeryandjimcampbell.html" dir="ltr">Artists in Residence – Benjamin Bergery and Jim Campbell</a></h4>
<span class="timestamp">
<script type="text/javascript">
//<![CDATA[
function JOT_insertRelDate(timestamp, absTimeStr, isSiteLocale, dir) {
var relTimeStr = JOT_formatRelativeToNow(timestamp, isSiteLocale);
if (relTimeStr) {
if (isSiteLocale) {
document.write('<span timestamp="' + timestamp + '" issitelocale="' + isSiteLocale +
'" title="' + absTimeStr + '" dir="' + dir + '">' + relTimeStr + '<' + '/span>');
} else {
document.write('<span timestamp="' + timestamp + '" title="' + absTimeStr +
'" dir="' + dir + '">' + relTimeStr + '<' + '/span>');
}
} else {
document.write(absTimeStr);
}
}
//]]>
</script>
posted <span dir="ltr">Jan 6, 2017, 7:44 PM</span> by John Henry Thompson
<span class="updatedTime">
[
updated <span dir="ltr">Sep 25, 2017, 9:45 AM</span>
]
</span>
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><br /><div><a href="http://www.gracecathedral.org/artist-in-residence/" target="_blank">http://www.gracecathedral.org/artist-in-residence/</a></div><div><br /></div><div><a href="http://www.gracecathedral.org/events/benjamin-bergery-and-jim-campbell-on-public-art/" target="_blank">http://www.gracecathedral.org/events/benjamin-bergery-and-jim-campbell-on-public-art/</a></div><div><br /></div><div><a href="http://www.gracecathedral.org/yoga-at-grace-cathedral/" target="_blank">http://www.gracecathedral.org/yoga-at-grace-cathedral/</a></div><div><br /></div><div><a href="https://www.youtube.com/watch?v=knx_eGXfBtI" target="_blank">https://www.youtube.com/watch?v=knx_eGXfBtI</a></div><div><br /></div><div><a href="https://www.gracecathedral.org/high-praise-jacobs-dream/" target="_blank">https://www.gracecathedral.org/high-praise-jacobs-dream/</a></div><div><br /></div><div><br /></div></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="notes/theparisexpositionof1900.html" dir="ltr">The Paris Exposition of 1900</a></h4>
<span class="timestamp">
posted <span dir="ltr">Mar 6, 2016, 8:41 PM</span> by John Henry Thompson
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><span style="font-family:-webkit-standard;font-size:medium"><a href="http://metadeepmix.com/webdb/webdb/" target="_blank">The Paris Exposition of 1900 included a display devoted to the history and "present conditions" of African Americans</a></span><br /><div><br /></div><div><br /></div></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="notes/nogotoinswift.html" dir="ltr">No goto in Swift</a></h4>
<span class="timestamp">
posted <span dir="ltr">Mar 5, 2016, 11:05 AM</span> by John Henry Thompson
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr">There is <a href="https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/ControlFlow.html" target="_blank">no goto statement in Swift</a>.<div>Here's a <a href="https://gist.github.com/harlanhaskins/2279e8eed15dbf63b2d2" target="_blank">cumbersome workaround</a>.</div><div>Sucks if you have old code that you'd like to convert.</div></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="notes/softwareplatforms.html" dir="ltr">Software Platforms</a></h4>
<span class="timestamp">
posted <span dir="ltr">Sep 24, 2013, 6:08 AM</span> by John Henry Thompson
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><br /><a href="http://arstechnica.com/gadgets/2013/09/fancy-node-js-based-blogging-app-ghost-goes-live-to-backers/" target="_blank">http://arstechnica.com/gadgets/2013/09/fancy-node-js-based-blogging-app-ghost-goes-live-to-backers/</a><br /><br /></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="notes/designedforliving.html" dir="ltr">Designed For Living</a></h4>
<span class="timestamp">
posted <span dir="ltr">Jul 15, 2013, 9:16 AM</span> by John Henry Thompson
<span class="updatedTime">
[
updated <span dir="ltr">Sep 9, 2013, 12:32 AM</span>
]
</span>
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><br /><a href="http://glog.glennf.com/blog/2013/9/6/yahoos-logo-reveals-the-worst-aspects-of-engineering-mindset">http://glog.glennf.com/blog/2013/9/6/yahoos-logo-reveals-the-worst-aspects-of-engineering-mindset</a><br /><br /><a href="http://techland.time.com/2013/07/15/the-flaw-in-microsofts-windows-8-logic/" target="_blank">http://techland.time.com/2013/07/15/the-flaw-in-microsofts-windows-8-logic/</a><br /><br /><br /></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="notes/puzzles.html" dir="ltr">Puzzles</a></h4>
<span class="timestamp">
posted <span dir="ltr">Jul 13, 2013, 8:59 PM</span> by John Henry Thompson
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><br /><a href="http://news.cnet.com/8301-1023_3-57593602-93/google-tackles-rubiks-cube-with-museum-partnership/" target="_blank">http://news.cnet.com/8301-1023_3-57593602-93/google-tackles-rubiks-cube-with-museum-partnership/</a><br /><br /><br /></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="notes/nutrition.html" dir="ltr">Nutrition</a></h4>
<span class="timestamp">
posted <span dir="ltr">Jul 11, 2013, 8:06 AM</span> by John Henry Thompson
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><br /><a href="http://www.buzzfeed.com/ashleyperez/8-foods-we-eat-in-the-us-that-are-banned-in-other-countries" target="_blank">http://www.buzzfeed.com/ashleyperez/8-foods-we-eat-in-the-us-that-are-banned-in-other-countries</a><br /><br /><a href="http://www.caltonnutrition.com/RFPF.aspx" target="_blank">http://www.caltonnutrition.com/RFPF.aspx</a><br /><br /></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="notes/africansinamerica.html" dir="ltr">Africans in The Americas</a></h4>
<span class="timestamp">
posted <span dir="ltr">Jun 29, 2013, 6:55 AM</span> by John Henry Thompson
<span class="updatedTime">
[
updated <span dir="ltr">Sep 1, 2014, 9:22 AM</span>
]
</span>
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><a href="http://www.pbs.org/wnet/african-americans-many-rivers-to-cross/">http://www.pbs.org/wnet/african-americans-many-rivers-to-cross/</a><br />Noted Harvard scholar Henry Louis Gates, Jr. recounts the full trajectory of African-American history in his groundbreaking new six-part series The African Americans: Many Rivers to Cross with Henry Louis Gates, Jr. (Unfortunately as of Sep 2014 not available for online video streaming)<br /><br />Free Angela and All Political Prisoners is a gripping historic account of the events that catapulted a young University of California philosophy professor into a controversial political icon in the turbulent late 1960s. <b><br /><a href="http://www.scribe.org/events/producersforumfreeangelaandallpoliticalprisoners" target="_blank">http://www.scribe.org/events/producersforumfreeangelaandallpoliticalprisoners</a><br /><br /><br />Sapelo Island, Georgia (CNN)</b> -- It's a culture
struggling to survive. Fewer than 50 people -- all descendants of slaves
-- fear they may soon be taxed out of the property their families have
owned since the days of slavery.<br /><a href="http://www.cnn.com/2013/10/26/living/georgia-island-tax-avalanche/index.html?hpt=hp_t1" target="_blank">http://www.cnn.com/2013/10/26/living/georgia-island-tax-avalanche/index.html?hpt=hp_t1</a><br /><br />Her Spirit Was For Dancing (2013, 60 mins) a film by Morenike Olabunmi<br />chronicles the death rituals performed for Phyllis Gordon, a 92-year-old Etu member and Yoruba descendant in Jamaica, West Indies. The deceased is honored with a Christian funeral in addition to age-old African celebrations that involve the community. This film is an intimate look into the coexistence of Christian and African traditions.<br /><a href="http://scribe.org/events/scribecafeherspiritwasdancing" target="_blank">http://scribe.org/events/scribecafeherspiritwasdancing</a><br /><br />Underground Railroad: The William Still Story<br /><a href="http://video.whyy.org/video/2181739273/" target="_blank">http://video.whyy.org/video/2181739273/</a><br /><a href="http://stillfamily.library.temple.edu/historical-perspective/william-still-significance" target="_blank">http://stillfamily.library.temple.edu/historical-perspective/william-still-significance</a><br /><a href="http://www.gutenberg.org/files/15263/15263-h/15263-h.htm#PStill" target="_blank">http://www.gutenberg.org/files/15263/15263-h/15263-h.htm#PStill</a><br /><br />Henrietta Lacks was only 31 when she died of cervical cancer in 1951 in a Baltimore hospital. <br />Not long before her death, doctors removed some of her tumor cells. <br />They later discovered that the cells could thrive in a lab, a feat no human cells had achieved before<br /><a href="http://www.nytimes.com/2013/08/08/science/after-decades-of-research-henrietta-lacks-family-is-asked-for-consent.html?hp&_r=0" target="_blank">http://www.nytimes.com/2013/08/08/science/after-decades-of-research-henrietta-lacks-family-is-asked-for-consent.html?hp&_r=0</a><br /><br />Octavius Valentine Catto (February 22, 1839 – October 10, 1871) was a black educator, intellectual, and civil rights activist. <br />He was also known for being a cricket and baseball player in 19th-century Philadelphia, Pennsylvania. <br />Catto became a martyr to racism, as he was shot and killed in election-day violence in Philadelphia,<br /> where ethnic Irish attacked black men to prevent their voting.<br />founded the Banneker Literary Institute<br /><a href="http://en.wikipedia.org/wiki/Octavius_Catto" target="_blank">http://en.wikipedia.org/wiki/Octavius_Catto</a><br /><br /><br />Mestre Bimba<br /><a href="http://en.wikipedia.org/wiki/Manuel_dos_Reis_Machado" target="_blank">http://en.wikipedia.org/wiki/Manuel_dos_Reis_Machado</a><br /><a href="http://www.youtube.com/watch?v=EHnPkKZxcmQ" target="_blank">http://www.youtube.com/watch?v=EHnPkKZxcmQ</a><br /><br />artinharlem.com - noel donaldson<br /><a href="http://www.flickr.com/photos/23250874@N04/" target="_blank">http://www.flickr.com/photos/23250874@N04/</a><br /><br />"This was the largest slave trading operaion on the continent. It is estimated 40,000 enslaved Africans were sold here."<br /><a href="http://alexandriava.gov/uploadedFiles/historic/info/archaeology/ARSiteReportAlexandriaSlavePenAX75.pdf" target="_blank">http://alexandriava.gov/uploadedFiles/historic/info/archaeology/ARSiteReportAlexandriaSlavePenAX75.pdf</a><br /><br /><a href="http://www.eurweb.com/2013/06/venus-vs-ava-duvernay-directs-feature-doc-on-activist-venus-williams/" target="_blank">http://www.eurweb.com/2013/06/venus-vs-ava-duvernay-directs-feature-doc-on-activist-venus-williams/</a><br /><br /><a href="http://reelblack.com/wordpress/?p=4279" target="_blank">http://reelblack.com/wordpress/?p=4279</a><br /><br /><a href="http://www.blackyouthproject.com/2013/06/philadelphia-to-close-23-public-schools-while-building-400-million-prison/" target="_blank">http://www.blackyouthproject.com/2013/06/philadelphia-to-close-23-public-schools-while-building-400-million-prison/</a><br /><br /></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="notes/thedatathief.html" dir="ltr">The Data Thief</a></h4>
<span class="timestamp">
posted <span dir="ltr">Apr 6, 2013, 6:17 AM</span> by John Henry Thompson
<span class="updatedTime">
[
updated <span dir="ltr">Jul 11, 2013, 10:26 AM</span>
]
</span>
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr">John Akomfrah: "The Last Angel of History"<br /><a href="http://homevideo.icarusfilms.com/new97/the_last_.html">http://homevideo.icarusfilms.com/new97/the_last_.html</a><br /><br />Five-dimensional glass memory can store 360TB per disc, rugged enough to outlive the human race<br /><a href="http://www.extremetech.com/extreme/160928-five-dimensional-glass-memory-can-store-360tb-per-disc-rugged-enough-to-outlive-the-human-race" target="_blank">http://www.extremetech.com/extreme/160928-five-dimensional-glass-memory-can-store-360tb-per-disc-rugged-enough-to-outlive-the-human-race</a><br /><br /></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="notes/digitalcitytrainingbymarccanter.html" dir="ltr">Digital City training by Marc Canter</a></h4>
<span class="timestamp">
posted <span dir="ltr">Mar 25, 2013, 5:20 AM</span> by John Henry Thompson
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><a href="http://www.youtube.com/playlist?list=PL8095E64ED4F65A88">http://www.youtube.com/playlist?list=PL8095E64ED4F65A88</a><br /></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="sites-clear" style="padding: 0 0 10px 5px;">
<p>
<div class="sites-pagination" dir="ltr"><div class="sites-pagination-info" dir="ltr">1-10 of 28</div><div role="button" id="sites-pagination-prev-link-top" class="goog-inline-block jfk-button jfk-button-standard jfk-button-narrow jfk-button-disabled" aria-disabled="true"><span class="sites-camelot-icon sites-pagination-icon-prev"></span></div><div role="button" id="sites-pagination-next-link-top" class="goog-inline-block jfk-button jfk-button-standard jfk-button-narrow jfk-button-disabled" aria-disabled="true"><span class="sites-camelot-icon sites-pagination-icon-next"></span></div></div>
</p>
</div>
</div>
</div>
<div id="sites-canvas-bottom-panel">
<div id="sites-attachments-container">
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
<div id="sites-chrome-footer-wrapper">
<div id="sites-chrome-footer-wrapper-inside">
<div id="sites-chrome-footer">
</div>
</div>
</div>
</div>
</div>
<div id="sites-chrome-adminfooter-container">
<div xmlns="http://www.w3.org/1999/xhtml" class="sites-adminfooter" role="navigation"><p><a class="sites-system-link" href="https://accounts.google.com/ServiceLogin?continue=http://sites.google.com/a/johnhenrythompson.com/jht/notes&service=jotspot">Sign in</a><span aria-hidden="true">|</span><a class="sites-system-link" href="system/app/pages/recentChanges.html">Recent Site Activity</a><span aria-hidden="true">|</span><a class="sites-system-link" href="http://sites.google.com/a/johnhenrythompson.com/jht/system/app/pages/reportAbuse" target="_blank">Report Abuse</a><span aria-hidden="true">|</span><a class="sites-system-link" href="javascript:;" onclick="window.open(webspace.printUrl)">Print Page</a><span aria-hidden="true">|</span><span class="sites-system-link">Powered By</span> <b class="powered-by"><a href="http://sites.google.com/site">Google Sites</a></b></p></div>
</div>
</div>
</div>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
window.jstiming.load.tick('sjl');
</script>
<script xmlns="http://www.w3.org/1999/xhtml" src="http://www.gstatic.com/sites/p/938c21/system/js/jot_min_announcements_view__en.js"></script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
JOT_postEvent('moduleLoad');
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
window.jstiming.load.tick('jl');
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
sites.Searchbox.initialize(
'sites-searchbox-search-button',
{"object":[]}['object'],
'search-site',
{"label":"Configure search options...","url":"/system/app/pages/admin/settings"});
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
gsites.HoverPopupMenu.createSiteDropdownMenus('sites-header-nav-dropdown', false);
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript" defer="true">
JOT_setupNav("2bd", "Navigation", true);
JOT_addListener('titleChange', 'JOT_NAVIGATION_titleChange', 'COMP_2bd');
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
var domHelper = goog.dom.getDomHelper();
var paginatorPageJs = new sites.components.Paginator(domHelper);
paginatorPageJs.initListeners('sites-pagination-prev-link-top', 'sites-pagination-next-link-top', 28,
0, 10, 'asc', 'announcements');
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
setTimeout(function() {
var fingerprint = gsites.date.TimeZone.getFingerprint([1109635200000, 1128902400000, 1130657000000, 1143333000000, 1143806400000, 1145000000000, 1146380000000, 1152489600000, 1159800000000, 1159500000000, 1162095000000, 1162075000000, 1162105500000]);
gsites.Xhr.send('http://www.johnhenrythompson.com/_/tz', null, null, 'GET', null, null, { afjstz: fingerprint });
}, 500);
</script>
<script xmlns="http://www.w3.org/1999/xhtml">
window.onload = function() {
if (false) {
JOT_setMobilePreview();
}
var loadTimer = window.jstiming.load;
loadTimer.tick("ol");
loadTimer["name"] = "load," + webspace.page.type + ",user_page";
window.jstiming.report(loadTimer, {}, 'http://csi.gstatic.com/csi');
}
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
JOT_insertAnalyticsCode(false,
false);
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
var maestroRunner = new gsites.pages.view.SitesMaestroRunner(
webspace, "en");
maestroRunner.initListeners();
maestroRunner.installEditRender();
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript" defer="true">
//<![CDATA[
// Decorate any fastUI buttons on the page with a class of 'goog-button'.
if (webspace.user.hasWriteAccess) {
JOT_decorateButtons();
}
// Fires delayed events.
(function() {
JOT_fullyLoaded = true;
var delayedEvents = JOT_delayedEvents;
for (var x = 0; x < delayedEvents.length; x++) {
var event = delayedEvents[x];
JOT_postEvent(event.eventName, event.eventSrc, event.payload);
}
JOT_delayedEvents = null;
JOT_postEvent('pageLoaded');
})();
//]]>
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
JOT_postEvent('decorateGvizCharts');
</script>
<script type="text/javascript">
JOT_setupPostRenderingManager();
</script>
<script type="text/javascript">
JOT_postEvent('renderPlus', null, 'sites-chrome-main');
</script>
<script type="text/javascript">
sites.codeembed.init();
</script>
<div id="server-timer-div" style="display:none"> </div>
<script type="text/javascript">
window.jstiming.load.tick('render');
JOT_postEvent('usercontentrendered', this);
</script>
</body>
</html>