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.

  • BigTrout75@lemmy.world
    link
    fedilink
    English
    arrow-up
    114
    arrow-down
    1
    ·
    23 hours ago

    I can’t speak for Macs. But in the Linux world, 8GB is fine. In Windows it’s awful because of all that bloat. I’m guessing Macs fair better for OS efficiency.

    • Anivia@feddit.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 hours ago

      The only time I ever use more than 8gb on my M4 Mac Mini is when I run a Win 11 VM through Parallels

    • MadMadBunny@lemmy.ca
      link
      fedilink
      English
      arrow-up
      50
      arrow-down
      1
      ·
      edit-2
      22 hours ago

      8GB of ram on Macs is fine for work and medium photo/video editing, as long as you have plenty of SSD space and don’t use Apple Intelligence.

      People forget that MacOS is UNIX at its core.

    • spaghettiwestern@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      23
      arrow-down
      1
      ·
      21 hours ago

      I’m running Mint on an 8BG laptop and I’m surprised by just how much can be running at one time. Right now I’m running Firefox with 10 open tabs, Waterfox with 8 tabs, Thunderbird, Keepass, Calibre, Signal, a Whatsapp client, Syncthing, Libreoffice Writer with 2 open docs & Calc with 2 open small spreadsheets, a couple of terminals and Gedit, and didn’t even notice it until came across these comments. A friend who uses Windows 11 says 32GB is recommended now.

      Microsoft must be thrilled with age verification being required at the OS level. What a great way to lock people into their Microslop garbage.

      • gurty@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 hours ago

        I’m running Arch on a Macbook Air with 2GB of RAM. Its limited, but it does what I want it to.

      • Lost_My_Mind@lemmy.world
        link
        fedilink
        English
        arrow-up
        19
        ·
        21 hours ago

        Right now I’m running Firefox with 10 open tabs,

        Oh…I guess I’m the only one who opens firefox, and literally thousands of tabs.

        One day I closed one window and it said “Are you sure you want to close 158 tabs?”

        I said yes. It was one window. I had 23 more windows.

      • Faceman🇦🇺@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        2
        ·
        19 hours ago

        on my work PC at the moment (lovely little AMD 5700u mini-pc with 16Gb ram) I have a debloated LTSC build on W11 and two profiles of firefox running with a total of 25 tabs, a couple of them are more complex web apps but most are static pages, plus a couple of file browser, an old dumb custom invoicing app we use (~2003 application so its very light) and a VNC viewer with another machine running.

        7.9gb of ram use.

        it’s not that bad really, I mean it’s a lot for just mostly websites but we know they arent as light as they used to be, 8gb would be too little since I need some dedicated for Vram as I run 3 displays but I certainly dont need much more than 16.

        I did have 32gb in this machine at first since I was doing some light photoshop and basic CAD/CAM, but it very rarely exceeded 16gb, so I cut it back and it’s been absolutely fine.

        If you give windows more ram, it will use more ram as a baseline of course, unused ram is wasted ram.

    • hopesdead@startrek.website
      link
      fedilink
      English
      arrow-up
      10
      ·
      20 hours ago

      Many entry level MacBooks of the last decade have probably been 8 GB. I have a M1 MacBook Air and that is 8 GB. It is fine for me.

      • Ulrich@feddit.org
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        7
        ·
        edit-2
        19 hours ago

        Not “probably”. They were. For the last decade, up until like last year. And they were awful, and a ripoff. At least they’re not trying to charge $1k+ for this one.

      • bitwolf@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        3 hours ago

        How so? I have a work Mac and it uses more ram in general despite both the Mac and my personal laptop both employing memory compression and caching.

        • BladeFederation@piefed.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          9 hours ago

          To clarify, some versions of Linux are lighter weight with resources, and macOS does tend to take up more RAM at rest to make things pull up snappier, if you have it to spare. But their compression algorithm is better, and if you are using near the limit, it will be more efficient with the use of the RAM you have available before lagging. With Windows and Linux, it feels more like if you’re out of RAM you’re out if RAM. It’s less likely to happen at all on Linux though.

          • Rioting Pacifist@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            7 hours ago

            What compression algorithm? The osx kernel is largely open source so they aren’t doing some secret compression, do they hardware offload it or something?

            OSX enables zswap by default, but on a laptop that regular uses it, I’m not convinced it’s a trade-off that’s worth it, although swapping is different on OSX (IMO worse on modern desktops as it swaps whole apps) so I could be wrong.

        • setsubyou@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          ·
          15 hours ago

          There are some advantages macOS can have but it depends on usage patterns and user knowledge:

          • You don’t have to configure swap on macOS, while on Linux you can get into a situation where e.g. at install time you set up some default 2 GB swap but then it’s not enough and you don’t know that’s a thing that can be changed.
          • You don’t have to configure compression for RAM or swap on macOS; on Linux you often have to know you can set up zram/zswap if you want it. Compression can make a huge difference for users that switch between memory heavy applications as long as they don’t literally switch every 5 seconds.
          • On macOS, applications generally use the same frameworks e.g. for UI (because there is not much choice), and they can be loaded once and shared between all of them. Linux can share libraries too but users can run into situations where their applications use multiple different versions of Qt, GTK, etc. at the same time, and then you have stuff like snap on top that comes with its own copies of even basic system libraries. Containers also do this. As a Linux user you can avoid library bloat to some extent but “normal” users are not aware of it in the first place.
          • Rioting Pacifist@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            1
            ·
            13 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. But when your using actual swap it’s in my experience more noticable on OSX than Linux, which at least for me remains responsive until you’re using a lot of swap.

            Linux can share libraries too but users can run into situations where their applications use multiple different versions of Qt, GTK, etc. at the same time

            Maybe Arch & Flatpak users hit this, but avoiding multiple versions of the same library is what distros exist for and avoiding loading different frameworks is what Desktop Environments are for. Although the ability to restore apps after closing them is pretty sweet and built in to OSX in a way that lets me safely kill apps to reduce the memory I’m using.

            I think the main reason my Linux setup consumes less memory is probably because I used Kate for most file editing instead of vscode, which is probably an unfair advantage to Linux.

            • setsubyou@lemmy.world
              link
              fedilink
              English
              arrow-up
              3
              ·
              12 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.

      • Nindelofocho@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        16 hours ago

        My old laptop is running Pop!OS on 8gigs really well. I mostly do document editing, vector graphics, and a little light gaming. Have not updated to COSMIC yet so will see how that goes. I definitely dont load it up like my beefy desktop though.