Viewing profile — doug363
doug363
HN member- Joined
- Fri, Jun 24, 2011, 12:17 PM UTC
- HN karma
- 13
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About doug363
No profile information was provided.
Recent public activity
-
comment
Comment #6780054
I'm aware of at least one PS3 game port that had around 40GB of data at launch. I'd be surprised if that were the only one. Most games' source data is much larger than the shipped …
-
comment
Comment #6184678
It allows multiple (equivalent) definitions from different translation units to coexist in the same program. That's the only actual meaning attached to it by the standard.
-
comment
Comment #5454488
I've got a similar view on the situation - perhaps technical people are trained or enculturated to look out for the things that can be improved/fixed, rather than taking time to ce…
-
comment
Comment #4768629
Things like racism (and other related -isms like sexism and to a lesser extent, ageism) are considered bad because they can be, and typically are, exercised against people based on…
-
comment
Comment #4625952
Why do you say they're not the same? I would tend to think that they are essentially the same.
-
comment
Comment #4099807
I get the impression that state laws are significantly more uniform in Australia than the US... IMHO, it's more that distributors are "used to" a lower AUD, have exclusivity/best p…
-
comment
Comment #3815615
But the reason why there is an explicit flag in the first place is that there's a lot of code out there that doesn't work with pointers >= 0x80000000, or when pointers could differ…
-
comment
Comment #2880878
In overloaded or argument-deduced contexts, then "0" is preferentially an int, but nullptr is never an int.