Live data from Hacker News

Viewing profile — kanja

kanja

HN member
Joined
Tue, Dec 28, 2010, 1:05 AM UTC
HN karma
475
Public activity
76 items

About kanja

No profile information was provided.

Recent public activity

  1. comment
    Comment #38477140

    These advocates are paid in proportion to how bad the problem is. They're advocating in this way to ensure their income isn't interrupted by solving the problem they're being paid …

  2. comment
    Comment #9576177

    This is pretty great - One feature I really liked from go was channels and the ability for goroutines to communicate with each other. Anyone know there a pep open for a similar ide…

  3. comment
    Comment #8305129

    Did they seriously spoil the ending of breaking bad in the first sentence?

  4. comment
    Comment #8154322

    No python support?

  5. comment
    Comment #7406048

    I think we're all in agreement that increasing the diversity of viewpoints going into a decision will lead to an overall stronger result.

  6. comment
    Comment #7399252

    My Great-aunt didn't make it out of the camps. WW2 isn't a gray area by any honest interpretation.

  7. comment
    Comment #7393165

    Hopefully this will soon be added to django core - it's one of the goals as part of Marc Tamlyn's kickstarter to improve postgres support in django. https://www.kickstarter.com/pro…

  8. comment
    Comment #7380194

    This was a little harder to find than I expected: http://www.ncbi.nlm.nih.gov/pubmed/16555779 "These findings demonstrate that female facial appearance holds detectable cues to rep…

  9. comment
    Comment #6636928

    It's no wonder he has such trouble socializing. When you wear self loathing on your sleeve like that, people will respond accordingly. It's wonderful to want to make a better world…

  10. comment
    Comment #6636456

    The ember docs have improved immensely over the past few months - they're currently significantly better than the angular docs.

  11. comment
    Comment #6594473

    here's the blog post on it: https://www.firebase.com/blog/2013-10-22-firebase-bindings-f...

  12. comment
    Comment #6431515

    I guess I'm in the minority - I really like the class based views for simple crud work. Obviously function based views are a better fit for things that are outside of the simple. b…

  13. comment
    Comment #6370720

    A compelling argument for what? I think they have the right to be sexist. I just think it's crazy to try and brand it as something else. Just be honest.

  14. comment
    Comment #6370660

    They don't allow men in because they're sexist. There is not some special exemption for some classes of people, there are no pigs that are more equal than others. They feel the sex…

  15. comment
    Comment #6357714

    I can't wait for the similar apology from lulu

  16. comment
    Comment #6323795

    Love the easter egg - try "haveabreak" or "up up down down left right left right b a" :)

  17. comment
    Comment #6305161

    Home of the brave, land of the free

  18. comment
    Comment #6304888

    Because it doesn't - here's a great article examining the scope of the two. http://eviltrout.com/2013/06/15/ember-vs-angular.html It's great to make the decision to focus on simpli…

  19. comment
    Comment #6304866

    This is fantastic news - I'm just finishing up my second Ember app now and I have to say it's pretty amazing how it works. It's a large system with some complex parts, but once you…

  20. comment
    Comment #6258872

    This article is flat out wrong about the claims it make on ember-data - an optional dependency. It's trivial to pull data via a standard jquery ajax call and use plain old objects …

  21. comment
    Comment #6169381

    Lying about the numbers is never ok - when you ask people to take on risk for you it's inexcusable to be anything but transparent about what exactly they're taking on. The rest of …

  22. comment
    Comment #6048461

    The astute readers wrote you off as soon as you said "menz"

  23. comment
    Comment #6048430

    Some questions are simply un-askable in a postmodern intellectual framework. Here's a great primer if you're unfamiliar with it: http://arts.uwaterloo.ca/~kwesthue/regiftedxmas12.h…

  24. comment
    Comment #6002576

    I'm assuming - and this could be a bad assumption - but based on the continuing updates architecture, if client a changes model a, client b will see an update on model a. How does …

  25. comment
    Comment #6002213

    This is super cool - What method is used for continued client side updates? Websockets, polling?