Latest News “Stay informed with breaking news, world news, US news, politics, business, technology, and more at latest news.

Category: Ubuntu

Auto Added by WPeMatico

  • Ubuntu disables Intel GPU security mitigations, promises 20% performance boost

    Ubuntu users could see up to a 20 percent boost in graphics performance on Intel-based systems under a change that will turn off security mitigations for blunting a class of attacks known as Spectre.

    Spectre, you may recall, came to public notice in 2018. Spectre attacks are based on the observation that performance enhancements built into modern CPUs open a side channel that can leak secrets a CPU is processing. The performance enhancement, known as speculative execution, predicts future instructions a CPU might receive and then performs the corresponding tasks before they are even called. If the instructions never come, the CPU discards the work it performed. When the prediction is correct, the CPU has already completed the task.

    By using code that forces a CPU to execute carefully selected instructions, Spectre attacks can extract confidential data that the CPU would have accessed had it carried out the ghost instructions. Over the past seven years, researchers have uncovered multiple attack variants based on the architectural flaws, which are unfixable. CPU manufacturers have responded by creating patches in both micro code and binary code that restrict speculative execution operations in certain scenarios. These restrictions, of course, usually degrade CPU performance.

    Read full article

    Comments

  • Microsoft surprises MS-DOS fans with remake of ancient text editor that works on Linux

    Last month, Microsoft released a modern remake of its classic MS-DOS Editor, bringing back a piece of computing history that first appeared in MS-DOS 5.0 back in 1991. The new open source tool, built with Rust and simply called “Edit,” works on Windows, macOS, and—in a twist that would have seemed unlikely three decades ago—Linux.

    The cross-platform availability has delighted longtime users who never expected to see Microsoft’s text editor running on their preferred operating system. “30 years of waiting, and I can use MS Edit on Linux,” wrote one Reddit user, capturing the nostalgic appeal of running a genuinely useful version of a Microsoft DOS utility on a Unix-like system.

    An animated GIF from Microsoft showing the modern "Edit" application in action.An animated GIF from Microsoft showing the modern “Edit” application in action. (Credit: Microsoft)

    Read full article

    Comments