Viewing profile — JanKanis
JanKanis
HN member- Joined
- Fri, May 17, 2013, 10:23 PM UTC
- HN karma
- 10
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About JanKanis
No profile information was provided.
Recent public activity
-
comment
Comment #35553164
Indeed. The same rocket will give a light probe a much higher velocity than a large probe. The launch vehicle for JUICE is the Ariane 5 ECA which can launch 16 tonnes to low earth …
-
comment
Comment #31396654
I've used the Poly Voyager Focus, Poly Voyager 6200 and Shokz OpenComm (with Avantree DG80 dongle) with good results. They don't require custom software, but they do require using …
-
comment
Comment #16607608
Not as cool a visualization, but https://www.swissgrid.ch/swissgrid/de/home/reliability/wam.h... shows the frequencies and phase differences (in degrees) between a few measuring st…
-
comment
Comment #12300275
And if you want to work on cBioPortal and make it your job consider joining us at The Hyve (thehyve.nl) (or one of the other institutions if you're not in the Netherlands)
-
comment
Comment #11519301
I don't think you're right that interfaces are implemented as a pointer to a struct. The struct is inline like any other struct, and it contains a pointer to a type and a pointer t…
-
comment
Comment #10499604
But on hardware for which the hash function implementation is optimized, you will be able to crank up the cost factors higher than on comparable hardware for which no optimization …
-
comment
Comment #9101426
Timsort is especially good at reducing the number of comparisons needed by taking advantage of already ordered subsequences in the input. This advantage comes at a cost of more ove…
-
comment
Comment #5727273
Fish currently does not support executing shell functions or commands in the background with &, only external programs. This is a known omission, but the best way to fix it is to m…