That's impressive! How have you been attracting players?
> Why though? What does changing `and` to `&&` actually achieve? Were people confused? Also consider AI, that has a greater training base of JavaScript than Lua. So making Lua look more like JS, should improve output…
Don't they have a battery backup and a local buffer before uploading? It probably had its last footage still stored locally, using the remnants of power in its internal battery.
Why are big chunks of Sam Francisco missing (eg around the bridge) missing from the example?
Would this even work in the article's situation, where someone's MITMing SMS?
Yes, have a look at ISPC - it's amazing. I especially like that it can generate code for multiple architectures and then select the best implementation at runtime for the CPU it's running on.
I found the same with this library. I'm not sure if it's missing documentation, unintuitive design or both, but I always found it a bit of a struggle to use beyond simple cases.
> 2. Store metadata about the current a* search in the graph nodes themselves so you don't have to maintain in a separate associative array. This might be suitable in some circumstances, but it mixes your hot & cold…
Most games ship textures in a GPU-friendly format such as DXT to avoid problems like this.
Most software installers on Windows offer the user a "Install for this user"/"Install for all users" option, or will just install to the current user's appdata, which doesn't require admin rights.
Every game I've worked on (360-era) with DLC has needed supporting code to be distributed in an update first. Everyone gets the update, then the DLC is either just an unlock for what's already there (but hidden), or…
Yeah. In workrooms non-VR people can still join in. They appear as a video feed in the environment, and they see a rendering of the meeting from that perspective. It's still quite rich for everyone, eg you can tell when…
That's impressive! How have you been attracting players?
> Why though? What does changing `and` to `&&` actually achieve? Were people confused? Also consider AI, that has a greater training base of JavaScript than Lua. So making Lua look more like JS, should improve output…
Don't they have a battery backup and a local buffer before uploading? It probably had its last footage still stored locally, using the remnants of power in its internal battery.
Why are big chunks of Sam Francisco missing (eg around the bridge) missing from the example?
Would this even work in the article's situation, where someone's MITMing SMS?
Yes, have a look at ISPC - it's amazing. I especially like that it can generate code for multiple architectures and then select the best implementation at runtime for the CPU it's running on.
I found the same with this library. I'm not sure if it's missing documentation, unintuitive design or both, but I always found it a bit of a struggle to use beyond simple cases.
> 2. Store metadata about the current a* search in the graph nodes themselves so you don't have to maintain in a separate associative array. This might be suitable in some circumstances, but it mixes your hot & cold…
Most games ship textures in a GPU-friendly format such as DXT to avoid problems like this.
Most software installers on Windows offer the user a "Install for this user"/"Install for all users" option, or will just install to the current user's appdata, which doesn't require admin rights.
Every game I've worked on (360-era) with DLC has needed supporting code to be distributed in an update first. Everyone gets the update, then the DLC is either just an unlock for what's already there (but hidden), or…
Yeah. In workrooms non-VR people can still join in. They appear as a video feed in the environment, and they see a rendering of the meeting from that perspective. It's still quite rich for everyone, eg you can tell when…