Live data from Hacker News

Viewing profile — chaosemer

chaosemer

HN member
Joined
Sun, Nov 01, 2015, 6:04 PM UTC
HN karma
5
Public activity
3 items

About chaosemer

No profile information was provided.

Recent public activity

  1. comment
    Comment #12460371

    Simplifying things a bit, git is what you did before you learned about using version control. That's right, it's just the old copy/paste the entire project folder for each revision…

  2. comment
    Comment #10524001

    Even worse, foo(a,b) could call bar(a,b,c) which calls foo(b,a), all without otherwise looking at a or b. This could get really bad really fast. But that feels like the wrong way t…

  3. comment
    Comment #10487375

    Detecting collisions between two convex hulls isn't that hard, but it is slow-ish. The Separating Axis Theorem (or its more general and WAY COOLER SOUNDING Hyperplane Separation Th…