Live data from Hacker News

Viewing profile — nicbn

nicbn

HN member
Joined
Thu, Dec 07, 2023, 11:43 AM UTC
HN karma
13
Public activity
12 items

About nicbn

No profile information was provided.

Recent public activity

  1. comment
    Comment #46714676

    Wikipedia has a table for how many papers each project produced: https://en.wikipedia.org/wiki/Berkeley_Open_Infrastructure_f... According to this, Rosetta@home (which is like Fold…

  2. comment
    Comment #43204466

    Does that in multiple places. Maybe they wanted a way to quickly revert it? Or enable on countries where they think they can get away with it?

  3. comment
    Comment #43080187

    iirc pthread uses the same ABI under the hood, only its compiled into the libc

  4. comment
    Comment #42569640

    100% period.

  5. comment
    Comment #42553324

    Would it be possible for someone within a compatible jurisdiction to mirror SQLite3 and provide it under some license such that it could be used by anyone?

  6. comment
    Comment #40459818

    It's common among Rust projects (the standard library also uses it). Apache 2 has a patent grant so it's preferred by companies, but is not compatible with GPLv2, and MIT is compat…

  7. comment
    Comment #38952393

    Check out: https://m.youtube.com/watch?v=kQeDnFUNW-Q And gate starts at 4:49. Or gate starts at 6:27. The trick is to make some gears not stationary, moving along as other gears pu…

  8. comment
    Comment #38655971

    https://caniuse.com/webp Any updated (modern) browser should be able to see webp just fine, I'd rather just serve it without a backup plan if I'm planning to have webp in my websit…

  9. comment
    Comment #38637418

    But to know via scientific method requires proof (or disproof) by experimentation

  10. comment
    Comment #38555982

    Fair enough. But it is needed to point out that there's a catch in that in order to use dynamic dispatch (subclasses, interfaces, ...) you'd still need to use pointers in C++. Deep…

  11. comment
    Comment #38555755

    If you aren't using OOP features (such as inheritance), you're not really doing OOP, despite using C++. In the case of C++ I'd put something like: you can use free or costly abstra…

  12. comment
    Comment #38555597

    (As with OO) depends heavily on implementation, but my 2 cents is that functional doesn't apply as much constraints to optimization. If a compiler is sophisticated enough a functio…