Comment Prior art (Score 1, Interesting) 16
Nice, i posted prior art about this back in 2017 so lmk if apple tries to sue you over any patent on this
Nice, i posted prior art about this back in 2017 so lmk if apple tries to sue you over any patent on this
this was the first time any researcher in the world could reach a comprehensive map of human genetic variation "by simply opening a browser."
Not quite. This is the first time any researcher in the world can get an AI's best guess as to what each single substitution might do. All that "painfully slow" research of testing actual variants in the lab is, by contrast, real data.
Don't get me wrong, this is very, very cool, and will almost certainly lead to a lot of new discoveries - Along with a lot of false positives and dead-ends. I'm not even an AI hater, despite having serious reservations about alignment. This, however, is exactly the type of inquiry where AI hallucinates the worst: An open-ended "what if" question where the answer isn't allowed to be "I don't know".
Here's a quick sanity check every one of us should do occasionally - Go ask ChatGPT a subtle open-ended "why" question in your own field of expertise... And have a good laugh at how hilariously wrong the answer is.
I would wager that it's not going to be manipulating memory registers.
That's pretty much what device drivers do. They turn high-level calls to do X into bare-metal instructions. And they very much need to deal with all the ugliness that entails to do their job well.
I'm very much in favor of safer languages and tools for user-mode programming (heck, I consider SQL my third main language), but firmware ain't for everyone. If you don't need to think in terms of cycles, side effects, execution units, and pipelining, sure, save your sanity and use whatever language makes it easiest to get the job done safely. If you consider every uncached memory reference in a tight loop such an unbearable penalty you may as well go climb Mount Everest while you wait... You're using C with assembler sprinkled in as needed.
Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (4) How many times do we have to tell you, "No prior art!"