Viewing profile — carry_bit
carry_bit
HN member- Joined
- Mon, Jun 25, 2012, 3:09 AM UTC
- HN karma
- 570
- Public activity
- 228 items
- HN profile
- View on Hacker News ↗
About carry_bit
No profile information was provided.
Recent public activity
-
comment
Comment #48647809
It's basically a 16-bit machine with PAE; 32-bit with PAE runs into similar issues if you want an object larger than 4GB.
-
comment
Comment #48186427
There's a whole lot of C and C++ software out there, and Fil-C makes it memory safe, frequently with minimal work.
-
comment
Comment #46205438
Problem? That's the intended result.
-
comment
Comment #46053070
Just make them internal and use [InternalsVisibleTo] on the assembly.
-
comment
Comment #42070123
It would just be a useful reminder of that fact. Remember: you're trying to sell voting to someone who doesn't normally vote. It's easier to sell it as being a one-off thing versus…
-
comment
Comment #42065236
The country is in good enough shape that they can go back to not caring if it's a Democrat or Republican in the White House.
-
comment
Comment #42061206
> Do you guys got not feel shame if a person with that character and that track record runs your country? The Donald Trump that your media reports on isn't the real Donald Trump, o…
-
comment
Comment #42060236
GDP is a flawed measure, and that's especially true when you look at the 70% figure in detail. For details see https://treeofwoe.substack.com/p/gross-domestic-fraud
-
comment
Comment #40999220
A closely related technique for debugging optimization passes is that of "optimization fuel". Each rewrite decreases the fuel by one, and when the fuel is gone no more rewrites hap…
-
comment
Comment #39884078
The state-of-the-art in refcounting[1] greatly improves the barrier situation over a naïve implementation: no read barrier, and the write barrier only uses atomics when mutating an…
-
comment
Comment #39883837
State-of-the-art referencing counting does not require atomics on every single object; see for example https://dl.acm.org/doi/pdf/10.1145/3519939.3523440
-
comment
Comment #38974335
The language is a term rewriting language. https://reference.wolfram.com/language/tutorial/Evaluation.h... covers most of the evaluation process. The documentation for functions li…
-
comment
Comment #38940553
It's been a few years at this point; everything I was able to find towards that effect was enabled from what I remember. If they're able to deliver what's in the email I'll be pick…
-
comment
Comment #38939677
Hopefully you would actually be able to get a full speed transfer between the Ethernet ports; I had to go back to the factory firmware on my router in order to take full advantage …
-
comment
Comment #38856314
Reminds me of componentized jQuery. It appears this has you have to once again apply DOM patches manually; hopefully you implement that correctly every place you update the state.
-
comment
Comment #38572812
In these parts, if you're fortunate enough to have a heated garage, you're keeping it just above freezing to keep the costs down. Still quite a difference between that and how warm…
-
comment
Comment #36817911
Performance Improvement Program
-
comment
Comment #36633115
Unused code paths were once used or it was thought that they would be used. If you don't know if something is used, it's safest to assume it is being used or is there for some reas…
-
comment
Comment #36363000
You'd have multiple communities existing in the same space interacting akin to normal and dark matter. The reputation of one can spill over and affect the others. You can technical…
-
comment
Comment #36357760
Communities are echo chambers with a range of allowable discourse. Moderators serve the important function of keeping that range anchored so the community stays cohesive over time.…
-
comment
Comment #35731483
AIUI, the full peer is Datomic; the RPC server is just a full peer that exposes the API over http and is mainly intended to be used with clients that don't run on the JVM (and so c…
-
comment
Comment #35658929
Nuclear is dense, comes with months worth of storage built-in, and lets smaller countries be self-sufficient for a while without having to rely on other countries.
-
comment
Comment #35614043
Insects are not a good idea, and you might not be aware just how efficient the chicken is: https://www.youtube.com/watch?v=L8e0pU92dmI
-
comment
Comment #35278001
Yep, they have that now.
-
comment
Comment #34685173
There's a darwin-arm64 asset for https://github.com/YosysHQ/oss-cad-suite-build/releases at least. Installation is just 4 steps (see the readme). It just worked for me on Windows a…