Viewing profile — vineek
vineek
HN member- Joined
- Thu, Dec 06, 2018, 11:21 AM UTC
- HN karma
- 7
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About vineek
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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 …