Sep 272022
 
One of the last images from DART. Enlarge / One of the last images from DART. (credit: NASA/APL)

Update, 10:30: If this is an indication of the quality of the images we should expect over the next several days, we’re in for a treat.

ATLAS observations of the DART spacecraft impact at Didymos! pic.twitter.com/26IKwB9VSo

— ATLAS Project (@fallingstarIfA) September 27, 2022

Original article follows.

About 24 hours prior to its collision, NASA’s Double Asteroid Redirect Test (DART) probe performed its last course correction based on commands sent by ground controllers. “It’s pointed to within a football field of the central body,” said Bobby Braun of the Johns Hopkins Applied Physics Lab (APL). “That last maneuver was spot-on.”

Read 10 remaining paragraphs | Comments

External feed Read More at the Source: https://arstechnica.com/?p=1884719

 2022-09-27  Comments Off on Ars Technica – DART goes silent after hitting an asteroid [Update]
Sep 272022
 

Enlarge / A second-generation Epyc server chip from AMD, one that may have been running 2002-era Linux code slowing it down. (credit: Getty Images)
AMD has come a long way since 2002, but the Linux kernel still treats modern Threadrippers like Athlon-era systems—at least in one potentially lag-inducing respect.
AMD engineer Prateek Nayak recently submitted a patch to Linux’s processor idle drivers that would “skip dummy wait for processors based on the Zen microarchitecture.” When ACPI support was added to the Linux kernel in 2002—written by Andy Grover, committed by Linus Torvalds—it included a “dummy wait op.” The system essentially read data with no purpose other than delaying the next instruction until the CPU could…

External feed Read More at the Source: https://arstechnica.com/?p=1884570

 2022-09-27  Comments Off on Ars Technica – 20-year-old Linux workaround is still slowing down AMD systems
Sep 272022
 

The CHERI
architecture
is the product of a research program to extend common
CPU architectures in a way that prevents many types of memory-related bugs (and
vulnerabilities). At the 2022 GNU Tools Cauldron,
Alex Coplan and Szabolcs Nagy described the work that has been done to
bring GCC and the GNU C Library (glibc) to this architecture. CHERI is a fundamentally
different approach to how memory is accessed, and supporting it properly is anything
but a trivial task.

External feed Read More at the Source: https://lwn.net/Articles/909265/

 2022-09-27  Comments Off on LWN.net – [$] Supporting CHERI capabilities in GCC and glibc