Live data from Hacker News

Viewing profile — cldr

cldr

HN member
Joined
Wed, Jun 19, 2013, 5:30 PM UTC
HN karma
115
Public activity
69 items

About cldr

No profile information was provided.

Recent public activity

  1. 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…

  2. 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).

  3. 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…

  4. comment
    Comment #6715435

    > compiles down to C++. Execution speed is comparable to C++, mostly better. Uh, what. Can you clarify?

  5. 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…

  6. comment
    Comment #6704413

    May be worth noting that the Chinese didn't name their country China, they named it Zhong guo.

  7. story
  8. comment
  9. 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…

  10. comment
    Comment #6613310

    I was replying to the part where "even if the files are local" i.e. not on the net.

  11. 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…

  12. 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…

  13. 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.

  14. 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…

  15. 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…

  16. comment
    Comment #6582688

    Will this let us do SRP over HTTP?

  17. 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…

  18. comment
    Comment #6546793

    Not sure what AIUI means, but the very words "exception-safe" usually imply RAII.

  19. comment
    Comment #6539323

    I know, I think he misread the C++ code.

  20. 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.

  21. 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…

  22. 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 …

  23. comment
    Comment #6478797

    It also could be that they're making changes and just not optimizing them until they put them in regular Chrome.

  24. 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.

  25. 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…