> You do not really await anything. What actually happens is an event handler gets called on an event, So the event handler gets called immediately? No that’s not right. What would be the point of that? The event…
Like all “good” tech ideas this isn’t a terribly bad idea on its surface. It has no tech requirements. Running this just sounds like a nightmare. I really don’t want to be adminning griefing and trolling targeted at…
This is no different than async/await. At some point you await a scheduled primitive, it could be a timer, io readiness, an io completion... and yield to a scheduler. You don’t specify explicitly when you return. These…
> in one control is just given up and regained unpredictably Which one? It’s “cooperative” ie not unpredictable. The points where one can block are predictable and documented explicitly, otherwise how would the…
He’s not getting swap. Or in a sense he is... you can still thrash.. the read only pages of the executable and any memory mapped files are still eligible to be paged out. When you get into a memory pressure situation…
Worse is better is a simple minded and wrong interpretation. In reality the outward simplicity of pledge(2) masks a great deal of high quality engineering and research. The categories for pledge were not just pulled out…
Perhaps a better term would be “pool”. Anyway, what’s being leaked is “handles” or events not actually fds. You only actually need as many fds as the maximum possible number passed to a syscall. The mapping of…
If you read the full thread that is a bit of a red herring and beside the point (thats why I said the conveyance of the performance implication was poor)... indeed window WFMO only supports 64 objects per call. They…
Linux already has what you’re talking about with eventfd and epoll. In Linux each thread can get an eventfd and you can POLLIN all of them. In fact I would argue that using futexes is the “roll your own solution” using…
The short answer is it can be both (ie safe, beneficial and effectively a patent grab). It is also unlikely that an enantiopure chemical is less safe then it’s racemic counterpart and not unlikely that it is beneficial…
> I don't have numbers to counter this off the top of my head, but congenital adrenal hyperplasia is a rare syndrome, but still common enough that it is taught to every medical student and tested on our boards…
Temperature sensors in thermostats are nowhere near as precise as you seem to believe. And unless you have calibrated your sous vide to a standard I am willing to bet good money its not anywhere within 1 degree…
If it’s a recurring payment for a contract term sure. But most free trial offers are “cancel anytime” and pay in advance of the next subscription period. There’s nothing for them to pursue you for if you decline to pay.…
> That’s not how it works What you’re saying makes little sense for most “free trial” offers. These offers do not come with a term agreement (ie they are cancel anytime), and furthermore they are prepay. Ie you are…
That’s a needlessly hostile reply. Sickle cell, lupus, hypertension, IQ, diabetes, etc etc are all not distributed evenly across race or sex. Also, environmental factors and epigenetics interact in complex ways. I would…
> I've been writing C++ for 21 years now (started when I was 14). So? As far as I know this could be 1 year+ 20 repeats. In contrast to your experience, I missed move semantics since the early 2000s. It’s not just to…
> You simply cannot call 'http://localhost' from a https domain. That’s simply wrong. You have outdated information. Unless you don’t consider Firefox, Chrome, IE, and Edge to matter.…
Not all of them are undefined behavior
The Walkman was sold until recently (if it isn’t still) and of course living in a big city you see a handful of people using a Walkman. It never died completely. There is of course the hipster resurgence of cassettes of…
The bean counters don’t set the price.. the market does. The bean counters are there to predict how the market will respond and plan accordingly. If they weren’t selling an adequate number of FX TVs at the higher…
What does this have to do with anything? Product differentiation is not price discrimination. If they were selling the same exact product with same features at different prices, then maybe. But this is not the case.…
> Remember how iPod beat Walkman No. No I don’t. Who the fuck was still using a Walkman in 2001?
> need to get better at the game, not get better at memorizing a precise series of inputs and strategies. Seriously though, what does this even mean? I love platformers, but strategy and muscle memory pretty much sums…
Probably because while nuclear medicine and most of radiology uses actual ionizing radiation for almost everything... NMR is ironically one mode that doesn’t involve it at all. Per informed consent, patients ought to…
It isn’t a jit issue it is a parsing issue. Also micro performance becomes macro at scale. This is not something that you worry or think about with a handful of literals. It would be good for an inner loop or code…
> You do not really await anything. What actually happens is an event handler gets called on an event, So the event handler gets called immediately? No that’s not right. What would be the point of that? The event…
Like all “good” tech ideas this isn’t a terribly bad idea on its surface. It has no tech requirements. Running this just sounds like a nightmare. I really don’t want to be adminning griefing and trolling targeted at…
This is no different than async/await. At some point you await a scheduled primitive, it could be a timer, io readiness, an io completion... and yield to a scheduler. You don’t specify explicitly when you return. These…
> in one control is just given up and regained unpredictably Which one? It’s “cooperative” ie not unpredictable. The points where one can block are predictable and documented explicitly, otherwise how would the…
He’s not getting swap. Or in a sense he is... you can still thrash.. the read only pages of the executable and any memory mapped files are still eligible to be paged out. When you get into a memory pressure situation…
Worse is better is a simple minded and wrong interpretation. In reality the outward simplicity of pledge(2) masks a great deal of high quality engineering and research. The categories for pledge were not just pulled out…
Perhaps a better term would be “pool”. Anyway, what’s being leaked is “handles” or events not actually fds. You only actually need as many fds as the maximum possible number passed to a syscall. The mapping of…
If you read the full thread that is a bit of a red herring and beside the point (thats why I said the conveyance of the performance implication was poor)... indeed window WFMO only supports 64 objects per call. They…
Linux already has what you’re talking about with eventfd and epoll. In Linux each thread can get an eventfd and you can POLLIN all of them. In fact I would argue that using futexes is the “roll your own solution” using…
The short answer is it can be both (ie safe, beneficial and effectively a patent grab). It is also unlikely that an enantiopure chemical is less safe then it’s racemic counterpart and not unlikely that it is beneficial…
> I don't have numbers to counter this off the top of my head, but congenital adrenal hyperplasia is a rare syndrome, but still common enough that it is taught to every medical student and tested on our boards…
Temperature sensors in thermostats are nowhere near as precise as you seem to believe. And unless you have calibrated your sous vide to a standard I am willing to bet good money its not anywhere within 1 degree…
If it’s a recurring payment for a contract term sure. But most free trial offers are “cancel anytime” and pay in advance of the next subscription period. There’s nothing for them to pursue you for if you decline to pay.…
> That’s not how it works What you’re saying makes little sense for most “free trial” offers. These offers do not come with a term agreement (ie they are cancel anytime), and furthermore they are prepay. Ie you are…
That’s a needlessly hostile reply. Sickle cell, lupus, hypertension, IQ, diabetes, etc etc are all not distributed evenly across race or sex. Also, environmental factors and epigenetics interact in complex ways. I would…
> I've been writing C++ for 21 years now (started when I was 14). So? As far as I know this could be 1 year+ 20 repeats. In contrast to your experience, I missed move semantics since the early 2000s. It’s not just to…
> You simply cannot call 'http://localhost' from a https domain. That’s simply wrong. You have outdated information. Unless you don’t consider Firefox, Chrome, IE, and Edge to matter.…
Not all of them are undefined behavior
The Walkman was sold until recently (if it isn’t still) and of course living in a big city you see a handful of people using a Walkman. It never died completely. There is of course the hipster resurgence of cassettes of…
The bean counters don’t set the price.. the market does. The bean counters are there to predict how the market will respond and plan accordingly. If they weren’t selling an adequate number of FX TVs at the higher…
What does this have to do with anything? Product differentiation is not price discrimination. If they were selling the same exact product with same features at different prices, then maybe. But this is not the case.…
> Remember how iPod beat Walkman No. No I don’t. Who the fuck was still using a Walkman in 2001?
> need to get better at the game, not get better at memorizing a precise series of inputs and strategies. Seriously though, what does this even mean? I love platformers, but strategy and muscle memory pretty much sums…
Probably because while nuclear medicine and most of radiology uses actual ionizing radiation for almost everything... NMR is ironically one mode that doesn’t involve it at all. Per informed consent, patients ought to…
It isn’t a jit issue it is a parsing issue. Also micro performance becomes macro at scale. This is not something that you worry or think about with a handful of literals. It would be good for an inner loop or code…