docparser 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -0
  3. data/.rubocop.yml +5 -0
  4. data/.travis.yml +3 -0
  5. data/Gemfile +9 -1
  6. data/README.md +11 -4
  7. data/Rakefile +15 -0
  8. data/example.rb +9 -7
  9. data/lib/docparser.rb +1 -0
  10. data/lib/docparser/document.rb +18 -11
  11. data/lib/docparser/output.rb +8 -8
  12. data/lib/docparser/output/html_output.rb +53 -47
  13. data/lib/docparser/output/json_output.rb +8 -3
  14. data/lib/docparser/output/multi_output.rb +4 -8
  15. data/lib/docparser/output/nil_output.rb +21 -0
  16. data/lib/docparser/output/screen_output.rb +2 -1
  17. data/lib/docparser/output/xlsx_output.rb +12 -2
  18. data/lib/docparser/output/yaml_output.rb +6 -1
  19. data/lib/docparser/parser.rb +80 -49
  20. data/lib/docparser/version.rb +1 -1
  21. data/test/lib/docparser/blackbox_test.rb +29 -0
  22. data/test/lib/docparser/document_test.rb +134 -0
  23. data/test/lib/docparser/logging_test.rb +19 -0
  24. data/test/lib/docparser/output/csv_output_test.rb +51 -0
  25. data/test/lib/docparser/output/html_output_test.rb +57 -0
  26. data/test/lib/docparser/output/json_output_test.rb +65 -0
  27. data/test/lib/docparser/output/multi_output_test.rb +80 -0
  28. data/test/lib/docparser/output/nil_output_test.rb +27 -0
  29. data/test/lib/docparser/output/screen_output_test.rb +55 -0
  30. data/test/lib/docparser/output/xlsx_output_test.rb +53 -0
  31. data/test/lib/docparser/output/yaml_output_test.rb +76 -0
  32. data/test/lib/docparser/output_test.rb +85 -0
  33. data/test/lib/docparser/parser_test.rb +197 -0
  34. data/test/lib/docparser/version_test.rb +11 -0
  35. data/test/support/hackaday/dl.rb +4 -0
  36. data/test/support/hackaday/file_1.html +716 -0
  37. data/test/support/hackaday/file_10.html +791 -0
  38. data/test/support/hackaday/file_11.html +787 -0
  39. data/test/support/hackaday/file_12.html +715 -0
  40. data/test/support/hackaday/file_13.html +793 -0
  41. data/test/support/hackaday/file_14.html +718 -0
  42. data/test/support/hackaday/file_15.html +707 -0
  43. data/test/support/hackaday/file_16.html +713 -0
  44. data/test/support/hackaday/file_17.html +715 -0
  45. data/test/support/hackaday/file_18.html +725 -0
  46. data/test/support/hackaday/file_19.html +715 -0
  47. data/test/support/hackaday/file_2.html +793 -0
  48. data/test/support/hackaday/file_20.html +795 -0
  49. data/test/support/hackaday/file_21.html +804 -0
  50. data/test/support/hackaday/file_22.html +722 -0
  51. data/test/support/hackaday/file_23.html +793 -0
  52. data/test/support/hackaday/file_24.html +717 -0
  53. data/test/support/hackaday/file_25.html +715 -0
  54. data/test/support/hackaday/file_26.html +717 -0
  55. data/test/support/hackaday/file_27.html +723 -0
  56. data/test/support/hackaday/file_28.html +711 -0
  57. data/test/support/hackaday/file_29.html +711 -0
  58. data/test/support/hackaday/file_3.html +794 -0
  59. data/test/support/hackaday/file_30.html +715 -0
  60. data/test/support/hackaday/file_31.html +713 -0
  61. data/test/support/hackaday/file_32.html +714 -0
  62. data/test/support/hackaday/file_33.html +716 -0
  63. data/test/support/hackaday/file_34.html +714 -0
  64. data/test/support/hackaday/file_35.html +792 -0
  65. data/test/support/hackaday/file_36.html +719 -0
  66. data/test/support/hackaday/file_37.html +712 -0
  67. data/test/support/hackaday/file_38.html +709 -0
  68. data/test/support/hackaday/file_39.html +808 -0
  69. data/test/support/hackaday/file_4.html +814 -0
  70. data/test/support/hackaday/file_40.html +801 -0
  71. data/test/support/hackaday/file_5.html +715 -0
  72. data/test/support/hackaday/file_6.html +792 -0
  73. data/test/support/hackaday/file_7.html +714 -0
  74. data/test/support/hackaday/file_8.html +717 -0
  75. data/test/support/hackaday/file_9.html +719 -0
  76. data/test/support/test_encoding.html +12 -0
  77. data/test/support/test_encoding2.html +12 -0
  78. data/test/support/test_html.html +16 -0
  79. data/test/support/test_xml.xml +5 -0
  80. data/test/test_helper.rb +14 -0
  81. metadata +126 -3
