Live data from Hacker News

Viewing profile — ThatOtherPerson

ThatOtherPerson

HN member
Joined
Tue, Nov 19, 2013, 8:42 AM UTC
HN karma
94
Public activity
34 items

About ThatOtherPerson

No profile information was provided.

Recent public activity

  1. 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 …

  2. comment
  3. 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]…

  4. comment
  5. comment
  6. 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…

  7. 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…

  8. 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…

  9. comment
  10. 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…

  11. comment
  12. story
  13. comment
  14. comment
  15. comment
  16. comment
    Comment #10112474

    Could you use emscripten and just run bash in the browser?

  17. 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…

  18. comment
    Comment #9403141

    You can only ask yes/no questions.

  19. 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.

  20. 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…

  21. 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, …

  22. comment
    Comment #8247117

    Not everybody targets all their code for the web.

  23. 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…

  24. comment
  25. comment