Viewing profile — kevinavery
kevinavery
HN member- Joined
- Tue, May 14, 2013, 5:39 PM UTC
- HN karma
- 54
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About kevinavery
No profile information was provided.
Recent public activity
- story
-
comment
Comment #33071084
The Nudge | Full Stack Engineers & Product Designers | San Francisco (Onsite) | Full-time | https://www.nudgetext.com/careers The Nudge is building the social network that helps pe…
-
comment
Comment #29707881
See sentence 2. > The change is motivated by science demonstrating that the majority of SARS-CoV-2 transmission occurs early in the course of illness, generally in the 1-2 days pri…
-
comment
Comment #22452968
> e360: Are there people who are knowledgeable about this topic who could do the job of pointing out what you see as the flaws? > Dyson: I am sure there are. But I don’t know who t…
-
comment
Comment #19896577
> it's not lost on me that I admitted to previously consuming 3/4 of a gallon of Monster a day two comments ago and now I'm posting about shitting blood May be pure coincidence, bu…
-
comment
Comment #17170700
Unintuitive features that "could be useful" sounds like the antithesis of good design.
- story
- story
-
comment
Comment #15232127
Exactly. Someone mining Facebook could build a directory of doppelgängers near each person. A little social engineering could get a bystander to unlock the target's phone without t…
-
comment
Comment #15231723
They say that Face ID falsely recognizes 1 in 1,000,000 people (1 in 50,000 for Touch ID), but it's a lot easier to find the people who look like a given target to unlock their pho…
-
comment
Comment #15029345
Well he only follows 45 people on Twitter. Roughly a third are Trump entities, another third work in the white house, and the rest work at Fox News. https://twitter.com/realDonaldT…
- comment
-
comment
Comment #14671579
Great clip of Sen. Franken explaining to Rick Perry how science works: https://www.c-span.org/video/?c4674659/franken-vs-perry-clim...
-
comment
Comment #11480997
I view that more as a risk of using mutable state, not OOP. Regardless, I'd rather have the mutable state contained in as limited a scope as possible.
-
comment
Comment #11480620
Also referred to in this context as encapsulation. OOP provides a method of information hiding that allows implementation details to be changed later without changing the public AP…
-
comment
Comment #11372516
Yep, it's a really cool library. I'm pretty new to it myself, but I made a little gist of how one might approach this problem: https://gist.github.com/kevinavery/941e7d67c4f8b104f6…
-
comment
Comment #10709234
The first iteration of a good AR system could simply sidestep the latency issue by embracing layers. Magic Leap should skip the fancy stuff (mixing virtual scenes with real), at le…
-
comment
Comment #8796679
Scala List(45,69,82,82,89,0,35,72,89,73,83,84,77,65,83,1) map (_ + 32 toChar) mkString
-
comment
Comment #7287354
Better to break everyone's TLS connections than leave them vulnerable. wat