kerneloops

↗ HN profile [ 562 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Some days ago I found that Python's print function is by default thread-unsafe, as the underlying sys.stdout is by default a TextIOWrapper, which is not thread safe. That means, for the code below from threading import…

  2. An Introduction to Oblivious RAM (2020) (research.kudelskisecurity.com)