Live data from Hacker News

Viewing profile — wpears

wpears

HN member
Joined
Fri, Aug 09, 2013, 9:20 PM UTC
HN karma
57
Public activity
21 items

About wpears

No profile information was provided.

Recent public activity

  1. comment
    Comment #20480781

    I took the parent comment to be making the assumption that politically attractive options for responding to emissions and climate change tend to be "market-based" solutions or acti…

  2. comment
    Comment #12255415

    Link to PDF of policy[1] [1] http://www.whitehouse.gov/sites/default/files/omb/memoranda/...

  3. comment
    Comment #12134460

    Where x can be any combination of letters of any length?

  4. comment
    Comment #11891564

    If the DNA in a seed is still in good enough shape to support blooming after being frozen 30,000 years, perhaps a seed frozen in a meteorite [1] could also survive long enough to b…

  5. story
  6. comment
    Comment #11562093

    Ruby. Rails is the web framework, Ruby is the language and thus the thing that is interpreted.

  7. comment
    Comment #10653150

    BST is O(n) in the worst case (when a tree is completely unbalanced and is essentially a linked list)

  8. comment
    Comment #10383606

    Mirror via the wayback machine: https://web.archive.org/web/20150409042753/http://www.intell...

  9. comment
    Comment #10360908

    The video at the "byzantine regulatory framework" link[1] is worth a watch (at least the first 10 minutes to get a taste). One of the most valuable offerings of cloud.gov is (hopef…

  10. comment
    Comment #9609687

    Nice explanation at http://grammarist.com/usage/all-but/

  11. comment
    Comment #8815797

    His second bind example is incorrect. function handleClick(i) { this.innerHTML = i; } for (i = 0; i In the for loop, the this value refers to the global object. To get the desired …

  12. comment
    Comment #7943841

    Not the friendliest program but http://mrale.ph/irhydra/1/ can display all sorts of intermediate representations spit out by v8

  13. comment
    Comment #7699102

    You mixed up your definitions of function declaration and function expression. In this case, if the '!' weren't there, it would indeed be a function declaration, but with improper …

  14. comment
    Comment #7418434

    r is a model parameter that affects the strength of gravity waves. r=0.2 was much higher than expected. See http://www.reddit.com/r/science/comments/20mrz4/cosmic_infla...

  15. story
  16. comment
    Comment #7386575

    You're quite correct that cadence is diminished, though that can be mitigated by adding a delay to each word based on its length.

  17. comment
    Comment #7386497

    That's what I did with Spree [1] (also posted below). Just a simple word.length*8 seemed to have quite a nice effect on readability. 1. https://chrome.google.com/webstore/detail/sp…

  18. comment
    Comment #7386193

    Similar to what I did with the chrome extension Spree [1]. Though I find your pauses on periods to be a bit much. Code for Spree available on github [2]. The IIFE in spree.js can a…

  19. comment
    Comment #6882490

    If the socket is terminated mid-command (thus emitting 'close'), one would want the process to be killed. Also, the socket doesn't know that no more transmission is required just b…

  20. comment
    Comment #6727039

    The getter is wrapped in a try/catch, so the circular reference hits the max call stack size and errors out silently.

  21. comment