Live data from Hacker News

Viewing profile — osd

osd

HN member
Joined
Fri, Jan 06, 2017, 8:20 PM UTC
HN karma
47
Public activity
23 items

About osd

No profile information was provided.

Recent public activity

  1. comment
    Comment #20719071

    I'm sure this is just a troll post but wouldn't anyone your property management "caught" using this device simply say they used off the premises and that would be the end of it?

  2. comment
    Comment #20344628

    The implication wasn't clear because, frankly, it's a silly thought. This post is ripe for that "that's not how any of this works" meme. I can understand the emotional intent, but …

  3. comment
    Comment #20001993

    > which means runtime errors in the object tree usually causes the entire app to crash with very abstract error messages. This is absolutely untrue. Xaml errors can be caught like …

  4. comment
    Comment #19991975

    Your comment reads that you're angry at Github for not taking a more open source approach. That's a fine opinion to have, but it doesn't make sense to demonize them for being a for…

  5. comment
    Comment #19991899

    $20 is less than a drop in the bucket, but $20 dollars for essentially a donation is another matter. For the companies that already contribute monetarily to open source, I don't th…

  6. comment
    Comment #18494430

    if the terrorist organization is able to fund itself, then no, 10 to 1 is not money well spent. You'll lose in the long run.

  7. comment
    Comment #18415609

    As someone who has switched almost entirely away from .net to go, this is absolutely untrue. I'm fairly certain the issue was PEBKAC

  8. comment
    Comment #18415511

    jetbrains is doing a very good job of creating good error messages, but just like any other jvm language, you can run into huge, messy, jvm stacktraces. In my experience, Java/jvm …

  9. comment
    Comment #18415501

    lambda's are much more limited in flexibility when compared with linq. Because of the way java lambda's work, I imagine there are some scenarios where they are more performant, but…

  10. comment
    Comment #15164260

    "not least of all, the variety of form factors and new players such as Chrome OS, which isn't included here for logistical reasons." From the article, no the chromebook is not the …

  11. comment
    Comment #14188377

    It's not a personal attack because I don't actually know anything about you, and I'm not claiming to. I'm making that statement in regard to your two posts up the chain. They are s…

  12. comment
    Comment #14187892

    I have worked on large codebases. You sound less like you have a solid opinion backed up by experience and more like you enjoy spouting platitudes and best practices in meetings wi…

  13. comment
    Comment #14185674

    No, no no no. I cannot believe that you are honestly saying a 2x increase to throughput in production is something you "shouldn't take seriously" because the code isn't as readable…

  14. comment
    Comment #14139448

    To be fair, the correct use case for Dispose is extremely confusing in .NET. Dispose feel like a language construct to novice developers, but it's left to library designers to prop…

  15. comment
    Comment #14097979

    You got extremely lucky. Not that windows is much better, but in general there are hiccups to upgrading with most linux distros as well as windows.

  16. comment
    Comment #13931522

    Enjoyed the article. My personal battle with f# has always been searching for what is idiomatic. Everything feels a little bit foreign when you write something in f#. One of the re…

  17. comment
    Comment #13911531

    I've read a few of this guys blog posts and they are generally fairly interesting. This one a little less so, but I had a good chuckle from the line about why he implemented generi…

  18. comment
    Comment #13700175

    http://macdailynews.com/2007/10/02/lecture_hall_photo_shows_... That's apparently the school of journalism...

  19. comment
    Comment #13432719

    That's an unfair comparison. Python is notoriously bad with memory/speed in every flavor

  20. comment
    Comment #13432693

    Garbage collection does not actually solve the problem of lifetimes. At least not in the gc'd languages I am intimately familiar (c#/java). I cannot comment on whether or not Go so…

  21. comment
    Comment #13431840

    I could see how this statement could be construed as inflammatory, but I don't think he was implying that Go is a play toy. He was implying that you can't make a judgment on the la…

  22. comment
    Comment #13364895

    This is a really weird article. It manages to "cover" a huge amount of ground while simultaneously saying pretty much nothing.

  23. comment
    Comment #13339861

    This is a guess, but if I were to have a problem with the term CQRS Library, it is that the query and command sides of CQRS really shouldn't be linked in any way. CQRS is a methodo…