Viewing profile — doophus
doophus
HN member- Joined
- Wed, Oct 12, 2022, 5:44 PM UTC
- HN karma
- 25
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About doophus
No profile information was provided.
Recent public activity
-
comment
Comment #48935272
That's impressive! How have you been attracting players?
-
comment
Comment #48669509
> 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…
-
comment
Comment #46979238
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.
-
comment
Comment #46656959
Why are big chunks of Sam Francisco missing (eg around the bridge) missing from the example?
-
comment
Comment #45397625
Yeah the camera's horrible. I found myself snaking left and right just trying to walk in a straight line.
-
comment
Comment #40649527
Would this even work in the article's situation, where someone's MITMing SMS?
-
comment
Comment #40649472
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 …
-
comment
Comment #40397024
What was the missing piece for "shader sharing"? Would it be possible to build a web-hosted database of encountered shader configs against a game id, and have Dolphin fetch that li…
-
comment
Comment #38912690
This looks fun! How do you get on with shipping outside the UK? Is there any trickiness with taxes, customs etc that you need to deal with?
-
comment
Comment #38900690
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.
-
comment
Comment #38835631
> 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 circumst…
-
comment
Comment #38590451
Most games ship textures in a GPU-friendly format such as DXT to avoid problems like this.
-
comment
Comment #38056291
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 requi…
-
comment
Comment #37385290
For portable SIMD, have a look at ISPC. It allows you to write a function once, compile it for multiple instruction sets, and then automatically select the best one to use at runti…
-
comment
Comment #36749793
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 wh…
-
comment
Comment #33180446
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 …