Live data from Hacker News

Viewing profile — hyperbolist

hyperbolist

HN member
Joined
Tue, Feb 02, 2010, 4:06 AM UTC
HN karma
28
Public activity
15 items

About hyperbolist

No profile information was provided.

Recent public activity

  1. comment
    Comment #1106190

    Bitrate is the primary determinant for bandwidth consumption, no?

  2. comment
  3. story
  4. comment
    Comment #1098938

    Thanks for this, I'm enjoying it! You probably want to add something like set :url, "http://example.com" # site root URL to your config.ru documentation.

  5. comment
    Comment #1097618

    Conventions are just conventions anyway. We've established that there's no technical barrier to your two objections. 1) You can clone different branches into different paths, which…

  6. comment
    Comment #1096922

    http://daringfireball.net/2010/02/winer_flash_open_standards quote: But what if the source code to Flash Player is — as many would wager — a huge steaming pile of convoluted C++ ho…

  7. comment
    Comment #1096832

    I'm not making that claim, and freely admit that I am utterly ignorant about mercurial. I'm merely demonstrating that, contrary to the author's assertion, it's possible to use git …

  8. comment
    Comment #1096811

    how do I see two different branches' versions of files? You could clone the branches to different paths, I guess. But nobody else will [know that a branch is "done".] If you've ins…

  9. comment
    Comment #1096377

    Many sites deliver video by H.264 in the absence of Flash. It is seamless to the user, and there are no blue legos. The fact that Flash is missing from iPhones and iPod Touches, an…

  10. comment
    Comment #1096176

    http://jilion.com/sublime/video -- a Video player for these approaching Dark Ages

  11. comment
    Comment #1095923

    How do I get both files side-by-side in Emacs so I can go through them thoroughly (some of us prefer that to reading diffs, you know)? git show branch:path/to/file > /tmp/file I wa…

  12. comment
    Comment #1095534

    Further: To say "I'm done with this branch", merge it to master. This is natural; you already do this. git branch --merged master # list branches that are "done" git branch --no-me…

  13. comment
    Comment #1095366

    I read the article, I enjoyed it. It reminded me of why I like git so much. git-diff doesn't require you to do gymnastics to compare files from different branches in the same worki…

  14. comment
    Comment #1095156

    Coming from svn, I too felt initial discomfort about git's promiscuous branching, but then I learned to stop worrying and love the index. Working in svn repositories evokes "I wish…

  15. story