Live data from Hacker News

Viewing profile — istvanp

istvanp

HN member
Joined
Sun, Sep 05, 2010, 5:55 AM UTC
HN karma
99
Public activity
48 items

About istvanp

No profile information was provided.

Recent public activity

  1. comment
    Comment #38872330

    That's a different company (Invision Power Services). This post refers to the design collaboration software company (InVisionApp).

  2. comment
    Comment #23576621

    Try this, it's the entire thread in one page: https://threadreaderapp.com/thread/1273690362608078848.html

  3. comment
    Comment #19448330

    I would submit this other similar experiment from YouTuber Vsauce [1] where a machine is trained to react to his subconscious thoughts before he consciously chooses to press a butt…

  4. comment
    Comment #17877925

    One of the biggest downsides in my opinion is that session invalidation becomes non-trivial. Your best bet (assuming you don't want to do any additional network requests) is to red…

  5. comment
    Comment #17342351

    While I applaud this effort, this will not stop the use of the technology. It will simply steer them to another provider or a custom implementation (on top of AWS if they so choose…

  6. comment
    Comment #10388395

    I have had issues with playing music via Bluetooth (essentially the volume being too low) and research brought me to the Facebook app being open and closing it fixed it. Facebook i…

  7. comment
    Comment #10357210

    I think the scenario shadeless was describing is that the author of the PR shouldn't be able to merge but anyone else with write access could. It would be my ideal scenario as well…

  8. comment
    Comment #8944733

    or take the URL and prepend it with the search operator "site:" site: http://www.wsj.com/articles/first-u-s-bitcoin-exchange-set-t...

  9. comment
  10. comment
    Comment #8207331

    Naïve question: is there a way to replenish the ozone layer?

  11. comment
    Comment #8102286

    So this might explain why I started sleeping better when I installed f.lux[1] which starts eliminating blue light from your screen as soon as the sun sets. [1] https://justgetflux.…

  12. comment
    Comment #7917631

    For those who prefer to get the images downloaded automatically to your Mac, I made unsplash-rb: https://github.com/istvanp/unsplash-rb

  13. comment
    Comment #7835280

    It's a comparison of how fast they made a dynamically typed language. (Yes, Objective-C is considered dynamically typed as well.)

  14. comment
    Comment #7301930

    It's nice that Twitter merged @N_IS_STOLEN with his original @N account.

  15. comment
    Comment #7108728

    I like it! Some suggestions: - Make the Pref / About etc. submenu an expandable item from the main menu instead of requiring an extra click (I know you were going for minimalism bu…

  16. comment
    Comment #6837872

    One key thing left out in the hardware specs: how much does it weigh? Does it weigh just as much as its name says? If I am to lug this around it better be as light as possible.

  17. comment
    Comment #6486130

    Esquire UK recently launched their redesign and has much better UX: http://www.esquire.co.uk/ Perhaps they might apply the same design for the US sometime in the future.

  18. story
  19. comment
    Comment #5458691

    VICE Japan also made a video [1] on a couple of people (incl. the person in your 2nd link) who decided to stay and take care of what they could. [1] http://www.youtube.com/watch?v=…

  20. comment
    Comment #5438682

    Great idea for a service to alleviate the pain of video uploads (& more)! One thing that should be clear from the Pricing page but is missing though: one-time, monthly or yearly pr…

  21. comment
    Comment #5245637

    We are using HAproxy to direct traffic and nginx only as a web server. The config looks something like this: http://stackoverflow.com/a/8640394/218413

  22. comment
    Comment #5076339

    What are the main differences between MongoDB and RethinkDB? Things that you hear people care about? I don't use Mongo but I've seen projects that use it. I ask because I want to s…

  23. comment
    Comment #4969722

    PassPack, RubyMine and PhpStorm. I found LastPass quite horrible to use compared to PassPack.

  24. comment
    Comment #4485651

    Shameless plug: We recently launched Tutor With Me ( http://tutorwith.me ) with the hypothesis that there is a need for tutors to tap into a much wider audience than locally. We bu…

  25. comment
    Comment #3976413

    Not if you want to use port 80 for your websockets and http on the same server. We are using haproxy to support both Node and nginx on port 80.