Viewing profile — hefeweizen
hefeweizen
HN member- Joined
- Fri, Dec 23, 2016, 12:20 PM UTC
- HN karma
- 28
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About hefeweizen
No profile information was provided.
Recent public activity
-
comment
Comment #18420804
Correct, but I'm guessing the applications probably open files at a higher abstraction than a file handle [the curse/gift of Java], so it wouldn't be hard to decouple the file hand…
-
comment
Comment #18420662
Linux fscrypt[1] [which Android uses for user data] doesn't work like that, you don't need to mount/unmount to decrypt: if the key is evicted from the linux keyring and the page ca…
-
comment
Comment #17771482
"We are proud to launch Pants 2.0, our custom tailored solution for all your storage problems".
-
comment
Comment #17038569
I think the GP is pointing out that people tend to overestimate how powerful these techniques are and that using the term AI might have something to do with that. Not that it isn't…
-
comment
Comment #17036470
The "bicycle of the mind" platform vs aggregator argument is a bit contrived: the author is conflating features built on top of platforms with the platform itself. Most of the exam…
-
comment
Comment #17021753
> Not so surprising after Google's recent pricing changes. Didn't that happen just a week or so ago? I don't think this can be attributed to the pricing change this early.
-
comment
Comment #16979278
False, "Hey Siri" activates Siri on the iphone (just tried this out). So, it's not different.
-
comment
Comment #14449352
I found the following link to be an interesting read on the topic: http://codecapsule.com/2014/10/18/implementing-a-key-value-s... The author also has a 6-part series on programmin…
- story
-
comment
Comment #14057401
How similar is this to multi-task learning?
-
comment
Comment #13944567
Yeah, any new machine instance has to join the Swarm (and its equivalent in kubernetes-speak). But that can be decoupled from kubernetes or docker swarm mode. As for image manageme…
-
comment
Comment #13942037
In the context of Docker Swarm and Kubernetes, autoscaling refers to container level scaling ie. given a set of nodes, any autoscaling function would manage the number of container…
-
comment
Comment #13942016
Slight nitpick, but this articles deals with "Docker Swarm mode" [1], which is different from Docker Swarm [2]. [1] https://docs.docker.com/engine/swarm/ [2] https://github.com/doc…
-
comment
Comment #13626607
In addition to other points against this measure, there are massive privacy implications. Loads of people could be reusing passwords or may reuse keywords for multiple passwords. A…
-
comment
Comment #13518021
Of course, it is a fallacy to assume that leaders from STEM backgrounds may be qualitatively better than others, or even perform better for their constituents. But then again, such…
-
comment
Comment #13244393
VLDB '15. Previously discussed at: https://news.ycombinator.com/item?id=10207863