Live data from Hacker News

Viewing profile — Gobiner

Gobiner

HN member
Joined
Thu, Oct 08, 2009, 7:00 PM UTC
HN karma
75
Public activity
23 items

About Gobiner

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #19864997

    It's absolutely false that "nobody really knew about such camps". https://www.currentaffairs.org/2018/07/how-horrific-things-c... https://historynewsnetwork.org/article/10903 > Thr…

  4. comment
    Comment #7475949

    It solves the problem of being emotionally connected to the job. Maybe it doesn't materially change the day-to-day work, but it's a completely different experience when you can sit…

  5. comment
    Comment #2769258

    You clearly did not read the posting you're commenting on. Nowhere does he say he made a game. Nowhere does he say he's never tried to find his own solutions. Nowhere does he say h…

  6. comment
    Comment #2768601

    This has caused our purchases to fall from doing very well to almost getting no purchases at all. I think you missed this line. Presumably they were doing quite well for themselves…

  7. comment
    Comment #2768532

    I think it's true that there is a huge opportunity for someone like Amazon here. However, I rather disagree that Amazon will ever provide a panacea. The Amazon market currently pos…

  8. comment
    Comment #2250549

    Source for this assertion? It seems more likely (to me) that they'd make less due to their smaller and less affluent clientele.

  9. comment
    Comment #2166270

    I've found plenty of helpful information on StackOverflow via Google as well, but I definitely would not say that it "really really works." I've asked two questions (C#/.NET so the…

  10. comment
    Comment #1869386

    You've made over a dozen posts in this discussion making factual claims without posting a single link to back up your assertions. Coupled with this ridiculousness: "I believe the l…

  11. comment
    Comment #1733159

    Yup, the whole point of putting a `Like` button your page is so that site visitors can broadcast your page to their friends. However, to cause that broadcast to actually occur you …

  12. comment
    Comment #1732111

    I couldn't agree more with this article (though I sadly can't say 'no' to Facebook development). I recently did a tiny amount of Facebook integration into a site and it was horrifi…

  13. comment
    Comment #1716945

    It's pretty easy to imagine that when Gosling was employed by Sun, he enjoyed significant power to shape his own job. Under Oracle, he clearly did not have the power to make his ow…

  14. comment
    Comment #1599277

    I don't doubt that you'd accept the occasional inconvenience to other people . Try having your own money taken away from you and report back to us about the "inconvenience."

  15. comment
    Comment #1598489

    You can't seriously believe that using StackOverflow is comparable to working alongside an expert.

  16. comment
    Comment #1436240

    DotNetNuke, also known as DNN, is the ideal platform for building professional websites with dynamic content and interactive features. This made me laugh. My coworkers that have wo…

  17. comment
    Comment #1436210

    As of v4, Umbraco uses nested .master pages for page rendering which saves you from the "template stored in database" pain.

  18. comment
    Comment #1259251

    I found that quote particularly hilarious given the article in which it is embedded. The article would make a good reference for the wikipedia article on cognitive dissonance.

  19. comment
    Comment #1193436

    That very observation is included in the "Key Judgements" section. "The Wikileaks.org Web site could be used to post fabricated information, misinformation, disinformation, or prop…

  20. comment
    Comment #1179574

    If you think a feature that could potentially behave differently in RELEASE and DEBUG modes is problematic, you'll want to avoid floats and doubles in .NET. Runtime optimizations t…

  21. comment
    Comment #1179564

    I'm no CLR JIT expert, but I'm not sure you even need to recompile. It sounds to me that you just need to run your existing tail-calling code on the .NET 4 x64 CLR, presuming your …

  22. comment
    Comment #1161924

    Interesting in how common it is, perhaps?

  23. comment
    Comment #1032857

    I've been working on a codepad.org clone for .NET languages: http://dotnetpad.net It's been a ton of fun. I do CMS development in my day job and it's nice to build a site that actu…