Live data from Hacker News

Viewing profile — bvda

bvda

HN member
Joined
Wed, Apr 19, 2017, 8:57 PM UTC
HN karma
64
Public activity
19 items

About bvda

No profile information was provided.

Recent public activity

  1. comment
    Comment #22255591

    Insanely useful?

  2. comment
    Comment #22201081

    > Personally, I have always found it important to actually understand the things I am using. This article is aimed at readers who do find understanding the constructions they use i…

  3. comment
    Comment #21944198

    7. any explanation why it would be caused by complexity of everyday life?

  4. comment
    Comment #21762197

    I am glad I am not the only one against this. Especially iOS developers seem to love to put Emoji in their tooling and git repos, but that's just my experience.

  5. comment
    Comment #21713248

    Except if that add on blocks Google's precious ads

  6. comment
    Comment #21657949

    Is there a non-paywalled version?

  7. comment
    Comment #21640261

    > People are not blindly throwing money at every .com IPO that comes out. Now it's ICOs...

  8. comment
    Comment #21582192

    This, and the earlier you start the better.

  9. comment
    Comment #21526205

    I wonder why they chose to use (yet another) crypto currency for this.

  10. comment
    Comment #21525415

    Not surprisingly so if you've worked with Android's Camera(2) APIs

  11. comment
    Comment #21461887

    The future is now

  12. comment
    Comment #20877815

    I've used a similar trick to pretend I was 18+ on certain websites in the past, have never had any issues with it.

  13. comment
    Comment #20776317

    What are the ratings based on? What are the criteria to receive a ++ rating?

  14. comment
    Comment #20295075

    Ah interesting, I hadn't thought of those use cases.

  15. comment
    Comment #20294400

    Is there any reason not to use a singular field for this? It seems so much simpler to just give the user one input field and it would cover all scenarios.

  16. comment
    Comment #19543695

    >A VPN for People Who Don’t Know What V.P.N. Stands For I don't think their target audience includes those people (privacy minded folks.)

  17. comment
    Comment #14919690

    And now you aren't able to use Skype for anything anymore :p

  18. comment
    Comment #14451192

    Assuming he is going to have children

  19. comment
    Comment #14151732

    Do you happen to know why that was perceived as worse? If I understand correctly the difference would be that you'd have to write (i * sizeof(char)) vs. (sizeof(char[i]))? Personal…