shoes 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (275) hide show
  1. data/.gitignore +12 -0
  2. data/CHANGELOG +29 -0
  3. data/COPYING +30 -0
  4. data/README.md +76 -0
  5. data/README.old +117 -0
  6. data/Rakefile +130 -0
  7. data/Rakefile.bk +651 -0
  8. data/app.yaml +7 -0
  9. data/bin/main.skel +104 -0
  10. data/bugs/issue-012e9468ddc7b0cb7e1503413a8a11c4f8707b67.yaml +21 -0
  11. data/bugs/issue-0711ff8b67baa63586f11d0096fee9dd4436bf58.yaml +23 -0
  12. data/bugs/issue-07f87998d93eb401e22395c11085676389b935c4.yaml +22 -0
  13. data/bugs/issue-0bff2d80008803cbc7efbcdacdc60ef2163664d2.yaml +22 -0
  14. data/bugs/issue-0c66f223d19efbca7b692f3b91961f407ad7abec.yaml +24 -0
  15. data/bugs/issue-183bc3c7a8f575aff2b24e0bf22aa0dfcc8e4fc2.yaml +29 -0
  16. data/bugs/issue-1bad1e60a04cb3adb6a8f3ded128af2e16b56ffe.yaml +18 -0
  17. data/bugs/issue-1f1d43f76bf4de79d7f94adbae6dd506a9d81633.yaml +41 -0
  18. data/bugs/issue-320924117cadb045cc91f2a6fca922b4d81d4bb5.yaml +20 -0
  19. data/bugs/issue-33e5c8355fbf65252ea9e939714651df8bd8cb3b.yaml +25 -0
  20. data/bugs/issue-36f7c8262a72bcd5e28cfa4ed29328b8237ea79b.yaml +20 -0
  21. data/bugs/issue-39bf04ee50c3bef67b89b8e9beb28657805587ce.yaml +18 -0
  22. data/bugs/issue-3e28ba7754f73d02ef416eef989af707a8c00f01.yaml +23 -0
  23. data/bugs/issue-3f638cc03f41f9c3fdf217355321f1563f8fee45.yaml +22 -0
  24. data/bugs/issue-41e48e14f1ef4f6deb69be68165d7dd3ffd99156.yaml +22 -0
  25. data/bugs/issue-4c9408166a2aa5dd333bbb05520deebf4ded08e0.yaml +22 -0
  26. data/bugs/issue-55c687e108ecd5aeb8e0d0aeb4294984f84acd3e.yaml +18 -0
  27. data/bugs/issue-5811d34692cc292717a58ec1df1f8948cf30d826.yaml +28 -0
  28. data/bugs/issue-5a7c1f59a0526f9cea7fb366867cf1e6ed8ef69d.yaml +22 -0
  29. data/bugs/issue-688a2c2566bef6a03efa57a4ae1f7cfa8fc74444.yaml +21 -0
  30. data/bugs/issue-78b16c7988ade2ef96e716fa8cb9a004bd4ced65.yaml +33 -0
  31. data/bugs/issue-804ee49f9800154eddf0650690c7a9bb5626253f.yaml +27 -0
  32. data/bugs/issue-807dd1c610b2e941a5d454e26b2eac27e89a0ab4.yaml +22 -0
  33. data/bugs/issue-822ee33ec11ebd25f90ea86e8438de7891e63aee.yaml +18 -0
  34. data/bugs/issue-82ff7152cebb8a1cb065b864cb4fe22de2328146.yaml +29 -0
  35. data/bugs/issue-856afbdcdd4970ad54b8ce4a6c017fbaab45f49d.yaml +31 -0
  36. data/bugs/issue-8d49e32fb21522651c67490adb4d80076dbb14e1.yaml +24 -0
  37. data/bugs/issue-91583359653a9d530c1e32be72d874d847a306e7.yaml +21 -0
  38. data/bugs/issue-af41a5229613172764e7d3c98431172db337053d.yaml +20 -0
  39. data/bugs/issue-bd9856b3788dd429c998a5af1b2aae8221cb80b7.yaml +28 -0
  40. data/bugs/issue-be22aef5c564fb7b5e9938343136a9cd6a2edb7b.yaml +22 -0
  41. data/bugs/issue-bf8697523c77c326e7e35fc82cf3dd739ae92310.yaml +27 -0
  42. data/bugs/issue-cdd4b4795f34d6ff46e56ece10f8216a4a5456b2.yaml +25 -0
  43. data/bugs/issue-d9bfb5581d745ef9deb3b9b2e08ef74d1cd43082.yaml +20 -0
  44. data/bugs/issue-e0ce2f687cc096f35715d28b0af88589f4ab6cc6.yaml +18 -0
  45. data/bugs/issue-e4b0aca4a10a574b333aeaecaaf221dbc5ed22c6.yaml +38 -0
  46. data/bugs/issue-f263746594b95ba778455730478ee8df60ee639d.yaml +22 -0
  47. data/bugs/project.yaml +72 -0
  48. data/builddeps.sh +102 -0
  49. data/fonts/Coolvetica.ttf +0 -0
  50. data/fonts/Lacuna.ttf +0 -0
  51. data/gemlib/shoes.rb +1 -0
  52. data/lib/shoes.rb +548 -0
  53. data/lib/shoes/cache.rb +54 -0
  54. data/lib/shoes/chipmunk.rb +35 -0
  55. data/lib/shoes/data.rb +39 -0
  56. data/lib/shoes/help.rb +468 -0
  57. data/lib/shoes/image.rb +25 -0
  58. data/lib/shoes/inspect.rb +128 -0
  59. data/lib/shoes/log.rb +48 -0
  60. data/lib/shoes/minitar.rb +986 -0
  61. data/lib/shoes/override.rb +38 -0
  62. data/lib/shoes/pack.rb +543 -0
  63. data/lib/shoes/search.rb +46 -0
  64. data/lib/shoes/setup.rb +329 -0
  65. data/lib/shoes/shy.rb +131 -0
  66. data/lib/shoes/shybuilder.rb +44 -0
  67. data/lib/shoes/version.rb +3 -0
  68. data/make/darwin/deps.vlc +12 -0
  69. data/make/darwin/dylibs.shoes +22 -0
  70. data/make/darwin/dylibs.video +11 -0
  71. data/make/darwin/env.rb +81 -0
  72. data/make/darwin/tasks.rb +105 -0
  73. data/make/linux/env.rb +65 -0
  74. data/make/linux/tasks.rb +61 -0
  75. data/make/make.rb +85 -0
  76. data/make/mingw/dlls +19 -0
  77. data/make/mingw/env.rb +69 -0
  78. data/make/mingw/tasks.rb +70 -0
  79. data/make/rakefile_common.rb +8 -0
  80. data/manual-snapshots/class-book.png +0 -0
  81. data/manual-snapshots/expert-definr.png +0 -0
  82. data/manual-snapshots/expert-funnies.png +0 -0
  83. data/manual-snapshots/expert-irb.png +0 -0
  84. data/manual-snapshots/expert-minesweeper.png +0 -0
  85. data/manual-snapshots/expert-othello.png +0 -0
  86. data/manual-snapshots/expert-pong.png +0 -0
  87. data/manual-snapshots/expert-tankspank.png +0 -0
  88. data/manual-snapshots/good-arc.png +0 -0
  89. data/manual-snapshots/good-clock.png +0 -0
  90. data/manual-snapshots/good-follow.png +0 -0
  91. data/manual-snapshots/good-reminder.png +0 -0
  92. data/manual-snapshots/good-vjot.png +0 -0
  93. data/manual-snapshots/simple-accordion.png +0 -0
  94. data/manual-snapshots/simple-anim-shapes.png +0 -0
  95. data/manual-snapshots/simple-anim-text.png +0 -0
  96. data/manual-snapshots/simple-arc.png +0 -0
  97. data/manual-snapshots/simple-bounce.png +0 -0
  98. data/manual-snapshots/simple-calc.png +0 -0
  99. data/manual-snapshots/simple-chipmunk.png +0 -0
  100. data/manual-snapshots/simple-control-sizes.png +0 -0
  101. data/manual-snapshots/simple-curve.png +0 -0
  102. data/manual-snapshots/simple-dialogs.png +0 -0
  103. data/manual-snapshots/simple-downloader.png +0 -0
  104. data/manual-snapshots/simple-draw.png +0 -0
  105. data/manual-snapshots/simple-editor.png +0 -0
  106. data/manual-snapshots/simple-form.png +0 -0
  107. data/manual-snapshots/simple-mask.png +0 -0
  108. data/manual-snapshots/simple-menu.png +0 -0
  109. data/manual-snapshots/simple-menu1.png +0 -0
  110. data/manual-snapshots/simple-rubygems.png +0 -0
  111. data/manual-snapshots/simple-slide.png +0 -0
  112. data/manual-snapshots/simple-sphere.png +0 -0
  113. data/manual-snapshots/simple-sqlite3.png +0 -0
  114. data/manual-snapshots/simple-timer.png +0 -0
  115. data/manual-snapshots/simple-video.png +0 -0
  116. data/platform/mac/Info.plist +55 -0
  117. data/platform/mac/build-deps.sh +658 -0
  118. data/platform/mac/command-manual.rb +1 -0
  119. data/platform/mac/deps-osx.patch +159 -0
  120. data/platform/mac/dmg_ds_store +0 -0
  121. data/platform/mac/pangorc +2 -0
  122. data/platform/mac/pkg-dmg +1447 -0
  123. data/platform/mac/shoes +31 -0
  124. data/platform/mac/shoes-launch +7 -0
  125. data/platform/mac/stub.m +178 -0
  126. data/platform/mac/version.plist +14 -0
  127. data/platform/msw/base.nsi +644 -0
  128. data/platform/msw/installer-1.bmp +0 -0
  129. data/platform/msw/installer-2.bmp +0 -0
  130. data/platform/msw/shoes.exe.manifest +17 -0
  131. data/platform/msw/shoes.ico +0 -0
  132. data/platform/msw/stub-inject.c +59 -0
  133. data/platform/msw/stub.c +271 -0
  134. data/platform/msw/stub32.h +14 -0
  135. data/platform/msw/stub32.rc +16 -0
  136. data/platform/nix/INSTALL +56 -0
  137. data/platform/nix/Makefile +144 -0
  138. data/platform/nix/shoes.launch +20 -0
  139. data/platform/skel.rb +27 -0
  140. data/rakefile_darwin.rb +7 -0
  141. data/rakefile_linux.rb +3 -0
  142. data/rakefile_mingw.rb +7 -0
  143. data/samples/class-book.rb +43 -0
  144. data/samples/class-book.yaml +387 -0
  145. data/samples/expert-definr.rb +23 -0
  146. data/samples/expert-funnies.rb +51 -0
  147. data/samples/expert-irb.rb +112 -0
  148. data/samples/expert-minesweeper.rb +267 -0
  149. data/samples/expert-othello.rb +319 -0
  150. data/samples/expert-pong.rb +62 -0
  151. data/samples/expert-tankspank.rb +385 -0
  152. data/samples/good-arc.rb +37 -0
  153. data/samples/good-clock.rb +51 -0
  154. data/samples/good-follow.rb +26 -0
  155. data/samples/good-reminder.rb +174 -0
  156. data/samples/good-vjot.rb +56 -0
  157. data/samples/simple-accordion.rb +75 -0
  158. data/samples/simple-anim-shapes.rb +17 -0
  159. data/samples/simple-anim-text.rb +13 -0
  160. data/samples/simple-arc.rb +23 -0
  161. data/samples/simple-bounce.rb +24 -0
  162. data/samples/simple-calc.rb +70 -0
  163. data/samples/simple-chipmunk.rb +26 -0
  164. data/samples/simple-control-sizes.rb +24 -0
  165. data/samples/simple-curve.rb +26 -0
  166. data/samples/simple-dialogs.rb +29 -0
  167. data/samples/simple-downloader.rb +27 -0
  168. data/samples/simple-draw.rb +13 -0
  169. data/samples/simple-editor.rb +28 -0
  170. data/samples/simple-form.rb +28 -0
  171. data/samples/simple-form.shy +0 -0
  172. data/samples/simple-mask.rb +21 -0
  173. data/samples/simple-menu.rb +31 -0
  174. data/samples/simple-menu1.rb +35 -0
  175. data/samples/simple-rubygems.rb +29 -0
  176. data/samples/simple-slide.rb +45 -0
  177. data/samples/simple-sphere.rb +28 -0
  178. data/samples/simple-sqlite3.rb +13 -0
  179. data/samples/simple-timer.rb +13 -0
  180. data/samples/simple-video.rb +13 -0
  181. data/shoes.gemspec +21 -0
  182. data/shoes/app.c +591 -0
  183. data/shoes/app.h +110 -0
  184. data/shoes/appwin32.h +13 -0
  185. data/shoes/appwin32.rc +28 -0
  186. data/shoes/canvas.c +2202 -0
  187. data/shoes/canvas.h +682 -0
  188. data/shoes/code.h +14 -0
  189. data/shoes/config.h +232 -0
  190. data/shoes/effects.c +243 -0
  191. data/shoes/effects.h +7 -0
  192. data/shoes/http.h +44 -0
  193. data/shoes/http/common.h +86 -0
  194. data/shoes/http/curl.c +259 -0
  195. data/shoes/http/nsurl.m +274 -0
  196. data/shoes/http/windownload.c +114 -0
  197. data/shoes/http/winhttp.c +216 -0
  198. data/shoes/http/winhttp.h +19 -0
  199. data/shoes/image.c +1020 -0
  200. data/shoes/internal.c +46 -0
  201. data/shoes/internal.h +63 -0
  202. data/shoes/native.h +110 -0
  203. data/shoes/native/cocoa.h +105 -0
  204. data/shoes/native/cocoa.m +1557 -0
  205. data/shoes/native/gtk.c +1257 -0
  206. data/shoes/native/windows.c +2392 -0
  207. data/shoes/ruby.c +5221 -0
  208. data/shoes/ruby.h +299 -0
  209. data/shoes/world.c +243 -0
  210. data/shoes/world.h +63 -0
  211. data/static/Shoes.icns +0 -0
  212. data/static/avatar.png +0 -0
  213. data/static/code_highlighter.js +188 -0
  214. data/static/code_highlighter_ruby.js +26 -0
  215. data/static/icon-debug.png +0 -0
  216. data/static/icon-error.png +0 -0
  217. data/static/icon-info.png +0 -0
  218. data/static/icon-warn.png +0 -0
  219. data/static/listbox_button1.png +0 -0
  220. data/static/listbox_button2.png +0 -0
  221. data/static/man-app.png +0 -0
  222. data/static/man-builds.png +0 -0
  223. data/static/man-builds1.png +0 -0
  224. data/static/man-editor-notepad.png +0 -0
  225. data/static/man-editor-osx.png +0 -0
  226. data/static/man-ele-background.png +0 -0
  227. data/static/man-ele-border.png +0 -0
  228. data/static/man-ele-button.png +0 -0
  229. data/static/man-ele-check.png +0 -0
  230. data/static/man-ele-editbox.png +0 -0
  231. data/static/man-ele-editline.png +0 -0
  232. data/static/man-ele-image.png +0 -0
  233. data/static/man-ele-listbox.png +0 -0
  234. data/static/man-ele-progress.png +0 -0
  235. data/static/man-ele-radio.png +0 -0
  236. data/static/man-ele-shape.png +0 -0
  237. data/static/man-ele-textblock.png +0 -0
  238. data/static/man-ele-video.png +0 -0
  239. data/static/man-intro-dmg.png +0 -0
  240. data/static/man-intro-exe.png +0 -0
  241. data/static/man-look-tiger.png +0 -0
  242. data/static/man-look-ubuntu.png +0 -0
  243. data/static/man-look-vista.png +0 -0
  244. data/static/man-run-osx.png +0 -0
  245. data/static/man-run-vista.png +0 -0
  246. data/static/man-run-xp.png +0 -0
  247. data/static/man-shot1.png +0 -0
  248. data/static/manual-en.txt +3531 -0
  249. data/static/manual-ja.txt +2825 -0
  250. data/static/manual.css +167 -0
  251. data/static/menu-corner1.png +0 -0
  252. data/static/menu-corner2.png +0 -0
  253. data/static/menu-gray.png +0 -0
  254. data/static/menu-left.png +0 -0
  255. data/static/menu-right.png +0 -0
  256. data/static/menu-top.png +0 -0
  257. data/static/shoes-dmg.jpg +0 -0
  258. data/static/shoes-icon-blue.png +0 -0
  259. data/static/shoes-icon.png +0 -0
  260. data/static/shoes-manual-apps.gif +0 -0
  261. data/static/shoes_main_window.png +0 -0
  262. data/static/stripe.png +0 -0
  263. data/static/stubs/blank.exe +0 -0
  264. data/static/stubs/blank.hfz +0 -0
  265. data/static/stubs/blank.run +375 -0
  266. data/static/stubs/cocoa-install +0 -0
  267. data/static/stubs/sh-install +49 -0
  268. data/static/stubs/shoes-stub-inject.exe +0 -0
  269. data/static/stubs/shoes-stub.exe +0 -0
  270. data/static/tutor-back.png +0 -0
  271. data/test/shoes_test.rb +8 -0
  272. data/test/test_helper.rb +25 -0
  273. data/use-deps +12 -0
  274. data/use-tmp-dep +8 -0
  275. metadata +509 -0
