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
    127
    ·
    6 months 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.

    • MadMadBunny@lemmy.ca
      link
      fedilink
      English
      arrow-up
      54
      ·
      6 months 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
      22
      ·
      edit-2
      6 months ago

      I’m running Mint on an 8GB 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.

      • Lost_My_Mind@lemmy.world
        link
        fedilink
        English
        arrow-up
        22
        ·
        6 months 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.

      • gurty@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 months ago

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

      • ExLisperA
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 months ago

        Different people use computers for different things you know.

        • Ulrich@feddit.org
          link
          fedilink
          English
          arrow-up
          3
          ·
          6 months ago

          I use my computer for simple tasks and can power through double that pretty easily. My family is full of Mac sheep who are constantly coming to me to make their computers faster and I have to tell them I can’t help because their machine was deliberately kneecapped by the OEM and there’s no way to fix it. Fortunately one of them just upgraded to the new Air w/ 16GB and they remark how much faster it is. Obviously it’s faster in lots of other ways, but none of those would do anything if they were still capped at 8GB.

      • Nindelofocho@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 months 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.

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

        • BladeFederation@piefed.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          6 months 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
            2
            ·
            6 months 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.

      • bitwolf@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 months 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.

    • Anivia@feddit.org
      link
      fedilink
      English
      arrow-up
      6
      ·
      6 months 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

    • [object Object]@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      6 months ago

      in the Linux world, 8GB is fine

      So I presume you’re saying that the entire system shouldn’t slow down when Firefox starts swapping?

    • hopesdead@startrek.website
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 months 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.

      • boonhet@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        It can also do things and still use the same 6 gigs.

        MacOS caches a lot. That memory is freed when it’s needed for other things.

        • Fizz@lemmy.nz
          link
          fedilink
          English
          arrow-up
          0
          ·
          6 months ago

          No I keep seeing this “caches a lot” thing keeps getting repeated. Memory break downs already accounts for that. They shows the different break downs of ram usage. In use vs cached.

          This is 6gb of inuse memory while the laptop is chilling. Cached memory is typically like 80% of whatever the ram is on your device. If you hit that 8gb your app is getting killed before the kernel kills a system process.

            • Fizz@lemmy.nz
              link
              fedilink
              English
              arrow-up
              0
              ·
              6 months ago

              Ive got a stack of them right next to me. I work on them regularly. I know older versions of macOS are lean but Tahoe and Seqouia are noticeably heavier. Its not a problem because the devices running them have 16gb+ of ram. But I’m worried 8gb will impose contains on usage. I know it’ll do basic stuff like run a browser but i think people are overestimating how capable this device will be.

              • boonhet@sopuli.xyz
                link
                fedilink
                English
                arrow-up
                1
                ·
                6 months ago

                Okay, fair, I haven’t used Tahoe or Sequoia myself. But I think we’ll see how these fare when people actually start using them. I’m very much not the target audience, I’m looking at the M5 or M5 Pro models myself.

                • Fizz@lemmy.nz
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  3 months ago

                  Ok I finally remembered to check a Mac. Just after a fresh imaging it was using 5.8gb of ram. Latest version of Tahoe. Not quite the 8gb I claimed but after usage I can see it beinf 6/7gb with nothing major open.

      • LillyPip@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        That’s not true at all.

        I constantly have Illustrator, Photoshop, Sibelius, Scrivener, and about 100 browser tabs open on my 10 year old MacBook with 8gb of RAM without issue.

            • Fizz@lemmy.nz
              link
              fedilink
              English
              arrow-up
              2
              ·
              6 months ago

              That is pretty surprising to me. I noticed a significant bump in resource requirements for Sequoia and again for Tahoe. I’ve got a stack of macs next to me I’ll see if I can find one still running sequoia and reassess my opinion.

              • LillyPip@lemmy.ca
                link
                fedilink
                English
                arrow-up
                2
                ·
                edit-2
                6 months ago

                Oh, if it matters, I also run Memory Clean 2 to monitor RAM usage and do Extreme Clean from time to time.

                I forgot about this because it’s basically muscle memory at this point, but maybe this is making a difference?

                As of right now with just Sibelius, Scrivener, and about 40 browser tabs (no Adobe), I have 2.01 GB free.

                e: I downvoted my original comment since it’s now occurred to me that this app may be why my machine isn’t struggling.

              • LillyPip@lemmy.ca
                link
                fedilink
                English
                arrow-up
                1
                ·
                6 months ago

                Yeah, I’m not sure about Tahoe since my machine is too old so it won’t let me upgrade, but at least Sequoia has been fine with 8GB.

  • brucethemoose@lemmy.world
    link
    fedilink
    English
    arrow-up
    55
    ·
    6 months ago

    As I always say:

    …Most people need an iPad with a better keyboard, and a touchpad.

    That’s all they use their computers for. They don’t want to mess with filesystems or specs or any concepts like that, they just want to add text to their kid’s picture or send an email or read a PDF or scroll YouTube, or do things like banking or streaming that are honestly better supported as iOS apps anyway.

    And that’s basically what the Neo is.

    Laptop makers are up shit creek if they insist on staying with Windows, as Microsoft stupendously bungled that experience.

    • Encrypt-Keeper@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      6 months ago

      To be quite honest if IPads could just run Mac OS apps on it, it would be a dynamite device and I wouldn’t have even bought my MacBook. I bought an IPad for note taking, and basic work tasks I can do via SSH. The lack of desktop app support was the only thing that thing couldn’t do handily.

      • Attacker94@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 months ago

        Iirc the general assumption in tech spaces was that ios and macos are going to merge in two or three major versions, so I would imagine that apple is aware of this want in their consumer base as well.

        • brucethemoose@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          6 months ago

          Eh, but will they? There’s a whole lot of OSX legacy Apple would have to throw away.

          I mean, I guess they could; they’ve done it before with architecture transitions. But this is different in that stuff on existing devices would stop working, whereas Intel or PPC Macs keep chugging along as-is.

          • djdarren@piefed.social
            link
            fedilink
            English
            arrow-up
            1
            ·
            6 months ago

            Of all the PC manufacturers, Apple are the ones who are most likely to sweep away legacy standards.

            Remember when they ditched DVD drives altogether, and the tech world threw a shit fit. When was the last time you saw a new laptop with a disc drive?

            They did the same with the 30 pin connector. USB-A as well.

            Of course, they can get away with it because they can also dictate which machines get which OS updates, so can entirely block devices that don’t have hardware they no longer want to support.

          • Attacker94@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            6 months ago

            I always thought of it going the other way, leave osx relatively untouched and make phones run on it, rather than taking ios as the standard.

            • brucethemoose@lemmy.world
              link
              fedilink
              English
              arrow-up
              3
              ·
              6 months ago

              I don’t buy that. No way they “open up” iOS to be more OSX-like, as that would spoil their cash cow (the App Store).

              I hate to sound so cynical, but I just don’t see any incentive for Apple to do that.

    • Hadriscus@jlai.lu
      link
      fedilink
      English
      arrow-up
      5
      ·
      6 months ago

      If I were a laptop maker I would have seen the writing on the wall ten years ago and invested in Linux support, but hey

      • brucethemoose@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        Well, technically, System76 and a few other white box laptop makers did. But they don’t actually make laptops.

        And to be fair to big OEMs, “it uses Linux!” was a much harder thing to market before. I can see (outside of the Framework, which caters to enthusiasts) they only dabbled with it but didn’t invest.

        Also, an HP or Dell Linux distro would be an unholy abomination. I can only imagine what they’d ship.

  • Wispy2891@lemmy.world
    link
    fedilink
    English
    arrow-up
    46
    ·
    6 months ago

    In Europe the price it’s not that appealing, it’s €699 and because they “care about environment 😉” the €99 charger (which is almost mandatory for a new user) is sold separately.

    At €798 for 256g/8g it’s not as good as the $599 they’re selling in the US.

    If someone is price sensitive, can get 3-4 refurbished ThinkPads with better specs for that price and run Linux much easier without hoping on some volunteer wizard to reverse engineer the proprietary components

    • Zak@lemmy.world
      link
      fedilink
      English
      arrow-up
      19
      ·
      6 months ago

      because they “care about environment 😉” the €99 charger (which is almost mandatory for a new user) is sold separately.

      It’s because they’re required by law to offer it without a power supply. See Article 3a, section 10.

      Apple’s first-party power supply isn’t “almost mandatory”, and doesn’t cost 99€. The 20W model shipped with the Macbook Neo in other markets costs 25€ on Apple’s German store, and a generic 8€ power supply from Amazon will work. The power supply most people already have for their phone will usually also work.

      • WhyJiffie@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        5
        ·
        6 months ago

        It’s because they’re required by law to offer it without a power supply. See Article 3a, section 10.

        the problem is not that, but that they are still including the price of the charger in the deal

        • Zak@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          6 months ago

          How much cheaper do you think it should be for not including a 20W power supply? I’d be surprised if Apple’s cost for that part is more than 5€.

          • WhyJiffie@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            2
            ·
            6 months ago

            it should be cheaper with the full price of the charger

            in my european country, apple’s website says the 1 meter 60 watt usb-c charger cable costs 25 EUR, and the 30 watt usb c charger adapter costs 45 EUR. these are the most budget options I could find on apple’s site

            so, the devife should be 70 EUR cheaper, to be exact

            • W98BSoD@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              2
              ·
              6 months ago

              Like any other manufacturer, Apple marks up the devices in their store. Don’t believe me? Go price out chargers on Dell or HP’s website and see how overpriced those are.

      • blackbeans@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 months ago

        The law is there solely to ensure the customer always has the option to buy the product without a charger, in order to fight waste. It doesn’t restrict manufacturers from offering the product including charger as well.

        For consumers it doesn’t matter. Capitalism is capitalism. If the price of the laptop + charger is not attractive, consumers can buy a competing product. Arguably buying an Apple on a budget is a controversial choice anyway, as the ecosystem costs (software, cloud services, accessories) are generally higher compared to other OS, which have an open hardware architecture, less licensing costs and more competititon.

    • ZILtoid1991@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 months ago

      Got an L440, upgraded it to 16 GB and to i7, now it’s a beast. Had to “reset” its battery, otherwise it didn’t last for more than 20-30 minutes. Maybe will swap the screen to a 1080p IPS one and upgrade the WiFi/Bluetooth to modern standards.

    • boonhet@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 months ago

      I also hate that they no longer ship chargers, but it’s a USB-C charger. Don’t most people have at least one by now? The Neo in particular doesn’t require a very powerful one.

      Now the fact that if you get an M5 Max 16" MBP which takes like a 100ish watt charger (can charge with slightly less, but with 20-30 it’ll be hopeless), you still get no charger, is utter bullshit because most people don’t have such a powerful USB-C charger around unless they’ve had a Macbook Pro made in the last decade already.

      “care about environment 😉”

      Most definitely something they’re doing for improved profit margins, but at the same time, slightly smaller boxes = more boxes per load of cargo = a bunch of CO2 saved on transport. Also they get to manufacture fewer chargers, as repeat customers won’t buy multiple chargers anymore. I do think the impact is significantly more pronounced with phones which get replaced more often and where the charger would take up a bigger percentage of the total box size.

    • Tanoh@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      6 months ago

      It is not a lot, but it is not that hard to extend storage. For example with an external SSD/HDD or a NAS.

      • Arcane2077@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        4
        ·
        6 months ago

        Even if tethering any portable device to an external drive wasn’t wildly inconvenient, you would be giving up your only usb port on this thing

        • Tanoh@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 months ago

          Still doable, but you can’t have external RAM. Hence, lack of RAM is a bigger issue.

          • Arcane2077@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            6 months ago

            More than 8GB of RAM is unnecessary, and getting around that limitation does not require any action by the user.

            Setting up a NAS + tailscale solution is doable but not worth the hassle for whatever niche use-case that would resolve.

  • 🇨🇦GreenBeard🇨🇦@lemmy.ca
    link
    fedilink
    English
    arrow-up
    33
    ·
    6 months ago

    He pointed to the laptop’s 8GB of “unified memory,” or what amounts to its RAM, and how customers can’t upgrade it.

    Given the price of RAM, you’d need to sell a kidney to upgrade it in a Windows laptop these days, so that’s not much of a difference, although 8MB is a little skimpy, I’ll give him that one.

    • thatonecoder@lemmy.ca
      link
      fedilink
      English
      arrow-up
      10
      ·
      6 months ago

      […] although 8MB is a little skimpy

      Have we already downgraded to this???

      /s, and sorry for being pedantic

    • blitzen@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      ·
      6 months ago

      or what amounts to its RAM

      You can criticize the amount of RAM, but it’s still RAM. Clown.

      • bleistift2@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 months ago

        They’re hinting at the fact that those 8GB are shared between the CPU and GPU. So it’s not dedicated, which you’d expect if someone said “RAM.”

        • blitzen@lemmy.ca
          link
          fedilink
          English
          arrow-up
          0
          ·
          6 months ago

          RAM is RAM. If you take issue with it being unified say so, but it’s still RAM.

          He sounds like he’s grasping.

          The neo is going to eat his lunch, and he knows it.

    • just2look@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      My phone has more RAM than that. I can’t imagine running a computer with that little memory considering how poorly optimized software tends to be at this point.

      I’m not sure what the overhead for Mac OS is, but that has to be basically rock bottom to be even considered functional unless you’re running one of the lighter Linux builds.

      • 🇨🇦GreenBeard🇨🇦@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 months ago

        I mean, at its heart, Mac OS is a heavily re-tooled fork of the BSD platform, so it’s not inconceivable that it’s light enough to run on 8G. I doubt it would run well on 8G, but it could do it.

        • [object Object]@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          6 months ago

          MacOS’ kernel is derived from Mach, though with with some BSD code, and is Apple’s own work since then. Its API is compatible with FreeBSD, but it’s not FreeBSD. And the FreeBSD userland tools don’t have effect on systemwide memory management.

        • SreudianFlip@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 months ago

          It runs fine, unless you load up on chrome tabs, or try to run pro apps. Itdoes basic photo editing and admin apps and phone holiday video editing just fine for average users. I have a lot of clients with 8GB M1 machines.

      • ripcord@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 months ago

        I have a 2013 MBP that shipped with 8GB, the minimum amount they came with.

        Of course it also is upgradable. Which I did, to 16GB. A decade ago.

        • thejml@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 months ago

          My 2013 MBP is still at 8GB. With memory compression, I rarely run into issues unless I’m doing VMs/Docker or something really heavy.

      • BassTurd@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        I got a free, going to be recycled, dell with 8gb of ram from work. I threw in an nvme and installed Linux. It’s not the lightest Linux install, but it is Arch, so definitely on the lighter side. I idle at under 1gb and under normal use don’t break 2. I do some coding which uses more but nothing super crazy. MacOS probably uses a little more ram, but it’s not Windows. I’d wager than the vast majority of people don’t come close to using all of that RAM, and power users are going to get hardware for the task, and this isn’t it.

  • melsaskca@lemmy.ca
    link
    fedilink
    English
    arrow-up
    32
    ·
    6 months ago

    The perfect time for a relatively cheap Apple laptop when Microsoft is forcing people to buy new hardware just to use their latest version of their operating system. I wonder what the percentage of Microsoft folks who go to the MacBook will be. I wonder what the percentage of users who go the UNIX/Linux route would be. I’m not an apple fan myself so would go linux, but a good business move from Apple though.

    • BeMoreCareful@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      6 months ago

      That would be interesting to watch.

      If I ever had to buy a personal laptop again, it’d definitely make the list.

      Obnoxious hardware prices are what kept me off mac for so long. Now all prices are obnoxious maybe it would even out.

      Great move if they can capitalize on it

      • vacuumflower@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 months ago

        They were making a lot on build quality, convenience, brand, ecosystem, cultism, software quality, but not so much on power.

        Now power became more expensive for suppliers, and for things listed before it you have to restructure marketing and everything. Apple doesn’t have that problem. They also have rid themselves of the legacy problem by two softer changes (dropping 32 bit Intel, then moving to ARM) instead of one hard change.

    • Appoxo@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      10
      ·
      6 months ago

      Tinfoil hat aside, that could also be due to how disruptive it is in the tech world.
      Maybe it’s just a literal bomb to everyone involved in decision making and now making the waves in the news.

      • MerryJaneDoe@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        6 months ago

        It could be.

        But I don’t see any other PC/laptop reviews by this author. He writes mostly about cybersecurity. And his Neo articles seem a bit…biased. Compare to his other articles, which are well-researched. Example:

        https://www.csoonline.com/article/563017/wannacry-explained-a-perfect-ransomware-storm.html

        My guess is either someone is posting articles in his name, or he’s taking a free Neo in return for a positive review.

        • Appoxo@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          2
          ·
          6 months ago

          Maybe just a bit of both.

          My guess is either someone is posting articles in his name, or he’s taking a free Neo in return for a positive review.

          And a bit of both for that as well.

      • T156@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        6 months ago

        It’s also quite unexpected, given that it’s Apple, and they’ve traditionally made more expensive machines, with worse hardware. In my country, for example, it is nearly unheard of for a new Apple computer to cost less than four digits/US$800+.

        Particularly at a time when it’s more typical to hear of new computer prices going up instead, due to shortages.

        • Appoxo@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 months ago

          I was very surprised to hear how reasonable (to some degree lol) the iPhone and macbook was priced.

          Very hard to deny that they are very interestingly priced.

  • PieMePlenty@lemmy.world
    link
    fedilink
    English
    arrow-up
    26
    ·
    6 months ago

    Maybe Asus should invest more into linux and start shipping it on their laptops by default? Maybe add an improved software compatibility layer for windows apps to get more people in?

  • LiveLM@lemmy.zip
    link
    fedilink
    English
    arrow-up
    23
    ·
    6 months ago

    Well good, maybe it’ll incentivise y’all fuckers to sell actually usable machine instead of Bordeline e-waste Celerons with a 4GB of RAM in the ultra-budget segment

  • espentan@lemmy.world
    link
    fedilink
    English
    arrow-up
    22
    ·
    6 months ago

    “We can’t believe Apple aren’t fucking consumers harder! Apple?! have been fucking everyone so hard, for so long and people have just been bending over and taking it, and so we’re very shocked to see them decide not to go maximum fuck-you with this product”

  • FireWire400@lemmy.world
    link
    fedilink
    English
    arrow-up
    19
    ·
    edit-2
    6 months ago

    He pointed to the laptop’s 8GB of “unified memory,” or what amounts to its RAM, and how customers can’t upgrade it.

    Yes, because Asus laptops all have non-soldered RAM…

    A few do have non-soldered RAM, the most expensive workstation laptop and a couple of gaming laptops; all of which are >$2000.

    • partial_accumen@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 months ago

      Yes, because Asus laptops all have non-soldered RAM…

      I think what that poster was communicating is that shipping a laptop with 8GB of RAM would be okay if it was socketed (allowing for an upgrade by the user) or if the shipped unit with soldered RAM was greater than 8GB (16GB?, 32GB?,64GB? soldered).

      • FireWire400@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        6 months ago

        Fair enough. Although Asus sells at least one laptop with 8 GB of soldered RAM, too.

        Granted, it’s “only” a Chromebook, but still.

        Soldered RAM is almost always a bad thing, no matter the size. Maybe when it’s the most the mainboard can support it’s not too bad but even then you’re out of luck if it ends up dying.

        As far as I understand Apple is partly doing it because of the higher memory bandwidth, which is necessary for the way macOS manages memory. I still don’t like it but at least they’re doing it for a reason.

        • partial_accumen@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 months ago

          Fair enough. Although Asus sells at least one laptop with 8 GB of soldered RAM, too.

          Granted, it’s “only” a Chromebook, but still.

          Chromebooks with low RAM are fine for many use cases. I’ve got a chromebook with only 4GB of RAM and its perfectly fine for web browsing or watching streaming which is the only things I use it for.

          Soldered RAM is almost always a bad thing, no matter the size. Maybe when it’s the most the mainboard can support it’s not too bad but even then you’re out of luck if it ends up dying.

          I used to think that too, but then I realized that the way I use computers (and it sounds like you do too) is to keep a unit a long time, take care of it, and use it to its limits (and perhaps beyond). There are millions of users that don’t do what we do. They may be young kids that end up breaking the unit before 2 years pass. They may be a fashionista that has to change out their unit when the new fall color comes out (so they may not even own it a year). They may be an older person that only uses it to check facebook to keep up with their kids.

          In all of these cases soldered RAM is just fine because the user will never reach the point they need to upgrade it. What they get in return for this is cost savings and likely a smaller (thinner?) unit, that is probably a bit more structurally sound (because it doesn’t have to have a door or clips to have the RAM sockets accessible.

          For users like you and me, soldered RAM is a bad thing. For most common users they don’t care. They don’t even know what soldered RAM is.

          • FireWire400@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            6 months ago

            For most common users they don’t care. They don’t even know what soldered RAM is.

            They should, because when it’s time to sell the laptop one with soldered RAM is gonna be worth a lot less (at least to me).

            Chromebooks with low RAM are fine for many use cases. I’ve got a chromebook with only 4GB of RAM and its perfectly fine for web browsing or watching streaming which is the only things I use it for.

            Fair, but there’s still the potential of it becoming a paperweight if the RAM chips give out or Google forces AI shit into ChromeOS.

            • partial_accumen@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              6 months ago

              For most common users they don’t care. They don’t even know what soldered RAM is.

              They should, because when it’s time to sell the laptop one with soldered RAM is gonna be worth a lot less (at least to me).

              There’s an irony that the most valuable laptops for resale right now are the ones with soldered RAM. Why? Because the socketed units have their RAM stripped for resale separately from the unit. Even corporate fleets are doing this now and the bulk resale laptops are arriving without SSDs and RAM. Which units still have both? Units where both are soldered and not removable.

              Chromebooks with low RAM are fine for many use cases. I’ve got a chromebook with only 4GB of RAM and its perfectly fine for web browsing or watching streaming which is the only things I use it for.

              Fair, but there’s still the potential of it becoming a paperweight if the RAM chips give out or Google forces AI shit into ChromeOS.

              These sell for $149 USD brand new. A general user would not spend a second of time troubleshooting a failed one. They’d just buy whatever the current model is for $149 which would probably be 4x as fast and with more storage anyway, then pitch the old one in ewaste.

  • JigglySackles@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    6 months ago

    8GB of unupgradable ram is unforgivable in today’s software landscape. Even if the OS is memory efficient, running multiple software still takes ram. I get it’s a $600 laptop, but that’s still an inexcusably low amount of ram for anything but grandma and similar.

    • sen@lemmy.zip
      link
      fedilink
      English
      arrow-up
      18
      ·
      6 months ago

      100% of my job is word processors, medium sized spreadsheets, and cloud software. This laptop is perfect for me and, I’d argue, 90% of my colleagues, as a work computer.

      I have zero issue with soldered on ram for a device used for the above purpose.

      My home PC though, not an ideal fit.

  • just_another_person@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    ·
    6 months ago

    The failure rates of these will be the determining factor. The components inside are cheap, all soldered on, and will not be repairable at all (waiting on the iFixIt score).

    Its pretty much just their phone platform with a big screen and keyboard, so maybe it’ll be okay. It’s not built like a phone though, so I’m expecting some interesting testing outcomes. It’s either going to be cheap enough that they have a new planned obsolescence hit on their hands, or people are going to be pissed at it sucking so hard.

    • XLE@piefed.socialBanned from community
      link
      fedilink
      English
      arrow-up
      15
      ·
      6 months ago

      According to an early reviewer, the Neo is surprisingly good in terms of hardware quality, and it actually handles typical usage just fine, possibly because of the Silicon ecosystem that Apple spent so long refining. That looks promising, but I share much of your skepticism for the reasons you give.

    • MurrayL@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      edit-2
      6 months ago

      I’m also waiting for the full iFixit review, but teardowns from other channels are now being shared and so far it looks like it’s very solidly built and repair-friendly. None of the typical ‘cover everything in excessive glue and tape’ anti-repair shenanigans we’ve come to expect from Apple.

      • ripcord@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        6 months ago

        Wow. Modern laptop “repairability” is pretty rough in general, but that does actually seem better than I expected.

      • just_another_person@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        6 months ago

        Repair friendly means CHEAP components repair, which Apple just does not do.

        As an example, in a machine like this if your WiFi module tanks…that’s a full logic board replacement. Might as well buy a new one.

        According to this, Apple is basically making an insurance vertical as part of their business, and they are pricing repairs to be exactly 1/3 the retail cost of the machine for pretty much everything except screens.

        This is pretty scam my when you consider their past of quoting customers for repairs that are above and beyond the scope of the actual hardware failures, and what maximizes profits for their AppleCare and RMA process. There are dozens of breakdowns in this, so I won’t write a novel, but it’s very obvious they’ve baked in the costs to make it more cost-effective to just keep buying new units as a replacement in the face of simple hardware failures.

    • Hond@piefed.social
      link
      fedilink
      English
      arrow-up
      6
      ·
      6 months ago

      I mean modern smartphone SOC compute power is insane. That wont be a bottleneck for a long time. If i had to make a guess they dont even have to go the hardware failure route for planned obsolescence. That measily 8GB of shared ram for both CPU and GPU will take care of that. Just add a bit more shiny UI bloat with every update and this thing will get slow af at some point in the future. Takes care of all the entry level M1 Airs too…

      • just_another_person@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        Mobile chip power is insane AT THAT SCALE though. That’s the key differentiation here. So if you’re running a larger format display with a higher resolution, cut that by quite a bit. Also cut it if you’re running desktop apps that aren’t optimized for mobile, and if this is intended to run MacOS instead of iOS, the mobile optimistic memory scheduling is out the window. I’ll have to see it to say for sure, but I’m guessing the performance for average desktop apps is going to be pretty, but that’s kind of the price point.

        This is Apple’s scoop up of the ChromeOS segment.

        • Hond@piefed.social
          link
          fedilink
          English
          arrow-up
          8
          ·
          edit-2
          6 months ago

          So if you’re running a larger format display with a higher resolution, cut that by quite a bit.

          Funny thing is that the Macbook Neo needs to drive less pixels:

          Iphone 16 Pro: 2868 x 1320

          Macbook Neo: 2408 x 1506

          Also only at 60hz and not 120hz. While having magnitudes more thermal mass to cool with the prolonged high performance bursts. I dont have any worries about its performance in its intented market segment. And yes, its running MacOS which still runs pretty well with a Macbook Air M1-M3 with 8GB of RAM.

          • just_another_person@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            6 months ago

            Resolution alone isn’t the only factor. It’s a larger display, requiring more power, which is either a PC/PD issue, or a battery issue. The point is that the power draw has to come from somewhere, and nothing this is the same platform as an iPhone (essentially), there’s going to be a trade-off somewhere.

            As you noted they’ve reduced the refresh rate, which makes a big impact, but I don’t think it stops there.

            The original platform has apps that are optimized for that platform, and now you’re throwing a different OS at it which has more expansive use of resources: CPU, memory, GPU, and power.

            We’ll have to see how they have made paths through MacOS to account the platform specifically, but I’m betting there are several drawbacks. This was the main complaint of how they dealt with those insanely expensive Mac Pro with M-class chips when they first came out, but in the inverse. High power draw, heat issues…etc.

            • Hond@piefed.social
              link
              fedilink
              English
              arrow-up
              7
              ·
              edit-2
              6 months ago

              My guy,

              i said mobile compute power is insane. You had a somewhat sensible take why it may not transfer to a laptop. I gave you hard facts why your concerns arent applicable. Instead of just admitting you misjudged the resolution differences you mansplain to me some irrelevant things. Yeah, the power draw is going to be different. Its a laptop, no shit. It also has tons of more space for a battery.

              You are just talking out of your ass. Instead of looking up the wikipedia page for 2 minutes.

              /Its also a released product. Reviews and benchmarks are readily available… Like what. Just look it up.

    • some_guy@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 months ago

      Computer people (like me) buy Mac minis, frequently as an extra device. Regular people who don’t care about computers beyond wanting a nice one buy laptops. I believe it completely.

      • fallaciousBasis@lemmy.worldBanned from community
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 months ago

        I would assume most computer people would just assemble their own devices…

        But that’s the difference between real computer people and you.