Viewing profile — dignati
dignati
HN member- Joined
- Fri, Oct 12, 2012, 3:43 PM UTC
- HN karma
- 147
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About dignati
Recent public activity
-
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…
-
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…
-
comment
Comment #21356150
It's the same on android
-
comment
Comment #19596269
I was under the impression that they later confirmed his sex as female using the DNA sample
- comment
- comment
-
comment
Comment #14294774
Ironically that might be China, at least it would be with Bitcoin.
-
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
-
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…
-
comment
Comment #12787028
Given that it's an European project I'd be surprised if it was a metric vs imperial unit mixup.
-
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?
-
comment
Comment #11964586
The "chessnetwork" channel on YouTube is absolutely great. Interesting narrative and soothing voice.
-
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.
-
comment
Comment #11308305
You can add some sort of safety by only allowing transactions that use functions stored in the transactor.
- story
-
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…
-
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.
-
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...
-
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.
-
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.
- story
-
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…
-
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…
-
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…
-
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…