Viewing profile — foma-roje
foma-roje
HN member- Joined
- Thu, Nov 16, 2023, 7:11 AM UTC
- HN karma
- 27
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About foma-roje
No profile information was provided.
Recent public activity
- story
-
comment
Comment #44844584
> You certainly don't need to sample more than 25% of any population in order to draw statistical information from it. Certainly? Now, who is ranting?
-
comment
Comment #44345114
It really doesn’t have to be complicated for it to be useful. Plenty thanks for sharing this.
-
comment
Comment #40238699
Perhaps what you need is something like „Cryptography Engineering: Design Principles and Practical Applications“ Book by Bruce Schneier, Niels Ferguson, and Tadayoshi Kohno.
-
comment
Comment #40238218
Same here. I also took the course from Coursera a few years ago and I really enjoyed it. The conclusion? It’s hard to get it right so don’t do crypto yourself! Quite cynical, but i…
-
comment
Comment #39193034
Even if they analysed slack+chime log activity. I guess they’ll explain it away with something like “working from office significantly reduces the need for online chatter”.
-
comment
Comment #38286573
An often missed c++ Container is std::deque, which has constant O(1) complexities in adding and removing from front and back, and accessing random elements. This is missing in the …