Live data from Hacker News

Viewing profile — eden_h

eden_h

HN member
Joined
Thu, Apr 11, 2019, 10:44 AM UTC
HN karma
103
Public activity
15 items

About eden_h

No profile information was provided.

Recent public activity

  1. comment
    Comment #24208653

    When I've seen GA used or recommended to people, it's because their use case is tracking the marketing performance of their website. Tackling the privacy focus for GA is great, but…

  2. comment
    Comment #23917459

    Ran into this issue with a crate that uses CUDA in Rust - how do you hang onto the pointer to CUBLAS/CUDNN so that all CUDA functions use the same pointers and also it goes out of …

  3. comment
    Comment #23819272

    Google Analytics has a fair amount of filtering by default - including bots/spiders. Went to Plausible's website, it makes no mention of this type of blocking. That 13% could be ea…

  4. comment
    Comment #21967870

    >Not totally related, but R has a great polymorphic dispatch of functions, Dispatch in R is generally fine, but I see a great deal of UseMethod calls, and switch statements for typ…

  5. comment
    Comment #21681591

    I've heard this suggestion fairly frequently - that people use Rust as a wrapper over C++ bindings to add in safety to the C++ underneath. Mostly regarding using BLAS etc in Rust r…

  6. comment
    Comment #21409465

    The EPM is particularly worrying as AlphaStar can focus on multiple areas of the map at a single time. A common strategy in GM is to attack on one front with your main army and dro…

  7. comment
    Comment #21407839

    "All Cops Are Bastards" - It's to do with all individual police officers, who could be perfectly moral upstanding citizens, being complicit with an institution that has done terrib…

  8. comment
    Comment #21377914

    It's not too much to expect an article entitled "What is a ket?" to explain what a Ket is . Your point is arguable if it was instead "How to implement a Ket in Rust", and even then…

  9. comment
    Comment #20799902

    It would be helpful to be more upfront in the video about why Facebook is tracking this, because it looks like it's Facebook Analytics for Apps - ( https://analytics.facebook.com/g…

  10. comment
    Comment #20798719

    It's pretty! The Basecamp styling is really clear, and it's nice to see the interface on display There's a few unanswered questions that I hope it's helpful to point out; * Importe…

  11. comment
    Comment #20766121

    Tidyverse is written by a strong contributor to R, but it isn't used regularly by a large percentage of the community, so I'd be averse to calling it part of the standard libraries…

  12. comment
    Comment #20085922

    The only case it struggles with is when the grouping is difficult to achieve in a small amount of splits, such as 1,3,5 against 2,4,6,7, especially when each split will need to sho…

  13. comment
    Comment #20084299

    I tried Catboost when it came out. It should be very popular, as working with categories is where a lot of people seem to fall down in Random Forests. The 'typical' response is eit…

  14. comment
    Comment #20084139

    This is a very thinly disguised advert for the author's product, and doesn't really advance on the benefits of either approach, as it doesn't go into any depth on why Random Forest…

  15. comment
    Comment #19632911

    > it seems to gloss over what differences the trees within the random forest have - as I understand it, they are all slightly different, and this gives them greater accuracy? They …