Viewing profile — bvda
bvda
HN member- Joined
- Wed, Apr 19, 2017, 8:57 PM UTC
- HN karma
- 64
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About bvda
No profile information was provided.
Recent public activity
-
comment
Comment #22255591
Insanely useful?
-
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…
-
comment
Comment #21944198
7. any explanation why it would be caused by complexity of everyday life?
-
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.
-
comment
Comment #21713248
Except if that add on blocks Google's precious ads
-
comment
Comment #21657949
Is there a non-paywalled version?
-
comment
Comment #21640261
> People are not blindly throwing money at every .com IPO that comes out. Now it's ICOs...
-
comment
Comment #21582192
This, and the earlier you start the better.
-
comment
Comment #21526205
I wonder why they chose to use (yet another) crypto currency for this.
-
comment
Comment #21525415
Not surprisingly so if you've worked with Android's Camera(2) APIs
-
comment
Comment #21461887
The future is now
-
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.
-
comment
Comment #20776317
What are the ratings based on? What are the criteria to receive a ++ rating?
-
comment
Comment #20295075
Ah interesting, I hadn't thought of those use cases.
-
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.
-
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.)
-
comment
Comment #14919690
And now you aren't able to use Skype for anything anymore :p
-
comment
Comment #14451192
Assuming he is going to have children
-
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…