Live data from Hacker News

Viewing profile — vineek

vineek

HN member
Joined
Thu, Dec 06, 2018, 11:21 AM UTC
HN karma
7
Public activity
5 items

About vineek

No profile information was provided.

Recent public activity

  1. comment
    Comment #40089273

    Very nice. In similar fashion, a few years back I set out to create Wuhoo. Wuhoo loosely stands for W indows U sing H eaders O nly. It is an attempt to create a single-header libra…

  2. comment
    Comment #32504834

    Very nice article. Literate programming might have some interesting features in this direction. The not so obvious thing is how it can scale. A very good example of literate progra…

  3. comment
    Comment #26952628

    The ability to occasionally opt-out is both a feature and a necessity because certain systems are inherently unstable and offer varying guarantees. I’m arguing for an opt-in featur…

  4. comment
    Comment #26940497

    I completely agree with the points from this article. It is fundamentally infeasible to make all C and C++ code safe. The main reason, PAST code. There are countless lines of unsaf…

  5. comment
    Comment #26140483

    To get a quick feel for ray tracing, I would also suggest https://rayground.com/ . It has a lot of ray tracing projects, ranging from basic samples to complicated scenes. They can …