Live data from Hacker News

Viewing profile — tuxcanfly

tuxcanfly

HN member
Joined
Tue, Jun 22, 2010, 2:29 PM UTC
HN karma
78
Public activity
29 items

About tuxcanfly

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #23940760

    We did exactly this for a side project last week: https://github.com/shabda/tweet-signer At it's core it's just a spec, so feel free to write your own tools! Suggestions for improv…

  3. comment
    Comment #17365374

    Nice job. Link to the demo: https://sultaness.github.io/todo/index.html

  4. comment
    Comment #8673886

    >So instead of having only two options, or a third invisible option, there is only one real option and the demon cannot be wrong or it cannot be right. This third neither right nor…

  5. comment
    Comment #7742753

    Is there a chance ty or a similar implementation will make it into Go core? What do you think about Go designers being generally averse to the idea of parametric polymorphism?

  6. comment
    Comment #6443568

    For linux there's Kupfer [0] which is really awesome and easily scriptable in python. [0] http://engla.github.io/kupfer/

  7. comment
    Comment #6333129

    I use git + homesick for this https://github.com/technicalpickles/homesick

  8. comment
    Comment #6223292

    “One must lie low, no matter how much it went against the grain, and try to understand that this great organization remained, so to speak, in a state of delicate balance, and that …

  9. comment
    Comment #5983975

    >Has Snowden got something on Obama personally or something? Probably yes. NSA spied on Obama in 2004 http://www.businessinsider.com/the-nsa-spied-on-barack-obama...

  10. comment
    Comment #5944720

    From my experience, frontend tests break easily in unexpected ways e.g. div moved by an inch? Error - element-not-visible!

  11. story
  12. comment
    Comment #5718589

    Worth noting that this exact feature was mentioned in Bram Moolenar's plans for 7.4 https://groups.google.com/forum/#!msg/vim_announce/ZWWgK9aXQ...

  13. comment
    Comment #4397880

    By the same logic, won't they be able to detect SSH tunneled traffic too?

  14. comment
    Comment #4062960

    Fermi's paradox would still hold for this universe, methinks.

  15. comment
    Comment #4027396

    I think google doesn't have info about page dates prior to 2001. I think the actual date must be 1999 as linked by the parent post. http://www.google.co.in/search?q=www.google.com&…

  16. comment
    Comment #4027324

    The linked post doesn't provide any source. According to the internet archive, it's from 2006 http://wayback.archive.org/web/*/http://www.dot.gov.in/isp/g...

  17. comment
    Comment #3714239

    > “Those DVCS kids, they got just what they deserved, won’t it be great when we can get back to a real VCS like Perforce”. This entire article is based on the false dichotomy that …

  18. comment
    Comment #3388326

    Please do let them know that you are doing this for protest.

  19. comment
    Comment #3252324

    I use this ruby script: https://github.com/technicalpickles/homesick

  20. comment
    Comment #3252314

    This plugin[0] apparently plays an ascii version 'bad apple' music video. Inside vim. Go figure. [0] http://www.vim.org/scripts/script.php?script_id=3477

  21. comment
    Comment #3202331

    But don't the alternatives also depend on list slicing? Heck, the title is `coping a list`. If you have a different datatype, it is the business of that type to specify how to copy…

  22. comment
    Comment #3087478

    Know thy enemy, know thyself - Sun Tzu, The Art of War

  23. comment
    Comment #3060099

    There's also a Notification API in HTML5 http://www.html5rocks.com/en/tutorials/notifications/quick

  24. comment
    Comment #3016636

    If educating people is though-policing, so be it.

  25. comment
    Comment #2748878

    How do you add decorators to a class based view? I find this annoying: dashboard = login_required(DashboardView.as_view()) Takes the fun out of decorators for me.