Viewing profile — Ooveex2C
Ooveex2C
HN member- Joined
- Mon, Oct 08, 2018, 4:35 PM UTC
- HN karma
- 13
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About Ooveex2C
No profile information was provided.
Recent public activity
-
comment
Comment #18176224
> Pretty much only gamers want +Clock speeds I wish. We use a commercial path-tracer that scales very well to many cores, GPUs and entire clusters when it's chewing away at a singl…
-
comment
Comment #18175527
At least in java the recommended way is to only use GC as safety net for resource management. Print a warning when it's cleaned up due to finalizers (or cleaner-refs since v9) and …
-
comment
Comment #18174293
The error handling in close is platform specific, so you have to convert the file into a raw fd/handle and then pass it to the appropriate libc methods.
-
comment
Comment #18168912
Do wasm -> builtin calls, e.g. DOM methods still call the JS code if JS code has been monkey-patched? E.g. if userscript replaces the built-in window.fetch() API to modify page beh…