HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wildbook

no profile record

comments

wildbook
·5 yıl önce·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 yıl önce·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 yıl önce·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 yıl önce·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 yıl önce·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 yıl önce·discuss
As much as I like C#, your points apply to it too.