Live data from Hacker News

Viewing profile — hefeweizen

hefeweizen

HN member
Joined
Fri, Dec 23, 2016, 12:20 PM UTC
HN karma
28
Public activity
16 items

About hefeweizen

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #17771482

    "We are proud to launch Pants 2.0, our custom tailored solution for all your storage problems".

  4. 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…

  5. 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…

  6. 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.

  7. comment
    Comment #16979278

    False, "Hey Siri" activates Siri on the iphone (just tried this out). So, it's not different.

  8. 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…

  9. story
  10. comment
    Comment #14057401

    How similar is this to multi-task learning?

  11. 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…

  12. 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…

  13. 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…

  14. 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…

  15. 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…

  16. comment
    Comment #13244393

    VLDB '15. Previously discussed at: https://news.ycombinator.com/item?id=10207863