Live data from Hacker News

Viewing profile — puschkinfr

puschkinfr

HN member
Joined
Mon, Jan 05, 2026, 4:40 PM UTC
HN karma
7
Public activity
3 items

About puschkinfr

No profile information was provided.

Recent public activity

  1. comment
    Comment #48904440

    In this context AdaptiveCpp should also be mentioned. Started as a SYCL implementation, but recently-ish added a compiler for compiling a CUDA dialect to GPUs and CPUs from basical…

  2. comment
    Comment #47558190

    No, because the string will be implicitly converted to `true` and `(a && true) == a` (for boolean `a`), so it will only be `false` if the assertion fails. Using || would always eva…

  3. story