Viewing profile — AboutTheWhisles
AboutTheWhisles
HN member- Joined
- Wed, Nov 08, 2017, 5:40 PM UTC
- HN karma
- 281
- Public activity
- 149 items
- HN profile
- View on Hacker News ↗
About AboutTheWhisles
No profile information was provided.
Recent public activity
-
comment
Comment #19369794
My experience is that it is much more a matter of architecture. This is a lock free key value store in a single file - it doesn't have the network protocol, but any threads dealing…
-
comment
Comment #19360410
You might want to take a look at https://github.com/LiveAsynchronousVisualizedArchitecture/si... It is a completely lock free key value store, though does not have eviction built i…
-
comment
Comment #19360271
This is completely untrue to the point of being the polar opposite of reality. Look up the attributes of ideal money. Gold and silver are the original currencies. They are trustles…
-
comment
Comment #19359454
Those were influential and have a had a very positive effect on modern C++ without a doubt. Now that they are part of the standard though there are fewer reasons to use anything fr…
-
comment
Comment #19349668
I'm sure there are good parts to boost. I have no idea what they are, but just by sheer quantity, something must be worth using.
-
comment
Comment #19310926
Prefetching is another technique. If memory is accessed linearly, the CPU can prefetch ahead of what is currently being accessed, and that will include the TLB lookups.
-
comment
Comment #19275325
I was already assuming that concurrency was a big part of that statement. I respect Rust's attempt to solve these issues at the language level, but my experience has led me to thin…
-
comment
Comment #19267765
I'm not sure an anecdote about about a software project failing twice and succeeding on a third try can be used as evidence the the language of the third try enabled something to b…
-
comment
Comment #19264800
I don't think there is anything that Rust can do technically that wasn't possible before. I think it's benefits are more about implicit organization.
-
comment
Comment #19264156
Requiring trust is not a positive aspect of currencies. Gold and silver succeeded in large part because they can be verified.
-
comment
Comment #19200984
The same extrapolations happen with population density. People in LA and New York think the world is overpopulated and everyone is on top of each other. They don't realize that 45 …
-
comment
Comment #19155078
No it isn't, flash was the best way to do many things for the years it was popular. Video, vector animation, simple interactivity. Electron is only the best way to do something whe…
-
comment
Comment #19056836
Not only that, but it isn't clear how many kids are in private schools, or even what the demographics are of both groups.
-
comment
Comment #19040216
> True, there's always another way. But you can say same about almost any subject. This thread was started because the article focuses on lock free programming with garbage collect…
-
comment
Comment #19037442
> No. In this case it allows cheap, (mostly) unsynchronized deallocation. There isn't anything about garbage collection that enables something that couldn't be done before. If a lo…
-
comment
Comment #19007503
If you really believe this, does that mean you are studying robotics?
-
comment
Comment #18852151
Your post that I replied to said that no governments wanted free energy, now you are shifting the goal post to some sort of further made up hypothetical world where big governments…
-
comment
Comment #18849070
Wouldn't that imply that less powerful governments would want unlimited energy to become less dependent on richer and more powerful governments?
-
comment
Comment #18849053
It's not what you know, it's what you can prove.
-
comment
Comment #18690544
Exactly - if you could copy and paste a function, having it as a full library dependency is insanity.
-
comment
Comment #18690526
SQLite, which is a single 6MB .c file compiles in under a second in any compiler and under 0.01 seconds with tcc.
-
comment
Comment #18665128
You can mitigate the reading from disk by memory mapping the file. I don't think serialization is a problem either. It is possible to make data structures that always exist as a si…
-
comment
Comment #18664710
Here is that exact workflow in modern C++ https://github.com/LiveAsynchronousVisualizedArchitecture/la... All the IO between nodes is serialized, so an output that is already in sh…
-
comment
Comment #18552615
I'm not clear which scenario you are alluding to. It the expectation figuring out only how to sparsely sample the same area or how to quickly sample the larger area so that a detai…
-
comment
Comment #18549242
How are they expecting 'faster' MRIs from this? Are they searching for a way to hone in on the important parts to take more detailed scans?