Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
JanKanis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
JanKanis
3y ago
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 orbit[1], while the Titan IIIE that launched the Voyagers ha
2.
▲
by
JanKanis
4y ago
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 the provided dongle (or 3rd party dongle for the O
3.
▲
by
JanKanis
9y ago
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 stations around Europe. T
4.
▲
by
JanKanis
10y ago
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)
5.
▲
by
JanKanis
10y ago
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 to the value, like `([*Baz], nil)` in your example.
6.
▲
by
JanKanis
11y ago
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 was done. So a different hash with an implementation optimiz
7.
▲
by
JanKanis
12y ago
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 overhead compared to e.g. quicksort. Therefore Timsort is faste
8.
▲
by
JanKanis
13y ago
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 make the shell interpreter code thread safe so we can act