Live data from Hacker News

Viewing profile — macowar

macowar

HN member
Joined
Fri, Jun 08, 2012, 3:34 PM UTC
HN karma
4
Public activity
14 items

About macowar

No profile information was provided.

Recent public activity

  1. comment
    Comment #19098546

    And the same may be said about the products we make today 40 years from now. Survivorship bias is the logical error of concentrating on the things that made it past some selection …

  2. comment
    Comment #8529377

    Where is the reference implementation?

  3. comment
    Comment #6587888

    I don't see why that warrants taking the github repo down.

  4. comment
  5. comment
    Comment #6533970

    Just try and compile this simple program: > println("System"); It gives this error: "At line undefined, the submission failed to compile with the error: Error: Sorry, but you may n…

  6. comment
    Comment #6488622

    I want a product that comes up with new product ideas.

  7. comment
    Comment #6180891

    Is Hacker News the new reddit now? Should I start posting graphic memes?

  8. comment
    Comment #5874271

    So I just tried out adioso on a desktop. It wasn't as responsive as I hoped.

  9. comment
    Comment #4448570

    Well, technically a file system is a specialized typed of database. NTFS has some support for removing duplicate files and replacing them with links. Windows server 2008 calls this…

  10. comment
    Comment #4202824

    This bookmarklet uses xpath to replace every plain text 'the' with 'ye'. javascript:d=document;x=d.evaluate(‘.//text()[normalize-space(.)!=\'\']‘,d.body,null,7,null);for(i=0,l=x.sn…

  11. comment
    Comment #4178085

    sudo apt-get install ruby-full build-essential rubygems apache2 && sudo gem install rails && rails hello && cd hello && rails generate controller hello && rails script/server && wg…

  12. comment
    Comment #4163364

    Pigments can sometimes be stubborn things. But I find that folks tend agree that darker greens are 'greener' than lighter greens. So for best results I'd use a dark green with a gl…

  13. comment
    Comment #4101110

    Prepare a demo video ahead of time. If the actual demo fails, show the video in its place.

  14. comment
    Comment #4084656

    Well, provided that this doesn't need to be highly secured. You could base invite keys on some property of the verification code. For example, you could design a system where a cod…