Viewing profile — amckinlay
amckinlay
HN member- Joined
- Wed, Sep 05, 2012, 2:39 AM UTC
- HN karma
- 383
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About amckinlay
No profile information was provided.
Recent public activity
-
comment
Comment #18566341
The new design looks like it was made in Microsoft Word.
-
comment
Comment #18545360
They do deserve it, just not a censored one.
-
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…
-
comment
Comment #18429114
What's wrong with SCTP?
-
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…
-
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…
-
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…
-
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. …
- comment
-
comment
Comment #18042539
And this time we actually have legitimate, real, censorship to fight.
-
comment
Comment #18042533
That sounds like a suspiciously confident prediction given the nature of the internet.
-
comment
Comment #18042466
[flagged]
-
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…
-
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.
-
comment
Comment #17870512
Migration policy really has nothing to do with this surveillance law.
-
comment
Comment #17849206
Why can't we have IPSec + IKEv2 everywhere as originally intended as part of IPv6. No "VPN" necessary.
-
comment
Comment #17817679
I think that licensing restriction only applies if you provide the source to the client.
-
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.
-
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…
-
comment
Comment #17525375
It was kind of funny, though.
-
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…
-
comment
Comment #17403895
And if the IoT device is using Wi-Fi anyway there is no need for low power demand of Bluetooth.
-
comment
Comment #17095230
.localhost is the loopback IP on most resolvers, though.
-
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 …
-
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 …