Live data from Hacker News

Viewing profile — rnvannatta

rnvannatta

HN member
Joined
Thu, Oct 08, 2020, 6:25 PM UTC
HN karma
53
Public activity
26 items

About rnvannatta

No profile information was provided.

Recent public activity

  1. comment
    Comment #43664357

    When you unwrap UVs the interpolation issue is taken care of. The UV map accounts for it. It's only for tessellation like subdivision surfaces where something like this would be ni…

  2. comment
  3. comment
    Comment #43664255

    It's not really that simple, barycentric coordinate access is relatively recent. It's asking the rasterizer for information and transforming that information into barycentric coord…

  4. comment
    Comment #37827715

    https://github.com/rnvannatta/vanity-scheme I am currently making a r7rs scheme derivative that compiles to C. The lofty goal is parallel fibers. It's in extreme early stages, and …

  5. comment
    Comment #33515658

    Well, a rotation matrix doesn't require doing 2 half rotations, and doesn't require reaching into the 4th dimension in such a way that it gets perfectly cancelled out. It doesn't r…

  6. comment
    Comment #33515349

    To add to your comment, quaternions predate rotational matrix operators by a considerable amount (1843 vs not exactly clear, ~1900 with Peano or ~1920 with Weyl), despite quaternio…

  7. comment
  8. comment
    Comment #32887308

    I was just talking with my wife about this. She's from southern China and went to a restaurant in north China with her northern colleagues. There they ordered cicada pupa, which we…

  9. comment
    Comment #32887133

    Locusts are actually just various species of grasshopper. When there's abundance after a period of hard times, some some grasshopper species transform into locusts, turn from green…

  10. comment
    Comment #32887057

    > Edible insects are often talked about as a possible "food of the future" - but what does insect eating actually look like in the here and now? There's definitely an overlap with …

  11. comment
    Comment #32131606

    You're correct that British made factory goods would have been good for China, specifically the Chinese poor, as it would have enabled them to have many low quality goods rather th…

  12. comment
    Comment #32109471

    The same smugness and sense of superiority that China held for England, was also held by England for China. As such, the English only primarily tried to sell knickknacks and things…

  13. comment
    Comment #32105360

    Well, England had a massive trade deficit, and failed to find anything the Chinese wanted to buy, except opium. In the end, this was approved by the queen to balance their trade de…

  14. comment
    Comment #32105324

    Well, in that historical case, the sale of Opium to China was a state sponsored project. Opium was only a minor problem in England, but it wasn't being smuggled into England by a q…

  15. comment
    Comment #31111825

    I do cross platform development, I have to keep mobile/console in mind though most of my work in on PC, other people work on mobile/console and tell me when the shaders I write are…

  16. comment
    Comment #31111388

    Well, sRGB is sort of perceptually linear. Its roots trace back to a 50s technology compromise between perceptual linearity, color gamut, & encoding cost for CRTs that held up with…

  17. comment
    Comment #31110958

    I guess color theory hasn't been given much love in web development because it's hard and murky. Once you do a dive into it, you realize there's no correct answers, only tradeoffs.…

  18. comment
    Comment #31110271

    It's not astonishing to me, because I believe the author is not entirely correct about color being broken. sRGB color is not the perfect color space, but in general it's better for…

  19. comment
    Comment #30734668

    That's hot dipped galvanized steel. The zinc crystal pattern formed on it is a called spangling. https://www.steelmillsoftheworld.com/activities/datacenter/G... It shines like that…

  20. comment
    Comment #30734568

    I don't think it's edited. It's just hot dipped galvanized steel, those are zinc crystals on the surface.

  21. comment
    Comment #29961227

    There was a flagged comment here that thought this manager's interviewing strategy was a good idea. In this world, bosses end up holding power over their underlings. A boss who use…

  22. comment
    Comment #29901693

    C++ Lambdas are capturing, so they aren't plain old functions. They evaluate to closures: function + environment. In C++ the captured environment is explicitly written in the [] se…

  23. comment
    Comment #29351331

    Those popup done-indicators are pretty unreliable; I'm not sure why turkeys ship with them, I imagine they've ruined a great many birds. I cooked the turkey last year. My thermomet…

  24. comment
    Comment #24722598

    Yeah, technically there are 2 L1 caches; x86 is a 'Modified Harvard' architecture. The instruction cache also typically has to deal with caching micro-ops. I believe L2 and beyond …

  25. comment
    Comment #24722310

    A larger cache size would improve memory latency assuming the working set can utilize the full 36mb, which I'm sure the 2 games that had a 20% uplift can. It's purely speculation b…