Live data from Hacker News

Viewing profile — deliciousturkey

deliciousturkey

HN member
Joined
Mon, Jan 11, 2021, 9:53 PM UTC
HN karma
168
Public activity
38 items

About deliciousturkey

No profile information was provided.

Recent public activity

  1. comment
    Comment #48762857

    I would classify GPU compute based rendering as software rendering though. My original comment was written with that in mind. This is a semantic discussion though which is IMO not …

  2. comment
    Comment #48762118

    Sadly you can't access RT cores with CUDA, you need to use a graphics API like Vulkan or D3D12. You can make a fast ray tracing based renderer using pure GPU compute, but it'll sti…

  3. comment
    Comment #48760374

    Games industry might suck on average, but I'd argue that graphics programming niche does not. There are lots more users of graphics than games, like visualization, simulation, etc.…

  4. comment
    Comment #48760041

    Sadly, Vulkan is really painful way of learning graphics programming. Doing almost anything requires large amounts of boilerplate. Almost everything you need to do, for example to …

  5. comment
    Comment #48759989

    At least personally, the point of graphics programming or making "engines" is not to make games. It is to make real-time graphics, implement interesting approaches etc. If you are …

  6. comment
    Comment #48685815

    The term "garbage collection" does not mean that the language has some mechanism of automatically reclaiming some memory. If it did, C would be a garbage-collected language. The te…

  7. comment
    Comment #48685533

    By that definition even C has garbage collection. Automatic storage duration types have compiler-determined lifetime and automatic deallocation. If the definition of a word/concept…

  8. comment
    Comment #48663595

    Window AC's don't really work with the styles of windows that are common here (at least in Finland). The windows typically swivel from the side, with multiple planes opening separa…

  9. comment
    Comment #48660876

    It's because there's a big heat wave in certain parts of Europe right now. I'm not American (I'm Finnish), but I have also thought how weird it is that in central/western europe AC…

  10. comment
    Comment #48556476

    I really wish Windows had a way to show what kernel callbacks are registered and execute on each call. Even better would be to have actual timing data on these callback. Using that…

  11. comment
    Comment #48526618

    I dislike the non-specificity of "models" here. Different models have different attention architectures, and can therefore have significant differences in long-context behavior. It…

  12. comment
    Comment #47928341

    It's trivial to figure out that OP likely works for Google.

  13. comment
    Comment #47908650

    In Finland around 50% of new single-family homes use ground source heat pumps. So it's definitely popular here.

  14. comment
    Comment #47192765

    The comment I answered implied that all Europeans have a disdain for working hard. This is not the case. The point was to say that if work and achievement was discouraged like the …

  15. comment
    Comment #47187098

    "Europe" is not a single entity with uniform opinions. As an European, I would much rather have hardworking people and """workaholic""" culture than regress to an underdeveloped cu…

  16. comment
    Comment #47157129

    As an European I really _do_ mind buses. I try to avoid riding them as much as possible. They are dirty, smelly, and really cramped with little legroom. I would really hate living …

  17. story
  18. comment
    Comment #47033270

    Thanks, I did not know about that pre-training bias. This does make sense.

  19. comment
    Comment #47033022

    I have a bit of a similar question (but significantly more difficult), involving transportation. To me it really seems that a lot of the models are trained to have a anti-car and a…

  20. comment
    Comment #46502450

    Traditionally, economy are typically divided into three sectors: Agriculture, industry, and services. Service industry contains everything from nursing to software development and …

  21. comment
    Comment #46463085

    The ship was asked to move to territorial waters by Finnish authorities before detaining.

  22. comment
    Comment #46463075

    Yes, the right of passage through the strait would still clearly remain. This is already the case with Denmark and Sweden as these ships need to cross Öresund or Great Belt strait …

  23. comment
    Comment #46458086

    The fact that this area where the incident happened, Gulf of Finland, is not fully part Finnish/Estonian territorial waters, is only because of a bilateral Finnish-Estonian agreeme…

  24. comment
    Comment #46410331

    In my opinion, C++ syntax is pretty readable. Of course there are codebases that are difficult to read (heavily abstracted, templated codebases especially), but it's not really tha…

  25. comment
    Comment #46344849

    This is true, and my example was a very rough metric. But the computation density per area is actually way, way higher on GPU's compared to CPU's. CPU's only spend a tiny fraction …