Live data from Hacker News

Viewing profile — JanKanis

JanKanis

HN member
Joined
Fri, May 17, 2013, 10:23 PM UTC
HN karma
10
Public activity
8 items

About JanKanis

No profile information was provided.

Recent public activity

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

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

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

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

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

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

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

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