Live data from Hacker News

Viewing profile — nicebyte

nicebyte

HN member
Joined
Thu, Dec 18, 2014, 7:55 AM UTC
HN karma
178
Public activity
72 items

About nicebyte

http://gpfault.net/ http://twitter.com/nice_byte http://github.com/nicebyte nicebyte at gpfault.net

Recent public activity

  1. comment
    Comment #48807560

    2015 called

  2. comment
    Comment #48754245

    No, that is exactly the reason I am bringing up physics. There used to be a time when a singular person could make an outsized impact. In the recent past though, this has not been …

  3. comment
    Comment #48753887

    now, if you said "don't get into it because your primary employment prospects would be games or film industry, which are known to be less than stellar towards their workers" - that…

  4. comment
    Comment #48753776

    My only additions to the article would be to study your probability/statistics (can't do efficient path tracing without it) and get comfortable with integrals, especially integrals…

  5. comment
    Comment #48753722

    Ridiculous justification. "Where is todays Jon Carmack?" Where is the "John Carmack" of ML? Where is the John Carmack of physics? This hero worship crap needs to be left in the pas…

  6. comment
    Comment #48574217

    "Github Repo" "Find Us on GitHub" ????

  7. comment
    Comment #48547800

    general rule of thumb is that you never want gamma-corrected values if you intend to be doing any sort of math with them. the only exception is when you want to match the behavior …

  8. comment
    Comment #48547764

    there isn't much that is "arcane" about gamma correction itself (as in, the math itself is really simple). at the fundamental level, if a surface is illuminated with one lightbulb …

  9. comment
    Comment #48546788

    that just sounds like DNS but more centralized and not super human-friendly...

  10. comment
    Comment #48546768

    but dynamic DNS is a thing. I've had setups for it since god knows how long, though admittedly not on my phone.

  11. comment
    Comment #48544447

    I am confused why this is needed. > IP addresses can break, without warning, and it's outside of your device's control. We have DNS? > Keys, however, are created & controlled by yo…

  12. comment
    Comment #48493217

    If done right, this is more like a monthly bus pass

  13. comment
    Comment #48450605

    when you re-crop a photo or use the perspective tool, you are literally distorting the image. not to mention, all of the processing that happens in modern cameras before you even s…

  14. comment
    Comment #48418950

    they're technically not wrong. C is literally an "abstraction" of the machine. As we know, the whole point of an abstraction is to ignore the multitude of details :-)

  15. comment
    Comment #48402452

    250k for base pay is about in line with median I'd say. If 250k was the total comp (taking into account bonus/stocks/what have you) then yeah, you definitely should have negotiated…

  16. comment
    Comment #48312982

    "outgroup"? what outgroup? we're talking about inanimate objects here. by your own logic, you treat your home appliances as an outgroup so you must be secretly a dangerous psychopa…

  17. comment
    Comment #47927688

    it's a neat experiment but I think it's ultimately flawed because color is usually perceived in context, and depending on context I could easily see anyone reinterpreting the hues …

  18. comment
    Comment #47914483

    > There is no consequence for choosing blue there are consequences in both cases.

  19. comment
  20. story
  21. comment
    Comment #47161592

    I've found Trellis specifically to be very "over-promise and under-deliver". Nothing i tried with it got even close to th level of quality that they were advertising - felt like a …

  22. comment
    Comment #46967447

    jumps is another one. jmp can have many encodings depending on where the target offset you're jumping to is. but often times, the offset is not yet known when you first encounter t…

  23. comment
    Comment #46967411

    > I want a single-line malloc with zero care about usage flags and which only produces one single pointer value That's not realistic on non-UMA systems. I doubt you want to go over…

  24. comment
    Comment #46967181

    > Not sure if this is an "oh, no" event. it's not. descriptor sets are realistically never getting deprecated. old code doesn't have to be rewritten if it works. there's no point. …

  25. comment
    Comment #46967101

    just use the vma library. the low level memory allocation interface is for those who care to have precise control over allocations. vma has shipped in production software and is a …