Forgot your password?
typodupeerror

Comment Not a rogue attack, unauthorized attack (Score 4, Insightful) 33

Rogue attack makes it seem as if the AI was acting of it's own volition when we know it was only executing it's instructions. What's true here is that nobody authorized the attack.

Stop carrying water for AI companies. The truth of the matter is that Anthropic inadvertently launched a highly sophisticated cyber attack on HuggingFace due to their own negligence that would land anyone who isn't a billionaire in jail.

Submission + - New Images of the Sun Show Its Surface In the Finest Detail Yet (apnews.com)

An anonymous reader writes: Scientists have captured images of the sun’s surface in the finest detail yet, revealing a strange and dynamic facade. It’s dangerous to look directly at the sun without proper eye protection. But researchers were able to peek at its scorching surface with the help of the National Science Foundation’s Daniel K. Inouye Solar Telescope, located on the island of Maui in Hawaii.

Scientists originally took the images for a different reason: to fine-tune and test the limits of the telescope. But when they looked at the results, they realized they’d photographed the sun’s bright outer shell at higher resolution than ever before. What’s more, they saw strange feathery patterns rippling across the surface. “That reminds me of famous paintings, like the swirling skies in Van Gogh’s Starry Night,” said solar physicist Ruizhu Chen with Stanford University, who was not involved with the new research.

Researchers saw ripples of instability on the sun’s surface caused by bits of magnetized plasma moving past each other at different speeds — similar to waves that stir when a gust of wind blows over water. It’s a well-known phenomenon that guides how fluids move. This has been glimpsed on Earth and other planets like Jupiter and Saturn, but “it has not been observed ever at that level on the solar surface,” according to study co-author Friedrich Woger with the National Solar Observatory.

Comment Sandbox, NOT an operating system. (Score 4, Insightful) 17

From the repo README

This is not a traditional computer operating system. We use the term "operating system" in two senses:

* An operating system for the company to be productive with AI, in a way that is safe, so that the security team can sleep at night.
* An operating system for AI workloads, analogous to the sense in which a traditional operating system manages compute workloads.

It's an AI sandbox.

I absolutely object to their misuse of existing terminology.

Submission + - EA is now owned by Saudi Arabia and Donald Trump's son-in-law (gamedeveloper.com)

neoRUR writes: EA Sports FC and Battlefield publisher EA has been taken private The move means the U.S. juggernaut is no longer a publicly-traded entity and is now majority owned by the Kingdom of Saudi Arabia through its PIF investment arm. Other investors include Silver Lake and Affinity Partners, the latter of which was established by U.S. president Donald Trump's son-in-law Jared Kushner. The $55 billion transaction was financed via a combination of cash from PIF, Silver Lake, and Affinity Partners as well as roll-over of PIF's existing stake in EA—constituting an equity investment of approximately $36 billion. Notably, $20 billion of debt financing was provided by JPMorgan Chase Bank.

Submission + - Brain activity reveals the melodies that people imagine (medicalxpress.com)

alternative_right writes: Study participants were 10 epilepsy patients with electrodes on the surfaces of their brains for clinical monitoring. Participants quietly listened to the first bars of children's tunes, then imagined the melodies of subsequent bars before humming their imagined melodies.

Brain activity from the patients carried information about relative pitches within the imagined melodies. Combining note-level pitch predictions over time allowed the research team to recreate melodic changes that reflected the structure of the imagined songs.

Kwon elaborates, "The model we created decodes relative pitch classesâ"such as do, re, mi, fa, sol, and laâ"rather than exact, absolute pitches. This is useful because people often recognize melodies by the relationships between notes, even when the same melody is played in a different key."

Comment Just use Qt! (Score 2) 34

They could have a unified codebase if they shifted to using Qt for everything. It can do GUI, system config, accelerated graphics, joysticks/gamepads, touchscreens, et cetera. If you want to improve compatibility then Qt is the obvious way to go. It also targets smartphones so if you want to make ports for that, it's an option.

Comment Re:No. (Score 1) 8

Development feeds into distribution however you do it, so, at some point you have to deal with that.

In secure software distributions like Debian, each package...
* has the contents vetted and tested.
* is signed using a key that is associated with a physically verified person.
* may depends on other packages with the same requirements.

There have been no malicious packages in the Debian software distribution system which means there absolutely is a difference.

Comment No. (Score 2) 8

Neither of these systems were designed to be secure software distribution systems, they were designed to be repositories for software development. Idiots decided, "hey, let's also build and distribute software using repositories meant for software development" and it went to shit as they should have expected. It bears repeating, these are not secure software distribution systems. Everyone needs to get a grip and stop pretending that they are and thus stop using them as such.

Comment Actual answer. (Score 2) 16

Nobody in the entire thread could be arsed to actually read the blog post but not far in they tell you...

An open source Vulkan driver on Windows opens up a number of possibilities: a shared codebase across platforms, easier debugging and experimentation, faster turnaround on fixes, and a path for the community (e.g., game developers) to report problems or contribute improvements that benefit everyone regardless of operating system.

Slashdot Top Deals

When a fellow says, "It ain't the money but the principle of the thing," it's the money. -- Kim Hubbard

Working...