Live data from Hacker News

Viewing profile — amckinlay

amckinlay

HN member
Joined
Wed, Sep 05, 2012, 2:39 AM UTC
HN karma
383
Public activity
79 items

About amckinlay

No profile information was provided.

Recent public activity

  1. comment
    Comment #18566341

    The new design looks like it was made in Microsoft Word.

  2. comment
    Comment #18545360

    They do deserve it, just not a censored one.

  3. comment
    Comment #18505662

    Why doesn't C have an actual, formal semantic model? "Furthermore, we argue that the C standard does not allow Turing complete implementations, and that its evaluation semantics do…

  4. comment
    Comment #18429114

    What's wrong with SCTP?

  5. comment
    Comment #18377011

    The mobile game is just a reskin of an existing Netease (Chinese) game. Mobile games are also full of microtransactions which players already protestested in Diablo 3 with the real…

  6. comment
    Comment #18230123

    Is there any messenger that does end-to-end encryption with reliable, in-order delivery with decentralized group chat and conversation history syncing? Been looking for years but s…

  7. comment
    Comment #18173231

    What is with all these email clients supporting folders but not labels for Gmail. I get that labels are not a supported abstraction in IMAP, but they are supported through the Gmai…

  8. comment
    Comment #18089973

    I still don't understand how this device could steal login details. Everything should be encrypted and authenticated through PKI when using any website that accepts login details. …

  9. comment
  10. comment
    Comment #18042539

    And this time we actually have legitimate, real, censorship to fight.

  11. comment
    Comment #18042533

    That sounds like a suspiciously confident prediction given the nature of the internet.

  12. comment
    Comment #18042466

    [flagged]

  13. comment
    Comment #18011226

    I want a language where you can express time and constraints on time within the language and the type system. I want to be able to guarantee program correctness, pre-calculate fine…

  14. comment
    Comment #17879602

    Should not be too hard to develop a free version of this. Do not look at their source code on GitHub, though.

  15. comment
    Comment #17870512

    Migration policy really has nothing to do with this surveillance law.

  16. comment
    Comment #17849206

    Why can't we have IPSec + IKEv2 everywhere as originally intended as part of IPv6. No "VPN" necessary.

  17. comment
    Comment #17817679

    I think that licensing restriction only applies if you provide the source to the client.

  18. comment
    Comment #17791013

    How is it responsible, medically, to sit on a report of scientific fraud without action for two years, selling and profiting off bad data.

  19. comment
    Comment #17536545

    Still wish the Linux kernel had zero-copy IPC with pipes. vmsplice(1) can zero-copy data into the pipe, but the destination process cannot vmsplice(1) the data out of the pipe with…

  20. comment
    Comment #17525375

    It was kind of funny, though.

  21. comment
    Comment #17525349

    This looks like an intruiging alternative to Julia. Last time I tried Julia, effecient multidimensional code generation was incomplete due to required work in the type system. I wo…

  22. comment
    Comment #17403895

    And if the IoT device is using Wi-Fi anyway there is no need for low power demand of Bluetooth.

  23. comment
    Comment #17095230

    .localhost is the loopback IP on most resolvers, though.

  24. comment
    Comment #17093989

    .local is used ad-hoc by mDNS (Apple). Last time the issue of naming local-area devices came up on ##networking, the consensus was to purchase a domain name in order to name local …

  25. comment
    Comment #16887830

    Last time I tried Scala I had to give up because I couldn't understand what a "trampoline" was, or how to use it to get multi-function tail recursion to work. Probably not Scala's …