The Apple MacBook Neo’s $599 starting price is a “shock” to the Windows PC industry, according to an Asus executive.

Hsu said he believes all the PC players—including Microsoft, Intel, and AMD—take the MacBook Neo threat seriously. “In fact, in the entire PC ecosystem, there have been a lot of discussions about how to compete with this product,” he added, given that rumors about the MacBook Neo have been making the rounds for at least a year.

Despite the competitive threat, Hsu argued that the MacBook Neo could have limited appeal. He pointed to the laptop’s 8GB of “unified memory,” or what amounts to its RAM, and how customers can’t upgrade it.

  • setsubyou@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    14 hours ago

    Dynamic swap and zswap aren’t really the same as efficient ram usage it’s just good ways to mitigate when you run out.

    I disagree. If the OS automatically identifies unneeded pages and compresses them or swaps them out, it’s certainly using the physical memory more efficiently than if it wasn’t doing these things.

    avoiding multiple versions of the same library is what distros exist for

    But they can’t if the applications they want to ship don’t all use the same version. E.g. Ubuntu ships GTK 2, 3, and 4. Arch even still ships GTK 1 in addition to these three.

    avoiding loading different frameworks is what Desktop Environments are for

    What happens is you run KDE but then you still want to run Firefox so you still need GTK.