@@ -0,0 +1,20 @@
1
+ #!/bin/bash
2
+
3
+ REALPATH=`readlink -f $0`
4
+
5
+ APPPATH="${REALPATH%/*}"
6
+ if [ "$APPPATH" = "shoes" ]; then
7
+ APPPATH="."
8
+ fi
9
+ if [ "$APPPATH" = "." ]; then
10
+ APPPATH=`pwd`
11
+ fi
12
+
13
+ # makeself changes the directory to /tmp/selfgzNNNNN. if we're in
14
+ # an extracted archive, change back to the directory where we launched.
15
+ if [ `pwd | awk '{ sub(/[0-9]+/, ""); print }'` = "/tmp/selfgz" ]; then
16
+ # fix the symlink, this is actually a bug in the minitar lib
17
+ rm -f libruby.so.1.9
18
+ ln -s libruby.so libruby.so.1.9
19
+ cd "$OLDPWD"
20
+ fi
@@ -0,0 +1,27 @@
1
+ def skel_replace(line)
2
+ line.gsub! /\s+%DEFAULTS%/ do
3
+ if APPARGS
4
+ args = APPARGS.split(/\s+/)
5
+ %{
6
+ char *default_argv[] = {argv[0], #{args.inspect[1..-2]}};
7
+ argv = default_argv;
8
+ argc = #{args.length + 1};
9
+ }
10
+ end
11
+ end
12
+ line
13
+ end
14
+
15
+ # preprocess .skel
16
+ task :build_skel do |t|
17
+ Dir["bin/*.skel"].each do |src|
18
+ name = src.gsub(/\.skel$/, '.c')
19
+ File.open(src) do |skel|
20
+ File.open(name, 'w') do |c|
21
+ skel.each_line do |line|
22
+ c << skel_replace(line)
23
+ end
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,7 @@
1
+ require File.expand_path('make/rakefile_common')
2
+ require File.expand_path('make/darwin/env')
3
+ require File.expand_path('make/darwin/tasks')
4
+
5
+ task :stub do
6
+ MakeDarwin.make_stub
7
+ end
@@ -0,0 +1,3 @@
1
+ require File.expand_path('make/rakefile_common')
2
+ require File.expand_path('make/linux/env')
3
+ require File.expand_path('make/linux/tasks')
@@ -0,0 +1,7 @@
1
+ require File.expand_path('make/rakefile_common')
2
+ require File.expand_path('make/mingw/env')
3
+ require File.expand_path('make/mingw/tasks')
4
+
5
+ rule ".o" => ".rc" do |t|
6
+ MakeMinGW.make_resource t
7
+ end
@@ -0,0 +1,43 @@
1
+ require 'yaml'
2
+
3
+ class Book < Shoes
4
+ url '/', :index
5
+ url '/incidents/(\d+)', :incident
6
+
7
+ def index
8
+ incident(0)
9
+ end
10
+
11
+ INCIDENTS = YAML.load_file('class-book.yaml')
12
+
13
+ def table_of_contents
14
+ toc = []
15
+ INCIDENTS.each_with_index do |(title, story), i|
16
+ toc.push "(#{i + 1}) ",
17
+ link(title, :click => "/incidents/#{i}"),
18
+ " / "
19
+ end
20
+ toc.pop
21
+ span *toc
22
+ end
23
+
24
+ def incident(num)
25
+ num = num.to_i
26
+ background white
27
+ stack :margin => 10, :margin_left => 190, :margin_top => 20 do
28
+ banner "Incident", :margin => 4
29
+ para strong("No. #{num + 1}: #{INCIDENTS[num][0]}"), :margin => 4
30
+ end
31
+ flow :width => 180, :margin_left => 10, :margin_top => 0 do
32
+ para table_of_contents, :size => 8
33
+ end
34
+ stack :width => -190, :margin => 10, :margin_top => 0 do
35
+ INCIDENTS[num][1].split(/\n\n+/).each do |p|
36
+ para p
37
+ end
38
+ end
39
+ end
40
+ end
41
+
42
+ Shoes.app :width => 640, :height => 700,
43
+ :title => "Incidents, a Book"
@@ -0,0 +1,387 @@
1
+ - - The Milkman Who Couldn't Sleep
2
+ - |
3
+ Ronaldo was a milkman who found that he couldn’t sleep at night. Rather than fight it, he determined to leave his house and sell milk.
4
+
5
+ The first door was answered by an elderly man who invited Ronaldo in for a glass of milk. Ronaldo sat at the table and said nothing until he realized that the old man was pouring him a glass of milk product from a competitor. Ronaldo went to stop the milk with his hands and his hands perished in the stream. As Ronaldo could no longer hold his own glass, the old man promptly ejected Ronaldo from his house.
6
+
7
+ The second door was answered by a man named Milton who had no defining characteristics except for an orange hankerchief tied around his head, a bionic arm, and an unforgettable expression of loyalty to governments of all manner. Ronaldo offered him a milk bottle. Milton picked up the bottle with his bionic arm. Impressed, Ronaldo retrieved the bottle of milk back from Milton’s bionic arm. Milton uttered something in the language spoken by human internal organs. Ronaldo’s stomach and lungs turned on their jetpacks and flew skyward.
8
+
9
+ The third door was answered by a priest millionaire. He had a giant cross made from crushed tens and twenties. As Ronaldo took a tour of the house, he looked around for spare internal organs and hands. As it happened the good Reverend took Ronaldo through a laboratory containing replacement body parts. Such excitement surged through Ronaldo that he ran toward a possible candidate stomach and lungs, running with such velocity so that he tripped and flew into a shoot that could only fit his lower body and his milk supplies. It was this remaining Ronaldo that was deposited outside the house and resumed the route.
10
+
11
+ The fourth door was answered by a pair of white-clad gentleman who took a beltsaw and whittled Ronaldo down to just a leg.
12
+
13
+ The fifth door was answered by a little colorblind girl with scorpions crawling all over her neck and arms. All she saw was the milk carton and Ronaldo’s leg. So she thanked the carton of milk and squeezed a glass of blood from the opening in Ronaldo’s leg.
14
+
15
+ - - Emptiness
16
+ - |
17
+ Harriet and Clover were at the mall, trying on hats. Harriet happened to put on a certain hat that was loaded to the brim with mosquitoes. A few mosquitoes got the idea to hide there and a bunch of other mosquitoes simply copied the idea. They worked quickly on Harriet, devouring her to such an extent that when Clover came over to demonstrate a skirt, Clover screamed and dropped the skirt. Harriet had been replaced by emptiness.
18
+
19
+ These days the universe is all about emptiness.
20
+
21
+ - - Regrets
22
+ - |
23
+ Humphrey worked pouring concrete for over twenty-five years, when one day he discovered that he was pouring concrete on to a cat. He stopped the mixer to rescue the cat, but he discovered that several cats were now firmly encased in concrete. Reaching, lumpy, and buried cats. Firmly encased.
24
+
25
+ Later that day, he wandered to an old job site and found that the sidewalk wound up and over the shapes of cats, dogs, birds and ostriches. His eyes darkened as he continued to visit curbs where he had inadvertantly paved over families, arcade machines, moving trucks. He was abhorred by his neglect and fiercely pounded his face with his fists.
26
+
27
+ His regret was vast and contoured. He longed to set things right. He took up a jackhammer and began banging into the solidifed shape of a man on a hangglider, but couldn’t make progress. Consumed by his guilt, he took a long walk through a parkway where the cars screamed by furiously. He made up his mind to throw himself in front of a car.
28
+
29
+ Fortunately, two stories above Humphrey, a minister happened to drop a massive Bible on Humphrey’s head, which crushed him instantly. A man should not have to kill himself if a large Bible can do it for him.
30
+
31
+ - - The Berkowitz Manuevre
32
+ - |
33
+ Long before the actual city of New York, the city of New York existed in the mind of its creator. In this dream city, there lived an ordinary man. (Ordinary in the sense that only dream people can be. Which is to say: Extraordinarily plain for a very wispy, immaterial person.)
34
+
35
+ This man drew no attention to himself. He walked in such a way that he completely complied with crowds. His height was such that he was constantly overshadowed, though always present. His home was situated in a place where no one would ever look and his street address consisted of an imaginary number, such that it didn’t translate from the dream into the mind. It is common for such people to live this way in a dream, and it is most orderly of him to do so.
36
+
37
+ This ordinary man concealed a great secret from the mind of his creator. This secret was called the Berkowitz Manuevre. You know enough about it now, so please go away.
38
+
39
+ - - Ignored
40
+ - |
41
+ Ormus the canary was born the size of a single atom. Which means that no one actually knew about him. He is much like the dream people and the other things that have happened so far.
42
+
43
+ He attends martial arts exhibitions and has seen some pretty cheap shots in his time.
44
+
45
+ - - Birthstones
46
+ - |
47
+ Because she drank malts to excessive degrees, Edgar divorced his wife and decided to go back to school. He purchased school supplies and enrolled at a community college. He looked around the big campus with wonderment and met a young girl with a green glitter pen over by the fountain.
48
+
49
+ He stood by the fountain and said to her, “Hi, I’m Edgar. Do you like malts?”
50
+
51
+ She said, “No,” and Edgar smiled deeply.
52
+
53
+ Her name was Tepiolia and she identified Edgar’s birthstone as the sapphire. This startled Edgar, as he had never had any connection to jewelry before. He was flattered and laughed like a child.
54
+
55
+ At the conclusion of their conversation, Edgar began his quest to find the world’s largest natural sapphire. He mountaineered for seventeen weeks and finally found a massive rock wall composed entirely of sapphire.
56
+
57
+ He surveyed the surface of the glimmering mountain, his thoughts returning to Tepiolia and her glitter pen. How strangely it has glittered greenly. His heart beat thickly as he drove the pick into the mountainside, desiring an adequate stone to return home with. Look at these stones, he thought. Birthstones.
58
+
59
+ From then on, everything he did involved sapphires and he missed out on some of the other brilliant things people do, such as playing pinball.
60
+
61
+ - - Water
62
+ - |
63
+ Curdy Applehorn lived in a time when nothing existed except for a vast body of water. He felt serenity as he gazed upon the still waters.
64
+
65
+ Then he said, “If there is nothing but water, then what am I? Am I mere water as well?”
66
+
67
+ At this point I must interject. Of course Curdy is not water. He is a character in a novel that someone else has written and I have borrowed him for this story.
68
+
69
+ And so Curdy wondered, “How delightful. I wonder what I am doing in the novel.”
70
+
71
+ To which I add that the novel is a tale of a man named Curdy Applecorn, who (out of unsurpassed love) attempts to live with a species of oversized scorpions. As their only plaything, Curdy becomes subject to incessant stinging and a gradual excavation of his visceral cavity.
72
+
73
+ So then Curdy came to dread the coming of the end of this story. But he came to realize that there was nothing else to talk about really, as there was not a suitable environment for plot, motif, or character development here. So he said goodbye to the water.
74
+
75
+ - - Waking
76
+ - |
77
+ Though she has been suicidal for some five months, Ruthie awoke one morning in an excellent prescence of mind. She descended the staircase and entered the kitchen with her arms spread. She kissed all the children and all the house animals. She kissed her servants, her attendants and accountants, finally ending with a kiss to the center of the floor. She also did a twirl after that.
78
+
79
+ The faces of her servants were especially grim, so she asked them, “Does my sudden change of face frighten you? Does it shock you really?”
80
+
81
+ “No”, a maid said. “But did you forget? You locked the other maid Madeline in the meat locker last night and burned her possessions. Do you not remember? It was dreadful.”
82
+
83
+ But Ruthie’s mind was in such a state of bliss that she couldn’t comprehend such disaster. And she did let Madeline out of the meat locker and gave her four days of paid vacation and $500 spending money.
84
+
85
+ - - The Man
86
+ - |
87
+ A man built an automobile entirely from carrots and was known for it in several counties. When people spoke with him, they would speak of nothing but carrots. There came a day when the man realized that he couldn’t remember ever having non-carrot discussions. Fueled by an intense will to free himself from this cruel and perpetual cycle, the man set off to blaze a new trail for himself.
88
+
89
+ The man rented a bird costume and jumped off the roof of a hotel in town. He didn’t survive the fall, which was probably best, as soon there wasn’t a man nor woman on Earth that didn’t drive a carrot car.
90
+
91
+ - - Ghosts
92
+ - |
93
+ Spencer woke up one night to a crash downstairs in his manor. He raised the torch off the wall and crept silently to the stairs.
94
+
95
+ The lights were on all across his estate. From his vantage point at the top of the stairs, he could see twelve ghosts painting his walls, touching up the trim, and hanging new drapes. He screamed in terror, possessed by the thought: These ghosts must think this house is theirs now. He turned to hide and sort out his strategy, but the ghosts sang in twelve-part harmony and soothed Spencer into a calming stupor. It was no time at all until Spencer determined that these were genuinely good ghosts that had simply come to remodel his beautiful palace.
96
+
97
+ In the end, Spencer overworked the twelve ghosts to the point that each ghost wound up looking like a long thread with some bumps in it.
98
+
99
+ - - The End
100
+ - |
101
+ Michel not only found a decent rope at the hardware store, but he purchased it at a discounted rate because the rope only had one end. He went to stow the rope in the garage, but his wife stopped him and poked him with her hand.
102
+
103
+ She pointed back at all of the rope lingering outside the door and said, “Aren’t you going to wind this rope up on a spool?”
104
+
105
+ “I can’t,” replied Michel helplessly. “This rope has no end. I could begin winding and never stop.”
106
+
107
+ Michel’s wife then asked, “Well, then why didn’t you cut a section off?”
108
+
109
+ He caught himself just as he was about to say, “I didn’t think of that.” He didn’t say it, as he knew it would confirm many of his wife’s suspicions about men. So he said, “Here,” and tossed the rope over his wife’s head and a coil of it landed in a box in the garage.
110
+
111
+ He went upstairs to look at photographs through a magnifying glass.
112
+
113
+ Michel’s wife ventured into the garage and poured gasoline on to the rope and let it burn, confirming many of Michel’s suspicions about women. The flame burned rope from their home to the hardware store, then began travelling along the rope through space, towards the point at which infinity begins.
114
+
115
+ As it raced along, the tiny flame ignited the atmospheres of planets, each of which glowed brightly for a time and then crumbled distantly in the rope’s trail. Space crackled as the strength of the flame grew. Soon it was a comet and, soon, a blazing monstrosity. The fireball grew to fill an entire universe and its size began to grow quicker than its acceleration. And so it reached backwards toward Michel.
116
+
117
+ At first, he was confused by the intense heat that came through the magnifying glass and lapped up his photographs. But soon he was no more.
118
+
119
+ - - The Incident
120
+ - |
121
+ A crew of news reporters was wandering the neighborhoods, looking for incidents to report. They found several to choose from and finally focused on a certain infestation of fruit flies. They were alarmed at the quality and intimacy of the footage they recorded that afternoon and found it difficult to leave the scene of the incident.
122
+
123
+ Taking some artistic license, the cameraman broadened the camera view to capture scenes of children who (hearing of the news crew) came to ride their bicycles and appear on the news. The cameraman continued to film one dark-haired boy and eventually followed the young man on to college at Stanford, also filming his adventures in London and the Slavic countries.
124
+
125
+ Some stayed and lived with the fruit flies and others evaporated at sunset.
126
+
127
+ - - Duck Typing
128
+ - |
129
+ Once there was a man who walked like a duck and talked like a duck. He was made into a very long pillow.
130
+
131
+ - - The Man Who Happened to Reach Up
132
+ - |
133
+ There was a man who happened to reach up higher than anyone ever had before, so his hand got stuck in a cloud. And he got dragged all over the sky.
134
+
135
+ A lot of his old buddies really got a kick out of seeing him fly by whenever they showed weather maps on the news.
136
+
137
+ - - The Man Who Happened to Have Legs
138
+ - |
139
+ One of the first strange things to ever happen was when a man was born and turned out to be nothing more than twelve legs coming from a cloud. When people saw him, they usually ended up thinking that he was David Blaine or some other magician pulling a stunt.
140
+
141
+ So David Blaine got a really bad rap about it and people started putting a lot of pressure on him to do regular card tricks that just told a story or something.
142
+
143
+ - - The Skier
144
+ - |
145
+ One man had become such an impulsive skier that he started skiing down dirt roads in the summer. It actually wasn’t such a bad sport and the guy won a silver medal when Dust Country Skiing went national.
146
+
147
+ The fashion these people wore was atrocious, though. It was common to see ski poles with leather tassles on the handles and such nonsense.
148
+
149
+ - - Javek and The Candle
150
+ - |
151
+ Devilish beasts invaded the property of a man Javek and chased him from his premises. He ran for days, with only a small candle to help guide him. The chase became so exhausting and elaborate that Javek’s fear became absolutely perfect. Running from broad monsters and always hearing their thick breath, he viewed himself as a tiny creature, a morsel. He ultimately sought love and guardianship from the candle, which the candle willingly gave for many years, long after the monsters had lost interest in Javek.
152
+
153
+ On a certain spring day, Javek sought shelter from the rain and walked along the parkway, peering into the village stores. One sign read:
154
+
155
+ We need someone strong to watch our candles at night.
156
+ Call us if you can do it.
157
+
158
+ Javek walked into the store and forthrightly told the store manager, “Let me watch your candles. I am not strong, but I will show them such love! Here, see how I always carry a candle with me.”
159
+
160
+ He held out the candle, which had formed its own grooves for Javek’s fingers. The store manager was in the middle of a sale and asked Javek to pardon him for a moment while he finished ringing up a customer’s bill. When the customer left, the manager told Javek that he had just sold all the candles in the store (to that customer who just left!) and was retiring. He no longer needed a candlewatcher. The manager apologized that Javek had come all the way down to the shop and encouraged Javek to call in advance next time.
161
+
162
+ Javek raced from the store and followed the customer who had purchased the store’s supply of candles. He spied on the man all day, watching the man as he negotiated at the market and as he met up with a pilot friend for lunch.
163
+
164
+ The day became evening and the man walked home. Javek shadowed the man, walking with soft, waxy steps. When they hit Hoyt Ave., the man turned into one of those devilish beasts.
165
+
166
+ In that moment of terror, Javek’s first thought was, “Oh no, he’ll eat my candle!” Which was ridiculous. And Javek knew it was ridiculous, so he laughed. A person can only get so serious about a candle before he has to loosen up about it.
167
+
168
+ (And for those of you who are wondering: No, the devilish beast didn’t hear Javek laughing. And no, the beast didn’t come and eat Javek. The beast went home and ate half a pig and a few candles, then slept soundly.)
169
+
170
+ - - Milk Powers
171
+ - |
172
+ Trace was carrying five cartons of milk into her room and she lost control of them, spilled them all on to her bed. The milk made a decent bedspread.
173
+
174
+ - - The Little Piece of Cloth
175
+ - |
176
+ Let us say that there was a little piece of cloth that could fly. And it was joined in midair by a tile which could fly in like manner. The little piece of cloth and the tile became extremely devoted to each other over the years. The little piece of cloth felt she was in love with the tile, though she never spoke candidly of it.
177
+
178
+ It turns out that so much flying can cultivate love. And their love advanced to the point that they actually made a promise to each other. They promised on the number one that they would always fly with each other and never stop flying. (Cloth and tile are so simple as to only understand the number one. It is like God, but also like a discus.)
179
+
180
+ The promise brought pleasure to their lives and they flew for a decade in a sleep, side-by-side. Their calmness settled upon the world as well and there was rich, warm silence.
181
+
182
+ Slowly, the wind died down until it could carry them no longer and they fell straight into a pond. Though initially startled, the water refreshed them and their senses enlarged. And for some reason, they didn’t care to much about the promise. They gave each other sinister looks and laugh at their naughtiness. Ah, how lovely that good friends can easily fall into pools and laugh jointly at their broken promises!
183
+
184
+ - - The Tandem Bicycle
185
+ - |
186
+ A man and his wife were vacationing on the beach and decided to rent a tandem bicycle. After browsing over the various models, they decided upon one which had seating enough for all of the world’s inhabitants. (This included all kinds of animals, crustaceans, plant life, etc.) They took the bike for a spin, kindly offering rides to everyone they met.
187
+
188
+ Soon enough, the bike was full of all of the inhabitants of the entire Earth. The couple set a very relaxing pace, so no one got tired. Onwards the great string of entities calmly rode together, watching the skyline.
189
+
190
+ Suddenly, it occured to the couple that if they could sneak off the bicycle, then they could steal the entire planet while no one was looking. They snuck off the bike, still moving their feet in the air, as if they were pedaling. The illusion worked perfectly and the husband conquered America while the wife took over Asia and Europe. It turns out that a little boy named Tyler had also snuck away and captured Africa, so he was adopted by the husband and wife.
191
+
192
+ Everybody else stayed on the tandem bicycle. So, years later, when the husband and the wife and Tyler got bored and wanted to get back on the bike, they couldn’t find their old seats.
193
+
194
+ - - The Queen-Sized
195
+ - |
196
+ Once there was a queen-sized mattress who had back problems of her own. This went on for years.
197
+
198
+ Then, the movers came. The people who slept on her were moving. The movers picked up the weary mattress and a massive spinal cord fell out from the underside of the queen-sized. The movers screamed in horror, but the queen-sized felt such relief. Euphoria spread across her quilted lumps and she whispered to the movers, “Be still, my busy friends. (Though it be easier for me since my nervous system fled.)”
199
+
200
+ And I just want you all to know that this story is not in any way about accepting paralysis or even wishing for it. I honestly can’t say it’s about much at all.
201
+
202
+ - - Wristwatches
203
+ - |
204
+ A man had a talking wristwatch. It’s true. Unfortunately, this man was a very poor conversationalist and he rarely spoke to the poor watch. In time, the watch became estranged from its owner.
205
+
206
+ But one day there was an attack on Earth. A roller coaster of aliens, with two to each seat, and with the over-the-shoulder restraints, came writhing through the atmosphere and started blasting away at all the people. The man with the wristwatch was there. He panicked. Sprinted through the streets looking for an obscure hiding place where he could never be found.
207
+
208
+ The wristwatch screamed as well, “Get us out of here! Over in to the cathedral there!”
209
+
210
+ In the hysteria, the man found himself naturally speaking with the watch, uninhibited. “I’m going to take care of you!” he yelled.
211
+
212
+ The cathedral happened to be the alien homebase, though. When the man came in close proximity, his bones were ripped out of his body by a huge bone magnet the aliens had. Tragic, I know. The watch wailed horribly, but it used vibrate mode, so the sound didn’t attract the attention of the assailants.
213
+
214
+ To swiftly close, let me add that the humans ended up winning the battle, saved by some quick thinking on the behalf of a bunch of inner city skateboarders. The rescue team secured the watch, who was immediately informed that he was not the only watch of his kind, that there were in fact millions of talking wristwatches. But he had a rough recovery, was left with a pretty bad tick, and it turned out that the other watches were a pretty ruthless group, so they referred to him by a derogatory term which isn’t a vulgarity for humans. Still, out of respect for these devices, I’ll curb my sharing of it with you.
215
+
216
+ - - The Advisor
217
+ - |
218
+ It just so happened that Klaus Mashwitz was excellent at building robots and he built himself a robot to act as his personal confidante and close advisor. The Advisor accompanied him everywhere and the two were inseparable. Their fame spread. Klaus built other machines. He burned through forty million dollars and five marriages before The Advisor stopped him mid-stride, right when they were approaching the bamboo garden in Golden Gate Park.
219
+
220
+ “I’ve been a good friend and a proper counselor these many years,” said The Advisor, his hand on Klaus’ chest, holding him still, “and yet, looking back, I can see that my advice has been worthless to you. You’ve ignored all of it, the very information you designed that I give to you. And now, your life is in ruin.”
221
+
222
+ Klaus was silent and nodded carefully. He spread his fingers out and answered only with, “What can I tell you?”
223
+
224
+ The Advisor was firm, “You can start taking my advice.”
225
+
226
+ “I’ll tell you what,” said Klaus. “You’ve always been kind and good to me. So, I’ll strike a deal with you. You give me one bit of advice and I will follow it. If it works out, I will follow the next bit of advice. And so on. I’m an old guy now, but—who knows—maybe it’s time for me to put it in cruise control and hand things over to my oldest friend.”
227
+
228
+ Now, you’re not going to believe this, but Klaus took the bit of advice offered by the shrewd robot, his advisor! Gruesome as it is, The Advisor asked Klaus to kill himself. That way, The Advisor could replace Klaus’ insides with new robotic viscerals and brain functions. A new Klaus which would live forever and live right and no one would know any different.
229
+
230
+ And so, Klaus did the shooting and The Advisor did the gutting.
231
+
232
+ Soon enough, the new Klaus was out on the streets, charming and dazzling mankind. Most people knew it wasn’t Klaus, though. The Advisor’s measurements were off a bit and about an inch of metal was exposed on the inside of Klaus’ left eye. And the new Klaus had such a weak stomach that he often disturbed family meals by vomiting diodes all over the place.
233
+
234
+ But people got along with him. Good advice is good advice.
235
+
236
+ - - Speaking of Flutes
237
+ - |
238
+ I am authorized to speak of flutes and certain floutists, one of whom was interested in furthering his career and in forcing flutework to the forefront of pop culture. So this floutist, he parachuted into small towns, playing trills all the way down.
239
+
240
+ The first town he landed in was called Eccles. He captivated the crowd below, but fell straight through a new walnut bureau, crafted by a local artisan. Newpapers read: “Stray Piper Strikes Through Solid Drawers” or such nonsense.
241
+
242
+ Fall came and he orchestrated a second drop over a larger city, Merriwealth. And, again, bedazzlement. People loved it. The city pool was also opening that day. Sadly, no ripples were made in its surface. And a child left his pet bat’s cage open. A suit store was robbed. The printed headlines broadly rang, “Charm Upon City Unstitches One Tailor’s Already Threadbare Pockets.”
243
+
244
+ And the floutist also saw Rascot. A town which is nothing but forest. The preceding day, the town was ravaged by an upright dog. The floutist ran for ten miles before the monstrous dog overtook him and bellied him whole.
245
+
246
+ So, from the newspapers: “Dog Man At Last Acts Favorably.”
247
+
248
+ - - Kimothy's Mouth
249
+ - |
250
+ Kimothy’s mouth was a warp zone. Which meant that infrequently—gosh, let’s say about as often as two archers dive into an ocean simultaneously—a pair of trousers or a coupon book or something would fly off her tongue. This even happened at church and at job interviews.
251
+
252
+ You should also know about one day in her history when a man dressed in radios all over ran up to her and said, “I need to deliver this Mondrian Cowl to the Dreyfrowns!” And he shoved a monkey statue in her mouth.
253
+
254
+ Okay, so get this. A little while later she was waiting for a friend, down in this hotel lobby. And she was looking around and she saw that same monkey statue over by the fireplace! The one for the Dreyfrowns.
255
+
256
+ She tucked her chin down and, very discreetly, nudged the monkey statue back into the fireplace. And, slowly, everso slowly, she let it topple out of her lips.
257
+
258
+ The rest of the afternoon Kimothy spent swallowing coins and watching hot nickels land on the feet of people who went to warm their hands. That is, until a guy with giraffe hands came out of her mouth and said, “Stop screwing with our warp zone!” and he slapped her a memorable number of times right on the forehead with his flattened palm.
259
+
260
+ - - The Jump Wanter
261
+ - |
262
+ After watching The Absent-Minded Professor, this kid named Esel Striff wanted his own bouncing shoes. He was a bright kid, so he invented a pair of shoes that could leap twelve solid feet into the air.
263
+
264
+ His calculations were, sadly, very completely wrong. And when he went to try the shoes out, he found that he had not invented jumping shoes; but, instead, he had invented shoes which rumbled and popped, before transforming his legs into the thick, hairy legs of a Clydesdale horse.
265
+
266
+ His legs were beautiful and most professional equestrians considered his legs to be “show quality.” One horse enthusiast, Liberty Shale, was intensely attracted to him, and pursued him shamelessly, having wanted a real centaur for herself since purchasing a pewter figurine (equipped with hair beads and a powderhorn) at the tender age of 25.
267
+
268
+ This, along with the cloud of flies continually harvesting the mucus from his eyes, put tremendous strain on Esel’s psyche. He soon felt the only answer was to invent a complete set of bouncing horseshoes. (Yes, after a viewing of The Absent-Minded Professor.)
269
+
270
+ And that’s why, to this day, you can spot a centaur with a lab coat, wandering the countryside with Korean food spontaneously spewing from his hooves. Esel Striff, ladies and gentlemen.
271
+
272
+ - - The Life Guy
273
+ - |
274
+ This guy—the Life Guy—ate nothing but heat lamps and defecated only wholy intact live salmon. Such was his appetite. And talk about healthy. Renaissance painters could have spent years attempting to capture the rosiness in the Life Guy’s cheeks.
275
+
276
+ At the coaxing of one of his roommates, who was pretty convinced that the Life Guy’s eating habits were a manifestation of deeper issues (the Life Guy lacked a solid father figure) and that perhaps the lamp devourings were shredding the esophagus, the Life Guy went in for a colonoscopy. Well, the doctor discovered that his insides were fine and that they simply consisted of a complex ecosystem of lifeforms. An entire world where the heat from the lamps fed the plants under the sea, which lifted the rivers up and pushed them along, which leaked springs and bubbled the lilypads, which stimulated the activity of crocodiles and caused their teeth to swell into marionettes which harvested fish as a pasttime—fish which were ultimately rubbish to the entire life cycle and were tossed in the rain gutter.
277
+
278
+ Anyway, the gastroenterologist had kind of a crazy idea and, considering that such an opportunity was unlikely to present itself again, he went ahead and transplanted a dollhouse art museum in the very center of the universal innards. He then stitched up Life Guy and sent him on home.
279
+
280
+ However, I am sad to report that the art museum’s grand opening was very well attended by the marionettes. So many guests arrived that the caterers of the event ended up tossing out leagues of soiled paper place settings, some of which they sent up in hot air balloons to clear off the driveways. When Life Guy woke up the next morning, every passageway was clogged, he tried popping a few Sudafed but suffocation couldn’t wait for its moment. You can blame the gastroenterologist if you like for the death of Life Guy, but it’s just another textbook case for microdecoration’s misplaced zeal.
281
+
282
+ - - The Story Life Doesn't Explain
283
+ - |
284
+ Once there was another guy, same as The Life Guy: he ate heat lamps and crapped fish. But this one didn’t have an ecosystem inside. This time, it was just the guy’s diet.
285
+
286
+ He went deepsea diving with his business partner, Jamie Tartreuse. While he was down there, he saw a swordfish swimming along that had a whole giraffe carcass stuck on its nose.
287
+
288
+ The guy didn’t panick or anything, but he did say to himself, inside his mask, “From now on, life isn’t self-explanatory.” That guy hit the nail on the head.
289
+
290
+ - - The Grieving Boar
291
+ - |
292
+ So this random boar lost his whole family in a missile attack. Some guerillas were camped out by his family’s cave and the whole thing went down bad. Worse yet, his favorite fruit, the seedless storkberry was wiped out during the attack. He wandered for three-hundred miles and found nothing close to the succulence and aroma of the seedless storkberry. Like I say, we have a grieving boar on our hands.
293
+
294
+ Anyway, he resorted to eating live storks which happened to perch on low branches. He really acquired a taste for them, since they are seedless as well. And so, years later, when he happened to wander across an actual seedless storkberry tree, he didn’t even recognize it. In fact, he was in charge of a special ops team plagued by poor visibility and he didn’t think twice before blowing up the tree with a missile and feasting upon the blasted-out remains of the pile of storks who fell from the tree.
295
+
296
+ He was a pretty despicable creature by now. When he couldn’t reach his kids on mobile phone, he’d have his subordinates dial the number over and over until someone picked up. My sister’s boss does the same thing to her and I simply refuse to write incidents about this kind of scum.
297
+
298
+ - - Jentle and Pailey
299
+ - |
300
+ I don’t know how he figured it out, but this one particular 21st century human male discovered that by rubbing his face against a goat’s face, he could produce this ungodly wailing sound that was so loud most people in the countryside thought a village was getting ripped in half. One old man heard the sound through ten stacked windshields he fell asleep underneath. The soundmaker’s name was Jentle and he was a real troublesome guy, always kicking milk pails or running off to making that ungodly sound with the goat.
301
+
302
+ Now believe it or not, on the other side of the world, exactly opposite Jentle was a little girl who could produce the same exact sound by running a frog along her shoe laces. It was truly startling! People thought an ocean liner had crashed into a dinosaur and the dinosaur had screamed. An indian fellow jumped out of his bathroom and threw his tomahawk for a new world record because of it! The little girl’s name was Pailey. Oh and, I forgot, a guy fell off his rollerblades.
303
+
304
+ The sad part in all this is that these two, Jentle and Pailey, never got to meet each other. They both died of shattered bones because of sound waves which continued to ricochet in their skeletons. A reporter in Miami who was the first to piece together these two stories called it tragic and just another example of the growing dischord in our generation. I wouldn’t say it’s that bad, but I do think their names sound good together. Jentle and Pailey. When you say it like that, it is heart-breaking, no doubt about it.
305
+
306
+ - - The Hand Which Fell Apart
307
+ - |
308
+ Years ago, I lost touch with Arthur Aide, but I just ran into him at the theater. Turns out he got into a huge fight with his girlfriend and she moved out after that. But instead of his heart breaking, his right hand broke. The minute she was gone, it fell to pieces.
309
+
310
+ So he went to the hospital to get his digits stitched back on and during recooperation he started to reflect on his relationship and he remembered that this distressed hand was often the most committed part of him. It stroked her hair, it wiped the smudges from her chin, it snapped the photos, pushed the button, focused the lens. And often she would remark on how warm his hand was, such that he felt an obligation to run it under the hot faucet prior to their encounters. It really made sense. His hand loved his girlfriend more than he himself did—and its heart had broken.
311
+
312
+ But this was entirely untrue. During a vacation, while hiking in Mexico, the girl had dropped a rock on Arthur Aide’s hand, killing it dead, but managed to keep the hand together with a willing telepathic maneuver. She had, with great effort, held the appendage intact for nearly a decade. And then she left.
313
+
314
+ Well, the night they broke up, she slept at her friend Alloieann’s place for a few evenings and was astonished at how deep her restful state was. Normally she was taking four Excedrin a day. None of that. She jumped off a diving board for the first time in just as long. In fact, everything was just smashing until a waiter at Red Lobster dropped a tray and she involuntarily snagged it with her mental powers.
315
+
316
+ The jig was up and Arthur says the last he heard, his girlfriend was sold to the FBI by her own father for $280,000 and a lifetime supply of cheesesteaks. My brother interrupted me just then to borrow five bucks, but have to admit that I was quite disappointed that she was unable to bamboozle her captors. Why didn’t she use the FBI’s neckties against them? Why didn’t she topple a jar of dice from an upper shelf upon them? Couldn’t there have been a sudden appearance by a jetski?
317
+
318
+ I waited until after the matinee to catch up with Arthur again and I let the bell at city hall ring twice before taking the crosswalk.
319
+
320
+ - - A Smart Curtsy
321
+ - |
322
+ Princess Tesgid of the Kingdom of Alsacious was universally loved by her subjects. And how genuine it was. Their wall-hangings were images of her. Their works of calligraphy all memorialized her finest sayings. They used her name so much that the air became more accustomed to that series of vocal vibrations and you could hear it repeating against the clouds and mountains. And rightfully so, she wrote very good poetry about the plight of her citizen’s poverty and was incredibly sympathetic toward them all.
323
+
324
+ In her most recent anthology So Many Fingers Doth Dwindle and Chime, she wrote:
325
+
326
+ When I see the urchin’s knees,
327
+ shuffling through the clover patch,
328
+ their socks let go miles past,
329
+ their gloves reek as an ostrich gizzard
330
+ and their eyes, oh,
331
+ now their eyes do still give a smart curtsy.
332
+
333
+ While you or I might neglect to sense the nuances of these words, I assure you that this was a terribly tragic stanza for the Princess and the message received by the street folk was: we have been coarsely mocked. In the ruling society, “a smart curtsy” would generally be regarded as a polite dip of the head with an underlying bouquet of wonderment. However, a divergent meaning had sprung from the darker slums and shipyard embankments which twisted the term “a smart curtsy” to describe the motion of beheading a child infected by the parasitic spirit of a deceased feral cat.
334
+
335
+ What’s more, the clover patch reference was unmistakable! That was up Swollery’s Cliff, the field where those cats had been petrified into an upright column of maple sap. How dare this Princess rail against the totems. Be she in league with the cats now?
336
+
337
+ The city stirred, many ill with worry of riots and looting, others retreating to quiet places where they could internalize the poems under the soft light of the moon and the warm pyres of freshly massacred cats. All were scraping that third line for meaning. Where did the socks let go? Discovering the exact location could possibly vindicate the Princess, particularly if it were at the national Cemetary of the Beloved. Or better yet, the dessert counter at Stage and Svenson’s. That would be quite hilarious actually!
338
+
339
+ The Princess was aloof from all this, working at home on upgrading her word processing software which insisted that it needed Disk 3 when she was sure that very disk was in the slot right now!
340
+
341
+ - - The Secret Sandwich
342
+ - |
343
+ Legend speaks of a sandwich—very discreet, somewhere—a sandwich well-concealed and expertly invisible. A sandwich so secret that its most vocal defenders absolutely doubt its existence. And they cite this prevelant doubt as the only actual proof of its existence. Sure, but do they have to say it with such skepticism?
344
+
345
+ The only tangible proof was uncovered some years ago when an advertisement appeared in the Aberdeen Examiner. A mail-order cassette titled Sounds of the Secret Sandwich. A cassette which was largely blank, save for a brief conversation at 23’10”. A little child says, “Dad, dad!” and the wind is blowing. Then, this raspy voice says, “What is that? Are you wearing a beret?” The kid says really loud, “WHAT??” And the older voice says, “That’s cute, come here, show me, what is that you’re wearing on your head?” And there’s some movement and the kid is quiet, the wind dies down and the older voice says, “Oh, sure, I know what this is—it’s a—uh—it’s a dead bird.” So, I have my doubts about the validity of this recording.
346
+
347
+ - - A Magic Milk
348
+ - |
349
+ So, one day, at about two in the afternoon, a furniture salesman named Shelts took a break and sat down to enjoy a glass of milk outside, a delicious glass of whole milk, above a velutinous panorama of hills and mists. Well, halfway into his glass, he almost gulped down a sock that was floating in the drink. Quickly, he fished it out. Aha! A long, wet tube sock with red stripes at the top.
350
+
351
+ Shelts was absolutely grossed out, how revolting, especially considering that the bottom of the sock had some wear and tear, and he dashed off to chuck it over the cliff into the velutinous panorama. But before he let get of it, the sock cried out, “Please, Shelts! Don’t do it. Don’t throw me over! I will do anything!”
352
+
353
+ He said to the sock, “Oh, really? What exactly can you do for me? I am really furious about this.”
354
+
355
+ “Well,” said the sock, “I can talk. Do you happen to like conversation?”
356
+
357
+ “Not really,” said Shelts. “I prefer peace and quiet.”
358
+
359
+ “Oh, well, no problem,” said the sock. “I can just shut up and keep one of your feet all warm and cozy.”
360
+
361
+ “Oh no no, that just sounds uneven,” said Shelts. “I really don’t like any of the options you’ve offered so far. What’s more I didn’t at all like the taste of you skulking around in my milk in the first place. So off you go.”
362
+
363
+ And with that, he threw the sock off the cliff, off to drift down the hills and mists, off into the velutinous panorama. And that would have been the end of it, except that the magic of milk did not stop there. No, hardly.
364
+
365
+ Milk enjoyed such a remunerative renaissance, this new kind of milk that could spontaneously generate sentient socks and curious coats of all kinds. Milk became the great worldwide seamstress and no gulp or swallow went without a complimentary sleeve streaming from the side of every cup.
366
+
367
+ Eventually, it dawned upon Shelts that he had been quite unfair. And as the furniture business took one of its occassional plummets, Shelts found himself begging the cartons in his own refrigerator for some kind of gloves or vest. Even a sock, a worn tube sock, with a dirty sole and red stripes, perhaps? What a terrible spot Shelts had got himself into, not a single gallon or half would pay mind.
368
+
369
+ Ah, but no matter, he didn’t last long. Milk and its magic soon learned to generate more milk and more milk magic. And the land was awash in self-reciprocating dairies, happily lapping against each other, so that there were no more roads and no furniture and no more furniture salesman to sell furniture and no hills or mists and no velutinous panoramas.
370
+
371
+ All that was left in that whole world was a clumsy antelope who had gotten herself trapped in an airtight barrel, bored and snorting, bobbing across the many milks.
372
+
373
+ - - Adventure of The Apple's Mom
374
+ - |
375
+ One of the most amazing things to ever happen in Peru happened to a monkey, an adorable, little trained female monkey, the property of one Emilio DeBuana. Emilio truly loved his pet monkey—I mean this animal had such a fantastic smile and huge pearly eyes.
376
+
377
+ But, see here: this monkey’s life was suddenly tossed upside-down when she gave birth to an apple, well-polished with a squinty and agonized male face. The monkey worked hard to give the little apple a proper life, frantically soothing it and swaddling it in hot towels, breast-feeding it, but it was often inconsolable, moaning deeply night and morning.
378
+
379
+ The monkey, once so happy and frolicsome, now found her life to be miserable. The crispy apricot leaves which had once made so her so ecstatic and backflippy, now dissolved in her pockets no thanks to the erosive stains left where the apple had soiled. She also could not count with her fingers, which crossed over themselves, perplexing the eyes. Everything had been cursed, had been smitten by the apple’s constant foul language. Her bookcase was even eaten by flies!
380
+
381
+ So she planned her escape one night. She folded an origami tortilla airplane. She got inside. She set a course for the North Pole. And she sailed off the top of Mt. Abalacion.
382
+
383
+ This left Emilio with custody of the apple. He planned to poison the apple or set a worm upon it. These plans did not come to fruition. He simply panicked and offered the apple some chewing tobacco, which the apple man gladly chomped down on with blocky porcelain teeth and the two made their days in a lazy trance on the front stoop, filling up spittoons and rolling bottles to each other and hitting dogs with slingshots.
384
+
385
+ The monkey’s airplane eventually landed on a distant moon, a very fragile moon, delicate as an egg shell dipped in a mixture of thyme leaves and coconut milk. In fact, her plane had a very sharp nose which pricked a hole in the light shell of the moon. The inhabitants of other nearby planets had called it Nordium—which is to say The Best Ball. Now, after the plane crash, it was renamed Jenny, which translates Ruined For Everyone.
386
+
387
+ For over a decade, the monkey sat stranded, managing to subsist on the milk fuzz inside the hollow moon. Oh, and tortilla. In time, a technician from the phone company dropped in to set the monkey up with basic cable and call waiting. He told her to hit the TALK button twice to click over to call waiting, but I swear she managed to hang up on every single monkey that tried to call.