Viewing profile — wildbook
wildbook
HN member- Joined
- Thu, Jan 28, 2021, 3:29 AM UTC
- HN karma
- 16
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About wildbook
No profile information was provided.
Recent public activity
-
comment
Comment #29705956
It's a custom fork of plain Lua, not LuaJIT, so indeed there's no LuaJIT support. They first open sourced it this November and supposedly they're planning to implement their own JI…
-
comment
Comment #29466823
How about cases where there's not much data involved but it's still questionable whether or not the data is legal to share? Leaked encryption keys for example come to mind, but I'm…
-
comment
Comment #29317362
I'm actually curious about this since I've never uploaded to youtube myself. Do the creators get statistics on segments that are commonly skipped, or is all information like that h…
-
comment
Comment #29290157
I used to have a setup similar to this, where I had a Windows 10 install and a Linux install on different partitions, both being able to boot into the other through I think VMWare?…
-
comment
Comment #29239289
Rust almost does the exact same thing, so I'd say it's fair. Dependencies (crates) are grabbed in source format and compiled locally as part of the build process, and installing Ru…
-
comment
Comment #28744902
As much as I like C#, your points apply to it too.
-
comment
Comment #27892696
It exists: https://github.com/MythicManiac/copilot-import
-
comment
Comment #27874544
Valorant specifically actually does this to a degree, and there was a quick article written by one of their anti-cheat developers that roughly explains their approach. https://tech…
-
comment
Comment #27857440
I've successfully used Fiddler Classic as alternative to Charles to look at live websocket traffic when debugging things before. Websocket support in general is a bit of a hidden f…