Live data from Hacker News

Viewing profile — zipfle

zipfle

HN member
Joined
Tue, Apr 16, 2013, 2:42 AM UTC
HN karma
482
Public activity
95 items

About zipfle

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #15510368

    I find it amazing and heartening to see this kind of humanistic, self-reflective discourse on hn, where I generally expect to find macho posturing.

  5. story
  6. comment
    Comment #15333218

    I think the policies you cite as bad ideas do in fact enjoy broad support in the areas that enact them. "Hearts and minds" campaigns led by outsiders are notoriously difficult and …

  7. comment
    Comment #14932486

    She didn't leave it out. "I think Prof Taleb did get annoyed when I said that I had read his ‘pop risk’ book, not the others. But I was actually trying to make clear that I had som…

  8. comment
    Comment #14549152

    We could try to regulate away the good fortune of the people who bought the house, or we could try to convince the tech industry that they actually don't all need to be colocated, …

  9. comment
    Comment #14291116

    I know I'm in the minority about this, but I still prefer callbacks. In one common case, you're only doing one or two async things in a given area of the code, and in that case the…

  10. comment
    Comment #13730939

    The Tao Te Ching spends a lot of words talking about this. I'm partial to the Stephen Mitchell version. Also Ecclesiastes (basically, the Judeo-Christian reimplementation of Buddhi…

  11. comment
    Comment #13472444

    This is the problem my startup is going to solve! It's going to be a service connecting muggers and burglars who steal your physical stuff with criminals who want your passwords! I…

  12. comment
    Comment #13126992

    I think that the author is defining memory leaks as permanently out of scope but not deallocated memory. In that sense I don't know of anything in vanilla Python, or Java, that wou…

  13. comment
    Comment #13049494

    I really wish I could get 16gb RAM without paying for a touchscreen. It was possible to get an Ubuntu XPS configured that way as recently as two weeks ago. Should have pulled the t…

  14. story
  15. story
  16. comment
    Comment #12656820

    For the reference of people commenting here, the definition of quandary is "a state of perplexity or uncertainty over what to do in a difficult situation" I imagine that if you are…

  17. comment
    Comment #12615045

    It is hard to take an article about "focus" seriously on a site that pops up an email subscription request as soon as you start to read it.

  18. comment
  19. comment
    Comment #12594277

    Make blue apron for food pantries. One summer I volunteered on a kind of food pantry truck; twice a week, we'd load up this box truck with whatever the local supermarkets had donat…

  20. comment
    Comment #11811853

    Wednesday

  21. comment
    Comment #11712470

    OT, but can someone explain why this won't instantly be sued into oblivion by the former employers? It seems like some of the Otto team will be using knowledge they gained at their…

  22. comment
  23. comment
    Comment #10887378

    A bit ot, but I've found that you can tell a good engineer by whether, when you tell them about the design of something, their first response is a question or a suggestion or criti…

  24. comment
    Comment #10658263

    JavaScript's scoping is much friendlier for creating closures than Python's: def why_is_scoping_hard(): n = 4 def print_n(): print n def modify_n(new_value): n = new_value print n …

  25. story