Live data from Hacker News

Viewing profile — dignati

dignati

HN member
Joined
Fri, Oct 12, 2012, 3:43 PM UTC
HN karma
147
Public activity
75 items

About dignati

[ my public key: https://keybase.io/dignati; my proof: https://keybase.io/dignati/sigs/a1TJiiP7lbqEnwHsW_PDQdxufuOjdLInE8_bMK76JOI ]

Recent public activity

  1. comment
    Comment #32436645

    > one that broke the test runner, and ignored a number of tests That's unfortunate! For the project I'm working on, we've "solved" that by showing the number of test and the differ…

  2. comment
    Comment #32436430

    > What I've noticed in practice however, is that occasionally, this process will allow an upgrade to a dependency that will pass the automated build and test step, but introduce th…

  3. comment
    Comment #21356150

    It's the same on android

  4. comment
    Comment #19596269

    I was under the impression that they later confirmed his sex as female using the DNA sample

  5. comment
  6. comment
  7. comment
    Comment #14294774

    Ironically that might be China, at least it would be with Bitcoin.

  8. comment
    Comment #13695532

    "We’re also launching the fact check tag in these countries on news mode in Search" So now it's also integrated into Google Search

  9. comment
    Comment #12825419

    I wonder how you deal with restarting changefeeds? The last time I checked you'd have go through every document again after losing the connection to rethinkdb or restarting the ser…

  10. comment
    Comment #12787028

    Given that it's an European project I'd be surprised if it was a metric vs imperial unit mixup.

  11. comment
    Comment #12662109

    > That said, for all I know the white helmets is a front for ISIS Never heard of this. Do you have a source?

  12. comment
    Comment #11964586

    The "chessnetwork" channel on YouTube is absolutely great. Interesting narrative and soothing voice.

  13. comment
    Comment #11731758

    Do you have any data on that? We found that using transit could actually increase overall throughput because it does some minimal compression/deduplication.

  14. comment
    Comment #11308305

    You can add some sort of safety by only allowing transactions that use functions stored in the transactor.

  15. story
  16. comment
    Comment #11173521

    It can be the same hardware but I believe that not usually meant with "hardware based encryption". The point is that the private keys never leave the hardware of the phone, thus ma…

  17. comment
    Comment #10734400

    The name is ridiculous in german. A "gaffer" is a stalker or someone who looks when he's not supposed to. Quite fitting.

  18. comment
    Comment #10488555

    I can't find one either but this issue filter should be helpful: https://github.com/neovim/neovim/issues?q=milestone%3A0.1-fi...

  19. comment
    Comment #9754031

    And the Person can see itself in a "mirror" that shows the magnified movements, thus making drastic adjustments and shortly losing all control.

  20. comment
    Comment #9688264

    I can't tell much about it but we are using Onyx in production in a few months. Has been a real pleasure to use so far.

  21. story
  22. comment
    Comment #9311950

    Not the same, CS majors in Germany have to choose one "Anwendungsfach" that consist of a subset of classes of natural-sciences, humanities or engineering majors. You have to choose…

  23. comment
    Comment #9250104

    The issue seems yo be that writes in Fractal trees always go through the root node. This would lead to a situation similar to small B-Trees where writes will most likely access the…

  24. comment
    Comment #9244424

    The render function only renders to the virtual DOM, which React diffs with the previous rendered virtual DOM to decide what changes to the real DOM have to be made. That's why the…

  25. comment
    Comment #9244231

    The implementation feels like a complete overkill to me. The most obvious one being the Column component. I don't think you can judge the whole library on one instance where it's u…