Live data from Hacker News

Viewing profile — joehl

joehl

HN member
Joined
Wed, Jul 31, 2019, 6:25 PM UTC
HN karma
1
Public activity
6 items

About joehl

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #25348784

    If your data set is biased for the purpose of answering your question, then having more data doesn't make things better. In this case 'big data' just becomes 'big bias'. Go to wiki…

  3. comment
    Comment #25348671

    In causal modelling thou shallst not control by consequences of the causal treatment (the causal treatment here is being born black). Read your Rubin&Rosenbaum.

  4. comment
    Comment #20612231

    Providing Julia Code for in-memory sorting, i.e. a binary mergesort with parallel branches and parallel merge plus a specialized sort for instable inplace sorting (better Quicksort…

  5. comment
    Comment #20584299

    OK, I found out myself: Julia can mutate a single temp buffer across all threads, and implementing Sedgewicks nocopy sort (with ping-pong merge) is faster, particularly when passin…

  6. comment
    Comment #20577030

    Maybe I misunderstand, but: In R allocating and copying huge return vectors for small changes on input vectors ruins performance. My understanding of Julia was that one advantage o…