HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wildbook

no profile record

comments

wildbook
·5 tahun yang lalu·discuss
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 JIT. There's no timeframe or estimate for that though, just mentions of plans to here and there.
wildbook
·5 tahun yang lalu·discuss
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 sure there's other examples.
wildbook
·5 tahun yang lalu·discuss
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 hidden?
wildbook
·5 tahun yang lalu·discuss
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?

Had the same experience, it worked surprisingly good and was easily good enough for daily use.
wildbook
·5 tahun yang lalu·discuss
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 Rust programs through Cargo also compiles them (and their dependencies) locally.

Some crates have the same issue where build scripts rely on outside tooling being installed, but it's definitely not common to (unless you're relying on compiling C/C++ code for FFI for example, in which case it's somewhat frequent).
wildbook
·5 tahun yang lalu·discuss
As much as I like C#, your points apply to it too.
wildbook
·5 tahun yang lalu·discuss
It exists: https://github.com/MythicManiac/copilot-import
wildbook
·5 tahun yang lalu·discuss
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://technology.riotgames.com/news/demolishing-wallhacks-...
wildbook
·5 tahun yang lalu·discuss
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 feature though since you need to go to the request that established the connection and double-click the websocket logo to the left on it, which opens a new panel showing its traffic.

The newer "Fiddler Everywhere" might also be able to do it, possibly even better, but I dislike the UI and I'm used to Classic so I've stuck to that.