Viewing profile — nicbn
nicbn
HN member- Joined
- Thu, Dec 07, 2023, 11:43 AM UTC
- HN karma
- 13
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About nicbn
No profile information was provided.
Recent public activity
-
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…
-
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?
-
comment
Comment #43080187
iirc pthread uses the same ABI under the hood, only its compiled into the libc
-
comment
Comment #42569640
100% period.
-
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?
-
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…
-
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…
-
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…
-
comment
Comment #38637418
But to know via scientific method requires proof (or disproof) by experimentation
-
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…
-
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…
-
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…