Live data from Hacker News

Viewing profile — fools

fools

HN member
Joined
Mon, Apr 20, 2020, 5:36 PM UTC
HN karma
1
Public activity
5 items

About fools

No profile information was provided.

Recent public activity

  1. comment
    Comment #22950034

    Yes, I write fairly boring applications. But the point is that C is mostly cross-platform for those boring applications, whereas the the "cross-platformness" of CSS and SQL fall ap…

  2. comment
    Comment #22950018

    Rust has compile-time warnings for when you don't use the result of a function whose return type is marked as #[must_use]. You can easily silence such a warning by writing `let _ =…

  3. comment
    Comment #22949838

    If I write a C program, especially with the appropriate compiler warnings enabled, or some filesystem code, there is a high chance that it will work across platforms with no furthe…

  4. comment
    Comment #22948808

    You say "merely", but minimizing fraud from buyers and sellers is a very difficult problem.

  5. comment
    Comment #22939585

    I'm guessing you can get pretty far by compiling the chunks into meshes at multiple levels of detail (2x2, 4x4, 8x8, etc.), each with the same (or similar) number of vertices. http…