Viewing profile — niekb
niekb
HN member- Joined
- Fri, Aug 14, 2015, 12:27 PM UTC
- HN karma
- 39
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About niekb
No profile information was provided.
Recent public activity
- story
-
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…
-
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…
-
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 …
- story
- story
- story
-
comment
Comment #39465416
I'd be curious to the training time (per training example) of the logistic regression model in FHE.
-
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…
-
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…
- story
- story
-
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…
- story
-
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…
-
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 …
- story