Live data from Hacker News

Viewing profile — icarus127

icarus127

HN member
Joined
Fri, Feb 10, 2012, 2:15 AM UTC
HN karma
202
Public activity
55 items

About icarus127

No profile information was provided.

Recent public activity

  1. comment
    Comment #7994498

    You may be interested in this paper www.cs.ox.ac.uk/ralf.hinze/publications/ICFP01.pdf. It solves Dijkstra's algorithm as an example for the implementation of a priority search que…

  2. comment
    Comment #7473191

    I don't know about the author but not all of us oppose Gay marriage.

  3. comment
    Comment #7444296

    Sure but unless this new service is along the lines of "I generate my own key pair _and then only ever give Google my public key_" there's no way they're getting me to trust them. …

  4. comment
    Comment #7443684

    Not only are those wise words for users, enabling that way of working, and making security an easy verifiable default, and, is going to be the only way to heal this problem for US …

  5. comment
    Comment #7409078

    At my previous job I thought the same thing. They didn't stop people being bullied by superiors and basically did nothing but exit interviews and layoffs. The entire company was re…

  6. comment
    Comment #7363927

    > variables don't have types, only individual values do. It really depends on what language you're using. This is more or less true in Python, Ruby, and Javascript. In Lisp generic…

  7. comment
    Comment #7357835

    That latter's debatable but probably not the former unfortunately.

  8. comment
    Comment #7356353

    Indeed, the first thing that came into my mind when reading this was "You wouldn't have this problem if the only valid type in a conditional was boolean."

  9. comment
    Comment #7314531

    I think the point was that homosexuality has been taboo for a lot longer than the CIA has been around. So while they obviously have found it useful there's no reason to think they …

  10. comment
    Comment #7122536

    >they've gone way beyond being about what any actual women think and care about... And those articles were written by whom then? Apparently at least one woman actually cares about …

  11. comment
    Comment #6909635

    Could you elaborate or provide links to examples of what you mean by solving this with codata?

  12. comment
    Comment #6885651

    My point was not that no guys do, of course I know some do. The OP used 'guys' to seemingly include all men. My point was that, no, not all men do, so you don't get to play the "ev…

  13. comment
    Comment #6885482

    None of the guys I'm around, nor myself, think that's okay just because women aren't present.

  14. comment
    Comment #6864730

    I notice substantial overlap between the things these men are wanted for and what the NSA and FBI have been doing....

  15. comment
    Comment #6655809

    I was thinking the same thing. At my last job we had one dev board (TI ARM/DSP SOC + lots of custom hardware) that we could reset with a static discharge into the carpet 6 - 8 feet…

  16. comment
    Comment #6654592

    One might say that being polite and not insulting people are traits of merit.

  17. comment
  18. comment
    Comment #6598842

    A lot of people are criticizing Schneier for lack of empathy or too much nonchalance. Can we really have too much nonchalance in our post Afghanistan/Iraq/Drone strikes/Surveillanc…

  19. comment
    Comment #6318081

    I'm interested, what is the open source core in OSX and iOS? I was not aware of any. I know they share code with BSD but I didn't think it was to the extent that one could compare …

  20. comment
    Comment #6209199

    I too share your general optimism about the current state of open source. I really hope that you are correct in your conclusion that the GPL mandate is unnecessary because, as we s…

  21. comment
    Comment #6208922

    I was thinking this as well. I see the GPL, and Copy Left licensing in general, as a sort of regulatory force in free software. If you want to participate the GPL will put constrai…

  22. comment
    Comment #6199626

    Having state does not mean a function/algorithm is not pure.

  23. comment
    Comment #6122369

    The argument seems to be "you shouldn't do this because it accomplishes the goal it was intended to". Saying don't use this pattern to hide internals because it achieves the goal o…

  24. comment
    Comment #6007966

    Does anyone know anything about Project Meshnet? http://projectmeshnet.org/ I discovered it a few days ago and it sounds promising but some of the cjdns whitepaper was over my head…

  25. comment
    Comment #5788476

    I haven't written any Elm but having written some Haskell I can say it's surprising how often you _don't_ need a debugger in a functional language. I doubt Elm not having a debugge…