Live data from Hacker News

Viewing profile — WaldoDude

WaldoDude

HN member
Joined
Mon, Apr 22, 2019, 4:50 PM UTC
HN karma
8
Public activity
3 items

About WaldoDude

No profile information was provided.

Recent public activity

  1. comment
    Comment #47068727

    Oh my bad, I totally misread you. I concur with the point you were actually making!

  2. comment
    Comment #47068633

    Swift has it's problems, and I certainly wouldn't use it for anything outside of development for Apple platforms, but saying they had no experts on the team is a stretch. Most Swif…

  3. comment
    Comment #21688292

    I’m not sure I follow. Isn’t it just two integer multiplications followed by a comparison. a/b > x/y is the same as ay > xb Assuming you don’t overflow your integer type.