Viewing profile — ThatOtherPerson
ThatOtherPerson
HN member- Joined
- Tue, Nov 19, 2013, 8:42 AM UTC
- HN karma
- 94
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About ThatOtherPerson
No profile information was provided.
Recent public activity
-
comment
Comment #18026490
Yeah, you have to simulate the attenuation from different directions - HRTFs (head related transfer functions)[1] are used to do this. They're already supported by some games, and …
- comment
-
comment
Comment #16075402
That's already possible - Apex[0] provides a shim for running golang and Rust, and I'm running headless chrome on Lambda to take screenshots right now (see [1] for an example). [0]…
- comment
- comment
-
comment
Comment #13564442
What happens if you need to alter the color of a texture that's been loaded? For example, if you want to do diffuse shading on a sphere with a texture mapped to it. Do you first ne…
-
comment
Comment #13563974
I thought about that, but some of the results I found on Google suggest that output from WebGL shaders is supposed to be in a linear color space [0] [1]. Then again, some of the co…
-
comment
Comment #13563868
This is pretty cool. I've written a couple of toy ray tracers, but always in a language that runs on a CPU, so it's interesting to see how you would do it on a GPU. And I noticed t…
- comment
-
comment
Comment #12649239
How you do in technical interviews often has little to do with how good of a programmer you are. Modern technical interviews (in Silicon Valley, at least) tend to focus on a certai…
- comment
- story
- comment
- comment
- comment
-
comment
Comment #10112474
Could you use emscripten and just run bash in the browser?
-
comment
Comment #9427727
Read the bar at the bottom: Lovingly (and satirically) created by your friends at test double. Designed by Derek Briggs. It's not meant to be serious, although I'm not sure what th…
-
comment
Comment #9403141
You can only ask yes/no questions.
-
comment
Comment #9365964
It looks like a video projected on a transparent screen, similar to the variant of Pepper's Ghost used in several concerts recently.
-
comment
Comment #9217250
The sharp sign (♯) [1] is actually a different symbol than the number sign (#) [2]. [1] https://en.wikipedia.org/wiki/Sharp_%28music%29 [2] https://en.wikipedia.org/wiki/Number_sig…
-
comment
Comment #9028352
It's been my opinion for a while that the "meaning" in a work of art or in the sentences we use to communicate is found where it differs from the established pattern. For example, …
-
comment
Comment #8247117
Not everybody targets all their code for the web.
-
comment
Comment #8194782
It's an improvement in the sense that it's more general; you can loop through any container that implements that protocol, which most (if not all) of the STL containers do. For exa…
- comment
- comment