Viewing profile — denotational
denotational
HN member- Joined
- Sat, Sep 26, 2020, 10:49 PM UTC
- HN karma
- 775
- Public activity
- 177 items
- HN profile
- View on Hacker News ↗
About denotational
No profile information was provided.
Recent public activity
-
comment
Comment #49082708
The OP, or the Abseil docs?
-
comment
Comment #48984752
The delayed-choice quantum eraser wasn’t carried out experimentally until 1999, so I think it’s a bit misleading to say this is what makes the double-slit experiment (first carried…
-
comment
Comment #48893950
> the usual garbage undergrad textbooks Out of interest, please could you give some examples of textbooks you consider garbage, and some you consider not to be (undergrad or otherw…
-
comment
Comment #48642967
Fair enough: I was reading the original comment as referring to (thermal) noise intrinsic to the amplifier design itself (as opposed to noise due to imperfections in DC supply or d…
-
comment
Comment #48642733
I see, so you want to band-limit the noise, and are willing to accept potentially raising the noise floor in the band-limited range, the idea being that if the original noise is su…
-
comment
Comment #48642410
Off-topic, but can an RC circuit really reduce noise? I can see how it would reduce distortion (which is not the same as noise), but adding passives is surely going to increase the…
- story
-
comment
Comment #47969072
The paper that introduced the implicit lifetime mechanism suggests that std::launder is not required: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p05... .
-
comment
Comment #47965327
If the type is an implicit-lifetime type, then you can legally create an unsigned char array, and then reinterpret_cast a pointer to that to a pointer to the type. See https://eel.…
-
comment
Comment #47800563
Hardware, see https://en.wikipedia.org/wiki/Tomasulo%27s_algorithm .
- comment
-
comment
Comment #47632794
> Yes -- in set theory sets can contain themselves Which set theory? ZFC doesn't permit this. Non-well-founded set theories are so non-standard that I think it's wrong, or at least…
-
comment
Comment #47389978
Has anyone looked at using greywater for evaporative cooling? I couldn’t find much after a quick Google, aside from small scale domestic usage.
-
comment
Comment #47382194
Given the “rightsholders” have no rights over OpenTTD (only the assets are copyrightable, and OpenTTD has had its own set of open-source assets for the past 15 years), I can’t agre…
-
comment
Comment #47103019
> On another occasion much later, I learned by chance that putting certain provocative information on a security clearance form can greatly speed up the clearance process. But that…
-
comment
Comment #46946722
Please could you elaborate?
-
comment
Comment #46682549
It’s not really margin since there’s no leverage: the potential loss associated with the bet has to be deposited, so it’s fully collateralised.
- comment
- comment
-
comment
Comment #46365917
* A set that isn't open isn't (necessarily) closed. * A set that is open can also be closed.
-
comment
Comment #46319067
> Good publishing costs money Good faith question: aside from hosting costs, what costs are there, given the reviewers are unpaid?
- story
-
comment
Comment #45814875
Right, but if you fill in the shorthand there’s no reason to think it’s circular; it’s just a normal definition at that point, albeit one without much motivation.
-
comment
Comment #45561040
Do you mean specifically as consumer products? There are loads of 10GbE switches from Cisco/Juniper/Arista/et al.
-
comment
Comment #45416177
In its defence, the headline says "file operation" rather than "syscall", which makes it slightly less egregious: it's referring to `mmap` as a member of `struct file_operations`.