Live data from Hacker News

Viewing profile — dfkf

dfkf

HN member
Joined
Sun, Feb 24, 2013, 4:58 AM UTC
HN karma
107
Public activity
54 items

About dfkf

No profile information was provided.

Recent public activity

  1. comment
    Comment #13200385

    Generic code working with reference types can be shared, but passing structs for generic parameters forces JIT compiler to generate separate instances of generic methods or classes…

  2. comment
    Comment #11381645

    That's a little bit too harsh. The solution is a no-brainer if you come from C#/Javaland, but if you don't... well, we get a nice illustration to the saying that "there are no stup…

  3. comment
    Comment #11367720

    > The answer is not just "var" because you have now completely dismissed local variable immutability (something C# does not have) It is something that C# does have. It just doesn't…

  4. comment
    Comment #11317229

    > Autocratic states ultimately can't work with democratic ones. Its unfair to expect one group to 'follow the rules' and another to go off willy-nilly when it serves them. Libya's …

  5. comment
    Comment #11098780

    From the description, almost 90% of created tasks in this benchmark are tiny "leaf" tasks, which are quite likely to be optimized away completely. So it looks like the benchmark co…

  6. comment
    Comment #10945003

    And who killed Paul Khlebnikov in 2004? He was a Putin-apologist and chief editor of Russia Forbes. Unfortunately, a lot of journalists die in Russia every year, and has been for t…

  7. comment
    Comment #10944962

    "Why act like pointing out an obvious motive is the focus or even a main point of the report?" Because this motive is quoted in articles to link this crime to Putin. I certainly do…

  8. comment
    Comment #10944830

    "Fourth, the causes espoused by Mr Litvinenko – such as the FSB’s alleged responsibility for the apartment bombings, the war in Chechnya, and alleged collusion between President Pu…

  9. comment
    Comment #10894012

    No, it's mentioned in the article that their new IDE is just a frontend for R#.

  10. comment
    Comment #10854368

    And why would the US do such a thing? Denying poor crimeans who suffer under brutal Russian occupation these small pleasures of life...

  11. comment
    Comment #9831563

    There is no way to allocate objects of reference types on stack because references can easily outlive objects, leaving you with dangling references. And as I understand ByVal in VB…

  12. comment
    Comment #9732164

    Huh, author even uses exceptions as a part of normal workflow, instead of checking if "previousVersions" list is empty before calling Min on it he instead catches InvalidOperationE…

  13. comment
    Comment #9430308

    Videos of such experiments would be greatly appreciated.

  14. comment
    Comment #9166441

    It is one of those cases where you can actually leak memory with a GC. But at least Java gives (gave?) you a choice: to create a new string a use the current one, in .NET substring…

  15. comment
    Comment #9128468

    To author, please use "location.replace" instead of "location.hash". -avid pewpew player.

  16. comment
    Comment #9122211

    In what sense this introduction is alternative? It's just like every other intro that explains basic and easily understood things about the borrow checker, but doesn't go into deta…

  17. comment
    Comment #9122171

    There is no need to drag shale gas into this. Ukraine is a big country, even if very poor (for now). The economic part of the association agreement was especially damaging to the e…

  18. comment
    Comment #9122068

    Cui prodest?

  19. comment
    Comment #8896250

    They are like Dogar and Kazon. http://www.youtube.com/watch?v=NzvySzw_-O0&t=112

  20. comment
    Comment #8809620

    I think the poster means that c# has many functional features and F#, while being functional language at heart has lots of OO features integrated in it. PS And the linked question …

  21. comment
    Comment #8796728

    In the worst case scenario the time complexity of a hash table equals that of its bucket, which doesn't have to be a list. So the only advantage of the map over the unordered_map s…

  22. comment
    Comment #8790964

    Only three rust benchmarks use unsafe code, in one of them it's virtually mandatory, and in another it's just one line. On a side note, rust compiler enforces naming conventions, w…

  23. comment
    Comment #8778382

    Bot google and facebook have very strong domestic competitors in Russia. So their withdrawal from the country would achieve exactly nothing.

  24. comment
    Comment #8695619

    https://github.com/stevebest/suicide/blob/master/suicide.md Here you are. Posted by a Russian citizen from a commit labeled "Privet, Roskomnadzor!" Such a rebel! Demonstrating the …

  25. comment
    Comment #8629586

    If you happen to use cyrillic in your source code (for comments or even strings) and constantly switch between latin and cyrillic, then this actually happens with а "c" letter, bec…