Viewing profile — sild
sild
HN member- Joined
- Tue, May 19, 2020, 9:40 AM UTC
- HN karma
- 25
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About sild
No profile information was provided.
Recent public activity
-
comment
Comment #27781888
If you are copy and pasting code from open source projects into your own project, then I think that is more likely to be considered copyright infringement than fair use. Fair use i…
-
comment
Comment #24425560
I put the benchmark into quick-bench but could not replicate the 40% result. The sentinel version was faster but only slightly. https://quick-bench.com/q/314Z81FskTlcDqMCUHFVhWmDz8…
-
comment
Comment #24315621
The snoop command on SunOS and IRIX had it in the 90s too.
-
comment
Comment #24106863
If you are using gcc you can use the -Wparentheses flag to turn on warnings for this: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#inde...
-
comment
Comment #24091044
I once worked in an office with fake windows---just some blinds hung over a small recess in the wall. When our team first arrived in the office, a colleague walked over to them and…
-
comment
Comment #24028018
https://www.youtube.com/watch?v=cNf7huwox6E
-
comment
Comment #24027868
This page [1] describes additional tuning parameters. In particular adjusting /proc/sys/kernel/sched_rt_runtime_us can be beneficial. [1] https://access.redhat.com/documentation/en…
-
comment
Comment #23996777
Currently the page must be writeable at some point in order to create the trampoline. A page fault is used as a way of executing the trampoline without the page having to be made e…
-
comment
Comment #23541562
Would you mind sharing which course you took please? It sounds very interesting.
-
comment
Comment #23233027
See also GWP-ASan: http://llvm.org/docs/GwpAsan.html