hn 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/hn/parsers/entry_parser.rb +13 -6
- data/lib/hn/version.rb +1 -1
- data/spec/fixtures/home.html +1 -1
- data/spec/fixtures/newest.html +1 -1
- data/spec/hn/parsers/entry_parser_spec.rb +5 -4
- metadata +15 -15
|
@@ -25,15 +25,22 @@ module HackerNews
|
|
|
25
25
|
|
|
26
26
|
30.times.map do |i|
|
|
27
27
|
Entry.new do |entry|
|
|
28
|
-
entry.title = trs[i*3].at_css('td.title a').text
|
|
29
28
|
entry.link = trs[i*3].at_css('td.title a')['href']
|
|
30
29
|
entry.link = site_name + entry.link unless entry.link =~ /^http/
|
|
30
|
+
|
|
31
|
+
entry.title = trs[i*3].at_css('td.title a').text
|
|
32
|
+
|
|
31
33
|
entry.site = trs[i*3].at_css('td.title span.comhead').text.match(/\((.+)\)/)[1] rescue nil
|
|
32
|
-
entry.points = trs[i*3+1].at_css('td.subtext span').text.to_i rescue
|
|
33
|
-
entry.username = trs[i*3+1].at_css('td.subtext a').text
|
|
34
|
-
entry.time_string = trs[i*3+1].at_css('td.subtext a').next.text.sub('|', '').strip
|
|
35
|
-
entry.num_comments = trs[i*3+1].css('td.subtext a')[1].text.to_i
|
|
36
|
-
|
|
34
|
+
entry.points = trs[i*3+1].at_css('td.subtext span').text.to_i rescue -1
|
|
35
|
+
entry.username = trs[i*3+1].at_css('td.subtext a').text rescue nil
|
|
36
|
+
entry.time_string = trs[i*3+1].at_css('td.subtext a').next.text.sub('|', '').strip rescue nil
|
|
37
|
+
entry.num_comments = trs[i*3+1].css('td.subtext a')[1].text.to_i rescue -1
|
|
38
|
+
|
|
39
|
+
begin
|
|
40
|
+
entry.id = trs[i*3+1].css('td.subtext a')[1]['href'].match(/\d+/)[0].to_i
|
|
41
|
+
rescue
|
|
42
|
+
entry.id = entry.link.match(/^http:\/\/news\.ycombinator\.com\/item\?id=(\d+)$/)[1].to_i
|
|
43
|
+
end
|
|
37
44
|
end
|
|
38
45
|
end
|
|
39
46
|
end
|
data/lib/hn/version.rb
CHANGED
data/spec/fixtures/home.html
CHANGED
|
@@ -18,7 +18,7 @@ function vote(node) {
|
|
|
18
18
|
ping.src = node.href;
|
|
19
19
|
|
|
20
20
|
return false; // cancel browser nav
|
|
21
|
-
} </script><title>Hacker News</title></head><body><center><table border=0 cellpadding=0 cellspacing=0 width="85%" bgcolor=#f6f6ef><tr><td bgcolor=#ff6600><table border=0 cellpadding=0 cellspacing=0 width="100%" style="padding:2px"><tr><td style="width:18px;padding-right:4px"><a href="http://ycombinator.com"><img src="http://ycombinator.com/images/y18.gif" width=18 height=18 style="border:1px #ffffff solid;"></img></a></td><td style="line-height:12pt; height:10px;"><span class="pagetop"><b><a href="news">Hacker News</a></b><img src="http://ycombinator.com/images/s.gif" height=1 width=10><a href="newest">new</a> | <a href="newcomments">comments</a> | <a href="ask">ask</a> | <a href="jobs">jobs</a> | <a href="submit">submit</a></span></td><td style="text-align:right;padding-right:4px;"><span class="pagetop"><a href="newslogin?whence=%6e%65%77%73">login</a></span></td></tr></table></td></tr><tr style="height:10px"></tr><tr><td><table border=0 cellpadding=0 cellspacing=0><tr><td align=right valign=top class="title">1.</td><td><center><a id=up_4030746 href="vote?for=4030746&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4030746></span></center></td><td class="title"><a href="http://www.cl.cam.ac.uk/~sps32/sec_news.html#Assurance">Backdoor found in a China-made US military chip </a><span class="comhead"> (cam.ac.uk) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4030746>392 points</span> by <a href="user?id=turnersr">turnersr</a> 10 hours ago | <a href="item?id=4030746">109 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">2.</td><td><center><a id=up_4031595 href="vote?for=4031595&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031595></span></center></td><td class="title"><a href="http://patdryburgh.com/blog/buying-adobe-photoshop-cs6/">Buying Adobe Photoshop CS6</a><span class="comhead"> (patdryburgh.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031595>63 points</span> by <a href="user?id=petercooper">petercooper</a> 4 hours ago | <a href="item?id=4031595">32 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">3.</td><td><center><a id=up_4032030 href="vote?for=4032030&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032030></span></center></td><td class="title"><a href="http://www.newyorker.com/reporting/2012/06/04/120604fa_fact_gibson?currentPage=all">William Gibson: Seeing the Future in Science Fiction</a><span class="comhead"> (newyorker.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032030>9 points</span> by <a href="user?id=jseliger">jseliger</a> 51 minutes ago | <a href="item?id=4032030">1 comment</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">4.</td><td><center><a id=up_4031157 href="vote?for=4031157&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031157></span></center></td><td class="title"><a href="http://www.mobileinc.co.uk/2012/05/the-art-of-the-ios-icon/">The Art Of The iOS Icon</a><span class="comhead"> (mobileinc.co.uk) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031157>126 points</span> by <a href="user?id=muratmutlu">muratmutlu</a> 7 hours ago | <a href="item?id=4031157">35 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">5.</td><td><center><a id=up_4031682 href="vote?for=4031682&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031682></span></center></td><td class="title"><a href="http://www.forbes.com/sites/haydnshaughnessy/2012/05/26/why-crisis-in-spain-this-week-should-have-us-more-worried-than-greece/">Why Crisis in Spain This Week Became More Important Than Greece</a><span class="comhead"> (forbes.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031682>53 points</span> by <a href="user?id=Flemlord">Flemlord</a> 3 hours ago | <a href="item?id=4031682">17 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">6.</td><td><center><a id=up_4031812 href="vote?for=4031812&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031812></span></center></td><td class="title"><a href="http://jasonlefkowitz.net/2012/05/windows-live-is-dead/">Windows Live is dead</a><span class="comhead"> (jasonlefkowitz.net) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031812>20 points</span> by <a href="user?id=smacktoward">smacktoward</a> 2 hours ago | <a href="item?id=4031812">6 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">7.</td><td><center><a id=up_4031639 href="vote?for=4031639&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031639></span></center></td><td class="title"><a href="http://www.forbes.com/sites/philjohnson/2012/05/10/the-man-who-took-on-amazon-and-saved-a-bookstore/">The Man Who Took on Amazon and Saved a Bookstore</a><span class="comhead"> (forbes.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031639>30 points</span> by <a href="user?id=wyclif">wyclif</a> 4 hours ago | <a href="item?id=4031639">9 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">8.</td><td><center><a id=up_4031739 href="vote?for=4031739&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031739></span></center></td><td class="title"><a href="http://www.bostonglobe.com/opinion/2012/05/26/boston-bar-buzz-kill/KbPYBLYiTjLsykcpPi0mRJ/story.html">Boston Bar Buzz-Kill</a><span class="comhead"> (bostonglobe.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031739>22 points</span> by <a href="user?id=ryanwjackson">ryanwjackson</a> 3 hours ago | <a href="item?id=4031739">4 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">9.</td><td><center><a id=up_4030149 href="vote?for=4030149&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4030149></span></center></td><td class="title"><a href="http://musicthing.blogspot.co.uk/2005/05/tiny-music-makers-pt-3-thx-sound.html">The THX Sound</a><span class="comhead"> (blogspot.co.uk) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4030149>251 points</span> by <a href="user?id=harel">harel</a> 15 hours ago | <a href="item?id=4030149">34 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">10.</td><td><center><a id=up_4031241 href="vote?for=4031241&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031241></span></center></td><td class="title"><a href="https://www.eff.org/deeplinks/2012/05/megaupload-user-asks-court-files-back-again">Megaupload User Asks Court for Files Back. Again.</a><span class="comhead"> (eff.org) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031241>57 points</span> by <a href="user?id=bond">bond</a> 7 hours ago | <a href="item?id=4031241">12 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">11.</td><td><center><a id=up_4030884 href="vote?for=4030884&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4030884></span></center></td><td class="title"><a href="http://www.etherealbits.com/?p=68">The Software Developer’s Guide to Fitness & Morning Productivity</a><span class="comhead"> (etherealbits.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4030884>84 points</span> by <a href="user?id=tysont">tysont</a> 9 hours ago | <a href="item?id=4030884">32 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">12.</td><td><center><a id=up_4031225 href="vote?for=4031225&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031225></span></center></td><td class="title"><a href="http://www.nytimes.com/2012/05/28/technology/for-tech-startups-new-york-has-increasing-allure.html?pagewanted=all">For Tech Start-Ups, New York Has Increasing Allure</a><span class="comhead"> (nytimes.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031225>51 points</span> by <a href="user?id=mindblink">mindblink</a> 7 hours ago | <a href="item?id=4031225">19 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">13.</td><td><center><a id=up_4030812 href="vote?for=4030812&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4030812></span></center></td><td class="title"><a href="http://web.stonehill.edu/compsci//History_Math/math-read.htm">How to Read Mathematics</a><span class="comhead"> (stonehill.edu) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4030812>96 points</span> by <a href="user?id=espeed">espeed</a> 10 hours ago | <a href="item?id=4030812">17 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">14.</td><td><center><a id=up_4031912 href="vote?for=4031912&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031912></span></center></td><td class="title"><a href="http://www.washingtonpost.com/world/the_americas/center-of-gravity-in-oil-world-shifts-to-americas/2012/05/25/gJQAjeuVqU_story.html">Center of gravity in oil world shifts to Americas </a><span class="comhead"> (washingtonpost.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031912>12 points</span> by <a href="user?id=cwan">cwan</a> 1 hour ago | <a href="item?id=4031912">4 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">15.</td><td><center><a id=up_4030816 href="vote?for=4030816&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4030816></span></center></td><td class="title"><a href="http://www.websocket.org/quantum.html">How WebSockets work vs polling/long polling/streaming</a><span class="comhead"> (websocket.org) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4030816>75 points</span> by <a href="user?id=SkyMarshal">SkyMarshal</a> 10 hours ago | <a href="item?id=4030816">27 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">16.</td><td><center><a id=up_4031608 href="vote?for=4031608&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031608></span></center></td><td class="title"><a href="http://lists.fedoraproject.org/pipermail/devel-announce/2012-May/000933.html">Fedora 17 Final declared Gold</a><span class="comhead"> (fedoraproject.org) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031608>21 points</span> by <a href="user?id=mindcrime">mindcrime</a> 4 hours ago | <a href="item?id=4031608">4 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">17.</td><td><center><a id=up_4031866 href="vote?for=4031866&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031866></span></center></td><td class="title"><a href="http://chat.techcentroid.com/" rel="nofollow">Open Source Chat Server in Node.js with dynamic rooms</a><span class="comhead"> (techcentroid.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031866>6 points</span> by <a href="user?id=mlakkadshaw">mlakkadshaw</a> 1 hour ago | <a href="item?id=4031866">6 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">18.</td><td><center><a id=up_4031007 href="vote?for=4031007&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031007></span></center></td><td class="title"><a href="http://mewo2.github.com/nerdery/2012/05/27/eurovision-statistics-after-the-final/">Eurovision statistics analysis, and an apology to the people of Malta</a><span class="comhead"> (github.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031007>38 points</span> by <a href="user?id=mewo2">mewo2</a> 8 hours ago | <a href="item?id=4031007">8 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">19.</td><td><center><a id=up_4031004 href="vote?for=4031004&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031004></span></center></td><td class="title"><a href="http://blog.gaborcselle.com/2012/05/eight-emotions-every-user-enjoys.html">Emotions Every User Enjoys</a><span class="comhead"> (gaborcselle.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031004>35 points</span> by <a href="user?id=admp">admp</a> 8 hours ago | <a href="item?id=4031004">2 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">20.</td><td><center><a id=up_4031699 href="vote?for=4031699&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031699></span></center></td><td class="title"><a href="https://github.com/aseemk/json5">Show HN: JSON5 — modern JSON</a><span class="comhead"> (github.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031699>36 points</span> by <a href="user?id=aseemk">aseemk</a> 3 hours ago | <a href="item?id=4031699">55 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">21.</td><td><center><a id=up_4030665 href="vote?for=4030665&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4030665></span></center></td><td class="title"><a href="http://techcrunch.com/2012/05/27/hey-kids-get-off-my-lawn-the-once-and-future-visual-programming-environment/">The Once and Future Visual Programming Environment</a><span class="comhead"> (techcrunch.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4030665>54 points</span> by <a href="user?id=NelsonMinar">NelsonMinar</a> 11 hours ago | <a href="item?id=4030665">32 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">22.</td><td><center><a id=up_4031129 href="vote?for=4031129&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031129></span></center></td><td class="title"><a href="http://nicholasjacob.com/Javascript/2012/05/27/oauth--websockets-avoiding-the-redirect/">OAuth & One-Page Apps: Avoiding the Redirect</a><span class="comhead"> (nicholasjacob.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031129>27 points</span> by <a href="user?id=chucknibbleston">chucknibbleston</a> 8 hours ago | <a href="item?id=4031129">8 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">23.</td><td><center><a id=up_4031163 href="vote?for=4031163&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031163></span></center></td><td class="title"><a href="http://www.neowin.net/news/rim-rumored-to-lay-off-2000-more-workers-soon">RIM rumored to lay off 2,000 more workers soon</a><span class="comhead"> (neowin.net) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031163>24 points</span> by <a href="user?id=xtiy">xtiy</a> 7 hours ago | <a href="item?id=4031163">20 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">24.</td><td><center><a id=up_4030035 href="vote?for=4030035&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4030035></span></center></td><td class="title"><a href="http://blog.hashtagify.me/2012/05/27/save-time-on-hacker-neww-mark-all-read/">Save Time On Hacker News: Mark All Read</a><span class="comhead"> (hashtagify.me) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4030035>90 points</span> by <a href="user?id=danmaz74">danmaz74</a> 16 hours ago | <a href="item?id=4030035">56 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">25.</td><td><center><a id=up_4030689 href="vote?for=4030689&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4030689></span></center></td><td class="title"><a href="http://visualwebsiteoptimizer.com/split-testing-blog/you-should-not-follow-me-on-twitter/">You should not follow me on Twitter</a><span class="comhead"> (visualwebsiteoptimizer.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4030689>53 points</span> by <a href="user?id=paulgb">paulgb</a> 11 hours ago | <a href="item?id=4030689">18 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">26.</td><td><center><a id=up_4030033 href="vote?for=4030033&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4030033></span></center></td><td class="title"><a href="http://blog.jerodsanto.net/2012/05/back-that-gmail-up/">Back That Gmail Up</a><span class="comhead"> (jerodsanto.net) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4030033>81 points</span> by <a href="user?id=sant0sk1">sant0sk1</a> 16 hours ago | <a href="item?id=4030033">53 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">27.</td><td><center><a id=up_4030868 href="vote?for=4030868&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4030868></span></center></td><td class="title"><a href="item?id=4030868">Remind HN: If you want feedback, add an email to your profile</a></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4030868>85 points</span> by <a href="user?id=ekpyrotic">ekpyrotic</a> 10 hours ago | <a href="item?id=4030868">27 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">28.</td><td><center><a id=up_4030451 href="vote?for=4030451&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4030451></span></center></td><td class="title"><a href="http://www.twilio.com/company/nine-values">Twilio's Nine Values</a><span class="comhead"> (twilio.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4030451>62 points</span> by <a href="user?id=sunils34">sunils34</a> 13 hours ago | <a href="item?id=4030451">15 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">29.</td><td><center><a id=up_4030061 href="vote?for=4030061&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4030061></span></center></td><td class="title"><a href="http://blogs.adobe.com/digitalmarketing/personalization/conversion-optimization/understand-the-math-behind-it-all-bayesian-statistics/">Understand the Math Behind it All: Bayesian Statistics</a><span class="comhead"> (adobe.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4030061>80 points</span> by <a href="user?id=romil">romil</a> 16 hours ago | <a href="item?id=4030061">40 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">30.</td><td><center><a id=up_4029632 href="vote?for=4029632&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4029632></span></center></td><td class="title"><a href="http://danshipper.com/stop-taking-yourself-so-seriously">Stop Taking Yourself So Seriously</a><span class="comhead"> (danshipper.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4029632>148 points</span> by <a href="user?id=Peteris">Peteris</a> 21 hours ago | <a href="item?id=4029632">58 comments</a></td></tr><tr style="height:5px"></tr><tr style="height:10px"></tr><tr><td colspan=2></td><td class="title"><a href="news2">More</a></td></tr></table></td></tr><tr><td><img src="http://ycombinator.com/images/s.gif" height=10 width=0><table width="100%" cellspacing=0 cellpadding=1><tr><td bgcolor=#ff6600></td></tr></table><br>
|
|
21
|
+
} </script><title>Hacker News</title></head><body><center><table border=0 cellpadding=0 cellspacing=0 width="85%" bgcolor=#f6f6ef><tr><td bgcolor=#ff6600><table border=0 cellpadding=0 cellspacing=0 width="100%" style="padding:2px"><tr><td style="width:18px;padding-right:4px"><a href="http://ycombinator.com"><img src="http://ycombinator.com/images/y18.gif" width=18 height=18 style="border:1px #ffffff solid;"></img></a></td><td style="line-height:12pt; height:10px;"><span class="pagetop"><b><a href="news">Hacker News</a></b><img src="http://ycombinator.com/images/s.gif" height=1 width=10><a href="newest">new</a> | <a href="newcomments">comments</a> | <a href="ask">ask</a> | <a href="jobs">jobs</a> | <a href="submit">submit</a></span></td><td style="text-align:right;padding-right:4px;"><span class="pagetop"><a href="newslogin?whence=%6e%65%77%73">login</a></span></td></tr></table></td></tr><tr style="height:10px"></tr><tr><td><table border=0 cellpadding=0 cellspacing=0><tr><td align=right valign=top class="title">1.</td><td><center><a id=up_4036696 href="vote?for=4036696&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036696></span></center></td><td class="title"><a href="http://programmers.stackexchange.com/questions/49550/which-hashing-algorithm-is-best-for-uniqueness-and-speed/145633#145633">Which hashing algorithm is best for uniqueness and speed?</a><span class="comhead"> (stackexchange.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036696>45 points</span> by <a href="user?id=suprgeek">suprgeek</a> 1 hour ago | <a href="item?id=4036696">7 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">2.</td><td><center><a id=up_4036625 href="vote?for=4036625&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036625></span></center></td><td class="title"><a href="http://faduda.ie/200-words/charity-asked-to-pay-for-links-to-newspaper-websites">Charity asked to pay just to link to newspaper websites</a><span class="comhead"> (faduda.ie) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036625>31 points</span> by <a href="user?id=irishstu">irishstu</a> 1 hour ago | <a href="item?id=4036625">11 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">3.</td><td><center><a id=up_4036659 href="vote?for=4036659&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036659></span></center></td><td class="title"><a href="http://www.txt.io/t-2eewd">False Cognates and Syntax: The Importance of Syntax in Programming Languages</a><span class="comhead"> (txt.io) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036659>23 points</span> by <a href="user?id=Swizec">Swizec</a> 1 hour ago | <a href="item?id=4036659">4 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">4.</td><td><center><a id=up_4036711 href="vote?for=4036711&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036711></span></center></td><td class="title"><a href="http://www.quirksmode.org/blog/archives/2012/05/face_opera.html">Face opera</a><span class="comhead"> (quirksmode.org) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036711>18 points</span> by <a href="user?id=robin_reala">robin_reala</a> 1 hour ago | <a href="item?id=4036711">6 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">5.</td><td><center><a id=up_4035748 href="vote?for=4035748&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035748></span></center></td><td class="title"><a href="http://erratasec.blogspot.com/2012/05/bogus-story-no-chinese-backdoor-in.html">Bogus story: no Chinese backdoor in military chip</a><span class="comhead"> (erratasec.blogspot.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035748>224 points</span> by <a href="user?id=vgnet">vgnet</a> 7 hours ago | <a href="item?id=4035748">35 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">6.</td><td><center><a id=up_4036515 href="vote?for=4036515&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036515></span></center></td><td class="title"><a href="http://www.lengrand.fr/2012/05/design-innovation-and-hacking-in-a-couch/">Couch hacking - A proof of Ikea's excellence</a><span class="comhead"> (lengrand.fr) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036515>32 points</span> by <a href="user?id=jlengrand">jlengrand</a> 2 hours ago | <a href="item?id=4036515">19 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">7.</td><td><center><a id=up_4036717 href="vote?for=4036717&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036717></span></center></td><td class="title"><a href="http://rbutr.com/">Rbutr: a browser extension that finds rebuttals to web pages you're reading</a><span class="comhead"> (rbutr.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036717>11 points</span> by <a href="user?id=MichaelJW">MichaelJW</a> 1 hour ago | <a href="item?id=4036717">6 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">8.</td><td><center><a id=up_4036458 href="vote?for=4036458&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036458></span></center></td><td class="title"><a href="http://www.kickstarter.com/projects/ibdknox/light-table">3 days left to pledge for Python in Light Table</a><span class="comhead"> (kickstarter.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036458>25 points</span> by <a href="user?id=trueduke">trueduke</a> 2 hours ago | <a href="item?id=4036458">14 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">9.</td><td><center><a id=up_4035516 href="vote?for=4035516&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035516></span></center></td><td class="title"><a href="http://sachagreif.com/why-cheap-customers-cost-more/">Why cheap customers cost more</a><span class="comhead"> (sachagreif.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035516>159 points</span> by <a href="user?id=sgdesign">sgdesign</a> 9 hours ago | <a href="item?id=4035516">43 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">10.</td><td><center><a id=up_4036142 href="vote?for=4036142&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036142></span></center></td><td class="title"><a href="http://www.kalzumeus.com/2012/05/18/kalzumeus-podcast-ep-2-with-amy-hoy-pricing-products-and-passion/">Kalzumeus (patio11) Podcast Ep. 2 with Amy Hoy: Pricing, Products, And Passion</a><span class="comhead"> (kalzumeus.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036142>47 points</span> by <a href="user?id=Smerity">Smerity</a> 4 hours ago | <a href="item?id=4036142">5 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">11.</td><td><center><a id=up_4036083 href="vote?for=4036083&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036083></span></center></td><td class="title"><a href="http://savethesounds.info/">Museum of Endangered Sounds</a><span class="comhead"> (savethesounds.info) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036083>47 points</span> by <a href="user?id=slaundy">slaundy</a> 5 hours ago | <a href="item?id=4036083">13 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">12.</td><td><center><a id=up_4035923 href="vote?for=4035923&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035923></span></center></td><td class="title"><a href="https://github.com/jbarham/go-cdb">Pure Go implementation of D. J. Bernstein's cdb constant database library</a><span class="comhead"> (github.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035923>45 points</span> by <a href="user?id=SlimHop">SlimHop</a> 6 hours ago | <a href="item?id=4035923">15 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">13.</td><td></td><td class="title"><a href="item?id=4036545">Smartphone/web hackers: join a 5-person post-series-A team (YC W12)</a></td></tr><tr><td colspan=2></td><td class="subtext">2 hours ago</td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">14.</td><td><center><a id=up_4034147 href="vote?for=4034147&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4034147></span></center></td><td class="title"><a href="http://redactorjs.com/">Redactor - javascript (jQuery) WYSIWYG editor</a><span class="comhead"> (redactorjs.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4034147>274 points</span> by <a href="user?id=tortilla">tortilla</a> 17 hours ago | <a href="item?id=4034147">85 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">15.</td><td><center><a id=up_4035258 href="vote?for=4035258&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035258></span></center></td><td class="title"><a href="http://ecorner.stanford.edu/authorMaterialInfo.html?mid=389">Elon Musk entrepreneurship lecture.</a><span class="comhead"> (stanford.edu) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035258>137 points</span> by <a href="user?id=Nevaeh">Nevaeh</a> 12 hours ago | <a href="item?id=4035258">29 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">16.</td><td><center><a id=up_4036194 href="vote?for=4036194&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036194></span></center></td><td class="title"><a href="http://erronis.nl/2012/05/25/why-i-will-not-negotiate-with-you-about-cost/">Why I will not negotiate with you about cost</a><span class="comhead"> (erronis.nl) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036194>47 points</span> by <a href="user?id=evanderkoogh">evanderkoogh</a> 4 hours ago | <a href="item?id=4036194">32 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">17.</td><td><center><a id=up_4036017 href="vote?for=4036017&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036017></span></center></td><td class="title"><a href="http://www.kickstarter.com/projects/2144275086/lib-ray-non-drm-open-standards-hd-video-format">Lib-Ray: Non-DRM Open-Standards HD Video Format</a><span class="comhead"> (kickstarter.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036017>37 points</span> by <a href="user?id=Sander_Marechal">Sander_Marechal</a> 6 hours ago | <a href="item?id=4036017">13 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">18.</td><td><center><a id=up_4035986 href="vote?for=4035986&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035986></span></center></td><td class="title"><a href="https://github.com/richy486/InvaderR#readme">Build your first iOS Game: Simple space invaders on github</a><span class="comhead"> (github.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035986>38 points</span> by <a href="user?id=gvnn">gvnn</a> 6 hours ago | <a href="item?id=4035986">4 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">19.</td><td><center><a id=up_4034528 href="vote?for=4034528&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4034528></span></center></td><td class="title"><a href="http://www.nytimes.com/2012/05/29/us/shots-heard-pinpointed-and-argued-over.html?pagewanted=all">Gunshot detection system transforms and raises issues </a><span class="comhead"> (nytimes.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4034528>179 points</span> by <a href="user?id=mindblink">mindblink</a> 16 hours ago | <a href="item?id=4034528">139 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">20.</td><td><center><a id=up_4035978 href="vote?for=4035978&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035978></span></center></td><td class="title"><a href="http://pandodaily.com/2012/05/24/matt-mullenweg-im-worried-that-silicon-valley-might-be-destroying-the-world/">Matt Mullenweg: I’m Worried That Silicon Valley Might Be Destroying the World</a><span class="comhead"> (pandodaily.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035978>41 points</span> by <a href="user?id=diego">diego</a> 6 hours ago | <a href="item?id=4035978">33 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">21.</td><td><center><a id=up_4035916 href="vote?for=4035916&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035916></span></center></td><td class="title"><a href="http://www.infoq.com/presentations/Introduction-to-CUDA-C">Introduction to CUDA C</a><span class="comhead"> (infoq.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035916>35 points</span> by <a href="user?id=Garbage">Garbage</a> 6 hours ago | <a href="item?id=4035916">16 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">22.</td><td><center><a id=up_4035964 href="vote?for=4035964&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035964></span></center></td><td class="title"><a href="http://whyevolutionistrue.wordpress.com/2012/05/28/birds-may-be-paedomorphic-dinosaurs/">Birds may be paedomorphic dinosaurs</a><span class="comhead"> (whyevolutionistrue.wordpress.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035964>34 points</span> by <a href="user?id=tokenadult">tokenadult</a> 6 hours ago | <a href="item?id=4035964">10 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">23.</td><td><center><a id=up_4035827 href="vote?for=4035827&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035827></span></center></td><td class="title"><a href="http://clintonforbes.blogspot.com.au/2012/05/universal-standard-library.html">The Universal Standard Library</a><span class="comhead"> (blogspot.com.au) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035827>51 points</span> by <a href="user?id=ryan-allen">ryan-allen</a> 7 hours ago | <a href="item?id=4035827">27 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">24.</td><td><center><a id=up_4035468 href="vote?for=4035468&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035468></span></center></td><td class="title"><a href="http://www.robg3d.com/?p=949">Why I Hate Test Driven Development</a><span class="comhead"> (robg3d.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035468>79 points</span> by <a href="user?id=reinhardt">reinhardt</a> 10 hours ago | <a href="item?id=4035468">49 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">25.</td><td><center><a id=up_4035476 href="vote?for=4035476&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035476></span></center></td><td class="title"><a href="http://www.brisbanetimes.com.au/opinion/blogs/blunt-instrument/avast-ye-scurvy-dogs-here-be-my-answer-to-piracy-20120528-1zegt.html">Author John Birmingham on eBook Piracy</a><span class="comhead"> (brisbanetimes.com.au) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035476>56 points</span> by <a href="user?id=Tsagadai">Tsagadai</a> 10 hours ago | <a href="item?id=4035476">15 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">26.</td><td><center><a id=up_4035559 href="vote?for=4035559&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035559></span></center></td><td class="title"><a href="http://blog.ponoko.com/2012/05/25/reprap-printed-circuits/">RepRap printed circuits</a><span class="comhead"> (ponoko.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035559>44 points</span> by <a href="user?id=ph0rque">ph0rque</a> 9 hours ago | <a href="item?id=4035559">11 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">27.</td><td><center><a id=up_4035822 href="vote?for=4035822&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035822></span></center></td><td class="title"><a href="http://www.johndcook.com/blog/2012/05/28/why-read-and-write-tech-books/">Why read and write tech books?</a><span class="comhead"> (johndcook.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035822>27 points</span> by <a href="user?id=michael_fine">michael_fine</a> 7 hours ago | <a href="item?id=4035822">7 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">28.</td><td><center><a id=up_4034515 href="vote?for=4034515&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4034515></span></center></td><td class="title"><a href="http://www.opengoldbergvariations.org/">The Open Goldberg Variations</a><span class="comhead"> (opengoldbergvariations.org) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4034515>119 points</span> by <a href="user?id=voodoochilo">voodoochilo</a> 16 hours ago | <a href="item?id=4034515">31 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">29.</td><td><center><a id=up_4035156 href="vote?for=4035156&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035156></span></center></td><td class="title"><a href="http://www.nytimes.com/2012/05/29/science/earths-core-the-enigma-1800-miles-below-us.html">The Earth's core: the enigma 1,800 miles below us </a><span class="comhead"> (nytimes.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035156>69 points</span> by <a href="user?id=ValentineC">ValentineC</a> 12 hours ago | <a href="item?id=4035156">22 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">30.</td><td><center><a id=up_4035337 href="vote?for=4035337&dir=up&whence=%6e%65%77%73"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4035337></span></center></td><td class="title"><a href="http://techcrunch.com/2012/05/28/the-art-of-raising-seed-youre-either-hot-or-you-make-your-own-heat/">The Art of Raising Seed: You’re Either Hot, Or You Make Your Own Heat</a><span class="comhead"> (techcrunch.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4035337>46 points</span> by <a href="user?id=dariusmonsef">dariusmonsef</a> 11 hours ago | <a href="item?id=4035337">7 comments</a></td></tr><tr style="height:5px"></tr><tr style="height:10px"></tr><tr><td colspan=2></td><td class="title"><a href="news2">More</a></td></tr></table></td></tr><tr><td><img src="http://ycombinator.com/images/s.gif" height=10 width=0><table width="100%" cellspacing=0 cellpadding=1><tr><td bgcolor=#ff6600></td></tr></table><br>
|
|
22
22
|
<center><span class="yclinks"><a href="lists">Lists</a> | <a href="rss">RSS</a> | <a href="http://ycombinator.com/bookmarklet.html">Bookmarklet</a> | <a href="http://ycombinator.com/newsguidelines.html">Guidelines</a> | <a href="http://ycombinator.com/newsfaq.html">FAQ</a> | <a href="http://ycombinator.com/newsnews.html">News News</a> | <a href="item?id=363">Feature Requests</a> | <a href="http://ycombinator.com">Y Combinator</a> | <a href="http://ycombinator.com/apply.html">Apply</a> | <a href="http://ycombinator.com/lib.html">Library</a></span><br><br>
|
|
23
23
|
<form method=get action="http://www.hnsearch.com/search#request/all">Search: <input type=text name="q" value="" size=17></form><br>
|
|
24
24
|
</center></td></tr></table></center></body></html>
|
data/spec/fixtures/newest.html
CHANGED
|
@@ -18,7 +18,7 @@ function vote(node) {
|
|
|
18
18
|
ping.src = node.href;
|
|
19
19
|
|
|
20
20
|
return false; // cancel browser nav
|
|
21
|
-
} </script><title>New Links | Hacker News</title></head><body><center><table border=0 cellpadding=0 cellspacing=0 width="85%" bgcolor=#f6f6ef><tr><td bgcolor=#ff6600><table border=0 cellpadding=0 cellspacing=0 width="100%" style="padding:2px"><tr><td style="width:18px;padding-right:4px"><a href="http://ycombinator.com"><img src="http://ycombinator.com/images/y18.gif" width=18 height=18 style="border:1px #ffffff solid;"></img></a></td><td style="line-height:12pt; height:10px;"><span class="pagetop"><b><a href="news">Hacker News</a></b><img src="http://ycombinator.com/images/s.gif" height=1 width=10><span class="topsel"><a href="newest">new</a></span> | <a href="newcomments">comments</a> | <a href="ask">ask</a> | <a href="jobs">jobs</a> | <a href="submit">submit</a></span></td><td style="text-align:right;padding-right:4px;"><span class="pagetop"><a href="newslogin?whence=%6e%65%77%65%73%74">login</a></span></td></tr></table></td></tr><tr style="height:10px"></tr><tr><td><table border=0 cellpadding=0 cellspacing=0><tr><td align=right valign=top class="title">1.</td><td><center><a id=up_4032333 href="vote?for=4032333&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032333></span></center></td><td class="title"><a href="http://blog.silktide.com/2012/05/dear-ico-this-is-why-web-developers-hate-you/" rel="nofollow">Dear ICO: This Is Why Web Developers Hate You</a><span class="comhead"> (silktide.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032333>1 point</span> by <a href="user?id=oliveremberton">oliveremberton</a> 10 minutes ago | <a href="item?id=4032333">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">2.</td><td><center><a id=up_4032329 href="vote?for=4032329&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032329></span></center></td><td class="title"><a href="http://www.nytimes.com/2012/05/27/business/how-boaz-weinstein-and-hedge-funds-outsmarted-jpmorgan.html?pagewanted=all" rel="nofollow">How Boaz Weinstein and hedge funds outsmarted JPMorgan</a><span class="comhead"> (nytimes.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032329>1 point</span> by <a href="user?id=asto">asto</a> 11 minutes ago | <a href="item?id=4032329">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">3.</td><td><center><a id=up_4032324 href="vote?for=4032324&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032324></span></center></td><td class="title"><a href="https://www.youtube.com/watch?v=e7D3_eGaO5k&feature=related" rel="nofollow">Dr. Michio Kaku Says America Has A Secret Super Weapon (H1B)</a><span class="comhead"> (youtube.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032324>1 point</span> by <a href="user?id=DiabloD3">DiabloD3</a> 13 minutes ago | <a href="item?id=4032324">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">4.</td><td><center><a id=up_4032323 href="vote?for=4032323&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032323></span></center></td><td class="title"><a href="https://www.zipcar.com/members/choose-rate-plan" rel="nofollow">ZipCar's "extra value" Membership Option</a><span class="comhead"> (zipcar.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032323>1 point</span> by <a href="user?id=derwiki">derwiki</a> 13 minutes ago | <a href="item?id=4032323">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">5.</td><td><center><a id=up_4032312 href="vote?for=4032312&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032312></span></center></td><td class="title"><a href="item?id=4032312">Ask HN: Legality of price comparison scraping without permission</a></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032312>1 point</span> by <a href="user?id=aik48">aik48</a> 18 minutes ago | <a href="item?id=4032312">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">6.</td><td><center><a id=up_4032296 href="vote?for=4032296&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032296></span></center></td><td class="title"><a href="http://www.mondaynote.com/2012/05/27/facebook-the-collective-hallucination/" rel="nofollow">Facebook: The Collective Hallucination</a><span class="comhead"> (mondaynote.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032296>1 point</span> by <a href="user?id=mmayernick">mmayernick</a> 27 minutes ago | <a href="item?id=4032296">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">7.</td><td><center><a id=up_4032282 href="vote?for=4032282&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032282></span></center></td><td class="title"><a href="http://www.seomoz.org/blog/is-seo-the-answer-for-startup-marketing" rel="nofollow">Is SEO the Right Answer for Startups? Not Necessarily</a><span class="comhead"> (seomoz.org) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032282>1 point</span> by <a href="user?id=randfish">randfish</a> 34 minutes ago | <a href="item?id=4032282">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">8.</td><td><center><a id=up_4032251 href="vote?for=4032251&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032251></span></center></td><td class="title"><a href="http://www.sacvuittonfrance.com/" rel="nofollow">Louis vuitton</a><span class="comhead"> (sacvuittonfrance.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032251>1 point</span> by <a href="user?id=ibrkpf1614">ibrkpf1614</a> 44 minutes ago | <a href="item?id=4032251">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">9.</td><td><center><a id=up_4032248 href="vote?for=4032248&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032248></span></center></td><td class="title"><a href="http://klickverbot.at/blog/2012/05/purity-in-d/" rel="nofollow">Purity in D</a><span class="comhead"> (klickverbot.at) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032248>1 point</span> by <a href="user?id=klickverbot">klickverbot</a> 44 minutes ago | <a href="item?id=4032248">1 comment</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">10.</td><td><center><a id=up_4032242 href="vote?for=4032242&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032242></span></center></td><td class="title"><a href="http://owndj.com/" rel="nofollow">Show HN : A much better experience to build youtube playlist</a><span class="comhead"> (owndj.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032242>1 point</span> by <a href="user?id=serbrech">serbrech</a> 47 minutes ago | <a href="item?id=4032242">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">11.</td><td><center><a id=up_4032235 href="vote?for=4032235&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032235></span></center></td><td class="title"><a href="http://scrapbook.channel4.com" rel="nofollow">Channel4 - new scrapbook app</a><span class="comhead"> (channel4.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032235>1 point</span> by <a href="user?id=suchitpuri">suchitpuri</a> 52 minutes ago | <a href="item?id=4032235">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">12.</td><td><center><a id=up_4032219 href="vote?for=4032219&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032219></span></center></td><td class="title"><a href="http://blogs.wsj.com/tech-europe/2012/05/25/europe-caught-with-its-hand-in-the-cookie-jar/?mod=WSJBlog" rel="nofollow">Europe Caught in the Cookie Jar</a><span class="comhead"> (wsj.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032219>1 point</span> by <a href="user?id=voodoochilo">voodoochilo</a> 1 hour ago | <a href="item?id=4032219">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">13.</td><td><center><a id=up_4032213 href="vote?for=4032213&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032213></span></center></td><td class="title"><a href="http://cnnr.me/b/2012/05/your-first-node-dot-js-module/">Your first Node.js module</a><span class="comhead"> (cnnr.me) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032213>18 points</span> by <a href="user?id=c_t_montgomery">c_t_montgomery</a> 1 hour ago | <a href="item?id=4032213">3 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">14.</td><td><center><a id=up_4032197 href="vote?for=4032197&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032197></span></center></td><td class="title"><a href="http://www.thedailybeast.com/newsweek/2012/05/20/brian-greene-welcome-to-the-multiverse.html" rel="nofollow">Welcome to the Multiverse</a><span class="comhead"> (thedailybeast.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032197>1 point</span> by <a href="user?id=gruseom">gruseom</a> 1 hour ago | <a href="item?id=4032197">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">15.</td><td><center><a id=up_4032184 href="vote?for=4032184&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032184></span></center></td><td class="title"><a href="http://www.youtube.com/watch?v=jIWOR2bGC7c&feature=list_related&playnext=1&list=SPCDE38BA0F8AA9249" rel="nofollow">How Homomorphic Encryption Works</a><span class="comhead"> (youtube.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032184>3 points</span> by <a href="user?id=haliax">haliax</a> 1 hour ago | <a href="item?id=4032184">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">16.</td><td><center><a id=up_4032153 href="vote?for=4032153&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032153></span></center></td><td class="title"><a href="http://programmers.stackexchange.com/questions/149970/i-can-write-code-but-cant-design-well-any-suggestions" rel="nofollow">I can write code...but can't design well. Any suggestions? - Programmers</a><span class="comhead"> (stackexchange.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032153>1 point</span> by <a href="user?id=girishmony">girishmony</a> 1 hour ago | <a href="item?id=4032153">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">17.</td><td><center><a id=up_4032144 href="vote?for=4032144&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032144></span></center></td><td class="title"><a href="http://techcrunch.com/2012/05/27/facebook-phone-3/" rel="nofollow">It’ll Be A Miracle If The Facebook Phone Doesn’t Suck</a><span class="comhead"> (techcrunch.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032144>2 points</span> by <a href="user?id=daegloe">daegloe</a> 1 hour ago | <a href="item?id=4032144">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">18.</td><td><center><a id=up_4032142 href="vote?for=4032142&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032142></span></center></td><td class="title"><a href="http://www.danshapiro.com/blog/2012/05/what-if-you-could-only-speak-once-a-year/" rel="nofollow">What If You Could Only Speak Once a Year</a><span class="comhead"> (danshapiro.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032142>1 point</span> by <a href="user?id=danshapiro">danshapiro</a> 1 hour ago | <a href="item?id=4032142">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">19.</td><td><center><a id=up_4032137 href="vote?for=4032137&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032137></span></center></td><td class="title"><a href="http://fda.gov/" rel="nofollow">Many .gov domains fail to resolve without www.</a><span class="comhead"> (fda.gov) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032137>2 points</span> by <a href="user?id=zone411">zone411</a> 1 hour ago | <a href="item?id=4032137">1 comment</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">20.</td><td><center><a id=up_4032127 href="vote?for=4032127&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032127></span></center></td><td class="title"><a href="http://www.mpg.de/5809418/reactor_accidents" rel="nofollow">Risk of contamination from severe nuclear reactor accidents higher than expected</a><span class="comhead"> (mpg.de) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032127>2 points</span> by <a href="user?id=stfu">stfu</a> 1 hour ago | <a href="item?id=4032127">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">21.</td><td><center><a id=up_4032108 href="vote?for=4032108&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032108></span></center></td><td class="title"><a href="http://spectrum.ieee.org/biomedical/devices/bioengineers-make-dna-into-a-living-flash-drive" rel="nofollow">Bioengineers Make DNA Into a Living Flash Drive</a><span class="comhead"> (ieee.org) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032108>1 point</span> by <a href="user?id=tysont">tysont</a> 1 hour ago | <a href="item?id=4032108">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">22.</td><td><center><a id=up_4032065 href="vote?for=4032065&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032065></span></center></td><td class="title"><a href="http://www.theage.com.au/technology/technology-news/daring-to-fail-at-23-australias-hackathon-hero-20120525-1z98i.html" rel="nofollow">Daring to fail at 23: Australia's hackathon hero</a><span class="comhead"> (theage.com.au) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032065>3 points</span> by <a href="user?id=bootload">bootload</a> 2 hours ago | <a href="item?id=4032065">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">23.</td><td><center><a id=up_4032046 href="vote?for=4032046&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032046></span></center></td><td class="title"><a href="http://www.slate.com/articles/business/moneybox/2012/05/facebook_george_lucas_and_nimbyism_the_idiotic_rules_preventing_silicon_valley_from_building_the_houses_and_offices_we_need_to_power_american_innovation_.html/" rel="nofollow">Dumb rules prevent Silicon Valley from building needed houses and offices</a><span class="comhead"> (slate.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032046>3 points</span> by <a href="user?id=jseliger">jseliger</a> 2 hours ago | <a href="item?id=4032046">3 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">24.</td><td><center><a id=up_4032031 href="vote?for=4032031&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032031></span></center></td><td class="title"><a href="http://www.freenetpages.co.uk/hp/alan.gauld/tutfctnl.htm" rel="nofollow">Functional Programming in Python</a><span class="comhead"> (freenetpages.co.uk) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032031>3 points</span> by <a href="user?id=michaelkscott">michaelkscott</a> 2 hours ago | <a href="item?id=4032031">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">25.</td><td><center><a id=up_4032030 href="vote?for=4032030&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032030></span></center></td><td class="title"><a href="http://www.newyorker.com/reporting/2012/06/04/120604fa_fact_gibson?currentPage=all">William Gibson: Seeing the Future in Science Fiction</a><span class="comhead"> (newyorker.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032030>21 points</span> by <a href="user?id=jseliger">jseliger</a> 2 hours ago | <a href="item?id=4032030">9 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">26.</td><td><center><a id=up_4032020 href="vote?for=4032020&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032020></span></center></td><td class="title"><a href="https://github.com/mitchellh/html7">Show HN: HTML7 - Modern HTML</a><span class="comhead"> (github.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032020>11 points</span> by <a href="user?id=mitchellh">mitchellh</a> 2 hours ago | <a href="item?id=4032020">9 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">27.</td><td><center><a id=up_4032017 href="vote?for=4032017&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4032017></span></center></td><td class="title"><a href="http://www.thecreatorsproject.com/blog/zeron-a-levitating-orb-gestural-interface-straight-out-of-sci-fi" rel="nofollow">A new 3D input device using computer controlled magnetic levitation</a><span class="comhead"> (thecreatorsproject.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4032017>1 point</span> by <a href="user?id=damian2000">damian2000</a> 2 hours ago | <a href="item?id=4032017">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">28.</td><td><center><a id=up_4031996 href="vote?for=4031996&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031996></span></center></td><td class="title"><a href="http://arxiv.org/abs/1205.5662" rel="nofollow">Google+ or Google-?: Active users represent 10.3% of the whole population</a><span class="comhead"> (arxiv.org) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031996>2 points</span> by <a href="user?id=friggeri">friggeri</a> 2 hours ago | <a href="item?id=4031996">1 comment</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">29.</td><td><center><a id=up_4031994 href="vote?for=4031994&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031994></span></center></td><td class="title"><a href="item?id=4031994">Why are we able to share any Facebook photo by copying its URL</a></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031994>1 point</span> by <a href="user?id=lemieux">lemieux</a> 2 hours ago | <a href="item?id=4031994">1 comment</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">30.</td><td><center><a id=up_4031982 href="vote?for=4031982&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4031982></span></center></td><td class="title"><a href="http://imgur.com/a/Z5bOM" rel="nofollow">Show HN: Concept UI for Everything [File searching app for Windows]</a><span class="comhead"> (imgur.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4031982>1 point</span> by <a href="user?id=elisk">elisk</a> 2 hours ago | <a href="item?id=4031982">discuss</a></td></tr><tr style="height:5px"></tr><tr style="height:10px"></tr><tr><td colspan=2></td><td class="title"><a href="/x?fnid=0zvVDJ3ZNE" rel="nofollow">More</a></td></tr></table></td></tr><tr><td><img src="http://ycombinator.com/images/s.gif" height=10 width=0><table width="100%" cellspacing=0 cellpadding=1><tr><td bgcolor=#ff6600></td></tr></table><br>
|
|
21
|
+
} </script><title>New Links | Hacker News</title></head><body><center><table border=0 cellpadding=0 cellspacing=0 width="85%" bgcolor=#f6f6ef><tr><td bgcolor=#ff6600><table border=0 cellpadding=0 cellspacing=0 width="100%" style="padding:2px"><tr><td style="width:18px;padding-right:4px"><a href="http://ycombinator.com"><img src="http://ycombinator.com/images/y18.gif" width=18 height=18 style="border:1px #ffffff solid;"></img></a></td><td style="line-height:12pt; height:10px;"><span class="pagetop"><b><a href="news">Hacker News</a></b><img src="http://ycombinator.com/images/s.gif" height=1 width=10><span class="topsel"><a href="newest">new</a></span> | <a href="newcomments">comments</a> | <a href="ask">ask</a> | <a href="jobs">jobs</a> | <a href="submit">submit</a></span></td><td style="text-align:right;padding-right:4px;"><span class="pagetop"><a href="newslogin?whence=%6e%65%77%65%73%74">login</a></span></td></tr></table></td></tr><tr style="height:10px"></tr><tr><td><table border=0 cellpadding=0 cellspacing=0><tr><td align=right valign=top class="title">1.</td><td><center><a id=up_4036829 href="vote?for=4036829&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036829></span></center></td><td class="title"><a href="http://readlists.com/2d171be0/" rel="nofollow">Paul Graham's essays collection in Readlists (readily convertable to e-books)</a><span class="comhead"> (readlists.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036829>1 point</span> by <a href="user?id=hfz">hfz</a> 22 minutes ago | <a href="item?id=4036829">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">2.</td><td><center><a id=up_4036827 href="vote?for=4036827&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036827></span></center></td><td class="title"><a href="http://andrzejonsoftware.blogspot.com/2012/05/accounttransfer-is-it-good-oop.html" rel="nofollow">Account.transfer(..) - is it good OOP?</a><span class="comhead"> (andrzejonsoftware.blogspot.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036827>1 point</span> by <a href="user?id=snatcher">snatcher</a> 22 minutes ago | <a href="item?id=4036827">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">3.</td><td><center><a id=up_4036819 href="vote?for=4036819&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036819></span></center></td><td class="title"><a href="item?id=4036819">Ask HN - Books that changed your thinking about life, business?</a></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036819>2 points</span> by <a href="user?id=vijayr">vijayr</a> 28 minutes ago | <a href="item?id=4036819">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">4.</td><td><center><a id=up_4036803 href="vote?for=4036803&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036803></span></center></td><td class="title"><a href="http://slidetocode.com/2012/05/29/where-did-my-parentheses-go/" rel="nofollow">The problem with Arc's if statement and Clojure's type hints</a><span class="comhead"> (slidetocode.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036803>1 point</span> by <a href="user?id=steeleduncan">steeleduncan</a> 33 minutes ago | <a href="item?id=4036803">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">5.</td><td><center><a id=up_4036786 href="vote?for=4036786&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036786></span></center></td><td class="title"><a href="http://torrentfreak.com/pirate-bay-ready-for-perpetual-ip-address-whac-a-mole-120528/" rel="nofollow">Pirate Bay Ready For Perpetual IP-Address Whac-A-Mole</a><span class="comhead"> (torrentfreak.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036786>2 points</span> by <a href="user?id=vibrunazo">vibrunazo</a> 40 minutes ago | <a href="item?id=4036786">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">6.</td><td><center><a id=up_4036777 href="vote?for=4036777&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036777></span></center></td><td class="title"><a href="http://www.kentsecuritysystems.com" rel="nofollow">Do you need a security system for business?</a><span class="comhead"> (kentsecuritysystems.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036777>1 point</span> by <a href="user?id=hamiltonweb">hamiltonweb</a> 42 minutes ago | <a href="item?id=4036777">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">7.</td><td><center><a id=up_4036774 href="vote?for=4036774&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036774></span></center></td><td class="title"><a href="http://www.haaretz.com/news/diplomacy-defense/netanyahu-deputy-hints-at-israeli-involvement-in-iran-cyber-attack-1.433120" rel="nofollow">Deputy PM hints at Israeli involvement in Iran cyber attack </a><span class="comhead"> (haaretz.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036774>2 points</span> by <a href="user?id=yuvadam">yuvadam</a> 43 minutes ago | <a href="item?id=4036774">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">8.</td><td><center><a id=up_4036773 href="vote?for=4036773&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036773></span></center></td><td class="title"><a href="http://www.droid-guru.com/2012/05/29/add-on-brings-most-of-the-galaxy-s-iii-features-to-the-galaxy-nexus/" rel="nofollow">Add-on Brings Most Of The Galaxy S III Features To The Galaxy Nexus</a><span class="comhead"> (droid-guru.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036773>1 point</span> by <a href="user?id=suraj9">suraj9</a> 45 minutes ago | <a href="item?id=4036773">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">9.</td><td><center><a id=up_4036768 href="vote?for=4036768&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036768></span></center></td><td class="title"><a href="http://www.datpat.com/" rel="nofollow">Practice Dat Exam</a><span class="comhead"> (datpat.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036768>1 point</span> by <a href="user?id=DatTest">DatTest</a> 47 minutes ago | <a href="item?id=4036768">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">10.</td><td><center><a id=up_4036761 href="vote?for=4036761&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036761></span></center></td><td class="title"><a href="http://blog.interacteasy.com/post/23989306577/email-dead" rel="nofollow">Why do we think emails for sales support is dead?</a><span class="comhead"> (interacteasy.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036761>1 point</span> by <a href="user?id=jayeshrsidhwani">jayeshrsidhwani</a> 50 minutes ago | <a href="item?id=4036761">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">11.</td><td><center><a id=up_4036757 href="vote?for=4036757&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036757></span></center></td><td class="title"><a href="http://fundersandfounders.com/hacks-to-get-investor-raising-money/" rel="nofollow">12 Hacks How to Get $1000000 For Your Idea</a><span class="comhead"> (fundersandfounders.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036757>1 point</span> by <a href="user?id=FnF">FnF</a> 52 minutes ago | <a href="item?id=4036757">2 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">12.</td><td><center><a id=up_4036744 href="vote?for=4036744&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036744></span></center></td><td class="title"><a href="http://conservationdrones.org/about-2/" rel="nofollow">Conservation Drones</a><span class="comhead"> (conservationdrones.org) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036744>2 points</span> by <a href="user?id=rizumu">rizumu</a> 57 minutes ago | <a href="item?id=4036744">2 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">13.</td><td><center><a id=up_4036720 href="vote?for=4036720&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036720></span></center></td><td class="title"><a href="http://wingolog.org/archives/2012/05/29/inline-cache-applications-in-scheme" rel="nofollow">Inline cache applications in Scheme</a><span class="comhead"> (wingolog.org) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036720>2 points</span> by <a href="user?id=wingo">wingo</a> 1 hour ago | <a href="item?id=4036720">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">14.</td><td><center><a id=up_4036718 href="vote?for=4036718&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036718></span></center></td><td class="title"><a href="http://garmr.posterous.com/blurring-the-boundaries-the-next-wave-of-tech" rel="nofollow">Blurring the Boundaries: The Next Wave of Technology Startups</a><span class="comhead"> (garmr.posterous.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036718>1 point</span> by <a href="user?id=gghootch">gghootch</a> 1 hour ago | <a href="item?id=4036718">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">15.</td><td><center><a id=up_4036717 href="vote?for=4036717&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036717></span></center></td><td class="title"><a href="http://rbutr.com/">Rbutr: a browser extension that finds rebuttals to web pages you're reading</a><span class="comhead"> (rbutr.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036717>12 points</span> by <a href="user?id=MichaelJW">MichaelJW</a> 1 hour ago | <a href="item?id=4036717">6 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">16.</td><td><center><a id=up_4036711 href="vote?for=4036711&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036711></span></center></td><td class="title"><a href="http://www.quirksmode.org/blog/archives/2012/05/face_opera.html">Face opera</a><span class="comhead"> (quirksmode.org) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036711>21 points</span> by <a href="user?id=robin_reala">robin_reala</a> 1 hour ago | <a href="item?id=4036711">10 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">17.</td><td><center><a id=up_4036705 href="vote?for=4036705&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036705></span></center></td><td class="title"><a href="http://webdev360.com/no-nreduce-isn-t-an-open-source-incubator-42936.html" rel="nofollow">No, nReduce isn't an 'open source Y Combinator'</a><span class="comhead"> (webdev360.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036705>1 point</span> by <a href="user?id=GlassHalfShard">GlassHalfShard</a> 1 hour ago | <a href="item?id=4036705">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">18.</td><td><center><a id=up_4036699 href="vote?for=4036699&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036699></span></center></td><td class="title"><a href="http://www.ubergizmo.com/2012/05/rfid-tags-track-kids-in-texas-school-district/" rel="nofollow">RFID tags track kids in Texas school district</a><span class="comhead"> (ubergizmo.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036699>1 point</span> by <a href="user?id=harscoat">harscoat</a> 1 hour ago | <a href="item?id=4036699">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">19.</td><td><center><a id=up_4036696 href="vote?for=4036696&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036696></span></center></td><td class="title"><a href="http://programmers.stackexchange.com/questions/49550/which-hashing-algorithm-is-best-for-uniqueness-and-speed/145633#145633">Which hashing algorithm is best for uniqueness and speed?</a><span class="comhead"> (stackexchange.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036696>48 points</span> by <a href="user?id=suprgeek">suprgeek</a> 1 hour ago | <a href="item?id=4036696">11 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">20.</td><td><center><a id=up_4036694 href="vote?for=4036694&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036694></span></center></td><td class="title"><a href="http://blog.wishjoin.com/2012/04/23/hello-world/" rel="nofollow">Show HN : our new wishing site</a><span class="comhead"> (wishjoin.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036694>1 point</span> by <a href="user?id=erkin_unlu">erkin_unlu</a> 1 hour ago | <a href="item?id=4036694">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">21.</td><td><center><a id=up_4036684 href="vote?for=4036684&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036684></span></center></td><td class="title"><a href="http://www.rudebaguette.com/2012/05/29/rails-girls-paris/?utm_source=hackernews&utm_medium=hackernews&utm_campaign=hackernews" rel="nofollow">Rails Girls comes to Paris to teach Girls to code in Ruby</a><span class="comhead"> (rudebaguette.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036684>1 point</span> by <a href="user?id=RudeBaguette">RudeBaguette</a> 1 hour ago | <a href="item?id=4036684">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">22.</td><td><center><a id=up_4036682 href="vote?for=4036682&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036682></span></center></td><td class="title"><a href="http://blog.hashtagify.me/2012/05/29/hacker-news-mark-all-read-source-code-released/" rel="nofollow">Save Time On HN: Mark All As Read - Source Code Released</a><span class="comhead"> (hashtagify.me) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036682>2 points</span> by <a href="user?id=danmaz74">danmaz74</a> 1 hour ago | <a href="item?id=4036682">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">23.</td><td><center><a id=up_4036676 href="vote?for=4036676&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036676></span></center></td><td class="title"><a href="http://logrevealhq.com/blog/Launch-day-marketing-for-your-bootstrapped-web-app" rel="nofollow">Launch day marketing for your bootstrapped web app</a><span class="comhead"> (logrevealhq.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036676>1 point</span> by <a href="user?id=shogunmike">shogunmike</a> 1 hour ago | <a href="item?id=4036676">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">24.</td><td><center><a id=up_4036674 href="vote?for=4036674&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036674></span></center></td><td class="title"><a href="http://skillsmatter.com/podcast/agile-testing/tdd-django-selenium" rel="nofollow">Hands-on coding session: Introduction to test-driven development with Django</a><span class="comhead"> (skillsmatter.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036674>1 point</span> by <a href="user?id=pajju">pajju</a> 1 hour ago | <a href="item?id=4036674">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">25.</td><td><center><a id=up_4036665 href="vote?for=4036665&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036665></span></center></td><td class="title"><a href="http://trac.nginx.org/nginx/milestone/1.3" rel="nofollow">Nginx 1.3 plans to support SPDY</a><span class="comhead"> (nginx.org) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036665>2 points</span> by <a href="user?id=grn">grn</a> 1 hour ago | <a href="item?id=4036665">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">26.</td><td><center><a id=up_4036659 href="vote?for=4036659&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036659></span></center></td><td class="title"><a href="http://www.txt.io/t-2eewd">False Cognates and Syntax: The Importance of Syntax in Programming Languages</a><span class="comhead"> (txt.io) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036659>23 points</span> by <a href="user?id=Swizec">Swizec</a> 1 hour ago | <a href="item?id=4036659">6 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">27.</td><td><center><a id=up_4036654 href="vote?for=4036654&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036654></span></center></td><td class="title"><a href="http://www.bbc.com/news/technology-18241461" rel="nofollow">Living on mobile money</a><span class="comhead"> (bbc.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036654>1 point</span> by <a href="user?id=lnguyen">lnguyen</a> 1 hour ago | <a href="item?id=4036654">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">28.</td><td><center><a id=up_4036651 href="vote?for=4036651&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036651></span></center></td><td class="title"><a href="https://github.com/venomous0x/WhatsAPI">WhatsAPI: Python interface to WhatsApp Messenger</a><span class="comhead"> (github.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036651>9 points</span> by <a href="user?id=hubail">hubail</a> 1 hour ago | <a href="item?id=4036651">2 comments</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">29.</td><td><center><a id=up_4036649 href="vote?for=4036649&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036649></span></center></td><td class="title"><a href="http://siimpler.com/" rel="nofollow">Siimpler - HTML Framework</a><span class="comhead"> (siimpler.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036649>1 point</span> by <a href="user?id=luzon19">luzon19</a> 1 hour ago | <a href="item?id=4036649">discuss</a></td></tr><tr style="height:5px"></tr><tr><td align=right valign=top class="title">30.</td><td><center><a id=up_4036646 href="vote?for=4036646&dir=up&whence=%6e%65%77%65%73%74"><img src="http://ycombinator.com/images/grayarrow.gif" border=0 vspace=3 hspace=2></a><span id=down_4036646></span></center></td><td class="title"><a href="http://www.perfectsneakersonline.com/" rel="nofollow">Sneakers Offered Online - Air Jordans</a><span class="comhead"> (perfectsneakersonline.com) </span></td></tr><tr><td colspan=2></td><td class="subtext"><span id=score_4036646>1 point</span> by <a href="user?id=omygod001">omygod001</a> 1 hour ago | <a href="item?id=4036646">discuss</a></td></tr><tr style="height:5px"></tr><tr style="height:10px"></tr><tr><td colspan=2></td><td class="title"><a href="/x?fnid=EE93xPnqrX" rel="nofollow">More</a></td></tr></table></td></tr><tr><td><img src="http://ycombinator.com/images/s.gif" height=10 width=0><table width="100%" cellspacing=0 cellpadding=1><tr><td bgcolor=#ff6600></td></tr></table><br>
|
|
22
22
|
<center><span class="yclinks"><a href="lists">Lists</a> | <a href="rss">RSS</a> | <a href="http://ycombinator.com/bookmarklet.html">Bookmarklet</a> | <a href="http://ycombinator.com/newsguidelines.html">Guidelines</a> | <a href="http://ycombinator.com/newsfaq.html">FAQ</a> | <a href="http://ycombinator.com/newsnews.html">News News</a> | <a href="item?id=363">Feature Requests</a> | <a href="http://ycombinator.com">Y Combinator</a> | <a href="http://ycombinator.com/apply.html">Apply</a> | <a href="http://ycombinator.com/lib.html">Library</a></span><br><br>
|
|
23
23
|
<form method=get action="http://www.hnsearch.com/search#request/all">Search: <input type=text name="q" value="" size=17></form><br>
|
|
24
24
|
</center></td></tr></table></center></body></html>
|
|
@@ -17,13 +17,14 @@ module HackerNews
|
|
|
17
17
|
entries.first.should be_an Entry
|
|
18
18
|
entries.each do |entry|
|
|
19
19
|
entry.id.should > 4000000
|
|
20
|
-
entry.username.should =~ /\w+/
|
|
20
|
+
entry.username.should =~ /\w+/ unless entry.username.nil?
|
|
21
21
|
entry.link.should =~ /^http/ unless entry.site.nil?
|
|
22
22
|
entry.title.should_not be_empty
|
|
23
|
-
entry.num_comments.
|
|
23
|
+
entry.num_comments.should_not == 0
|
|
24
24
|
entry.site.should_not =~ /^http/
|
|
25
|
-
entry.points.
|
|
26
|
-
|
|
25
|
+
entry.points.should_not == 0
|
|
26
|
+
|
|
27
|
+
Chronic.parse(entry.time_string).should < Time.now unless entry.time_string.nil?
|
|
27
28
|
end
|
|
28
29
|
end
|
|
29
30
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-05-29 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70317045412840 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70317045412840
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: rake
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70317045412420 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70317045412420
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: simplecov
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &70317045412000 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ! '>='
|
|
@@ -43,10 +43,10 @@ dependencies:
|
|
|
43
43
|
version: '0'
|
|
44
44
|
type: :development
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *70317045412000
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: chronic
|
|
49
|
-
requirement: &
|
|
49
|
+
requirement: &70317045411580 !ruby/object:Gem::Requirement
|
|
50
50
|
none: false
|
|
51
51
|
requirements:
|
|
52
52
|
- - ! '>='
|
|
@@ -54,10 +54,10 @@ dependencies:
|
|
|
54
54
|
version: '0'
|
|
55
55
|
type: :development
|
|
56
56
|
prerelease: false
|
|
57
|
-
version_requirements: *
|
|
57
|
+
version_requirements: *70317045411580
|
|
58
58
|
- !ruby/object:Gem::Dependency
|
|
59
59
|
name: fakeweb
|
|
60
|
-
requirement: &
|
|
60
|
+
requirement: &70317045411160 !ruby/object:Gem::Requirement
|
|
61
61
|
none: false
|
|
62
62
|
requirements:
|
|
63
63
|
- - ! '>='
|
|
@@ -65,10 +65,10 @@ dependencies:
|
|
|
65
65
|
version: '0'
|
|
66
66
|
type: :development
|
|
67
67
|
prerelease: false
|
|
68
|
-
version_requirements: *
|
|
68
|
+
version_requirements: *70317045411160
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: nokogiri
|
|
71
|
-
requirement: &
|
|
71
|
+
requirement: &70317045410740 !ruby/object:Gem::Requirement
|
|
72
72
|
none: false
|
|
73
73
|
requirements:
|
|
74
74
|
- - ! '>='
|
|
@@ -76,7 +76,7 @@ dependencies:
|
|
|
76
76
|
version: '0'
|
|
77
77
|
type: :runtime
|
|
78
78
|
prerelease: false
|
|
79
|
-
version_requirements: *
|
|
79
|
+
version_requirements: *70317045410740
|
|
80
80
|
description: A tiny gem to fetch Hacker News entries
|
|
81
81
|
email:
|
|
82
82
|
- afu@forresty.com
|
|
@@ -116,7 +116,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
116
116
|
version: '0'
|
|
117
117
|
segments:
|
|
118
118
|
- 0
|
|
119
|
-
hash:
|
|
119
|
+
hash: 4482381520418803465
|
|
120
120
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
121
|
none: false
|
|
122
122
|
requirements:
|
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
125
125
|
version: '0'
|
|
126
126
|
segments:
|
|
127
127
|
- 0
|
|
128
|
-
hash:
|
|
128
|
+
hash: 4482381520418803465
|
|
129
129
|
requirements: []
|
|
130
130
|
rubyforge_project:
|
|
131
131
|
rubygems_version: 1.8.11
|