

Or maybe people don’t care about what their project looks like after releasing it?
P1 : Hey, I’ve used your code in my company project! P2 : Cool. I’ve got another job to do.
End
Or maybe people don’t care about what their project looks like after releasing it?
P1 : Hey, I’ve used your code in my company project! P2 : Cool. I’ve got another job to do.
End
Maybe it is a violation when you are doing it all the time? Like, 24/7 you are using the whole resources available. Then yeah, I could see it.
Alright, fair point that it is detection and not diagnosis even if it means being pedantic. But everything else that an AI capable of is also not to be dismissed.
Do you know what else is math? Probability and statistics. AI cannot do math because it is not a suitable task for it. Seriously, who TF thinks that a rigorous well defined process should be fed into a statistical blackbox.
it is similar, know why? it’s fucking engineering, which is an entire branch of math!
Do you know what else the engineer uses to optimize a product design? The answer may surprise you…
Yes, medicine works through diagnosis… which the AI did… We prefer false positives so the doctor may or may not perform further inspection, but it was diagnosed/flagged nonetheless. That doctor has a second opinion just with a computer instead of talking with his peers which may be busy. And I did not said that the doctor will trust the output blindly aren’t I? That’s why no layman should operate the AI as I said.
this is the most brain numbing take. AI can generate 15 billion compounds with medical implications. out of those only 200 are viable. out of those 15 aren’t toxic to humans. problem is, it’s going to take 50 years to find those 200 and another 25 years for the 15. in the meantime all medical research has been dedicated to finding those 15 medications for 75 years and have completely ignored research into specific medicines to treat problems now. the biggest joke about those 15 medicines? they’re all “boner” pills because the model was trained on Pfizer data.
Well, then that is not the fault of the AI. Why did humans act irrational as you said? The AI is just trained that way. Maybe train another AI on another data then? The concept clearly works because in the 75 years we have 15 out of 15 billion, and not maybe thousand potential from a handful of manual research which still also needs to be tested.
what’s your point? of course you need specialists to train the models, that’s besides the point I made.
Your point does not make sense because if AI cannot do all of that, then every early cancer diagnosis being made by a computer is not worth checking. Those 15 compounds are BS. And astronomy may be wrong. As you clearly stated yourself, AI is damn good at detecting patterns that a human may miss. If that does not mean an AI is capable of something, then I don’t know what is.
Are you sure? Because that’s fucking dumb. If it was alà ISP, then it is understandable. Most ISP CANNOT GUARANTEE the maximum advertised speed, not outright violating ToS when you are able to use those full speed. Big difference there.
Every single rebuttal that you did does not paint humans in a good light. Why did the doctor perform further said testing to verify the cancer? Because an AI predict it. And we prefer more false positives than false negatives, so we test the positive.
Testing for medicine as poison will be done no matter if it was found by humans or not. Searching for potential medicine faster is a welcome in my book. Rather than finding being the bottleneck, I’d rather test be the bottleneck. It means we will have a potential answer than none at all.
As for the astronomer case, it is true for every field. Cancer detection? Ideally, a doctor/medical technician feed the AI the data, and the doctor must also check the output of said AI. A simple X-ray scan with a marker marked as cancer will have a lot of parameters that the doctor could understand that a layman may not. Maybe it is the size, maybe it is the opacity, maybe it is the location, and many other things.
If systemd, of all things, manages to pull off universal packaging for linux, it would be funny lol
No, I bet it is some AI firm. nVidia is currently milking most of them dry and I would not be surprised if it is either Microsoft or Meta
You jest but it can happen when what the docs says doesn’t reflect the implementation. And also, that’s what we call bugs.
I wanted OpenSAGE to mature more quickly so modders of CnC can have a field day with it. This looks like a nice in-between for me
Then Promise.all is for you!
I see. I’ve skimmed the docs and indeed see that it supports a lot of IDP with what looks to me some env var. And thanks for answering another question of what their auth library is since that is a lot to support.
Dude… Java is not JavaScript
Yeah, hence is-“number”. But we were talking about regex are we. A number representation can use digits but it can also not. Much like how you make a number using the word “elf”.
Alright, maybe you misunderstood the term digits with numbers. When parsing a digit, you do not attach semantic yet to the building blocks. A \d regex parser does not care that the string “555” is not equivalent to “VVV”. All it cares about is that there is the digit “5” or “V”. In the same vein, regex parser should not try to parse IV as a single symbol.
As I said, a digit is a symbol. Much like how we use letters to compose words, digits are used to construct numbers. When you start to repeat or reuse the symbol then it is no longer a singular symbol (what regex \d does). Hence my comments on why arabic script are one of the understandable debates since i18n is a valid concern as much as a11y is.
Is copyleft a requirement for FOSS?