@@ -0,0 +1,792 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3
+ <!--
4
+ generated 91 seconds ago
5
+ generated in 0.407 seconds
6
+ served from batcache in 0.002 seconds
7
+ expires in 209 seconds
8
+ -->
9
+ <head profile="http://gmpg.org/xfn/11">
10
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11
+ <title>Hack a Day — Fresh hacks every day</title>
12
+ <meta name="description" content="Fresh hacks every day" />
13
+ <meta name="robots" content="noodp,noydir" />
14
+ <link rel="Shortcut Icon" href="http://s1.wp.com/wp-content/themes/vip/hackaday2/images/favicon.ico?m=1353160633g" type="image/x-icon" />
15
+ <link rel="stylesheet" href="http://s1.wp.com/wp-content/themes/vip/hackaday2/style.css?m=1363789849g" type="text/css" media="screen" />
16
+
17
+ <meta name="description" content="Fresh hacks every day" />
18
+ <meta name="keywords" content="hall of fame, fpga, nook hacks, internet hacks, marijuana hacks, network hacks, high voltage hacks, palm pre hacks, blackberry hacks, podcasts, virtual reality, drone hacks, lockpicking hacks, interviews, kindle hacks, phone hacks, weekly roundup, reviews, firefox hacks, g1 hacks" />
19
+ <script src='http://r-login.wordpress.com/remote-login.php?action=js&amp;host=hackaday.com&amp;id=4779443&amp;t=1366801062&amp;back=hackaday.com%2Fpage%2F35%2F' type="text/javascript"></script>
20
+ <script type="text/javascript">
21
+ /* <![CDATA[ */
22
+ if ( 'function' === typeof WPRemoteLogin ) {
23
+ document.cookie = "wordpress_test_cookie=test; path=/";
24
+ if ( document.cookie.match( /(;|^)\s*wordpress_test_cookie\=/ ) ) {
25
+ WPRemoteLogin();
26
+ }
27
+ }
28
+ /* ]]> */
29
+ </script>
30
+ <link rel="alternate" type="application/rss+xml" title="Hack a Day &raquo; Feed" href="http://feeds2.feedburner.com/hackaday/LgoM" />
31
+ <link rel="alternate" type="application/rss+xml" title="Hack a Day &raquo; Comments Feed" href="http://hackaday.com/comments/feed/" />
32
+ <script type="text/javascript">
33
+ /* <![CDATA[ */
34
+ function addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}
35
+ /* ]]> */
36
+ </script>
37
+ <link rel="canonical" href="http://hackaday.com/" />
38
+ <link rel='stylesheet' id='all-css-0' href='http://s0.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1s/JzE4t1s9KLSlITM7WBfP0kouLdfSxKy/ILy7RTctJzCzSLy6pzEklVm1GYlFmXjqMxtBVkpGaC3RGhol+ek5+UmIOSIF9rq2hsZmZuYmxqbFlFgANUUYu' type='text/css' media='all' />
39
+ <script type='text/javascript'>
40
+ /* <![CDATA[ */
41
+ var SafeCommentsAjax = {"ajaxurl":"http:\/\/hackaday.com\/wp-admin\/admin-ajax.php"};
42
+ /* ]]> */
43
+ </script>
44
+ <script type='text/javascript' src='http://s0.wp.com/_static/??-eJyFz0sKAjEMBuALWUsZpjvxLKXGmjp92KQz6umNogtRFAJZ5Et+opeqMPup74B0lDp1aJdnW0da6V9AJQzNMbygL5kh893VQpyAyIVv0/cYzDPC8pdF4Or8UTUgvH5c5QNInp6x6jr1gJk0uT2IrqWxsJSEPX5w0Z1lfZs2ZrB2NIOxY7wBpfljQw=='></script>
45
+ <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://hackadaycom.wordpress.com/xmlrpc.php?rsd" />
46
+ <link rel="shortcut icon" type="image/x-icon" href="http://0.gravatar.com/blavatar/4f3e6b6daa090af416a1ba595885efd1?s=16" sizes="16x16" />
47
+ <link rel="icon" type="image/x-icon" href="http://0.gravatar.com/blavatar/4f3e6b6daa090af416a1ba595885efd1?s=16" sizes="16x16" />
48
+ <link rel="apple-touch-icon-precomposed" href="http://1.gravatar.com/blavatar/5560f98f805877b0e332f191cb9e0af3?s=114" />
49
+ <link rel='openid.server' href='http://hackadaycom.wordpress.com/?openidserver=1' />
50
+ <link rel='openid.delegate' href='http://hackadaycom.wordpress.com/' />
51
+ <link rel="search" type="application/opensearchdescription+xml" href="http://hackaday.com/osd.xml" title="Hack a Day" />
52
+ <link rel="search" type="application/opensearchdescription+xml" href="http://wordpress.com/opensearch.xml" title="WordPress.com" />
53
+ <style>
54
+ /* <![CDATA[ */
55
+ /* Block: reblog */
56
+
57
+ .reblog-from img { margin: 0 10px 0 0; vertical-align: middle; padding: 0; border: 0; }
58
+ .reblogger-note img.avatar { float: left; padding: 0; border: 0; }
59
+ .reblogger-note-content { margin: 0 0 20px; }
60
+ .reblog-post .wpcom-enhanced-excerpt-content { border-left: 3px solid #eee; padding-left: 15px; }
61
+ .reblog-post ul.thumb-list { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
62
+ .reblog-post ul.thumb-list li { display: inline; margin: 0; padding: 0 1px; border: 0; }
63
+ .reblog-post ul.thumb-list li a { margin: 0; padding: 0; border: 0; }
64
+ .reblog-post ul.thumb-list li img { margin: 0; padding: 0; border: 0; }
65
+
66
+ .reblog-post .wpcom-enhanced-excerpt { clear: both; }
67
+
68
+ .reblog-post .wpcom-enhanced-excerpt address,
69
+ .reblog-post .wpcom-enhanced-excerpt li,
70
+ .reblog-post .wpcom-enhanced-excerpt h1,
71
+ .reblog-post .wpcom-enhanced-excerpt h2,
72
+ .reblog-post .wpcom-enhanced-excerpt h3,
73
+ .reblog-post .wpcom-enhanced-excerpt h4,
74
+ .reblog-post .wpcom-enhanced-excerpt h5,
75
+ .reblog-post .wpcom-enhanced-excerpt h6,
76
+ .reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }
77
+
78
+ .reblog-post .wpcom-enhanced-excerpt blockquote,
79
+ .reblog-post .wpcom-enhanced-excerpt pre,
80
+ .reblog-post .wpcom-enhanced-excerpt code,
81
+ .reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }
82
+
83
+
84
+ /* ]]> */
85
+ </style>
86
+
87
+ <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
88
+ <style>
89
+ .wpcom-related-posts ul li {
90
+ list-style-type: none;
91
+ display: inline-block;
92
+ }
93
+ </style>
94
+ <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
95
+ <style type="text/css">
96
+ .recentcomments a {
97
+ display: inline !important;
98
+ padding: 0 !important;
99
+ margin: 0 !important;
100
+ }
101
+
102
+ table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
103
+ border: 0px;
104
+ margin: 0;
105
+ }
106
+
107
+ table.recentcommentsavatartop a, table.recentcommentsavatarend a {
108
+ border: 0px !important;
109
+ background-color: transparent !important;
110
+ }
111
+
112
+ td.recentcommentsavatarend, td.recentcommentsavatartop {
113
+ padding: 0px 0px 1px 0px;
114
+ margin: 0px;
115
+ }
116
+
117
+ td.recentcommentstextend {
118
+ border: none !important;
119
+ padding: 0px 0px 2px 10px;
120
+ }
121
+
122
+ .rtl td.recentcommentstextend {
123
+ padding: 0px 10px 2px 0px;
124
+ }
125
+
126
+ td.recentcommentstexttop {
127
+ border: none !important;
128
+ padding: 0px 0px 0px 10px;
129
+ }
130
+
131
+ .rtl td.recentcommentstexttop {
132
+ padding: 0px 10px 0px 0px;
133
+ }
134
+ </style>
135
+ <meta name="application-name" content="Hack a Day" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Fresh hacks every day" /><meta name="msapplication-task" content="name=Subscribe;action-uri=http://feeds2.feedburner.com/hackaday/LgoM;icon-uri=http://0.gravatar.com/blavatar/4f3e6b6daa090af416a1ba595885efd1?s=16" /><style id="syntaxhighlighteranchor"></style>
136
+
137
+ <script>jQuery(document).ready(function($) {
138
+ $("cswap li a").click(function() {
139
+ $("link").attr("href",$(this).attr('rel'));
140
+ return false;
141
+ });
142
+ });</script>
143
+ <meta name="google-site-verification" content="v0_F4q2HixEv6wrQCEKBEbp2Wuj0oI9ywwaN6aoV0JE" />
144
+ </head>
145
+ <body class="home blog paged paged-35 typekit-enabled header-image content-sidebar highlander-enabled highlander-light">
146
+
147
+ <div id="fb-root"></div>
148
+ <script>(function(d, s, id) {
149
+ var js, fjs = d.getElementsByTagName(s)[0];
150
+ if (d.getElementById(id)) return;
151
+ js = d.createElement(s); js.id = id;
152
+ js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
153
+ fjs.parentNode.insertBefore(js, fjs);
154
+ }(document, 'script', 'facebook-jssdk'));</script>
155
+ <div id="wrap">
156
+ <div id="header"><div class="wrap"><div id="title-area"><h1 id="title"><a href="http://hackaday.com/" title="Hack a Day">Hack a Day</a></h1><p id="description">Fresh hacks every day</p></div><!-- end #title-area --><div class="widget-area"><div = "leaderboard">
157
+ <script type="text/javascript"><!--
158
+ google_ad_client = "ca-pub-1812638130783065";
159
+ /* Hackaday, 728x90, created 4/26/08, Leaderboard */
160
+ google_ad_slot = "4036713767";
161
+ google_ad_width = 728;
162
+ google_ad_height = 90;
163
+ //-->
164
+ </script>
165
+ <script type="text/javascript"
166
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
167
+ </script>
168
+ </div>
169
+ <div id="adslice">
170
+
171
+ <script type="text/javascript"><!--
172
+ google_ad_client = "pub-1812638130783065";
173
+ /* Hackaday, 728x15, created 4/26/08, AdSlice */
174
+ google_ad_slot = "0246324944";
175
+ google_ad_width = 728;
176
+ google_ad_height = 15;
177
+ //-->
178
+ </script>
179
+
180
+ <script type="text/javascript"
181
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
182
+ </script>
183
+
184
+ </div></div><!-- end .widget-area --></div><!-- end .wrap --></div><!--end #header--><div id="nav"><div class="wrap"><ul id="menu-main" class="menu menu-primary superfish"><li id="menu-item-90201" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90201"><a href="http://www.hackaday.com">Home</a></li>
185
+ <li id="menu-item-77211" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-77211"><a href="http://hackaday.com/contact-hack-a-day/">Submit a tip</a></li>
186
+ <li id="menu-item-90210" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90210"><a href="http://forums.hackaday.com">forums</a></li>
187
+ <li id="menu-item-94591" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94591"><a href="http://hackaday.com/hackaday-staff/">Hackaday Staff</a></li>
188
+ <li class="right search">
189
+ <form method="get" class="searchform" action="http://hackaday.com/" >
190
+
191
+ <input type="text" value="Search this website &hellip;" name="s" class="s" onfocus="if (this.value == 'Search this website &hellip;') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website &hellip;';}" />
192
+ <input type="submit" class="searchsubmit" value="Search" />
193
+ </form>
194
+ </li></ul></div><!-- end .wrap --></div><div id="inner"><div class="wrap"> <div id="content-sidebar-wrap">
195
+ <div id="content" class="hfeed">
196
+ <div class="post-96042 post type-post status-publish format-standard hentry category-cellphones-hacks category-security-hacks tag-bash tag-bluetooth tag-security">
197
+
198
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/12/a-clever-solution-for-constantly-locking-workstations/" title="A clever solution for constantly locking&nbsp;workstations" rel="bookmark">A clever solution for constantly locking&nbsp;workstations</a></h2>
199
+
200
+ <div class="post-info"><span class="date published time" title="2013-03-12T18:00:40+00:00">March 12, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/brianbenchoff/" class="fn n" title="Brian Benchoff" rel="author">Brian Benchoff</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/12/a-clever-solution-for-constantly-locking-workstations/#comments">55 Comments</a></span> </div> <div class="entry-content">
201
+ <p><img class="aligncenter size-full wp-image-96043" alt="ROBOT" src="http://hackadaycom.files.wordpress.com/2013/03/robot.png?w=530&#038;h=103" width="530" height="103" /></p>
202
+ <p>[Vasilis] works at CERN, and like any large organization that invented the World Wide Web, they take computer security pretty seriously. One &#8216;feature&#8217; the IT staff implemented is locking the desktop whenever the screen saver runs. When [Vasilis] is in his office but not at his battlestation, the screen saver invariably runs, locking the desktop, and greatly annoying [Vasilis].</p>
203
+ <p>The usual Hackaday solution to this problem would be a complex arrangement of RFID tags, webcams, and hundreds, if not thousands of lines of code. [Vasilis] came up with a much better solution: have the computer ping his phone over Bluetooth. If the phone is detected by the computer, kill the screen saver.</p>
204
+ <p><a href="https://github.com/vlachoudis/DetectPhone">The code is up on Github</a>. It&#8217;s not much &#8211; just 20 lines of a Bash script &#8211; but it&#8217;s just enough to prevent the aggravation of typing in a password dozens of times a day.</p>
205
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
206
+ <div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/cellphones-hacks/" title="View all posts in cellphones hacks" rel="category tag">cellphones hacks</a>, <a href="http://hackaday.com/category/security-hacks/" title="View all posts in security hacks" rel="category tag">security hacks</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/bash/" rel="tag">bash</a>, <a href="http://hackaday.com/tag/bluetooth/" rel="tag">bluetooth</a>, <a href="http://hackaday.com/tag/security/" rel="tag">security</a></span> </div>
207
+ </div><!-- end .postclass -->
208
+ <div class="post-96028 post type-post status-publish format-standard hentry category-classic-hacks tag-laser-projector tag-mame tag-openlase tag-xmame">
209
+
210
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/12/playing-mame-games-on-a-rgb-laser-projector/" title="Playing MAME Games on a RGB Laser&nbsp;Projector" rel="bookmark">Playing MAME Games on a RGB Laser&nbsp;Projector</a></h2>
211
+
212
+ <div class="post-info"><span class="date published time" title="2013-03-12T16:01:49+00:00">March 12, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/ericevenchick/" class="fn n" title="Eric Evenchick" rel="author">Eric Evenchick</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/12/playing-mame-games-on-a-rgb-laser-projector/#comments">20 Comments</a></span> </div> <div class="entry-content">
213
+ <p><a href="http://hackaday.com/?attachment_id=96029" rel="attachment wp-att-96029"><img class="alignnone size-large wp-image-96029" alt="MAME Laser Projector" src="http://hackadaycom.files.wordpress.com/2013/03/lasermame.png?w=580&#038;h=312" width="580" height="312" /></a></p>
214
+ <p>Vector based displays were used for arcade games in the &#8217;70s and &#8217;80s. A typical CRT uses raster graphics, which are displayed by deflecting a beam in a grid pattern onto a phosphor. A vector display deflects the beam in lines rather than a full grid, drawing only the needed vectors. Perhaps the best known vector game is the original Asteroids.</p>
215
+ <p>[Jeremy] built up a RGB laser projector, and wanted to run some <a title="Laser Projector playing MAME Vector Games" href="http://jv4779.blogspot.ca/2013/03/laser-projector-playing-mame-vector.html">classic arcade titles on it</a>. He started off by using the XMAME emulator, but had to modify it to communicate with the laser and reduce flicker on the display.</p>
216
+ <p>To control the laser, a modified version of <a title="OpenLase" href="https://github.com/marcan/openlase">OpenLase</a> was used. This had to be enhanced to support RGB color. The modified sources for both the <a title="OpenLase-MAME on Github" href="https://github.com/jv4779/openlase-mame">MAME emulator</a> and <a title="RGB OpenLase on Github" href="https://github.com/jv4779/openlase">OpenLase</a> are available on Github.</p>
217
+ <p>[Jeremy]&#8216;s friend, [Steve], even got a vector based game that he wrote working on the system. &#8220;<a title="World War vi" href="https://github.com/smcameron/wordwarvi/tree/open-lase">World War vi</a>&#8221; is a shoot-em-up battle about the vi and emacs text editors.</p>
218
+ <p>The results of the build are shown in a series of videos after the break.</p>
219
+ <p> <a href="http://hackaday.com/2013/03/12/playing-mame-games-on-a-rgb-laser-projector/#more-96028" class="more-link">[Read more...]</a></p>
220
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
221
+ <div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/classic-hacks/" title="View all posts in classic hacks" rel="category tag">classic hacks</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/laser-projector/" rel="tag">laser projector</a>, <a href="http://hackaday.com/tag/mame/" rel="tag">mame</a>, <a href="http://hackaday.com/tag/openlase/" rel="tag">openlase</a>, <a href="http://hackaday.com/tag/xmame/" rel="tag">xmame</a></span> </div>
222
+ </div><!-- end .postclass -->
223
+ <div class="post-96013 post type-post status-publish format-standard hentry category-musical-hacks tag-drum tag-hank-drum tag-instrument tag-music tag-propane">
224
+
225
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/12/making-a-propane-tank-hank-drum/" title="Making a Propane Tank Hank&nbsp;Drum" rel="bookmark">Making a Propane Tank Hank&nbsp;Drum</a></h2>
226
+
227
+ <div class="post-info"><span class="date published time" title="2013-03-12T14:01:06+00:00">March 12, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/jeremyscook/" class="fn n" title="Jeremy Cook" rel="author">Jeremy Cook</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/12/making-a-propane-tank-hank-drum/#comments">35 Comments</a></span> </div> <div class="entry-content">
228
+ <p style="text-align:center;"><a href="http://hackaday.com/?attachment_id=96014" rel="attachment wp-att-96014"><img class="aligncenter size-large wp-image-96014" title="Find this at your nearset dealer of Propane and Propane accessories" alt="all-hank-drum-notes-laid-out" src="http://hackadaycom.files.wordpress.com/2013/03/all-hank-drum-notes-laid-out.jpg?w=580&#038;h=386" width="580" height="386" /></a></p>
229
+ <p>A <a title="Hank Drum overview" href="http://www.jcopro.net/2013/02/25/hank-drum-construction-overview/" target="_blank">[Hank Drum], as explained here</a>, is a steel drum-type instrument made out of a propane tank. The name comes from the <a title="Hang Wikipedia" href="http://en.wikipedia.org/wiki/Hang_%28instrument%29" target="_blank">[Hang] or [Hang Drum]</a> which is significantly more expensive than that $40 or so an empty propane tank costs. Of course, you&#8217;ll have to do some work to get it to play beautiful music, which can be seen in a time-lapse construction video after the break.</p>
230
+ <p>The details of <a title="Hank drum dimensions" href="http://www.jcopro.net/2013/03/11/hank-drum-construction-details-and-dimensions/" target="_blank">how this instrument was made can be found here</a>, including how to lay everything out and cut out eight relatively neat &#8220;tongues&#8221; for producing different tones. I used a Dremel tool, but this can also be done using saber saw for a curved top. This method is <a title="Hank Drum Template" href="http://dennishavlena.com/for-webpage-lp-hang.htm" target="_blank">explained here with a template,</a> but the results may not be as neat.</p>
231
+ <p>If you want to try this yourself, make sure to use an empty, unused propane tank. This is extremely important. For another entirely different homemade instrument, why not check out the <a title="How to Make a Whamola [Hackaday]" href="http://hackaday.com/2012/06/01/how-to-make-a-whamola/" target="_blank">[Whamola] that we made</a> a year or so ago? <a href="http://hackaday.com/2013/03/12/making-a-propane-tank-hank-drum/#more-96013" class="more-link">[Read more...]</a></p>
232
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
233
+ <div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/musical-hacks/" title="View all posts in musical hacks" rel="category tag">musical hacks</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/drum/" rel="tag">drum</a>, <a href="http://hackaday.com/tag/hank-drum/" rel="tag">hank-drum</a>, <a href="http://hackaday.com/tag/instrument/" rel="tag">instrument</a>, <a href="http://hackaday.com/tag/music/" rel="tag">music</a>, <a href="http://hackaday.com/tag/propane/" rel="tag">propane</a></span> </div>
234
+ </div><!-- end .postclass -->
235
+ <div align="center">
236
+
237
+
238
+
239
+ <script type="text/javascript"><!--
240
+
241
+ google_ad_client = "ca-pub-1812638130783065";
242
+
243
+ /* Hackaday, 300x250, created 4/26/08, MedRect main column */
244
+
245
+ google_ad_slot = "3449215672";
246
+
247
+ google_ad_width = 300;
248
+
249
+ google_ad_height = 250;
250
+
251
+ //-->
252
+
253
+ </script>
254
+
255
+ <script type="text/javascript"
256
+
257
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
258
+
259
+ </script>
260
+
261
+
262
+
263
+ </div> <div class="post-96035 post type-post status-publish format-standard hentry category-3d-printer-hacks category-weapons-hacks tag-defcad tag-defense-distributed">
264
+
265
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/12/defcad-the-island-of-misfit-objects/" title="DEFCAD, the island of misfit&nbsp;objects" rel="bookmark">DEFCAD, the island of misfit&nbsp;objects</a></h2>
266
+
267
+ <div class="post-info"><span class="date published time" title="2013-03-12T12:01:24+00:00">March 12, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/brianbenchoff/" class="fn n" title="Brian Benchoff" rel="author">Brian Benchoff</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/12/defcad-the-island-of-misfit-objects/#comments">126 Comments</a></span> </div> <div class="entry-content">
268
+ <p><img class="aligncenter size-full wp-image-96036" alt="AR" src="http://hackadaycom.files.wordpress.com/2013/03/ar.png?w=580&#038;h=257" width="580" height="257" /></p>
269
+ <p>Defense Distributed, the guys working on 3D printed guns and lower receivers for an AR-15, have a storied history with makers, corporations, and our elected representatives. When the news broke they were designing a 3D printed weapon, their $25,000 leased 3D printer was taken away from them. When their designs were too controversial for Thingiverse, they were taken down. Defense Distributed keeps on firing back, though, and <a href="http://defcad.org/">now they&#8217;re hosting their own 3D model repo called DEFCAD</a>.</p>
270
+ <p>In another one of Defense Distributed&#8217;s <a href="http://www.youtube.com/watch?v=rO54gzfite4">well-produced promo videos</a>, they make their case for a repository of 3D models that doesn&#8217;t respond to takedown requests. Basically, 3D printing is a disruptive technology and is too important to be beholden to copyright lawyers, talking heads of the media, and, &#8220;the collusive members of the maker community&#8221;.</p>
271
+ <p>DEFCAD isn&#8217;t only about guns. They plan on hosting anything those in the upper echelons of power don&#8217;t like &#8211; or at least those with a copyright, patent, or trademark gripe &#8211; and never responding to a takedown request. It&#8217;s a great idea, somewhat akin to The Pirate Bay for physical objects,<a href="http://thepiratebay.se/browse/605"> but actually popular</a>.</p>
272
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
273
+ <div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/3d-printer-hacks/" title="View all posts in 3d Printer hacks" rel="category tag">3d Printer hacks</a>, <a href="http://hackaday.com/category/weapons-hacks/" title="View all posts in weapons hacks" rel="category tag">weapons hacks</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/defcad/" rel="tag">DEFCAD</a>, <a href="http://hackaday.com/tag/defense-distributed/" rel="tag">Defense Distributed</a></span> </div>
274
+ </div><!-- end .postclass -->
275
+ <div class="post-96004 post type-post status-publish format-standard hentry category-news category-xbox-hacks tag-bunnie tag-ebook tag-free tag-hacking-the-xbox tag-swartz">
276
+
277
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/12/hacking-the-xbox-released-for-free-in-honor-of-aaron-swartz/" title="&#8220;Hacking the Xbox&#8221; Released for Free in Honor of [Aaron&nbsp;Swartz]" rel="bookmark">&#8220;Hacking the Xbox&#8221; Released for Free in Honor of [Aaron&nbsp;Swartz]</a></h2>
278
+
279
+ <div class="post-info"><span class="date published time" title="2013-03-12T10:01:31+00:00">March 12, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/ericevenchick/" class="fn n" title="Eric Evenchick" rel="author">Eric Evenchick</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/12/hacking-the-xbox-released-for-free-in-honor-of-aaron-swartz/#comments">20 Comments</a></span> </div> <div class="entry-content">
280
+ <p><a href="http://hackaday.com/?attachment_id=96005" rel="attachment wp-att-96005"><img class="alignnone size-large wp-image-96005" alt="Hacking the Xbox Cover" src="http://hackadaycom.files.wordpress.com/2013/03/hackingthexbox.jpg?w=300&#038;h=450" width="300" height="450" /></a></p>
281
+ <p>[Bunnie], the hardware hacker who first hacked into the original Xbox while at MIT, is releasing his book on the subject for free. The book was originally released in 2003, and delves into both the technical and legal aspects of hacking into the console.</p>
282
+ <p>The book is being released along with an <a title="Open Letter from [bunnie]" href="http://nostarch.com/xboxfree">open letter from [Bunnie]</a>. He discusses the issues he faced with MIT legal and copyright law when working on the project, and explains that the book is being released to honor [<a title="Aaron Swartz" href="http://en.wikipedia.org/wiki/Aaron_Swartz">Aaron Swartz</a>]. [Swartz] committed suicide in January following aggressive prosecution by the US government.</p>
283
+ <p>The book is a great read on practical applications of hardware hacking. It starts off with simple hacks: installing a blue LED, building a USB adapter for the device&#8217;s controller ports, and replacing the power supply. The rest of the book goes over how the security on the device was compromised, and the legal implications of pulling off the hack.</p>
284
+ <p>[Bunnie]&#8216;s open letter is worth a read, it explains the legal bullying that hackers deal with from a first hand prospective. The book itself is a fantastic primer on hardware hacking, and with this release anyone who hasn&#8217;t read it should grab the free PDF.</p>
285
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
286
+ <div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/news/" title="View all posts in news" rel="category tag">news</a>, <a href="http://hackaday.com/category/xbox-hacks/" title="View all posts in xbox hacks" rel="category tag">xbox hacks</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/bunnie/" rel="tag">bunnie</a>, <a href="http://hackaday.com/tag/ebook/" rel="tag">ebook</a>, <a href="http://hackaday.com/tag/free/" rel="tag">free</a>, <a href="http://hackaday.com/tag/hacking-the-xbox/" rel="tag">hacking the xbox</a>, <a href="http://hackaday.com/tag/swartz/" rel="tag">swartz</a></span> </div>
287
+ </div><!-- end .postclass -->
288
+ <div class="post-95981 post type-post status-publish format-standard hentry category-hackaday-links tag-analog-meter tag-raspberry-pi tag-survey tag-vandals tag-volt-meter">
289
+
290
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/12/hackaday-links-march-12-2013/" title="Hackaday Links: March 12,&nbsp;2013" rel="bookmark">Hackaday Links: March 12,&nbsp;2013</a></h2>
291
+
292
+ <div class="post-info"><span class="date published time" title="2013-03-12T08:00:20+00:00">March 12, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/brianbenchoff/" class="fn n" title="Brian Benchoff" rel="author">Brian Benchoff</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/12/hackaday-links-march-12-2013/#comments">28 Comments</a></span> </div> <div class="entry-content">
293
+ <h4>Thankfully saved from steampunkers</h4>
294
+ <p><img class="aligncenter size-full wp-image-95990" alt="meter" src="http://hackadaycom.files.wordpress.com/2013/03/meter.jpg?w=580&#038;h=239" width="580" height="239" /></p>
295
+ <p>[Chris] found a really cool pocket watch-style multimeter in a box of junk that was passed down from father to son. There aren&#8217;t any markings on it, so he&#8217;s looking for any information he can get on it. It&#8217;s a cool piece of vintage tech in any occasion; check out the pics he sent in below:</p>
296
+
297
+ <style type='text/css'>
298
+ #gallery-95981-1 {
299
+ margin: auto;
300
+ }
301
+ #gallery-95981-1 .gallery-item {
302
+ float: left;
303
+ margin-top: 10px;
304
+ text-align: center;
305
+ width: 25%;
306
+ }
307
+ #gallery-95981-1 img {
308
+ border: 2px solid #cfcfcf;
309
+ }
310
+ #gallery-95981-1 .gallery-caption {
311
+ margin-left: 0;
312
+ }
313
+ </style>
314
+ <!-- see gallery_shortcode() in wp-includes/media.php -->
315
+ <div data-carousel-extra='{"blog_id":4779443,"permalink":"http:\/\/hackaday.com\/2013\/03\/12\/hackaday-links-march-12-2013\/","likes_blog_id":4779443}' id='gallery-95981-1' class='gallery galleryid-95981 gallery-columns-4 gallery-size-thumbnail'><dl class='gallery-item'>
316
+ <dt class='gallery-icon landscape'>
317
+ <a href='http://hackaday.com/2013/03/12/hackaday-links-march-12-2013/img_0527/' title='IMG_0527'><img data-liked='0' data-reblogged='0' data-attachment-id="95991" data-orig-file="http://hackadaycom.files.wordpress.com/2013/03/img_0527.jpg" data-orig-size="3264,2448" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 5&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1359465013&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.13&quot;,&quot;iso&quot;:&quot;80&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0527" data-image-description="" data-medium-file="http://hackadaycom.files.wordpress.com/2013/03/img_0527.jpg?w=300" data-large-file="http://hackadaycom.files.wordpress.com/2013/03/img_0527.jpg?w=580" width="90" height="67" src="http://hackadaycom.files.wordpress.com/2013/03/img_0527.jpg?w=90&#038;h=67" class="attachment-thumbnail" alt="IMG_0527" /></a>
318
+ </dt></dl><dl class='gallery-item'>
319
+ <dt class='gallery-icon landscape'>
320
+ <a href='http://hackaday.com/2013/03/12/hackaday-links-march-12-2013/img_0528/' title='IMG_0528'><img data-liked='0' data-reblogged='0' data-attachment-id="95992" data-orig-file="http://hackadaycom.files.wordpress.com/2013/03/img_0528.jpg" data-orig-size="3264,2448" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 5&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1359465038&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.13&quot;,&quot;iso&quot;:&quot;50&quot;,&quot;shutter_speed&quot;:&quot;0.0029325513196481&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0528" data-image-description="" data-medium-file="http://hackadaycom.files.wordpress.com/2013/03/img_0528.jpg?w=300" data-large-file="http://hackadaycom.files.wordpress.com/2013/03/img_0528.jpg?w=580" width="90" height="67" src="http://hackadaycom.files.wordpress.com/2013/03/img_0528.jpg?w=90&#038;h=67" class="attachment-thumbnail" alt="IMG_0528" /></a>
321
+ </dt></dl><dl class='gallery-item'>
322
+ <dt class='gallery-icon portrait'>
323
+ <a href='http://hackaday.com/2013/03/12/hackaday-links-march-12-2013/img_0529/' title='IMG_0529'><img data-liked='0' data-reblogged='0' data-attachment-id="95993" data-orig-file="http://hackadaycom.files.wordpress.com/2013/03/img_0529.jpg" data-orig-size="2448,3264" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 5&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1359465157&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.13&quot;,&quot;iso&quot;:&quot;50&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0529" data-image-description="" data-medium-file="http://hackadaycom.files.wordpress.com/2013/03/img_0529.jpg?w=225" data-large-file="http://hackadaycom.files.wordpress.com/2013/03/img_0529.jpg?w=337" width="67" height="90" src="http://hackadaycom.files.wordpress.com/2013/03/img_0529.jpg?w=67&#038;h=90" class="attachment-thumbnail" alt="IMG_0529" /></a>
324
+ </dt></dl><dl class='gallery-item'>
325
+ <dt class='gallery-icon portrait'>
326
+ <a href='http://hackaday.com/2013/03/12/hackaday-links-march-12-2013/img_0530-2/' title='IMG_0530'><img data-liked='0' data-reblogged='0' data-attachment-id="95994" data-orig-file="http://hackadaycom.files.wordpress.com/2013/03/img_0530.jpg" data-orig-size="2448,3264" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 5&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1359465709&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.13&quot;,&quot;iso&quot;:&quot;50&quot;,&quot;shutter_speed&quot;:&quot;0.0027322404371585&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0530" data-image-description="" data-medium-file="http://hackadaycom.files.wordpress.com/2013/03/img_0530.jpg?w=225" data-large-file="http://hackadaycom.files.wordpress.com/2013/03/img_0530.jpg?w=337" width="67" height="90" src="http://hackadaycom.files.wordpress.com/2013/03/img_0530.jpg?w=67&#038;h=90" class="attachment-thumbnail" alt="IMG_0530" /></a>
327
+ </dt></dl><br style="clear: both" />
328
+ <br style='clear: both;' />
329
+ </div>
330
+
331
+ <h4>Here&#8217;s a fix for your illegal stuff</h4>
332
+ <p><img class="aligncenter size-full wp-image-95988" alt="pi" src="http://hackadaycom.files.wordpress.com/2013/03/pi.jpg?w=500&#038;h=167" width="500" height="167" /></p>
333
+ <p>[Don] &#8216;acquired&#8217; one of those <a href="http://www.raspberrypi.org/archives/3195">China-only Raspberry Pis</a>, but after plugging it in, only the power light would stay on. The fix, apparently, is putting <a href="http://pan.baidu.com/share/link?shareid=397442&amp;uk=1929742841">these three files</a> in the /boot folder of a Red Pi SD card.</p>
334
+ <h4>Not a pocket watch</h4>
335
+ <p><img class="aligncenter size-full wp-image-95997" alt="meter" src="http://hackadaycom.files.wordpress.com/2013/03/meter1.jpg?w=200&#038;h=200" width="200" height="200" /></p>
336
+ <p>[Tom] picked up an old DC volt meter in an antiques shop. He quickly gutted it <a href="http://www.manifestdensity.net/2013/03/10/texameter/">to make an analog meter display for his Raspberry Pi</a>. There&#8217;s  a few status lights to remind [Tom] of something he hasn&#8217;t figured out yet. Bonus points for a cheap buck boost converter, though.</p>
337
+ <h4>Smashing monitors? Really?</h4>
338
+ <p><img class="aligncenter size-full wp-image-95987" alt="NESIT Hackerspace" src="http://hackadaycom.files.wordpress.com/2013/03/nesit-hackerspace.png?w=514&#038;h=82" width="514" height="82" /></p>
339
+ <p>The Meriden, CT hackerspace, the New England Society of Information and Technology, <a href="http://nesit.org/nesit-vandalized/">was vandalized last week</a>. They&#8217;re dealing with some real punks here; their computers weren&#8217;t stolen, they were just smashed. NESIT is looking for donations (both money and equipment), so if you have a few monitors or old boxxen and live around there, consider donating them.</p>
340
+ <h4>Help a guy out here.</h4>
341
+ <p><img class="aligncenter size-full wp-image-95985" alt="survey" src="http://hackadaycom.files.wordpress.com/2013/03/survey.png?w=580&#038;h=50" width="580" height="50" /></p>
342
+ <p>[Jonathan] is a real cool dude that&#8217;s working on his master&#8217;s thesis on ways to build a sustainable company through the development of open source hardware. <a href="https://docs.google.com/forms/d/1AYMFzhuOfoNaDOQT9vvwU-nuzUsvzPEUVMeND6jbfNw/viewform">He wants you to take a survey</a>. How do we know he&#8217;s cool? <a href="http://hackaday.com/2008/01/05/nixie-counter-clock/">He had something posted on HaD</a> back when we had the old black and white and scotch tape images.</p>
343
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
344
+ <div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/hackaday-links/" title="View all posts in Hackaday links" rel="category tag">Hackaday links</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/analog-meter/" rel="tag">analog meter</a>, <a href="http://hackaday.com/tag/raspberry-pi/" rel="tag">raspberry pi</a>, <a href="http://hackaday.com/tag/survey/" rel="tag">survey</a>, <a href="http://hackaday.com/tag/vandals/" rel="tag">vandals</a>, <a href="http://hackaday.com/tag/volt-meter/" rel="tag">volt meter</a></span> </div>
345
+ </div><!-- end .postclass -->
346
+ <div class="post-95976 post type-post status-publish format-standard hentry category-3d-printer-hacks tag-mold tag-scoreboard tag-silicone">
347
+
348
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/12/molding-rubber-for-a-pre-production-prototype-use-a-3d-printed-model/" title="Molding rubber for a pre-production prototype use a 3D printed&nbsp;model" rel="bookmark">Molding rubber for a pre-production prototype use a 3D printed&nbsp;model</a></h2>
349
+
350
+ <div class="post-info"><span class="date published time" title="2013-03-12T06:01:51+00:00">March 12, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/mikehackaday/" class="fn n" title="Mike Szczys" rel="author">Mike Szczys</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/12/molding-rubber-for-a-pre-production-prototype-use-a-3d-printed-model/#comments">15 Comments</a></span> </div> <div class="entry-content">
351
+ <p><img class="aligncenter size-large wp-image-95977" alt="molding-rubber-for-production-models" src="http://hackadaycom.files.wordpress.com/2013/03/molding-rubber-for-production-models.png?w=580&#038;h=295" width="580" height="295" /></p>
352
+ <p>When you&#8217;re getting close to a production run the prototypes really need to hit the mark before pulling the trigger. [Bob's] still hard at work getting his scoreboard off the ground and his most recent endeavor was to find a way to prototype the rubber gasket without blowing his shoestring budget. His solution was to harness the power of 3D printing to generate a model from which he could <a href="http://portablescores.com/molding-silicone/">create the mold from which he cast the rubber part</a>.</p>
353
+ <p>To make things a bit more difficult, the band isn&#8217;t just decorative, it doubles as the tactile part of the scoreboard buttons. You can see all six of them (before being painted to make them stand out) in the inset image above. Just above that image is a picture of the mold making process. The toothpicks are suspending the 3D printed model of the rubber band while the lower half of the silicone mold sets up. Once that had happened [Bob] sprayed release agent to ensure the top half of the mold wouldn&#8217;t stick while it cured.</p>
354
+ <p>The results turned out just great. Sure, this isn&#8217;t the way to go if you&#8217;re making a lot of these things. But we&#8217;re impressed at the quality he achieve for a one-off item.</p>
355
+ <p>If the finished product on the left looks familiar it&#8217;s because <a href="http://hackaday.com/2012/06/19/bobs-experience-with-haxlr8r/">we looked in on the project last June</a>. [Bob] continues with improvements and plans to launch <a href="http://www.kickstarter.com/projects/bobbaddeley/428744400?token=0a4ee7a2">a crowd funding campaign</a> this week.</p>
356
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
357
+ <div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/3d-printer-hacks/" title="View all posts in 3d Printer hacks" rel="category tag">3d Printer hacks</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/mold/" rel="tag">mold</a>, <a href="http://hackaday.com/tag/scoreboard/" rel="tag">scoreboard</a>, <a href="http://hackaday.com/tag/silicone/" rel="tag">silicone</a></span> </div>
358
+ </div><!-- end .postclass -->
359
+ <div class="navigation"><div class="alignleft"><a href="http://hackaday.com/page/36/" >&laquo; Older Posts</a></div><div class="alignright"><a href="http://hackaday.com/page/34/" >Newer Posts &raquo;</a></div></div><!-- end .navigation --> </div><!-- end #content -->
360
+ <div id="sidebar" class="sidebar widget-area">
361
+ <div id=tl_ad>
362
+ <script type="text/javascript"><!--
363
+ google_ad_client = "ca-pub-1812638130783065";
364
+ /* Hackaday, 300x250, created 4/26/08, MedRect sidebar */
365
+ google_ad_slot = "7800245928";
366
+ google_ad_width = 300;
367
+ google_ad_height = 250;
368
+ //-->
369
+ </script>
370
+ <script type="text/javascript"
371
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
372
+ </script>
373
+
374
+ </div>
375
+
376
+
377
+
378
+
379
+
380
+
381
+ <div class="widget">
382
+ <h4>Never Miss a Hack</h4>
383
+ <div class="textwidget">
384
+
385
+ <!-- Place this tag where you want the badge to render. -->
386
+ <div class="g-plus" data-width= "280" data-href="https://plus.google.com/114843073658390316652" data-rel="publisher" data-theme="dark"></div>
387
+ <!-- Place this tag after the last badge tag. -->
388
+ <script type="text/javascript">
389
+ (function() {
390
+ var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
391
+ po.src = 'https://apis.google.com/js/plusone.js';
392
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
393
+ })();
394
+ </script>
395
+
396
+ <div class="fb-like" data-href="https://www.facebook.com/pages/Hack-a-Day/136115233068429?ref=hl" data-send="true" data-width="280" data-show-faces="true" data-colorscheme="dark"></div>
397
+
398
+ <a href="https://twitter.com/hackaday" class="twitter-follow-button" data-show-count="true" data-lang="en" data-size="large">Follow @twitter</a>
399
+ <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
400
+
401
+ <a href="http://feeds2.feedburner.com/hackaday/LgoM" target="_blank"><img src="http://hackadaycom.files.wordpress.com/2012/11/orange.png" border="0"/></a>
402
+ <div class="clear"> </div>
403
+ <!-- Begin MailChimp Signup Form -->
404
+ <link href="http://cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
405
+
406
+ <div id="mc_embed_signup">
407
+ <form action="http://mahalo.us5.list-manage.com/subscribe/post?u=126b2ab712043075d9bd7210e&amp;id=cb1aa8bd16" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
408
+ <label for="mce-EMAIL">Subscribe to our mailing list for sneak previews and behind the scenes info</label>
409
+ <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
410
+ <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
411
+ </form>
412
+ </div>
413
+
414
+ <!--End mc_embed_signup-->
415
+ </div>
416
+ </div>
417
+
418
+ <div id="categories-2" class="widget widget_categories"><div class="widget-wrap"><h4 class="widgettitle">Categories</h4>
419
+ <select name='cat' id='cat' class='postform' >
420
+ <option value='-1'>Select Category</option>
421
+ <option class="level-0" value="114554125">3d Printer hacks&nbsp;&nbsp;(116)</option>
422
+ <option class="level-0" value="18020710">android hacks&nbsp;&nbsp;(240)</option>
423
+ <option class="level-0" value="18020705">arduino hacks&nbsp;&nbsp;(1029)</option>
424
+ <option class="level-0" value="27981650">ARM&nbsp;&nbsp;(51)</option>
425
+ <option class="level-0" value="33199679">Ask Hackaday&nbsp;&nbsp;(29)</option>
426
+ <option class="level-0" value="64298109">ATtiny hacks&nbsp;&nbsp;(45)</option>
427
+ <option class="level-0" value="25122024">beer hacks&nbsp;&nbsp;(63)</option>
428
+ <option class="level-0" value="12115263">blackberry hacks&nbsp;&nbsp;(8)</option>
429
+ <option class="level-0" value="10969031">cellphones hacks&nbsp;&nbsp;(337)</option>
430
+ <option class="level-0" value="35745764">chemistry hacks&nbsp;&nbsp;(102)</option>
431
+ <option class="level-0" value="24483654">classic hacks&nbsp;&nbsp;(852)</option>
432
+ <option class="level-0" value="31677810">clock hacks&nbsp;&nbsp;(189)</option>
433
+ <option class="level-0" value="18755632">cnc hacks&nbsp;&nbsp;(341)</option>
434
+ <option class="level-0" value="568165">computer hacks&nbsp;&nbsp;(390)</option>
435
+ <option class="level-0" value="78428">cons&nbsp;&nbsp;(192)</option>
436
+ <option class="level-0" value="5738">contests&nbsp;&nbsp;(136)</option>
437
+ <option class="level-0" value="3923181">cooking hacks&nbsp;&nbsp;(72)</option>
438
+ <option class="level-0" value="10969032">digital audio hacks&nbsp;&nbsp;(422)</option>
439
+ <option class="level-0" value="10969033">digital cameras hacks&nbsp;&nbsp;(415)</option>
440
+ <option class="level-0" value="10969034">downloads hacks&nbsp;&nbsp;(101)</option>
441
+ <option class="level-0" value="107827385">drone hacks&nbsp;&nbsp;(10)</option>
442
+ <option class="level-0" value="63176382">Engine Hacks&nbsp;&nbsp;(31)</option>
443
+ <option class="level-0" value="35890">Featured&nbsp;&nbsp;(72)</option>
444
+ <option class="level-0" value="551890">firefox hacks&nbsp;&nbsp;(23)</option>
445
+ <option class="level-0" value="53446541">FPGA&nbsp;&nbsp;(1)</option>
446
+ <option class="level-0" value="18020562">g1 hacks&nbsp;&nbsp;(26)</option>
447
+ <option class="level-0" value="320557">google hacks&nbsp;&nbsp;(44)</option>
448
+ <option class="level-0" value="10969036">gps hacks&nbsp;&nbsp;(108)</option>
449
+ <option class="level-0" value="24535490">green hacks&nbsp;&nbsp;(152)</option>
450
+ <option class="level-0" value="27311668">Hackaday links&nbsp;&nbsp;(146)</option>
451
+ <option class="level-0" value="21755374">Hackerspaces&nbsp;&nbsp;(93)</option>
452
+ <option class="level-0" value="6310599">HackIt&nbsp;&nbsp;(101)</option>
453
+ <option class="level-0" value="10969037">handhelds hacks&nbsp;&nbsp;(189)</option>
454
+ <option class="level-0" value="79">hardware&nbsp;&nbsp;(249)</option>
455
+ <option class="level-0" value="144422905">High Voltage Hacks&nbsp;&nbsp;(5)</option>
456
+ <option class="level-0" value="66307084">Holiday Hacks&nbsp;&nbsp;(93)</option>
457
+ <option class="level-0" value="10969038">home entertainment hacks&nbsp;&nbsp;(516)</option>
458
+ <option class="level-0" value="5660882">home hacks&nbsp;&nbsp;(705)</option>
459
+ <option class="level-0" value="2708">how-to&nbsp;&nbsp;(135)</option>
460
+ <option class="level-0" value="908478">internet hacks&nbsp;&nbsp;(2)</option>
461
+ <option class="level-0" value="831">Interviews&nbsp;&nbsp;(13)</option>
462
+ <option class="level-0" value="1416772">iphone hacks&nbsp;&nbsp;(176)</option>
463
+ <option class="level-0" value="1275163">ipod hacks&nbsp;&nbsp;(144)</option>
464
+ <option class="level-0" value="344761">kickstarter&nbsp;&nbsp;(29)</option>
465
+ <option class="level-0" value="4157506">Kindle hacks&nbsp;&nbsp;(15)</option>
466
+ <option class="level-0" value="46717088">Kinect hacks&nbsp;&nbsp;(81)</option>
467
+ <option class="level-0" value="10969048">laptops hacks&nbsp;&nbsp;(111)</option>
468
+ <option class="level-0" value="10969055">laser hacks&nbsp;&nbsp;(167)</option>
469
+ <option class="level-0" value="18020716">led hacks&nbsp;&nbsp;(695)</option>
470
+ <option class="level-0" value="10626">lifehacks&nbsp;&nbsp;(54)</option>
471
+ <option class="level-0" value="729674">linux hacks&nbsp;&nbsp;(129)</option>
472
+ <option class="level-0" value="20732807">lockpicking hacks&nbsp;&nbsp;(11)</option>
473
+ <option class="level-0" value="10969060">macs hacks&nbsp;&nbsp;(135)</option>
474
+ <option class="level-0" value="144395979">Marijuana Hacks&nbsp;&nbsp;(2)</option>
475
+ <option class="level-0" value="11284667">Medical hacks&nbsp;&nbsp;(102)</option>
476
+ <option class="level-0" value="139916">Microcontrollers&nbsp;&nbsp;(512)</option>
477
+ <option class="level-0" value="5611793">misc hacks&nbsp;&nbsp;(1747)</option>
478
+ <option class="level-0" value="18020730">multitouch hacks&nbsp;&nbsp;(89)</option>
479
+ <option class="level-0" value="22652725">musical hacks&nbsp;&nbsp;(290)</option>
480
+ <option class="level-0" value="18020722">netbook hacks&nbsp;&nbsp;(50)</option>
481
+ <option class="level-0" value="6166512">Network Hacks&nbsp;&nbsp;(4)</option>
482
+ <option class="level-0" value="103">news&nbsp;&nbsp;(1091)</option>
483
+ <option class="level-0" value="1861880">nintendo ds hacks&nbsp;&nbsp;(34)</option>
484
+ <option class="level-0" value="114555425">nintendo gameboy hacks&nbsp;&nbsp;(90)</option>
485
+ <option class="level-0" value="18020685">nintendo hacks&nbsp;&nbsp;(261)</option>
486
+ <option class="level-0" value="4992726">nintendo wii hacks&nbsp;&nbsp;(78)</option>
487
+ <option class="level-0" value="118011206">Nook Hacks&nbsp;&nbsp;(1)</option>
488
+ <option class="level-0" value="114556430">palm pre hacks&nbsp;&nbsp;(6)</option>
489
+ <option class="level-0" value="245123">parts&nbsp;&nbsp;(72)</option>
490
+ <option class="level-0" value="10969081">peripherals hacks&nbsp;&nbsp;(648)</option>
491
+ <option class="level-0" value="16325149">phone hacks&nbsp;&nbsp;(17)</option>
492
+ <option class="level-0" value="10969088">playstation hacks&nbsp;&nbsp;(120)</option>
493
+ <option class="level-0" value="2060">podcasts&nbsp;&nbsp;(8)</option>
494
+ <option class="level-0" value="10969096">portable audio hacks&nbsp;&nbsp;(66)</option>
495
+ <option class="level-0" value="10969099">portable video hacks&nbsp;&nbsp;(57)</option>
496
+ <option class="level-0" value="588444">psp hacks&nbsp;&nbsp;(47)</option>
497
+ <option class="level-0" value="23971578">radio hacks&nbsp;&nbsp;(137)</option>
498
+ <option class="level-0" value="47">rants&nbsp;&nbsp;(28)</option>
499
+ <option class="level-0" value="69218551">Raspberry Pi&nbsp;&nbsp;(153)</option>
500
+ <option class="level-0" value="21870780">repair hacks&nbsp;&nbsp;(101)</option>
501
+ <option class="level-0" value="309">reviews&nbsp;&nbsp;(19)</option>
502
+ <option class="level-0" value="10969101">robots hacks&nbsp;&nbsp;(874)</option>
503
+ <option class="level-0" value="30302">roundup&nbsp;&nbsp;(35)</option>
504
+ <option class="level-0" value="10969111">security hacks&nbsp;&nbsp;(460)</option>
505
+ <option class="level-0" value="2301">Software Development&nbsp;&nbsp;(91)</option>
506
+ <option class="level-0" value="3796421">software hacks&nbsp;&nbsp;(47)</option>
507
+ <option class="level-0" value="10969116">solar hacks&nbsp;&nbsp;(46)</option>
508
+ <option class="level-0" value="10969121">tablet pcs hacks&nbsp;&nbsp;(40)</option>
509
+ <option class="level-0" value="3075183">teardown&nbsp;&nbsp;(31)</option>
510
+ <option class="level-0" value="10969130">tool hacks&nbsp;&nbsp;(657)</option>
511
+ <option class="level-0" value="25277004">toy hacks&nbsp;&nbsp;(360)</option>
512
+ <option class="level-0" value="10969134">transportation hacks&nbsp;&nbsp;(472)</option>
513
+ <option class="level-0" value="1">Uncategorized&nbsp;&nbsp;(332)</option>
514
+ <option class="level-0" value="3184456">video hacks&nbsp;&nbsp;(211)</option>
515
+ <option class="level-0" value="34942364">Virtual Reality&nbsp;&nbsp;(9)</option>
516
+ <option class="level-0" value="50802420">weapons hacks&nbsp;&nbsp;(63)</option>
517
+ <option class="level-0" value="12552193">wearable hacks&nbsp;&nbsp;(183)</option>
518
+ <option class="level-0" value="39510952">Weekly roundup&nbsp;&nbsp;(18)</option>
519
+ <option class="level-0" value="4891215">wireless hacks&nbsp;&nbsp;(333)</option>
520
+ <option class="level-0" value="7079455">xbox hacks&nbsp;&nbsp;(130)</option>
521
+ </select>
522
+
523
+ <script type='text/javascript'>
524
+ /* <![CDATA[ */
525
+ var dropdown = document.getElementById("cat");
526
+ function onCatChange() {
527
+ if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {
528
+ location.href = "http://hackaday.com/?cat="+dropdown.options[dropdown.selectedIndex].value;
529
+ }
530
+ }
531
+ dropdown.onchange = onCatChange;
532
+ /* ]]> */
533
+ </script>
534
+
535
+ </div></div>
536
+ <div id="featured-post-2" class="widget featuredpost"><div class="widget-wrap"><h4 class="widgettitle">In case you missed it</h4>
537
+ <div class="post-97657 post type-post status-publish format-standard hentry category-3d-printer-hacks category-featured tag-algae tag-bioluminescence tag-dinoflagellate tag-glowing tag-phosphorescence"><a href="http://hackaday.com/2013/04/18/living-night-light-with-glowing-algae/" title="Living night light with glowing&nbsp;algae" class="alignleft"><img width="90" height="61" src="http://hackadaycom.files.wordpress.com/2013/04/thumb1.jpg?w=90" class="attachment-thumbnail" alt="thumb" /></a><h2><a href="http://hackaday.com/2013/04/18/living-night-light-with-glowing-algae/" title="Living night light with glowing&nbsp;algae">Living night light with glowing&nbsp;algae</a></h2><p class="byline post-info"><br /> <span class="post-comments"><a href="http://hackaday.com/2013/04/18/living-night-light-with-glowing-algae/#comments">67 Comments</a></span></p></div><!--end post_class()-->
538
+
539
+ <div class="post-97648 post type-post status-publish format-standard hentry category-3d-printer-hacks category-featured category-virtual-reality-2 tag-3d-printing tag-lulzbot tag-oculus-rift tag-virtual-reality tag-vr"><a href="http://hackaday.com/2013/04/17/3d-printing-sensor-mounts-for-the-oculus-rift/" title="3D Printing sensor mounts for the Oculus&nbsp;Rift" class="alignleft"><img width="90" height="67" src="http://hackadaycom.files.wordpress.com/2013/04/thumb.jpg?w=90" class="attachment-thumbnail" alt="thumb" /></a><h2><a href="http://hackaday.com/2013/04/17/3d-printing-sensor-mounts-for-the-oculus-rift/" title="3D Printing sensor mounts for the Oculus&nbsp;Rift">3D Printing sensor mounts for the Oculus&nbsp;Rift</a></h2><p class="byline post-info"><br /> <span class="post-comments"><a href="http://hackaday.com/2013/04/17/3d-printing-sensor-mounts-for-the-oculus-rift/#comments">7 Comments</a></span></p></div><!--end post_class()-->
540
+
541
+ <div class="post-97564 post type-post status-publish format-standard hentry category-featured category-virtual-reality-2 tag-adaliight tag-ambilight tag-oculus-rift tag-virtual-reality tag-vr"><a href="http://hackaday.com/2013/04/11/hacking-the-oculus-rift-the-oculight/" title="Hacking the Oculus Rift: the&nbsp;Oculight" class="alignleft"><img width="90" height="54" src="http://hackadaycom.files.wordpress.com/2013/04/screen-shot-2013-04-14-at-9-52-43-am.png?w=90" class="attachment-thumbnail" alt="Screen Shot 2013-04-14 at 9.52.43 AM" /></a><h2><a href="http://hackaday.com/2013/04/11/hacking-the-oculus-rift-the-oculight/" title="Hacking the Oculus Rift: the&nbsp;Oculight">Hacking the Oculus Rift: the&nbsp;Oculight</a></h2><p class="byline post-info"><br /> <span class="post-comments"><a href="http://hackaday.com/2013/04/11/hacking-the-oculus-rift-the-oculight/#comments">20 Comments</a></span></p></div><!--end post_class()-->
542
+
543
+ <div class="post-97538 post type-post status-publish format-standard hentry category-featured category-news tag-top-10 tag-wins"><a href="http://hackaday.com/2013/04/11/top-10-best-hacking-scenes-in-movies/" title="Top 10 best hacking scenes in&nbsp;movies" class="alignleft"><img width="90" height="55" src="http://hackadaycom.files.wordpress.com/2013/04/screen-shot-2013-04-14-at-9-51-38-am.png?w=90" class="attachment-thumbnail" alt="Screen Shot 2013-04-14 at 9.51.38 AM" /></a><h2><a href="http://hackaday.com/2013/04/11/top-10-best-hacking-scenes-in-movies/" title="Top 10 best hacking scenes in&nbsp;movies">Top 10 best hacking scenes in&nbsp;movies</a></h2><p class="byline post-info"><br /> <span class="post-comments"><a href="http://hackaday.com/2013/04/11/top-10-best-hacking-scenes-in-movies/#comments">88 Comments</a></span></p></div><!--end post_class()-->
544
+
545
+ <div class="post-97094 post type-post status-publish format-standard hentry category-featured category-news tag-april-fools"><a href="http://hackaday.com/2013/04/01/hackadays-very-first-kickstarter-campaign/" title="Hackaday&#8217;s very first Kickstarter&nbsp;campaign" class="alignleft"><img width="90" height="54" src="http://hackadaycom.files.wordpress.com/2013/03/hackaday-kickstarter.jpg?w=90" class="attachment-thumbnail" alt="hackaday-kickstarter" /></a><h2><a href="http://hackaday.com/2013/04/01/hackadays-very-first-kickstarter-campaign/" title="Hackaday&#8217;s very first Kickstarter&nbsp;campaign">Hackaday&#8217;s very first Kickstarter&nbsp;campaign</a></h2><p class="byline post-info"><br /> <span class="post-comments"><a href="http://hackaday.com/2013/04/01/hackadays-very-first-kickstarter-campaign/#comments">58 Comments</a></span></p></div><!--end post_class()-->
546
+
547
+ <p class="more-from-category"><a href="http://hackaday.com/category/featured/" title="Featured">More Posts from this Category</a></p></div></div>
548
+ <div id="recent-comments-2" class="widget widget_recent_comments"><div class="widget-wrap"><h4 class="widgettitle">Recent comments</h4>
549
+ <ul id="recentcomments">
550
+ <li class="recentcomments">
551
+ echodelta on <a href="http://hackaday.com/2013/04/23/rattle-generator-is-a-new-type-of-dynamo-for-a-bicycle/comment-page-1/#comment-997083">Rattle generator is a new type of dynamo for a&nbsp;bicycle</a> </li>
552
+ <li class="recentcomments">
553
+ <a href='http://jsutton.co.uk' rel='external nofollow' class='url'>James</a> on <a href="http://hackaday.com/2013/04/23/console-radio-given-new-life-with-a-wifi-router-retrofit/comment-page-1/#comment-997080">Console radio given new life with a WiFi router&nbsp;retrofit</a> </li>
554
+ <li class="recentcomments">
555
+ nhede on <a href="http://hackaday.com/2013/04/22/20-pounds-and-a-gut-feeling-yields-a-configurable-rubidium-atomic-clock-source/comment-page-1/#comment-997074">20 pounds and a gut feeling yields a configurable Rubidium atomic clock&nbsp;source</a> </li>
556
+ <li class="recentcomments">
557
+ Dax on <a href="http://hackaday.com/2013/04/23/rattle-generator-is-a-new-type-of-dynamo-for-a-bicycle/comment-page-1/#comment-997071">Rattle generator is a new type of dynamo for a&nbsp;bicycle</a> </li>
558
+ <li class="recentcomments">
559
+ TacticalNinja on <a href="http://hackaday.com/2013/04/23/otm-02-is-a-3d-printed-wristwatch/comment-page-1/#comment-997070">OTM-02 is a 3D printed&nbsp;wristwatch</a> </li>
560
+ <li class="recentcomments">
561
+ Arlet on <a href="http://hackaday.com/2013/04/23/rattle-generator-is-a-new-type-of-dynamo-for-a-bicycle/comment-page-1/#comment-997017">Rattle generator is a new type of dynamo for a&nbsp;bicycle</a> </li>
562
+ <li class="recentcomments">
563
+ Arlet on <a href="http://hackaday.com/2013/04/23/rattle-generator-is-a-new-type-of-dynamo-for-a-bicycle/comment-page-1/#comment-997016">Rattle generator is a new type of dynamo for a&nbsp;bicycle</a> </li>
564
+ <li class="recentcomments">
565
+ <a href='http://smonson.com/' rel='external nofollow' class='url'>Smonson</a> on <a href="http://hackaday.com/2013/04/23/rattle-generator-is-a-new-type-of-dynamo-for-a-bicycle/comment-page-1/#comment-996997">Rattle generator is a new type of dynamo for a&nbsp;bicycle</a> </li>
566
+ <li class="recentcomments">
567
+ <a href='http://twitter.com/admsch' rel='external nofollow' class='url'>Adam Scheuring (@admsch)</a> on <a href="http://hackaday.com/2013/04/23/otm-02-is-a-3d-printed-wristwatch/comment-page-1/#comment-996993">OTM-02 is a 3D printed&nbsp;wristwatch</a> </li>
568
+ <li class="recentcomments">
569
+ JoSSte on <a href="http://hackaday.com/2013/04/23/rattle-generator-is-a-new-type-of-dynamo-for-a-bicycle/comment-page-1/#comment-996990">Rattle generator is a new type of dynamo for a&nbsp;bicycle</a> </li>
570
+ </ul>
571
+ </div></div>
572
+ <div id="calendar-2" class="widget widget_calendar"><div class="widget-wrap"><h4 class="widgettitle">Find Hacks by Date</h4>
573
+ <div id="calendar_wrap"><table id="wp-calendar">
574
+ <caption>April 2013</caption>
575
+ <thead>
576
+ <tr>
577
+ <th scope="col" title="Sunday">S</th>
578
+ <th scope="col" title="Monday">M</th>
579
+ <th scope="col" title="Tuesday">T</th>
580
+ <th scope="col" title="Wednesday">W</th>
581
+ <th scope="col" title="Thursday">T</th>
582
+ <th scope="col" title="Friday">F</th>
583
+ <th scope="col" title="Saturday">S</th>
584
+ </tr>
585
+ </thead>
586
+
587
+ <tfoot>
588
+ <tr>
589
+ <td colspan="3" id="prev"><a href="http://hackaday.com/2013/03/" title="View posts for March 2013">&laquo; Mar</a></td>
590
+ <td class="pad">&nbsp;</td>
591
+ <td colspan="3" id="next" class="pad">&nbsp;</td>
592
+ </tr>
593
+ </tfoot>
594
+
595
+ <tbody>
596
+ <tr>
597
+ <td colspan="1" class="pad">&nbsp;</td><td><a href="http://hackaday.com/2013/04/01/" title="Hackaday&#8217;s very first Kickstarter&nbsp;campaign, Doctor Who-style&nbsp;WiFi, Kindle weather and recycling&nbsp;display, Windmill made from washing machine, 555&nbsp;chip, SNES headphones scream out for Bluetooth&nbsp;control, How-to: turn on a light&nbsp;bulb">1</a></td><td><a href="http://hackaday.com/2013/04/02/" title="An EQ display for a pedal&nbsp;board, Dual displays on a Playstation&nbsp;2, Ask Hackaday: Hacking lingo&nbsp;fails, Cooling a photomultiplier&nbsp;tube, Hackerspace tour: Arch Reactor in St. Louis&nbsp;Missouri, Adafruit launches educational show aimed at&nbsp;kids, CNC Tic Tac&nbsp;Toe, Building a vehicle parking&nbsp;camera, April Fools&#8217; project teaches coworkers not to touch your&nbsp;stuff, SenseLamp automates rooms by replacing light&nbsp;fixtures">2</a></td><td><a href="http://hackaday.com/2013/04/03/" title="Embedded web server is all about clever&nbsp;formatting, Powering the Oculus Rift with&nbsp;USB, Upgrading a router with impeccable soldering&nbsp;skills, Homebuilt Laser Cutter&nbsp;Ideas, Building a&nbsp;Theremincello, Microscope ring light with a number of different&nbsp;features, Hall effect limit switches for a 3D&nbsp;printer, Adding an optical mouse sensor to an autonomous&nbsp;vehicle">3</a></td><td><a href="http://hackaday.com/2013/04/04/" title="Retrotechtacular: The Fourier&nbsp;Series, MP3/USB/Aux hack hidden behind cassette&nbsp;facade, Pranking a hackerspace IRC for April Fool&#8217;s&nbsp;Day, Turning an easter egg hunt into a fox&nbsp;hunt, Wireless Temperature Control for a&nbsp;Microbrewery, Melting Metal with a DIY Foundry&nbsp;Furnace, Top 10 Hacking Failures in movies: part&nbsp;2, Steampunk theremin&nbsp;goggles, High speed circuit design for quantum physics light&nbsp;sensing, Home security hardware makes you the monitoring&nbsp;service">4</a></td><td><a href="http://hackaday.com/2013/04/05/" title="Snowboard goggle HUD displays critical data while falling down a&nbsp;mountain, Electric tricycle build log is like hacker&nbsp;crack, H-bot style 3D printer moves bed for&nbsp;Z-axis, Stapler hack fastens infinitely large sheets of&nbsp;paper, Light Graffiti with Servos and&nbsp;Python">5</a></td><td><a href="http://hackaday.com/2013/04/06/" title="Fixing the worst video game ever: E.T. for Atari&nbsp;2600, Rolling your own minimal USB to serial Arduino&nbsp;programmer, Making PLA stick to a 3D printer build platform by using hairspray or an acetone ABS&nbsp;slurry">6</a></td>
598
+ </tr>
599
+ <tr>
600
+ <td><a href="http://hackaday.com/2013/04/07/" title="Acoustic bass guitar uses water jug and two&nbsp;strings, Solar powered robot mows your lawn while you chill&nbsp;indoors, Hackaday Links: Sunday, April 7th,&nbsp;2013">7</a></td><td><a href="http://hackaday.com/2013/04/08/" title="Another way to look at&nbsp;Charlieplexing, Combo lock uses relays and logic&nbsp;gates, Yamaha SW60XG hack lets you use it as a standalone MIDI&nbsp;device">8</a></td><td><a href="http://hackaday.com/2013/04/09/" title="Synthesizing graphene in your basement&nbsp;laboratory, The RedBull creation contest&nbsp;begins!, Recurve bow make from wood and&nbsp;skis, Wall wart computer&nbsp;mouse">9</a></td><td><a href="http://hackaday.com/2013/04/10/" title="Hacker sends this through the mail to record a video of the&nbsp;process, MIDI pedal project looks as good as it&nbsp;sounds, Perpetual&nbsp;pong">10</a></td><td><a href="http://hackaday.com/2013/04/11/" title="Snowboard propulsion system motors you through the&nbsp;flats, Guitar EQ levels trigger the stage&nbsp;lights, Top 10 best hacking scenes in&nbsp;movies, Automating a mechanical&nbsp;typewriter, Hacking the Oculus Rift: the&nbsp;Oculight">11</a></td><td><a href="http://hackaday.com/2013/04/12/" title="Jeep Wrangler gets pressurized water right out of the&nbsp;bumper, Horribly complicated electric guitar&nbsp;keyboard, Generating electricity from&nbsp;alcohol">12</a></td><td><a href="http://hackaday.com/2013/04/13/" title="Network-controlled fireworks&nbsp;launcher, Working 3D printed stepper&nbsp;motor, SqueezeBerry: a Raspberri Pi powered Squeezebox&nbsp;appliance">13</a></td>
601
+ </tr>
602
+ <tr>
603
+ <td><a href="http://hackaday.com/2013/04/14/" title="Teaching a computer to play Mario&#8230; seemingly through&nbsp;voodoo, Building a replacement for a broken dehumidifier&nbsp;controller, Hackaday Links: Sunday, April 14th,&nbsp;2013">14</a></td><td><a href="http://hackaday.com/2013/04/15/" title="Glowing Easter eggs more fun than a dye&nbsp;job, [FlorianH] shows off MinimaBL, the next generation of his quadcopter&nbsp;project, Original hardware for fifteen consoles jammed into recently completed Project&nbsp;Unity">15</a></td><td><a href="http://hackaday.com/2013/04/16/" title="Tube radio husk gets a web radio&nbsp;transplant, Building a kegerator with visual&nbsp;style, Hacked together Mac isn&#8217;t a&nbsp;hackintosh">16</a></td><td><a href="http://hackaday.com/2013/04/17/" title="Hackerspace security system brings RFID, video feedback, and automatic&nbsp;doors, Apple MagSafe cord&nbsp;repair, 3D Printing sensor mounts for the Oculus&nbsp;Rift, Upgrade a toy keyboard&#8217;s tone&nbsp;production">17</a></td><td><a href="http://hackaday.com/2013/04/18/" title="Hidden servo automates slat-style window&nbsp;blinds, Semi-automatic pick and place&nbsp;machine, Living night light with glowing&nbsp;algae, Pulse Oximeter from LM324, LED, and&nbsp;Photodiode">18</a></td><td><a href="http://hackaday.com/2013/04/19/" title="Measuring the lifespan of&nbsp;LEGO, Replace your project power supplies with recycled Li-Ion cells and a switching&nbsp;regulator, Asynchronous fireflies use few&nbsp;parts">19</a></td><td><a href="http://hackaday.com/2013/04/20/" title="This piggy bank is our stock&nbsp;broker, GUI window manager on an AVR&nbsp;chip, Mood lamp/notifier uses neat modular PCB&nbsp;design">20</a></td>
604
+ </tr>
605
+ <tr>
606
+ <td><a href="http://hackaday.com/2013/04/21/" title="3D printing some sweet&nbsp;music, Drop-in pcb makes Nintendo Four Score a USB&nbsp;joystick, Hackaday Links: Sunday, April 21st,&nbsp;2013">21</a></td><td><a href="http://hackaday.com/2013/04/22/" title="Automatic tubular bells given a MIDI interface&nbsp;too, Connect a Retina display to a regular&nbsp;computer, 20 pounds and a gut feeling yields a configurable Rubidium atomic clock&nbsp;source">22</a></td><td><a href="http://hackaday.com/2013/04/23/" title="Console radio given new life with a WiFi router&nbsp;retrofit, What are the best hacking&nbsp;documentaries?, OTM-02 is a 3D printed&nbsp;wristwatch, Rattle generator is a new type of dynamo for a&nbsp;bicycle">23</a></td><td id="today">24</td><td>25</td><td>26</td><td>27</td>
607
+ </tr>
608
+ <tr>
609
+ <td>28</td><td>29</td><td>30</td>
610
+ <td class="pad" colspan="4">&nbsp;</td>
611
+ </tr>
612
+ </tbody>
613
+ </table></div></div></div>
614
+ <div id=virurl>
615
+ <!-- BEGIN - VIRURL Widget - iFrame Embed Code -->
616
+ <iframe style="border: none; margin: 0; padding: 0; width: 300px; height: 600px;" src="https://www.virurl.com/iframe_widget?t=hackaday&l=5&category=Tech&w=23&u=147555"
617
+ width="300" height="600" scrolling="no" >
618
+ </iframe>
619
+ <!-- END - VIRURL Widget - iFrame Embed Code -->
620
+ </div>
621
+ <br />
622
+ <br />
623
+ <div id=tl_ad_bottom>
624
+ <script type="text/javascript"><!--
625
+ google_ad_client = "ca-pub-1812638130783065";
626
+ /* Hackaday sidebar wide skyscraper */
627
+ google_ad_slot = "1587378096";
628
+ google_ad_width = 160;
629
+ google_ad_height = 600;
630
+ google_ad_region = "test";
631
+ //-->
632
+ </script>
633
+ <script type="text/javascript"
634
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
635
+ </script>
636
+ </div>
637
+
638
+
639
+ <br />
640
+
641
+
642
+
643
+
644
+
645
+
646
+ </div> </div><!-- end #content-sidebar-wrap -->
647
+ </div><!-- end .wrap --></div><!-- end #inner --><div id="footer" class="footer"><div class="wrap"><div class="gototop"><p><a href="#wrap" rel="nofollow">Return to top of page</a></p></div><div class="creds"><p>Copyright &copy; 2013 &middot; <a href="http://www.studiopress.com/" title="Genesis Framework">Genesis Framework</a> &middot; <a href="http://wordpress.org/" title="WordPress">WordPress</a> &middot; <a href="http://hackadaycom.wordpress.com/wp-login.php">Log in</a></p></div></div><!-- end .wrap --></div><!-- end #footer -->
648
+ <script type="text/javascript">
649
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
650
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
651
+ </script>
652
+ <script type="text/javascript">
653
+ var pageTracker = _gat._getTracker("UA-2201445-6");
654
+ pageTracker._trackPageview();
655
+ </script>
656
+ <!-- Start Quantcast tag -->
657
+ <script type="text/javascript">
658
+ _qoptions={
659
+ qacct:"p-cc6zkdHuZwUDM"
660
+ };
661
+ </script>
662
+ <script type="text/javascript"
663
+ src="http://edge.quantserve.com/quant.js"></script>
664
+ <noscript>
665
+ <img src="http://pixel.quantserve.com/pixel/p-cc6zkdHuZwUDM.gif"
666
+ style="display: none;" border="0" height="1" width="1"
667
+ alt="Quantcast"/>
668
+ </noscript></div><!-- end #wrap -->
669
+
670
+ <script type="text/javascript">
671
+ var _qevents = _qevents || [], wpcomQuantcastData = {"qacct":"p-18-mFEk4J448M","labels":",language.en,type.wpcom,vip.hackadaycom"};
672
+ function wpcomQuantcastPixel( labels, options ) {
673
+ var i, defaults = wpcomQuantcastData, data = { event: 'ajax' };
674
+
675
+ labels = labels || '';
676
+ options = options || {};
677
+
678
+ if ( typeof labels != 'string' )
679
+ options = labels;
680
+
681
+ for ( i in defaults ) {
682
+ data[i] = defaults[i];
683
+ }
684
+
685
+ for ( i in options ) {
686
+ data[i] = options[i];
687
+ }
688
+
689
+ if ( data.labels ) {
690
+ data.labels += ',' + labels;
691
+ } else {
692
+ data.labels = labels;
693
+ }
694
+
695
+ _qevents.push( data );
696
+ };
697
+ (function() {var elem = document.createElement('script');elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";elem.async = true;elem.type = "text/javascript";var scpt = document.getElementsByTagName('script')[0];scpt.parentNode.insertBefore(elem, scpt); })();
698
+ _qevents.push( wpcomQuantcastData );
699
+ </script>
700
+ <noscript><div style="display: none;"><img src="//pixel.quantserve.com/pixel/p-18-mFEk4J448M.gif?labels=%2Clanguage.en%2Ctype.wpcom%2Cvip.hackadaycom" height="1" width="1" alt="" /></div></noscript>
701
+
702
+
703
+ <!-- /// LOAD CHARTBEAT /// -->
704
+ <script type="text/javascript">
705
+ var _sf_async_config={};
706
+ _sf_async_config.uid = 2021;
707
+ _sf_async_config.useCanonical = true;
708
+
709
+ (function(){
710
+ function loadChartbeat() {
711
+ window._sf_endpt=(new Date()).getTime();
712
+ var e = document.createElement('script');
713
+ e.setAttribute('language', 'javascript');
714
+ e.setAttribute('type', 'text/javascript');
715
+ e.setAttribute('src',
716
+ (("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "http://") +
717
+ "static.chartbeat.com/js/chartbeat.js");
718
+ document.body.appendChild(e);
719
+ }
720
+ var oldonload = window.onload;
721
+ window.onload = (typeof window.onload != 'function') ?
722
+ loadChartbeat : function() { oldonload(); loadChartbeat(); };
723
+ })();
724
+ </script>
725
+ <div style="display:none">
726
+ </div>
727
+
728
+ <div id="carousel-reblog-box">
729
+ <form action="" name="carousel-reblog">
730
+ <textarea id="carousel-reblog-content" name="carousel-reblog-content" onclick="if ( this.value == 'Add your thoughts here... (optional)' ) { this.value = ''; }" onblur="if ( this.value == '' || this.value == '' ) { this.value = 'Add your thoughts here... (optional)'; }">Add your thoughts here... (optional)</textarea>
731
+ <label for="carousel-reblog-to-blog-id" id="carousel-reblog-lblogid">Post to</label>
732
+ <select name="carousel-reblog-to-blog-id" id="carousel-reblog-to-blog-id">
733
+ </select>
734
+
735
+ <div class="submit">
736
+ <span class="canceltext"><a href="" class="cancel">Cancel</a></span>
737
+ <input type="submit" name="carousel-reblog-submit" class="button" id="carousel-reblog-submit" value="Reblog Post" />
738
+ <input type="hidden" id="carousel-reblog-blog-id" value="4779443" />
739
+ <input type="hidden" id="carousel-reblog-blog-url" value="http://hackaday.com" />
740
+ <input type="hidden" id="carousel-reblog-blog-title" value="Hack a Day" />
741
+ <input type="hidden" id="carousel-reblog-post-url" value="" />
742
+ <input type="hidden" id="carousel-reblog-post-title" value="" />
743
+ </div>
744
+
745
+ <input type="hidden" id="_wpnonce" name="_wpnonce" value="a06e0a2bd7" /><input type="hidden" name="_wp_http_referer" value="/page/35/" /> </form>
746
+
747
+ <div class="arrow"></div>
748
+ </div>
749
+ <link rel='stylesheet' id='all-css-0' href='http://s1.wp.com/wp-content/mu-plugins/carousel/jetpack-carousel.css?m=1366208951g' type='text/css' media='all' />
750
+ <script type='text/javascript'>
751
+ /* <![CDATA[ */
752
+ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"http:\/\/hackaday.com\/wp-admin\/admin-ajax.php","nonce":"df9199e39d","display_exif":"1","display_geo":"1","background_color":"black","comment":"Comment","post_comment":"Post Comment","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","comment_registration":"0","require_name_email":"1","login_url":"http:\/\/hackadaycom.wordpress.com\/wp-login.php?redirect_to=http%3A%2F%2Fhackaday.com%2F2013%2F03%2F12%2Fhackaday-links-march-12-2013%2F","local_comments_commenting_as":"<fieldset><label for=\"email\">Email (Required)<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name (Required)<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>","reblog":"Reblog","reblogged":"Reblogged","reblog_add_thoughts":"Add your thoughts here... (optional)","reblogging":"Reblogging...","post_reblog":"Post Reblog","stats_query_args":"blog=4779443&v=wpcom&tz=-7&user_id=0&subd=hackadaycom","is_public":"1"};
753
+ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"http:\/\/hackaday.com\/wp-admin\/admin-ajax.php","nonce":"df9199e39d","display_exif":"1","display_geo":"1","background_color":"black","comment":"Comment","post_comment":"Post Comment","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","comment_registration":"0","require_name_email":"1","login_url":"http:\/\/hackadaycom.wordpress.com\/wp-login.php?redirect_to=http%3A%2F%2Fhackaday.com%2F2013%2F03%2F12%2Fhackaday-links-march-12-2013%2F","local_comments_commenting_as":"<fieldset><label for=\"email\">Email (Required)<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name (Required)<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>","reblog":"Reblog","reblogged":"Reblogged","reblog_add_thoughts":"Add your thoughts here... (optional)","reblogging":"Reblogging...","post_reblog":"Post Reblog","stats_query_args":"blog=4779443&v=wpcom&tz=-7&user_id=0&subd=hackadaycom","is_public":"1"};
754
+ /* ]]> */
755
+ </script>
756
+ <script type='text/javascript' src='http://s0.wp.com/_static/??-eJyljc0OwjAMg1+ILaBJ3QnxLKMLXUqbhabh5+0ZEpN24MbJku3Phoc0fuaKXCEqjHgnj/Jso+5gE9UJMypIwUyWISCjkkKi84fKyAZqguVCOv3FDiXoOkDsk40LutRUiH/58WZYXl9pt631PlsjyQKxgh/KbIoJIlYZ/LVZjYU55eOhc67vXO/28Q2Z3GfF'></script>
757
+ <script type="text/javascript">
758
+ // <![CDATA[
759
+ (function() {
760
+ try{
761
+ if ( window.external &&'msIsSiteMode' in window.external) {
762
+ if (window.external.msIsSiteMode()) {
763
+ var jl = document.createElement('script');
764
+ jl.type='text/javascript';
765
+ jl.async=true;
766
+ jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';
767
+ var s = document.getElementsByTagName('script')[0];
768
+ s.parentNode.insertBefore(jl, s);
769
+ }
770
+ }
771
+ }catch(e){}
772
+ })();
773
+ // ]]>
774
+ </script><script src="http://s.stats.wordpress.com/w.js?21" type="text/javascript"></script>
775
+ <script type="text/javascript">
776
+ st_go({'blog':'4779443','v':'wpcom','tz':'-7','user_id':'0','subd':'hackadaycom'});
777
+ function st_vt() {var x=document.createElement("img");x.src="http://stats.wordpress.com/g.gif?blog=4779443&v=wpcomvt&tz=-7&user_id=0&subd=hackadaycom&rand="+Math.random();}
778
+ ex_go({'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtXRThKbHcwXTdETWI1alhvb1oseHImN101ZFpEakVpYjlQYVFLYzBaVHRtPz0wXS9bVlFpZ3c1Qn5KSThLNS9lSHNGOE1IJk9+N3xFNWxyT2x+MUpnR1dJcFZHYT15Wz1kN2p5T1o5a0JsVDNbT24xNjMxcF1ZcitPMXM2aUE3TVczcXEzWUhBQkU3amxUajFxam1oZl9BfnVPdEh4b2NkTm84ZV9oQ2MsVkdpJjZZeWFEam10b1VOOEtQLHhSV1YvWDZmWU0uXV1pelRmc2FWajdVdWc2WEQsbXc5ZkxoJg=='});
779
+ addLoadEvent(function(){linktracker_init('4779443',0);});
780
+ </script>
781
+ <noscript><img src="http://stats.wordpress.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt="" /></noscript>
782
+ <script type="text/javascript">
783
+ // Trigger Quantcast pixel for each Infinite Scroll post load
784
+ if ( 'function' === typeof( jQuery ) ) {
785
+ jQuery( document.body ).on( 'post-load', function() {
786
+ if ( 'function' === typeof( wpcomQuantcastPixel ) )
787
+ wpcomQuantcastPixel();
788
+ } );
789
+ }
790
+ </script>
791
+ </body>
792
+ </html>