Live data from Hacker News

Viewing profile — patcdr

patcdr

HN member
Joined
Tue, Jun 30, 2009, 9:53 PM UTC
HN karma
13
Public activity
6 items

About patcdr

No profile information was provided.

Recent public activity

  1. comment
    Comment #26365416

    I've built a system that kinda does that: https://patcdr.net/carl/listing tl;dr: People can build ASM modules on that site and load them into my game (when enabled) using chat comm…

  2. comment
    Comment #1188725

    My first day at Microsoft, I was worried about this. This worry dissipated once I saw my boss's boss pull one out in a meeting.

  3. comment
  4. comment
    Comment #869820

    I'd wager much higher than that. At the very least, I'm using Win7. Statistics on browser/OS usage from pg would be interesting though.

  5. comment
    Comment #742460

    It actually runs better in IE8 than it did in Chrome on my work machine...

  6. comment
    Comment #681676

    It still works fine if a and b are the same value. Here's the general proof: a ^= b (a = a ^ b, b = b) b ^= a (a = a ^ b, b = b ^ (a ^ b) = a) a ^= b (a = b ^ (a ^ b) = b ,b = a) N…