Viewing profile — patcdr
patcdr
HN member- Joined
- Tue, Jun 30, 2009, 9:53 PM UTC
- HN karma
- 13
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About patcdr
No profile information was provided.
Recent public activity
-
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…
-
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.
- comment
-
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.
-
comment
Comment #742460
It actually runs better in IE8 than it did in Chrome on my work machine...
-
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…