That's the issue with WASM. Very, very few people want a limited VM that's only good for CPU-intensive pure functions. The WASM group has redirected a huge amount of resources to create something almost nobody wants.
My credit card company has a "dispute charge" button in the transaction history. It's one click. Sounds like you should look into a different provider.
> Price Drops Don’t Lead to Supply. They Kill It. It really depends on how much you reduce costs. If you reduce costs enough, you can have increasing supply even in the face of falling prices. This argument sounds like…
Machine translation is a great example. It's also where I expect AI coding assistants to land. A useful tool, but not some magical thing that is going to completely replace actual professionals. We're at least one more…
Having worked in medical software for a long time now, it's not surprising. Medical software is purchased by upper management based on features. Usability is rarely considered, and hard to evaluate anyway since it…
Obviously being LLM generated is a good data point because it shows that the OP isn't arguing against the statements of the review itself. It's also good for the editor to know about. LLMs represent a new acute threat…
The demand for human radiologists never actually went down, though[1]. There is improved efficiency due to technology, but it hasn't kept up with increased demand for scanning and increased patient volumes. There's also…
It's right there on the about us page: https://www.hotels.com/lp/b/about_us?pos=HCOM_US&locale=en_U... If you're a member they've been sending emails about how they're merging the rewards with Expedia's reward system.…
Amusingly a poster above indicated they had issues with multiple Subarus, and another had issues with Hondas (which is what has worked well for me). People on this forum want it to be a technology issue, and I'm sure it…
A lot of good comments here, here's one point I haven't seen: If you can, just respond tomorrow. Use the evening to exercise, visit friends, play trivia, etc. I find it can help you force your brain to see the comments…
The creators of these images assigned the rights to adobe, including allowing Adobe to develop future products using the images. So yes, this is perfectly fair. It's completely different than many (most?) other…
I think this is a very insightful comment. If you're an experienced individual contributor, the shift to remote work was great. You got less oversight at work and more free time in your personal life. This category is a…
Bad news for big tech conglomerates that want to take the work of individuals and sell it back to them. It's good news for the artists and programmers whose work was being copied, though.
> I think it was actually extremely clear that Git would win. It had a guaranteed audience by virtue of hosting the Linux kernel. And forget even about its distributed nature; Git was already better at the centralized…
> doing the monitoring, and was ready to take over This isn't even uncommon. Almost every Honda sold for a while has been a L2 system that will take over in certain ways if the car believes a crash is imminent, such as…
There are "sandwich style" SFF cases which mount the GPU parallel to the back of the motherboard, if that's what you mean. It's more for space than for airflow, but you can get good airflow too with the right design…
> test coverage gets in the way of the iterative design process. In theory TDD should work as part of that iterative design, but in practice it means a growing collection of broken tests and tests for parts of the…
Every time this comes up, lots of people start with the assumption that coding problems have a large amount of false negatives. Because of this perceived "truth", I had the same worry when we started to implement a…
The Eclipse incremental compiler is faster than IntelliJ on any decently sized project. Something like 20-60 times faster for us (<1s vs. 20-60s). I think the UI of IntelliJ is snappier, so for small projects that leads…
History repeats itself. Before people thought Java would save everyone from ever having to think about native dependencies. Turned out not so much, although it works "OK" for desktop these days. Now everyone thinks…
Many (basically all?) Java libraries that use native code have pre-compiled code for all platforms. They'll just work on all platforms. We've been upgrading our dependencies for arm64 support; for the most part it is as…
Yeah, it's hilarious to see Docker so misused. Most Java/.Net environments will just work on any system without Docker. Adding Docker gives you a bunch of native platform and emulation pains you wouldn't have otherwise.
Why would the best candidates be put off by a low minimum? Their salary isn't going to have anything to do with the minimum. If anything, the best candidates should prefer a wide range. That would mean there is more…
The problem with your thesis is that many radiologists are paid per read. They're essentially contractors. These independent radiologists would gladly pay 100k/year for an AI that could do their jobs. Even if the tool…
That's not what he's saying. He's saying the test should measure an externally visible detail. In this case that would be "is the list sorted". This way the test will still pass without maintenance if the sorting…
That's the issue with WASM. Very, very few people want a limited VM that's only good for CPU-intensive pure functions. The WASM group has redirected a huge amount of resources to create something almost nobody wants.
My credit card company has a "dispute charge" button in the transaction history. It's one click. Sounds like you should look into a different provider.
> Price Drops Don’t Lead to Supply. They Kill It. It really depends on how much you reduce costs. If you reduce costs enough, you can have increasing supply even in the face of falling prices. This argument sounds like…
Machine translation is a great example. It's also where I expect AI coding assistants to land. A useful tool, but not some magical thing that is going to completely replace actual professionals. We're at least one more…
Having worked in medical software for a long time now, it's not surprising. Medical software is purchased by upper management based on features. Usability is rarely considered, and hard to evaluate anyway since it…
Obviously being LLM generated is a good data point because it shows that the OP isn't arguing against the statements of the review itself. It's also good for the editor to know about. LLMs represent a new acute threat…
The demand for human radiologists never actually went down, though[1]. There is improved efficiency due to technology, but it hasn't kept up with increased demand for scanning and increased patient volumes. There's also…
It's right there on the about us page: https://www.hotels.com/lp/b/about_us?pos=HCOM_US&locale=en_U... If you're a member they've been sending emails about how they're merging the rewards with Expedia's reward system.…
Amusingly a poster above indicated they had issues with multiple Subarus, and another had issues with Hondas (which is what has worked well for me). People on this forum want it to be a technology issue, and I'm sure it…
A lot of good comments here, here's one point I haven't seen: If you can, just respond tomorrow. Use the evening to exercise, visit friends, play trivia, etc. I find it can help you force your brain to see the comments…
The creators of these images assigned the rights to adobe, including allowing Adobe to develop future products using the images. So yes, this is perfectly fair. It's completely different than many (most?) other…
I think this is a very insightful comment. If you're an experienced individual contributor, the shift to remote work was great. You got less oversight at work and more free time in your personal life. This category is a…
Bad news for big tech conglomerates that want to take the work of individuals and sell it back to them. It's good news for the artists and programmers whose work was being copied, though.
> I think it was actually extremely clear that Git would win. It had a guaranteed audience by virtue of hosting the Linux kernel. And forget even about its distributed nature; Git was already better at the centralized…
> doing the monitoring, and was ready to take over This isn't even uncommon. Almost every Honda sold for a while has been a L2 system that will take over in certain ways if the car believes a crash is imminent, such as…
There are "sandwich style" SFF cases which mount the GPU parallel to the back of the motherboard, if that's what you mean. It's more for space than for airflow, but you can get good airflow too with the right design…
> test coverage gets in the way of the iterative design process. In theory TDD should work as part of that iterative design, but in practice it means a growing collection of broken tests and tests for parts of the…
Every time this comes up, lots of people start with the assumption that coding problems have a large amount of false negatives. Because of this perceived "truth", I had the same worry when we started to implement a…
The Eclipse incremental compiler is faster than IntelliJ on any decently sized project. Something like 20-60 times faster for us (<1s vs. 20-60s). I think the UI of IntelliJ is snappier, so for small projects that leads…
History repeats itself. Before people thought Java would save everyone from ever having to think about native dependencies. Turned out not so much, although it works "OK" for desktop these days. Now everyone thinks…
Many (basically all?) Java libraries that use native code have pre-compiled code for all platforms. They'll just work on all platforms. We've been upgrading our dependencies for arm64 support; for the most part it is as…
Yeah, it's hilarious to see Docker so misused. Most Java/.Net environments will just work on any system without Docker. Adding Docker gives you a bunch of native platform and emulation pains you wouldn't have otherwise.
Why would the best candidates be put off by a low minimum? Their salary isn't going to have anything to do with the minimum. If anything, the best candidates should prefer a wide range. That would mean there is more…
The problem with your thesis is that many radiologists are paid per read. They're essentially contractors. These independent radiologists would gladly pay 100k/year for an AI that could do their jobs. Even if the tool…
That's not what he's saying. He's saying the test should measure an externally visible detail. In this case that would be "is the list sorted". This way the test will still pass without maintenance if the sorting…