Viewing profile — cldr
cldr
HN member- Joined
- Wed, Jun 19, 2013, 5:30 PM UTC
- HN karma
- 115
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About cldr
No profile information was provided.
Recent public activity
-
comment
Comment #6752234
That's true, but you can write C code in D as well, so switching to D won't make people write idiomatic code either. If they won't learn how to use one correctly then they won't ca…
-
comment
Comment #6742643
Same here; I used to be a huge fan of D but then C++11 came along and solved most of my problems (and some that I didn't know D had).
-
comment
Comment #6720616
Then say "better than hand-written C++", not "better than C++". It's like saying "C++ performs better than assembly". No it doesn't. It may perform better than hand-written assembl…
-
comment
Comment #6715435
> compiles down to C++. Execution speed is comparable to C++, mostly better. Uh, what. Can you clarify?
-
comment
Comment #6708442
Well according to Wikipedia (yeah I know, but I don't feel like searching elsewhere) it may or may not be taken with the meaning "center of the world." And even if it is, it's more…
-
comment
Comment #6704413
May be worth noting that the Chinese didn't name their country China, they named it Zhong guo.
- story
- comment
-
comment
Comment #6616081
Ouch, camouflage on a tank is a good analogy. Nice response post. In addition to, as the author encourages, being "weary of the 'by obscurity'" argument (as I'm sure we all already…
-
comment
Comment #6613310
I was replying to the part where "even if the files are local" i.e. not on the net.
-
comment
Comment #6613277
I was thinking about this the other day and I came to think that Wikipedia's rule about citations is this: Wikipedia does not want to be a source of information. It wants to be a c…
-
comment
Comment #6613221
If they opened it in notepad they'd see a one-line URL, which is pretty obviously not the 5-page paper they typed. But I suppose many people wouldn't ever open it in anything other…
-
comment
Comment #6613180
Only that's impossible as it is now (and will be for the forseeable future) because it wouldn't be very wise to give browser apps write access to the local filesystem.
-
comment
Comment #6613162
Yeah, like I mentioned, "There were cues which the author missed, but they were obviously not prominent enough which is a (the) design flaw." I focused more on the lessons to be le…
-
comment
Comment #6613053
While I sympathize with the author (it must have hurt pretty bad if it made him go create an entire website dedicated to "google drive sucks") I thought it was quite obvious that f…
-
comment
Comment #6582688
Will this let us do SRP over HTTP?
-
comment
Comment #6563831
It's not really boilerplate in the classical sense, he's just talking about headers and lines that have only a brace on them. I think it's a fair statement. Plus, he could have red…
-
comment
Comment #6546793
Not sure what AIUI means, but the very words "exception-safe" usually imply RAII.
-
comment
Comment #6539323
I know, I think he misread the C++ code.
-
comment
Comment #6534726
Actually wouldn't it be int[][int] whatever; ? Because I think we should be getting an array out whenever we do whatever[1] and not just an int.
-
comment
Comment #6534695
Idiomatic C++ would allocate everything possible on the stack, and if that wasn't possible, use `make_shared`/`make_unique`. So maybe I will change it to say "doesn't use `new` dir…
-
comment
Comment #6534168
This isn't really a fair criticism because: 1. You picked probably the most verbose way to do it. 2. It's not valid C++ because you're assigning a pointer to a value. 3. Idiomatic …
-
comment
Comment #6478797
It also could be that they're making changes and just not optimizing them until they put them in regular Chrome.
-
comment
Comment #6462192
"All that happens must be known." Wow. So much insidiousness packed into six little words. They conveniently forget to mention by whom it should be known.
-
comment
Comment #6440538
I'm not asking why reserved words are a bad idea, just opining that I think having 100 single- and double-character symbols might not be the best UI for a language. Why not have ju…