Live data from Hacker News

Viewing profile — inconclusive

inconclusive

HN member
Joined
Sun, Jan 08, 2017, 11:45 PM UTC
HN karma
11
Public activity
18 items

About inconclusive

No profile information was provided.

Recent public activity

  1. comment
    Comment #13470655

    That the first thing to build is trust. The disease that plagues companies is not communicating out of fear you'll get in trouble if something is broken or didn't get done. Build t…

  2. comment
    Comment #13470619

    Why we still use HTTP is beyond me. And I don't mean about the speed issues. Why have a protocol that's so complicated when most of the things we need to build with it are either s…

  3. comment
    Comment #13467377

    This is a pretty compelling point!

  4. comment
    Comment #13452965

    The idea of write-behind logging is slick. http://www.cs.cmu.edu/~pavlo/papers/p337-arulraj.pdf

  5. comment
    Comment #13441379

    > So what doesn’t a startup need to succeed, but an established company would consider an important requirement. > The first is a fully-distributed, incremental capability for quic…

  6. comment
    Comment #13440828

    Can I just use macros? Passing the type as a parameter to a macro can let the compiler match types, no?

  7. comment
    Comment #13434990

    Why do I have to use OO? Why can't I just call the functions I need?

  8. comment
    Comment #13432220

    Tangent: Is it a good thing for programming that I have to wrap my mind around this new term called contravariant?

  9. comment
    Comment #13431786

    Why would it be unsafe to reach out to them?

  10. comment
    Comment #13425331

    On reasons why RethinkDB failed, add: not having SQL support.

  11. comment
    Comment #13422966

    How is the cost of copying close to zero or not apparent?

  12. comment
    Comment #13407384

    > more advanced, static type systems Are static type systems more advanced than dynamic type systems? This sounds surprising, given how much more one can do with a dynamic type sys…

  13. comment
    Comment #13402032

    What's a chromeless browser?

  14. comment
    Comment #13402030

    Why is there a line of death to begin with? The picture-in-picture attacks seem serious enough to warrant a new kind of browser.

  15. comment
    Comment #13401417

    What makes Erlang work well when distributed is having one mailbox per process, to persist messages. Any language can add this as a library, yet most don't.

  16. story
  17. comment
    Comment #13396657

    From: https://justinkan.com/the-founders-guide-to-selling-your-com... "When a sufficiently high-up decision maker decides he/she wants to buy your startup, he/she will attempt to m…

  18. comment
    Comment #13396544

    > the majority of users will probably not verify keys. That is our reality The server having knowledge of who it can MITM without getting caught is irrelevant if nearly 100% of use…