Live data from Hacker News

Viewing profile — niekb

niekb

HN member
Joined
Fri, Aug 14, 2015, 12:27 PM UTC
HN karma
39
Public activity
17 items

About niekb

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #45407383

    > isn't everything multi-threaded these days.. There are alternative ways to utilize a machine with multiple cores, e.g. by running one thread per CPU core, and not sharing state b…

  3. comment
    Comment #45407217

    That was mostly meant as irony/a joke, but I admit that's not really clear from the text... For the sake of clarity, if you need thread-safety, probably best to just use std::share…

  4. comment
    Comment #45407157

    (Author here.) That is a good question. For our use case, we in fact do not use std::shared_ptr in our implementation, but instead a single-threaded shared_ptr-like class that has …

  5. story
  6. story
  7. story
  8. comment
    Comment #39465416

    I'd be curious to the training time (per training example) of the logistic regression model in FHE.

  9. comment
    Comment #32288805

    The author could compile c++ with the sanitizers, i.e. -fsanitize=address,undefined and make a make_appender function that leverages perfect forwarding...: template auto make_appen…

  10. comment
    Comment #30191882

    Roseman Labs | C++ engineer and front-end/UX specialist | Utrecht, The Netherlands (EU work permit required) We build a software product that enables parties that manage privacy-se…

  11. story
  12. story
  13. comment
    Comment #11537331

    And interestingly, Chris Kohlhoff (asio author) is currently working on an executors library / c++ standard proposal. Other question: how would wangle compare to Cap'n Proto (as th…

  14. story
  15. comment
    Comment #10068272

    > [ Hope I am not coming across as too negative, but since you put it in a paper and published it I think it is fair to do some peer review ] No, not at all, your feedback is highl…

  16. comment
    Comment #10066443

    Hi Paul/Paula, The software is part of a smart (electricity) grid control platform. I agree that on the github project there is also quite some code that is unrelated to the title …

  17. story