Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
AI

AI Cracks Superbug Problem In Two Days That Took Scientists Years 86

A new AI tool developed by Google solved a decade-long superbug mystery in just two days, reaching the same conclusion as Professor Jose R Penades' unpublished research and even offering additional, promising hypotheses. The BBC reports: The researchers have been trying to find out how some superbugs - dangerous germs that are resistant to antibiotics - get created. Their hypothesis is that the superbugs can form a tail from different viruses which allows them to spread between species. Prof Penades likened it to the superbugs having "keys" which enabled them to move from home to home, or host species to host species.

Critically, this hypothesis was unique to the research team and had not been published anywhere else. Nobody in the team had shared their findings. So Mr Penades was happy to use this to test Google's new AI tool. Just two days later, the AI returned a few hypotheses - and its first thought, the top answer provided, suggested superbugs may take tails in exactly the way his research described.

Comment Re:This could turn into a wild ride... (Score 1) 49

The WPEngine trademark has been in use for like 10 years. They never enforced the trademark before on them. As far as I'm concerned, WordPress has failed to protect the 'WP' as a mark and have lost that. They better be careful, because they might also loose the Wordpress mark too if it's shown they did not aggressively protect that one either. IANAL.. just my 2 cents. Remember these all use to be trademarks: Aspirin, Escalator, Thermos, Yo-Yo, Zipper, Videotape, Trampoline

Comment Connecting Corp greed, inflation, and regulations (Score 3) 261

When corporations achieve unprecedented levels of profitability, the pertinent inquiry should not revolve around restraining corporate greed. Rather, the more salient question to pose is: 'What factors deter potential market entrants from capitalizing on these profit opportunities?' The presence of limited competition within the realm of prosperous enterprises contributes, in part, to the prevailing inflationary pressures. Our current markets have consolidated way too much and we are not getting enough new entrants.. so yeah, regulations are likely part of the problem.

Comment Re:If your making money (Score 1) 151

Easy.. Tesla didn't cancel chip orders from the suppliers during Covid. The other car companies canceled their orders when the factories stopped building cars. The chip fabs then allocated the factory floor space used to build those chips to other customers that wanted to increase supply. Now the car companies don't have any fab floor space to get their chips made.

Comment Re:How WordPress Works, and Why the Authors are Ri (Score 1) 571

The difference is WHEN the linking occurs. In PHP and most interpreted languages, the linking occurs at runtime.

So if you distribute Theme unlinked, you can argue the GPL does not apply since it has not yet been linked with GPL code. In fact, you never know if WP changes it's license to NON GPL, or someone creates a WP clone with the same theme APIs which can run the same themes. If this were to happen then it becomes obvious the Theme does not have to be made GPL.

Comment PHP late binding will make GPL hard to enforce (Score 1) 571

It's not a clear cut case that the GPL can be applied to themes. Themes are not like C programs that do early binding. Once a C program links to a GPL library it only works with those GPL libraries.

PHP files late bind. The program calling the library does not get locked into the library until runtime.

Here's a way to demonstrate how late binding can complicate the issue. Imagine someone implemented a mock version of all the WP library functions the theme used and those mock libraries were not GPL licensed. Combining the theme with those mocks would not force the Theme to be GPL.

So, I think it's valid to argue that Theme files only have to be licensed under the GPL once they get combined in a word press install. The theme developer cannot assume to know what the end user will combine the theme with. Perhaps it will be with those mock libraries. :)

Slashdot Top Deals

You might have mail.

Working...