Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
carry_bit
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
carry_bit
3mo ago
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.
2.
▲
by
carry_bit
4mo ago
There's a whole lot of C and C++ software out there, and Fil-C makes it memory safe, frequently with minimal work.
3.
▲
by
carry_bit
9mo ago
Problem? That's the intended result.
4.
▲
by
carry_bit
10mo ago
Just make them internal and use [InternalsVisibleTo] on the assembly.
5.
▲
by
carry_bit
2y ago
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 sell them on voting in all future elections.
6.
▲
by
carry_bit
2y ago
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.
7.
▲
by
carry_bit
2y ago
> 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, or at the very least the one his supporters see. Exam
8.
▲
by
carry_bit
2y ago
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
9.
▲
by
carry_bit
2y ago
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 happen. You can then perform binary search on the opt
10.
▲
by
carry_bit
2y ago
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 (apparently) unmodified field in an old generation object.
11.
▲
by
carry_bit
2y ago
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
12.
▲
by
carry_bit
3y ago
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 lists out the different forms they
13.
▲
by
carry_bit
3y ago
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 picking one up.
14.
▲
by
carry_bit
3y ago
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 of my 1 gigabit Internet connection.
15.
▲
by
carry_bit
3y ago
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.
16.
▲
by
carry_bit
3y ago
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 you want your car to be.
17.
▲
by
carry_bit
3y ago
Performance Improvement Program
18.
▲
by
carry_bit
3y ago
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 reason (Chesterton's Fence). If it's being u
19.
▲
by
carry_bit
3y ago
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 technically do it, but I don't it being worth the hassle. I
20.
▲
by
carry_bit
3y ago
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.
21.
▲
by
carry_bit
3y ago
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 can't run Datomic itself in-process).
22.
▲
by
carry_bit
3y ago
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.
23.
▲
by
carry_bit
3y ago
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
24.
▲
by
carry_bit
3y ago
Yep, they have that now.
25.
▲
by
carry_bit
4y ago
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 and Linux at least.
26.
▲
by
carry_bit
4y ago
I've been learning a lot from the https://zipcpu.com/ blog lately, and I'm just starting to play around with formal verification after reading all of the recommendations for that from the blog. SpinalHDL has been
27.
▲
by
carry_bit
4y ago
I'm watching this video about TL-Verilog, and the part starting here shows how powerful it is for that kind of thing: https://youtu.be/hQ6HhOBHKy0?t=2048 In short, you can define generic reusable flow constructs like s
28.
▲
by
carry_bit
4y ago
Nice that you support multi-cycle memory instead of essentially using a big register file like https://nandgame.com/ uses. I recently came across https://makerchip.com/ , and the TL-Verilog language it suppo
29.
▲
by
carry_bit
4y ago
The value of values: https://github.com/matthiasn/talk-transcripts/blob/master/Hi... Having values and having your program phrased as transformations of values makes for straight forward, easily tested c
30.
▲
by
carry_bit
4y ago
Think of it as manual testing where your work is captured so it can be ran later in an automated fashion. There are many problems where verifying the answer is easier than coming up with the answer. Asserting formatted output can also be re
More ›