39 comments

  • Robdel1210 hours ago
    I’ve been tempted to buy one and do “real dev work” on it just to show people it’s not this handicapped little machine.<p>I built multiple iOS apps and went through two start up acquisitions with my M1 MBA as my primary computer, as a developer. And the neo is better than the M1 MBA. I edited my 30-45 min long 4k race videos in FCP on that air just fine.
    • embedding-shape8 hours ago
      &gt; I built multiple iOS apps and went through two start up acquisitions with my M1 MBA as my primary computer, as a developer. And the neo is better than the M1 MBA. I edited my 30-45 min long 4k race videos in FCP on that air just fine.<p>Before I was a professional software developer, I used a scrawny second-hand laptop with a Norwegian keyboard (I&#x27;m not Norwegian) because that was what I could afford: <a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;1NRIZrg.jpeg" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;1NRIZrg.jpeg</a><p>This was the computer I was developing PHP backends on + jQuery frontends, and where I published a bunch of projects that eventually led to me getting my first software development job, in a startup, and discovering HN pretty much my first day on the job :)<p>The actual hardware you use seems to me like it matters the least, when it comes to actually being able to do things.
      • throwawaytea7 hours ago
        I still manage and develop my php&#x2F;jquery saas product on a 2011 27&quot; iMac running Linux Mint, with an SSD being the only upgrade. Runs better than most new windows machines. No complaints.
        • sam_lowry_6 hours ago
          I switch between Thinkpad T420s and PineBook Pro for all the hobby work.<p>T420s has loose USB ports and the power socket is almost falling off, so I plan to replace it by a 5 years old T14 G2 in the coming months.<p>I can afford the latest MacBook, but I&#x27;d rather not generate more e-waste that there is, and more importantly I feel closer to my users, and my code is efficient and straight to the point.<p>My non-hobby laptop is an old cheap Dell from 5-6 years ago.<p>The best laptop I ever had was a maxed-out Thinkpad P7x, and it came with the most meaningless job ever.<p>I can only compare that job to the one at a unicorn that gave me the latest and greatest MacBook. Not only the job was meaningless, the whole industry made no sense to me.
      • bluedino5 hours ago
        I wrote 99% of a large PHP app on an six year old laptop with a single 17&quot; LCD. Meanwhile, at my desk, I had a Dell workstation with 3 monitors at the time, but it was easier to squirrel away in a corner somewhere, undisturbed.<p>After all, the actual server ran the code, I just needed text editors, terminal windows, and web browsers.
      • madaxe_again6 hours ago
        I started my business back in 2006 with an ancient 306 laptop - it was practically free, it ran VIM just fine, and that was all I needed it to do to crank out PHP until the cows came home.
      • sheiyei3 hours ago
        Your hardware matters quite a bit if you&#x27;re doing lower level things and the architecture is not the same as you&#x27;re developing for. But apparently HN is all web devs
    • dracyr7 hours ago
      I just spent vacation deciding not to bring a laptop, but to use my android phone (a galaxy s22) with a hdmi adapter and Bluetooth travel keyboard. Plugged it in to the TV in our accomodation and had a lot of fun.<p>Running neovim on termux was fine. Developing elixir was no problem, the test suite took 5s on my phone, and takes 1s on my laptop. Rust and cargo compiling was slow enough that I didn&#x27;t really enjoy it though.<p>Meant that I could just pack up instantly and have an agent do review workflows while I was out and about as well in my pocket, and didn&#x27;t really notice a big battery hit.
      • sheiyei3 hours ago
        Interesting vacation activities.
      • steve_adams_865 hours ago
        I don&#x27;t really enjoy compiling rust on my M2 Pro, so I wouldn&#x27;t necessarily blame the phone
        • Robdel124 hours ago
          Local LLMs and compiling rust are the only two things that I have seen saturate my M4 Max, hahaha.
      • nabakin7 hours ago
        And nowadays we have Debian running in a VM on Android [1]<p>[1] <a href="https:&#x2F;&#x2F;www.zdnet.com&#x2F;article&#x2F;how-to-use-the-new-linux-terminal-on-android&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.zdnet.com&#x2F;article&#x2F;how-to-use-the-new-linux-termi...</a>
    • internet20008 hours ago
      I&#x27;m glad enough people got M1 MacBook Airs now that the broader sentiment within the commentariat is changing and people are pushing back on the dismissals.<p>8gb has ALWAYS been fine in Apple Silicon Mac OS. RAM usage on a fresh boot is a meaningless statistic (unused RAM is wasted RAM). And they&#x27;re just plain capable!
    • rob9 hours ago
      It&#x27;s starting to show its age, but I&#x27;ve been using a 2019 MacBook Pro with the Intel chip and 16GB of memory. Still handles multiple terminal sessions with Claude Code and Codex simultaneously, building in Xcode, running Docker in the background, etc.<p>(Maybe the fans sometimes sound like they&#x27;re a jet engine taking off…)<p>Finally just put an order in for a new 16&quot; MBP M5 Max with 48GB memory only because it looks like they&#x27;re going to stop supporting the Intel stuff this year and no more software updates. It&#x27;ll probably be obsolete in six months with the rate things are going, but I&#x27;ve been averaging seven years between upgrades so it should be good!
      • Robdel129 hours ago
        Oh my. All I have to say is cherish the first week of your M* experience. :D When I got rid of my intel MBP (it was an i7) for my MBA it was astonishing how fast and smooth it was.<p>So, the m5 with 48gb of ram will be amazing.
        • swiftcoder5 hours ago
          Hah. yeah. I went from a 64GB i9 to a 32GB M2, and it was night and fucking day
        • cipehr7 hours ago
          I agree. It was utterly ridiculous how noticeable the improvement was. I was doing z3 solving for ICFP contest the first couple weeks after getting the m1 air. And it was consistently smoking my teammates maxed out i7 MBP
      • pauljonas2 hours ago
        Still using that 2019 MBP (16 inch, 16G memory) as a daily work machine.<p>Is still handling the load well, though at times, fans get quite loud, especially with all the background processes and VM setups.<p>Hope to get a new MBP this year, as being on Intel means lots of software that won&#x27;t run on it (ie, Codex app for example, won&#x27;t run on Intel Macs)
      • eru9 hours ago
        Well, Claude Cod and Codex should be doing most of their heavy lifting in the cloud?
        • amonith8 hours ago
          Sort of, they have no &quot;hands&quot;, LLMs can only respond that they want to execute a tool&#x2F;command. So they do that a lot to: read files, search for things, compile projects, run tests, run other arbitrary commands, fetch stuff from the internet etc.<p>Obviously the LLM inference is super heavy, but the actual work &#x2F; task at hand is being executed on the device.
        • coldtea8 hours ago
          The AI part yes. But they also use quite inefficient rendering on the cli.
        • exe348 hours ago
          yeah I run Claude code on a 2013 Mac book air that refuses to die, I don&#x27;t think it&#x27;s very compute heavy.
      • ghaff8 hours ago
        I use a 2015 MacBook Pro all the time--like right now. It does have 16GB of memory. It&#x27;s what sits on my dining room table where I do most of my writing&#x2F;browsing and which I take for travel. I do have an Apple Silicon MacBook Pro in my office but my downstairs &quot;office&quot; is a lot lighter and airier.
        • reaperducer7 hours ago
          <i>I use a 2015 MacBook Pro all the time--like right now.</i><p>I have a 2010 MacBook Air that I still use when traveling.<p>The battery is completely shot, but it works fine when plugged in. And if I&#x27;m on the road, I don&#x27;t use my computer until I get to the hotel anyway. And even then, it&#x27;s just fine for e-mail, browsing, and even Photoshop.
          • qingcharles1 hour ago
            I have one of these (it&#x27;s my only Mac), but it only has 2GB of RAM, so it&#x27;s kinda rough. I tried Mint on it, but IIRC it might not have the GPU drivers? I just bought it a new SSD which helped a bit.
          • ghaff6 hours ago
            I think this one had a battery replacement because it was bulging. But it&#x27;s definitely in the class of devices that, if it gets swiped or lost, is basically in the &lt;ehh&gt; category as opposed to my newer one.<p>Am probably giving newish iPad and magnetic keyboard a spin on my next trip mostly to see how it goes.
      • conception8 hours ago
        Try running Teams on it though!
      • oldandboring6 hours ago
        Former employee of mine had the 2019 MBP as well. After a few years he had the same problem with the fans -- if you haven&#x27;t already, pop it open and clean the fans and vents. You&#x27;ll probably need a little brush along with compressed air. Lots of stuff comes up on Google. Great machine btw. Good luck!
        • ayewo6 hours ago
          Thanks for this tip! The fans of mine have been spinning up regularly, especially noticeable when I upgraded to Tahoe a few days ago.
    • allenu7 hours ago
      I was using a M1 Mac Mini and only 8GB of RAM on it to build iOS apps for maybe a year. It&#x27;s absolutely doable, though it very noticeably gets a little less snappy when building projects. When building in Xcode and then switching to Firefox to browse for instance, I could tell it took slightly longer to switch tabs and YouTube playback would occasionally stutter if too much was happening.<p>I also was using an Intel MacBook Pro with 16GB at the time. Doing the same thing there was much smoother and snappier. On the whole, it actually made me want to just the laptop instead since it &quot;felt&quot; nicer. (This isn&#x27;t measuring build times or anything like that, just snappiness of the OS.)
    • jorvi6 hours ago
      People usually forget 8GB isn&#x27;t 8GB. Memory compression means you can store ~2x (lz4) to 3x (zstd) as much data in memory as ordinarily. And in the worst case, reading swap from disk (writes don&#x27;t matter as they can be predicted) is so much faster with NVMe SSDs.<p>The worst corner they cut is no keyboard backlighting. That saves them what, $1 BoM per MacBook Neo? Especially because now they have to put up an entire new keyboard production line instead of just piggybacking off of the Air keyboard production line.
    • ramgine10 hours ago
      I just retired my m1 air to being a server this month. They’re very capable laptops. If the neo is even comparable in spec it’s excellent for the price
      • wincy9 hours ago
        My m1 air with 1TB ssd and 16GB of ram is a little champion, I use it during travel to play indie games like Hades II or Slay the Spire, and it works really well, better than my Steam Deck which broke. The only issue it really has is when I try to plug it into my docking station it struggles mightily with 2 2K screens and a 4K screen, so I just use my desktop in that case.<p>I am jealous of my wife’s 13” M5 iPad Pro though, that oled screen is gorgeous, a wonder of modern engineering.
        • eru9 hours ago
          &gt; [...] and it works really well, better than my Steam Deck which broke.<p>Well, the MacBook Air was also a lot more expensive than the Steam Deck?
          • Rohansi8 hours ago
            The M1 also consumes more power.
      • mettamage10 hours ago
        I just bought a second hand M1 64GB as my main work laptop, haha. They definitely are capable laptops
      • Robdel129 hours ago
        Yeah! My M1 air is now my iOS build server since GH actions bill macOS mins at 10x the price.
        • gozzoo8 hours ago
          How do you use M1 Air as iOS build server. Is 8G sufficient for only doing iOS builds? Do you connect to it remotely?<p>Couls you please describe your dev process.
          • Robdel127 hours ago
            It works out pretty okay for me, I do it since GH runners are very expensive and I have my own hardware so why not. <a href="https:&#x2F;&#x2F;docs.github.com&#x2F;en&#x2F;actions&#x2F;concepts&#x2F;runners&#x2F;self-hosted-runners" rel="nofollow">https:&#x2F;&#x2F;docs.github.com&#x2F;en&#x2F;actions&#x2F;concepts&#x2F;runners&#x2F;self-hos...</a><p>I setup a self hosted runner and then use that in my CI workflows. Then I disabled it from sleeping so it can clamshell forever and now it sits here in my living room silently workin&#x27; <a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;EaBICdo" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;EaBICdo</a>
        • bryanrasmussen9 hours ago
          why does GH actions bill macOS minis 10X?
          • Robdel127 hours ago
            Ah sorry minutes, they bill the most for macOS probably because of what a pain it is to scale it with apples EULA (I&#x27;m guessing) <a href="https:&#x2F;&#x2F;docs.github.com&#x2F;en&#x2F;billing&#x2F;reference&#x2F;actions-runner-pricing" rel="nofollow">https:&#x2F;&#x2F;docs.github.com&#x2F;en&#x2F;billing&#x2F;reference&#x2F;actions-runner-...</a>
          • jzebedee9 hours ago
            Mins here being short for minutes, not minis.
            • mikepurvis9 hours ago
              And, presumably for a combination of the Mac build (and hardware) being of niche interest and sitting outside the standard Linux workflows so it&#x27;s annoying to administer. And serving a money-making audience (iOS app devs) who have a revenue stream and see the extra CI cost as worth it.
          • UqWBcuFx6NV4r8 hours ago
            What is a macOS mini…
            • NetMageSCW8 hours ago
              Not “mini”, “mins” -&gt; minutes.
    • tjoff9 hours ago
      It will do real work fine. But slack and a browser will bring it to its knees.
      • Aurornis9 hours ago
        I have an older 8GB MacBook Air. This is false. I routinely have Slack, Chrome, iTerm, Visual Studio Code, and more open on it. It’s fine.<p>Those apps don’t need every single byte of memory you see in Activity Monitor to be active in RAM all of the time. The OS swaps out unused parts to the very fast SSD. If you push it so far that active pages are constantly being swapped out as apps compete then you start to notice, but the threshold for that is a lot higher than HN comments seem to think.
        • tjoff7 hours ago
          It really isn&#x27;t. It is a capable machine but modern software has made it a lemon. And that is the only reason apple sells it. So that whoever buys it needs to buy another one prematurely, generating another sale.<p>Everything from apple to modern software is rotten to its core.
          • mikestew6 hours ago
            <i>It really isn&#x27;t.</i><p>…in reply to someone who just said their experience is fine, and included details. If you just want to rant about Apple, have at it, but you’re going to have to do better than “nuh, uh” if you want to be convincing.
            • tjoff5 hours ago
              Well I could say that it isn&#x27;t enough for vscode alone. And I&#x27;d be right. It all depends on how and what you use vscode for.<p>8GB really shouldn&#x27;t be an option in 2026, it is just shortsighted and an insanely uneven build.<p>I could rant about Dell too. Or most other manufacturers (surprise, greed isn&#x27;t apple exclusive). But Apple at least tries to keep the appearance of a higher profile.
              • mikestew5 hours ago
                <i>Well I could say that it isn&#x27;t enough for vscode alone. And I&#x27;d be right. It all depends on how and what you use vscode for.</i><p>Fair enough; though experience says 8Gb will run VScode, it would very much depend on the use case, I agree. OTOH, I would argue that anyone working VScode that hard probably isn’t buying 8Gb machines, but OP did say they’re running it so it’s up for discussion.
      • UqWBcuFx6NV4r8 hours ago
        I’m sick to death of this. It’s so devoid from reality in 2026 that I see it as a lowest common denominator populist political catchphrase more than any legitimate contributor to any conversation. My min spec MacBook Pro from 6 years ago doesn’t flinch at this, and it barely flinches at a whole lot more.<p>Can we please just move on? Maybe get your hardware checked if you’re legitimately still having these issues.
        • tjoff4 hours ago
          Trust me, so am I. And I am dead serious.
      • boutell9 hours ago
        Only if you insist on running the standalone slack app for some reason. Why run one instance of Chrome when you can pay for two?
        • mikepurvis9 hours ago
          I&#x27;ve been finding it hard to wean myself off the standalone app but another major reason to do so is opening threads in separate tabs. I find as soon as I&#x27;m involved in two or more conversations on there it&#x27;s super easy to start losing track of things.
      • NetMageSCW8 hours ago
        You don’t have an 8GB Apple Silicon MacBook, so you? So why did you post?
      • skybrian9 hours ago
        Maybe if you have 100 browser tabs or something silly like that?
        • alpaca1289 hours ago
          A couple YouTube tabs are enough if you leave them running for long enough. Just one YT browser process will easily take up 1-4GB sooner or later.
          • NetMageSCW8 hours ago
            Or it won’t because Chrome and MacOS will know how much RAM is available and manage it effectively.
            • alpaca1286 hours ago
              I am talking from experience with an M1 &amp; 8GB RAM. I had to restart either the browser or the YouTube browser processes at least once every couple days to stop the whole system from lagging.
          • bluedino5 hours ago
            A couple Facebook Marketplace tabs that have videos of the item for sale would absolutely crush my 2017 MacBook Pro.<p>My M1 Air would slow down a little, but was still usable doing the same thing. And they both had 8GB of memory.
        • yohannparis9 hours ago
          While I agree with your statement, I don&#x27;t think judging one&#x27;s way of working and using their computer was necessary.
        • eru9 hours ago
          I could have two browser windows open in the late 1990s. I have about a thousand times as much RAM now. So even with 10x more bloat in the pages, I should be able to open 200 tabs just fine.
    • harrisi6 hours ago
      I wrote a fix for node that got upstreamed a few years ago on a Lenovo Thinkpad 3 Chromebook. I&#x27;m actually commenting from it now. It&#x27;s not a workhorse by any means, but for $99, it&#x27;s not bad. A 1.1GHz Celeron processor with 4GB of memory is able to compile projects like node, python, Erlang, etc. without much hassle. It just takes a lunch break :)<p>Any modern Mac is more than capable. I had the baseline M1 Macbook Air that I did work on as well, just to see how that fared. Much better than this machine - 10x the price, but more than 10x the performance. This one is great as a &quot;I don&#x27;t mind if I break it or lose it&quot; device.
    • ryukoposting8 hours ago
      I was doing Android development and Verilog synthesis on a mobile Nehalem i5 in 2020. That machine is still totally adequate for anything a &quot;normal person&quot; does with their computer, provided they have good tab hygeine. The reality is that (unless you play video games and&#x2F;or you want local LLM inference) the demands people place on their computers haven&#x27;t changed significantly in at least 10 years.
    • clouedoc9 hours ago
      I know it&#x27;s not really related, but how did you manage to build two startups worth getting acquired in such a short period of time?
      • Robdel124 hours ago
        Oh that made it seem like I was the driving factor. Maybe for the first one (Percy.io) I can claim a large part of that success (owning the SDKs and support end to end).<p>The other I just owned the front end infra and was on the growth team. The rest of the folks were the stars on that one.<p>Edit: I guess I brought that up because I guess I don&#x27;t know any more &quot;real work&quot; that that, ha. What is &#x27;real work&#x27;?
      • tkfoss5 hours ago
        Doubt this is getting answered :)
    • theowaway16 minutes ago
      cool humble brag
    • antonyh8 hours ago
      It would have been a better fit for me than the M4 Air, I literally use it only for typing and browsing, plus a could of Mac-only tools. Brilliant machine but complete overkill for me. It&#x27;s almost tempting to switch just to get rid of the display notch.
    • asow928 hours ago
      I&#x27;m still doing iOS dev on my 2020 M1 MPB, and it&#x27;s fine! I expect that if I change out its battery and apply new thermal paste it would run for another 6 years.
    • raegis10 hours ago
      Can you say a little more about what you mean by &quot;better&quot;? How much faster is editing?
      • swiftcoder9 hours ago
        Better in terms of raw specs. The original M1 Air also came with 8GB of RAM, and the A18 Pro in the Neo is faster than the version of the M1 that shipped in the base model Air
    • ge967 hours ago
      Would say get one with a fan, my small react native app building&#x2F;indexing in xcode takes several minutes on a 2020 M1 macbook air<p>But damn I like that design
    • devmor7 hours ago
      The argument is misrepresented - I think it&#x27;s about frustration and convenience, not achievability.<p>I developed some work that keeps tens of thousands of people alive every day on a $100 Acer netbook almost 15 years ago. The tools are always there, I don&#x27;t think anyone thinks the work is actually impossible to do on a limited machine.
    • anthonySs9 hours ago
      most dev workflows from pre 2021 can probably run just fine on a NEO - i think once you get into conductor &#x2F; 8 terminals with claude code territory that’s where things start to slow down<p>i just got an m5 max with 128gb of ram specifically to run local llms
      • eru9 hours ago
        Does Claude Code take up that many local resources? I thought the heavy lifting was in the cloud?
        • ElectricalUnion7 hours ago
          Claude Code still runs things on your local machine. So if you have some pretty expensive transpilation, or resolving dependency trees that needs musl recompilation, or doing something rust, you still need a reasonable ammount of local firepower. More so if you&#x27;re running multiple instances of them.
      • Robdel127 hours ago
        Heh, I also upgraded to run local LLMs. As a tiny aside, codex does not burn resources like CC does.
    • MikeNotThePope9 hours ago
      It’s fine to if you don’t have any memory hogging apps. But as soon as you fire up a couple demanding Docker containers you’ll feel the pain. 8GB isn’t so much RAM for some applications.
      • NetMageSCW8 hours ago
        Why do you think people buying the cheapest MacBook available will be running Docket? Do you commonly run Docker containers on the cheapest Windows laptop available? Why not?
    • refulgentis2 hours ago
      &gt; just to show people it’s not this handicapped little machine<p>I used to think this way about Apple and its jarring to read with it 10-15 years behind me.<p>It reads as aggro and oddly tribalistic &#x2F; sports fan-y.<p>(what people? who thinks its slower than an M1? who thinks you can&#x27;t code on it? what will you coding on it prove to these people that the benchmarks they read can&#x27;t? with all that, why get so invested you&#x27;re buying a machine you don&#x27;t want to use day to day? what does &quot;handicapped&quot; mean in this context?)<p>Only sharing b&#x2F;c I never understood why people would roll their eyes at me, and apparently I finally reached my own graybeard moment, and I am now rolling my eyes at both of my selves :)
    • ajross9 hours ago
      &gt; I’ve been tempted to buy one and do “real dev work” on it just to show people it’s not this handicapped little machine.<p>But... you can do the same exercise with a $350 windows thing. Everyone knows you can do &quot;real dev work&quot; on it, because &quot;real dev work&quot; isn&#x27;t a performance case anymore, hasn&#x27;t been for like a decade now, and anyone who says otherwise is just a snob wanting an excuse to expense a $4k designer fashion accessory.<p>IMHO the important questions to answer are business side: will this displace sales of $350 windows machines or not, and (critically) will it displace sales of $1.3k Airs?<p>HN always wants to talk about the technical stuff, but the technical stuff here isn&#x27;t really interesting. The MacBook Neo is indeed the best laptop you can get for $6-700.<p>But that&#x27;s a weird price point in the market right now, as it underperforms the $1k &quot;business laptops&quot; (to avoid cannibalizing Air sales) and sits well above the &quot;value laptop&quot; price range.
      • prmph9 hours ago
        No, you can&#x27;t do real work on a $350 windows machine. No way such a setup is suitable for anything beyond browsing a tab or two and connecting to servers using SSH.<p>And, the whole shittiness of the experience will even distract you attempting real work: the horrible touchpad, the bad screen, the forced windows updates when you trying to start the machine to do something urgent, ads in Windows, the lack of proper programmability of Windows (unless you use WSL).... Add the fact that the toy is likely to break in a year or two. These issue exist on far more expensive Windows machines, how much more a $350 machine.<p>Leaving Windows machines and OS behind for more than a decade has been a continuing breath of fresh air. I have several issues with the Apple devices and macOS (as I have with Linux too), but on the whole they are far better than Windows. The only good thing about Windows that I miss on Macs is the file explorer and window management, not sure why Apple stubbornly refuses to copy those.
        • cosmic_cheese9 hours ago
          A lot of $350-ish Windows machines also don’t have SSDs but instead eMMC storage, which is dog slow and will make modern SSD-mandatory Windows feel even more awful to use.<p>If Windows&#x2F;Linux&#x2F;x86 is non-negotiable and that’s your budget, I would never in a million years recommend anything brand new. This is when you go pick up a $350 used midrange ThinkPad on eBay. It won’t outperform a Neo in terms of CPU and battery life but I guarantee it’ll be a better experience than the garbage routinely sold at this price point.
        • chocochunks6 hours ago
          Of course you can. You can do real work on an $80 Amazon Fire. Yes, some things will be potentially impossible or frustrating but that&#x27;s also true of the MacBook Neo, just a bit higher of a bar. A lot of this also depends on your definition of &quot;real work&quot;.<p>$350 USD can get you a decent laptop with a SSD, 16GB RAM and something like an Intel N100 or N95. And they pretty comparable to a decent Intel Skylake CPU which are still pretty usable.<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;NIAKUN-Computer-Processor-Keyboard-Fingerprint&#x2F;dp&#x2F;B0D5D5HW18" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;NIAKUN-Computer-Processor-Keyboard-Fi...</a><p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;AOC-Computer-Processor-Laptops-Windows&#x2F;dp&#x2F;B0G8VZ11D9" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;AOC-Computer-Processor-Laptops-Window...</a><p>Yes, the Neo has a faster CPU but it also has less RAM and less storage and costs more and has less ports. Besides ray traced games what can the Neo do that the others can&#x27;t? They&#x27;ll take longer but they&#x27;ll get there.<p>And if you&#x27;re willing to go used? That $350 goes a lot further.
          • prmph5 hours ago
            &gt; Yes, the Neo has a faster CPU but it also has less RAM and less storage and costs more and has less ports.<p>8GB on Apple Silicon is far better than 16 GB on Wintel, and I don&#x27;t event trust the quality of 16GB of RAM on a bottom of the barrel Windows machine.<p>Would you prefer a machine that is still good 7 years from now with less ports, or one with more ports that you have to replace in 2 years? Yes it is more expensive <i>now</i>, but over 7 years it is an absolute bargain.
            • chocochunks4 hours ago
              16 GB physical RAM is just better. Apple isn&#x27;t magic. Gimme a break. Both devices have SSDs for fast swapping and have RAM compression. You can&#x27;t spin up a VM that has 8GB RAM on the Neo, you can&#x27;t load a large spreadsheet or do a decently sized digital painting. I could maybe buy a claim that 8GB is better on Mac than 8GB on Windows.<p>Why would you have to replace it in 2 years? How do we know Apple will even be offering updates to Neo in 7 years? Will 8GB still be usable in 7 years really? 8GB is barely on the fence already.<p>I wouldn&#x27;t be surprised if Apple drops the Neo from software support in less than 7 years.
        • ajross8 hours ago
          &gt; No, you can&#x27;t do real work on a $350 windows machine.<p>Sigh. I mean, even absent the obvious answers[1], that&#x27;s just wrong anyway. You&#x27;re being a snob. Want to run WSL? Run WSL. Want to run vscode natively? Ditto. Put it on a cheap TV and run your graphical layout and 3D modelling work. I mean, obviously it does all that stuff. <i>OBVIOUSLY</i>, because that stuff is all cheap and easy.<p>All the complaining you&#x27;re doing is about preference, not capability. You&#x27;re being a snob. Which is hardly weird, we&#x27;re all snobs about something.<p>But snobs aren&#x27;t going to buy the Neo either. Again, the business question here is whether the $350 junk users can be convinced to be snobs for $600.<p>[1] &quot;Put Linux on it&quot;, &quot;All of your stuff is in the cloud anyway&quot;, &quot;It&#x27;s still a thousand times faster than the machine on which I did my best work&quot;, etc...
          • NetMageSCW8 hours ago
            You mean that machine from 30 years ago that was running 30 year old software that has nothing in common with today’s development? And how well does Linux run on 4GB?
            • ajross8 hours ago
              So weird to see this kind of flaming more than a decade after it got stale and silly. I mean, yeah, kinda: a 64MB K6-300 was pretty great!<p>But as to the 4G quip, that&#x27;s showing some ignorance of where the market is. The value segment is filled with devices like this: <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;HP-Stream-BrightView-N4120-Graphics&#x2F;dp&#x2F;B0DC6KMWJS" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;HP-Stream-BrightView-N4120-Graphics&#x2F;d...</a><p>That&#x27;s a 16G windows box which will happily run multiple VMs for whatever your deployment environment is, something the Neo is actually going to struggle with. The Jasper Lake CPU is indeed awfully slow, but again for routine &quot;dev&quot; tasks that&#x27;s just not a limit.<p>You would obviously refuse out of taste, but if you were actually forced to use this machine to do your job... you absolutely could.
              • mkesper5 hours ago
                But this has no real SSD. Back to external SSD like on Apple devices?
    • coldtea8 hours ago
      [flagged]
      • joe_mamba8 hours ago
        delete pls
        • embedding-shape8 hours ago
          I dunno, I&#x27;m more afraid of the syndrome where people seemingly stop reading after a word or two, instead of reading&#x2F;listening to the full context and then understanding that maybe they&#x27;ll explain what they mean by that later on.<p>Besides, almost starting to feel like something LLMs cannot replicate as easily, being strongly worded, it&#x27;s a bit harder to coax commercial LLMs to be &quot;mean&quot; towards people, so if someone is &quot;strongly opinionated&quot;, it almost makes the comment feel more human-like. But I digress.
        • NetMageSCW8 hours ago
          Sometimes the truth is succinct.
          • joe_mamba8 hours ago
            If someone would call Apple customers idiots, would they get banned for breaking HN rules? After all, they were the ones who kept buying generations of overpriced overheating intel garbage with keyboard that would break from spec of dust. Would that not also be the truth?<p>Then why is it OK to call other people, Mac Neo skeptics in this case, idiots?
  • hudtaylor1 hour ago
    I run a full AI operations stack on an M4 Mac Mini — ClawdBot (Claude), OBS streaming a 24&#x2F;7 WebGL simulation, Chrome for browser automation, 16 cron jobs, the whole thing. $599 machine.<p>Reality check: it works remarkably well for AI agent orchestration. The unified memory architecture means the agent, browser, and streaming can coexist without the memory wall you&#x27;d hit on x86. But running OBS alongside everything else does make it laggy — I&#x27;ve got an M5 MacBook Air (32GB) incoming and I&#x27;m planning to swap the Mini for a 64GB model to give more headroom.<p>For anyone considering Apple Silicon as an AI dev machine: the sweet spot is 64GB unified memory minimum if you want to run an agent + browser automation + anything else simultaneously. 32GB works but you feel the pressure. The M-series efficiency means you can leave it running 24&#x2F;7 without worrying about your power bill, which matters when your AI agent literally never sleeps.
    • joe_mamba1 hour ago
      What does your AI agent do on it?
  • montroser10 hours ago
    This is as much an indictment of AWS compute as it is anything else.
    • ipython10 hours ago
      Kinda comparing apples to oranges. AWS was using EBS and not local instance storage. So you’re easily looking at another order of magnitude latency when transmitting data over the network versus a local pcie bus. That’s gonna be a huge factor in what I assume is a heavy random seek load.
      • mjlee7 hours ago
        I wrote a longer comment already (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47352526">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47352526</a>) but looking at the hot run performance and making big hand wavy guesses, the performance difference might not be as big as you&#x27;d expect.
    • raincole10 hours ago
      The article is literally saying the opposite. Quote:<p>&gt; Here&#x27;s the thing: if you are running Big Data workloads on your laptop every day, you probably shouldn&#x27;t get the MacBook Neo.<p>&gt; All that said, if you run DuckDB in the cloud and primarily use your laptop as a client, this is a great device
    • vasco10 hours ago
      But AWS beat the laptop? And there&#x27;s no cost to performance analysis? Yes AWS is overpriced but how do you make that conclusion from this specific article? Because network disks were slower than SSDs? AWS also has SSD instances with local storage.
      • mjlee7 hours ago
        I haven&#x27;t tried the newer I7i and I8g instance types (the newest instances with local storage) for myself, but AWS claims &quot;I7i instances offer up to 45TB of NVMe storage with up to 50% better real-time storage performance, up to 50% lower storage I&#x2F;O latency, and up to 60% lower storage I&#x2F;O latency variability compared to I4i instances.&quot;<p>I benchmarked I4i at ~2GB&#x2F;s read, so let&#x27;s say I7i gets 3GB&#x2F;s. The Verge benchmarked the 256GB Neo at 1.7GB&#x2F;s read, and I&#x27;d expect the 512GB SSD to be faster than that.<p>Of course, an application specific workload will have its own characteristics, but this has to be a win for a $700 device.<p>It&#x27;s hard to find a comparable AWS instance, and any general comparison is meaningless because everybody is looking at different aspects of performance and convenience. The cheapest I* is $125&#x2F;mo on-demand, $55&#x2F;mo if you pay for three years up front, $30&#x2F;mo if you can work with spot instances. i8g.large is 468GB NVMe, 16GB, 2 vCPUs (proper cores on graviton instances, Intel&#x2F;AMD instance headline numbers include hyperthreading).
    • api10 hours ago
      Yeah, this is really about how ludicrously overpriced big cloud is. I’ve got a first gen M1 Max and it destroys all but the largest cloud instances (that cost its entire current market value per month!), at least in compute. <i>It’s a laptop!</i> A decent bare metal server in a rack will destroy any laptop.<p>It’s staggering. Jaw dropping. Bandwidth is even worse, like 10000X markup.<p>Yet cloud is how we do things. There’s a generation or maybe two now of developers who know nothing but cloud SaaS.<p>I watched everyone fall for it in real time.
      • arh545110 hours ago
        I agree and disagree, the benefit with cloud is you &quot;don&#x27;t need to manage it&quot;, it scales automatically, redundancy, and automatic backups etc. I do think you are right; in the future there will be more infrastructure as code as cost pressures become more obvious.
        • api9 hours ago
          Those benefits are at least partly lies though.<p>The tooling — K8S with all its YAML, Terraform, Docker, cloud CLI tools, etc. — is pretty hideously ugly and complicated. I watch people struggle to beat it into shape just like they did with sysadmin automation tools like Puppet and Chef a decade or more ago. We have not removed complexity, only moved it.<p>The auto scaling thing is a half truth. It can do this if you deploy correctly but the zero downtime promise is only true maybe half the time. It also does this at greatly inflated cost.<p>Today you can scale with bare metal. Nobody except huge companies physically racks anymore. Companies like Hetzner and DataPacket have APIs to bring boxes up. There’s a delay, but you solve that by a bit of over provisioning. Very very few companies have work loads that are so bursty and irregular that they need full limitless up and down scaling. That’s one of those niche problems everyone thinks they have.<p>The uptime promise is false in my experience. Cloud goes down for cluster upgrades and any myriad other reasons just as often as self managed stuff. I’ve seen serious unplanned outages with cloud too. I don’t have hard numbers but I would definitely wager that if cloud is better for uptime at all it’s not enough of an improvement to justify that gigantic markup.<p>For what cloud charges I should, as the deploying user, receive five nines <i>without having to think about it ever.</i> It does not deliver that, and it makes me think about it a lot with all the complexity.<p>The only technical promise it makes good on, and it does do this well, is not losing data. They’ve clearly put more thought into that than any other aspect of the internal architecture. But there’s other ways to not lose data that don’t require you to pay a 10X markup on compute and a 10000X markup on transfer.<p>I think the real selling point of cloud is blame.<p>When cloud goes down, it’s not your fault. You can blame the cloud provider.<p>IT people like it, and it’s usually not their money anyway. Companies like it. They’re paying through the nose for the ability to tell the customer that the outage is Amazon’s fault.<p>Cloud took over during the ZIRP era anyway when money was infinite. If you have growth raise more. COGS doesn’t matter.<p>Maybe cloud is ZIRPslop.
          • cestith9 hours ago
            Not all IaC is Kubernetes.
      • icedchai9 hours ago
        With cloud, what you&#x27;re really paying for is flexibility and scalability. You might not need either for your applications. At some startups, we needed it. We sized clusters wrong, needed to scale up in hours. This is something we wouldn&#x27;t ever be able to do with our own hardware without tons of lead time.<p>If your application won&#x27;t ever require more resources than a single server or two, then you are better off looking at other alternatives.
      • fridder8 hours ago
        Honestly I think the best path is hybrid with the cloud as DR and sudden load scaling.
        • api6 hours ago
          Metal with data streamed to cloud and cloud as hot backup is something some people already do.<p>If the metal dies in a catastrophic way (multiple nodes at once and loss of quorum, catastrophic DC outage, etc.) you spin it up in AWS.
  • __mharrison__9 hours ago
    When I teach, I use &quot;big data&quot; for data that won&#x27;t fit in a single machine. &quot;Small data&quot; fits on a single machine in memory and medium data on disk.<p>Having said that duckDB is awesome. I recently ported a 20 year old Python app to modern Python. I made the backend swappable, polars or duckdb. Got a 40-80x speed improvement. Took 2 days.
    • crowcroft1 hour ago
      A bit of a moving target there, especially with the definition of medium data on disk considering the rise of high speed NVMe vs spinning metal. Makes me wonder if the 00s &#x27;Big Data&#x27; era and the resulting infra is largely just outdated now...
    • ElectricalUnion6 hours ago
      The funny thing is that those days you can fit 64 TB of DDR5 in a single physical system (IBM Power Server), so almost all non data-lake-class data is &quot;Small data&quot;.
      • AlotOfReading6 hours ago
        And a single machine can hold petabytes of disk for medium scale. There aren&#x27;t many datasets exceeding that outside fundamental physics.
    • ladberg9 hours ago
      I&#x27;m curious - what were you doing that polars was leaving a 40-80x speedup on the table? I&#x27;ve been happy with it&#x27;s speed when held correctly, but it&#x27;s certainly easy to hold it incorrectly and kill your perf if you&#x27;re not careful
      • __mharrison__8 hours ago
        20 year old BI app. Columnar DBs weren&#x27;t really a thing. (MonetDB was brand new but not super stable. I committed the SQLAlchemy interface to it.)
      • devnotes779 hours ago
        Polars is fastest when you avoid eager eval mid-pipeline. If you see a 40x gap it&#x27;s often from calling .collect() inside a loop or applying Python UDFs row-wise.
      • dartharva8 hours ago
        Might be tangential but in my recent experience polars kept crashing the python server with OOM errors whenever I tried to stream data from and into large parquet files with some basic grouping and aggregation.<p>Claude suggested to just use DuckDB instead and indeed, it made short work of it.
  • clamlady10 hours ago
    as a broke ecologist, this little computer can do everything I need in R and word and is a phenomenal build for the price. I&#x27;m really enjoying it thus far.
    • steve_adams_865 hours ago
      I take it you&#x27;re researching clams? Or you happen to like clams a lot?<p>Where I live, our government-funded clam research programs are mostly shutting down. Very sad.
    • pbronez9 hours ago
      How did you get one already? I thought they were just up for pre-order
      • cluckindan9 hours ago
        Shipping started yesterday, meaning preorders would already have arrived then
      • chronogram8 hours ago
        Mine started shipping on 8 March to arrive on the 11 March release date.
      • clamlady8 hours ago
        yea, preordered.
  • elAhmo1 hour ago
    Hah, I wish people who are saying &#x27;can you even do anything with 8GB in 2026&#x27; would read posts like this.
  • onlyrealcuzzo9 hours ago
    This is awesome.<p>I wish more companies would do showcases like this of what kind of load you can expect from commodity-ish hardware.
    • butILoveLife9 hours ago
      [flagged]
      • f6v8 hours ago
        I never met someone using Apple laptops professionally who thought it was a status symbol. I only keep hearing this from non-Apple users.
        • antonyh8 hours ago
          The only status it brings is &quot;smart enough to not use Windows 11&quot; or &quot;cares enough to get the work done rather than fighting with Linux on laptops&quot;.<p>(I use Linux on desktop as a first choice, but it&#x27;s always been an uphill struggle with laptop wifi&#x2F;power manglement&#x2F;audio for me. I blame the esoteric chipsets used in the machines I&#x27;ve bought in the UK)
        • butILoveLife8 hours ago
          Its because its frowned upon to say it out loud.<p>Think of the people who buy fancy cars and pretend they bought it for other reasons than status.
          • NetMageSCW8 hours ago
            I did buy my car for reasons other than status. That’s just a bonus.
        • dartharva8 hours ago
          This brand&#x27;s perception varies wildly between different income groups, but is still one or the other flavor of positive in the end.
          • throwawaytea7 hours ago
            I have blue collar friends in California that consider apple products a sign of leftism and I hate to say it, but even sexuality (but that moreso in a joking way.)
      • neom8 hours ago
        <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html</a> &quot;Be kind. Don&#x27;t be snarky. Converse curiously; don&#x27;t cross-examine. Edit out swipes.&quot;
  • 1a527dd59 hours ago
    I adore DuckDB.<p>Did a PoC on a AWS Lambda for data that was GZ&#x27;ed in a s3 bucket.<p>It was able to replace about 400 C# LoC with about 10 lines.<p>Amazing little bit of kit.
  • haolez2 hours ago
    This might be a buy for me once it is fully supported by Linux. Hopefully, the muscle memory of Ctrl, Super and Alt won&#x27;t get in my way.
    • kroaton1 hour ago
      If SPTM is active on the chip, we are not going to be getting Linux at all.
  • scottlamb8 hours ago
    &gt; The cloud instances have network-attached disks<p>Props for identifying the issue immediately, but armed with that knowledge, why not redo the benchmark on a different instance type that has local storage? E.g. why not try a `c8id.2xlarge` or `c8id.4xlarge` (which bracket the `c6a.4xlarge`&#x27;s cost)?
  • ody424210 hours ago
    I would have benchmarked with an instance that has local nvme, like c8gd.4xlarge.
    • namibj10 hours ago
      Do they make any promises about persistence of local NVMe after something <i>like</i> a full-region power outage yet? Because if you can&#x27;t do durable commit on a single-region cluster that will be just temporarily unavailable without loosing committed data if something like that happened, it&#x27;s not quite there unless you still stream a WAL to storage that they do promise you will survive a full blackout of all zones that store (part of) the data.
      • amluto7 hours ago
        Yes. They promise to wipe your data. That SLA has all the nines you can ask for as long as you measure it in the right direction :)
      • LunaSea10 hours ago
        You already lose your data after instance restart so I think that full region outage is already out of question.
        • ody42428 hours ago
          Idk how an AWS region would respond to a power outage, but i have tested this in AWS Outpost, and there, if you power down a rack, then power it back again, the baremetal instances will not be recreated. (I was surprised as I was expecting the EC2 health check to terminate them, but it does not work like that.) My understanding is that if you stop&#x2F;start an instance, your local storage is gone (as the instance might even end up in a different host), but if you just reboot the instance, it should keep the local storage.
    • devnotes779 hours ago
      Worth noting the c8gd local NVMe is ephemeral so you&#x27;d need to pre-stage the data each run, but for a benchmark like this that&#x27;s actually ideal since you avoid EBS cold-read artifacts entirely.
  • refactor_master10 hours ago
    I think it’s relevant to first read [1] to see why they’re doing this. It’s basically done as a meme.<p>[1] <a href="https:&#x2F;&#x2F;motherduck.com&#x2F;blog&#x2F;big-data-is-dead&#x2F;" rel="nofollow">https:&#x2F;&#x2F;motherduck.com&#x2F;blog&#x2F;big-data-is-dead&#x2F;</a>
    • mazzma10 hours ago
      &gt; An alternate definition of Big Data is “when the cost of keeping data around is less than the cost of figuring out what to throw away.”<p>That couldn&#x27;t be more accurate
  • tasuki9 hours ago
    That&#x27;s not Big Data. If you &quot;need to process Big Data on the move&quot; - what you need is a network.
    • red-iron-pine9 hours ago
      aye.<p>the laptop is gonna have some local code, maybe a lot, but if I&#x27;m doing legitimate &quot;big data&quot; that data is living i the cloud somewhere, and the laptop is just my interface.
    • butILoveLife9 hours ago
      [flagged]
  • _glass6 hours ago
    Set up the machine yesterday. Everything runs just fine. Will use it mainly for academic writing, and light development work, only conceptual work, PoCs.
  • devnotes779 hours ago
    The DuckDB team benchmarked with an r7i.16xlarge which uses EBS - that&#x27;s the expected bottleneck. A fairer comparison would be an i4i or c8gd with local NVMe, where you&#x27;d likely see the laptop and cloud instance much closer in practice.
    • amluto7 hours ago
      On a MacBook, one can download a data set, reboot, install updates, etc and still have the dataset. Those nice-ish AWS instances will wipe their local storage if they are stopped. Sure, one needs backups, but this is still annoying.<p>Also, at on-demand prices, three months of continuous usage of a single c8gd.2xlarge will pay for that MacBook Neo. The MacBook Neo has a larger SSD than the AWS instances. To be fair, the MacBook Neo has seriously nerfed external IO bandwidth, so the c8gd.2xlarge will outperform it in networking. That being said, I think that any other Mac in the current lineup will utterly smoke c8gd.2xlarge if you are willing to use Thunderbolt-connected network adapters.<p>Given how little power modern Macs use, a little closet full of Macs with a decent network switch will easily run on a single 20A circuit and will perform better than quite a few thousands of dollars per month of AWS products. Sadly, you’re kind of stuck on MacOS (which is not actually a fantastic server OS) and the management tools are poor. Oh, well.
  • alex_creates9 hours ago
    Funny just yesterday I almost bought one but got cold feet and opted for a low range MacBook with M5 chip. The Apple sales rep was not convinced it would be enough when i described using it for vibecoding and deploying so kind of talked me out of getting the Neo. I normally use a mix of LLMs, then connect to Github and do a one-click deploy on CreateOS. Do you think I over-reacted? The price of the Neo is SO attractive, a clean half price compared to what I got.
    • kingnothing8 hours ago
      Why do you need an M5 to run Cursor and a browser? Your laptop isn&#x27;t doing anything in your described workflow.
    • MBCook7 hours ago
      I think you’ll be quite a bit happier. Between the quality of life stuff like the ancient life sensor, the pure quality stuff like a better screen and speakers, and extra RAM so it lasts longer that seems like a good decision.<p>The Neo is neat and for someone who mostly does surfing and standard office work kind of stuff I suspect it’s a pretty great little laptop for way less than Apple usually charges.<p>But it’s not going to compete with an M5 anything.
    • alpaca1288 hours ago
      Imho 8GB RAM for productivity can quickly be restrictive. I used an M1 with 8GB and my current Macbook is M2 with 16GB, and to me the difference feels bigger than 2x. It seems not everyone here feels that way, but I&#x27;d say there&#x27;s a reason Apple bumped the base models to 16 and makes that exclusive to non-Neo models.
    • NetMageSCW8 hours ago
      If you have doubts and you have the money, why worry about it?
  • hirako20008 hours ago
    Would it not also work on a raspberry.<p>With I&#x2F;O streaming and efficient transformation I do big data on my consumer PC and good old cheap HDDs just fine.
    • MBCook7 hours ago
      I suspect the Neo’s A-series chip wipes the floor with a Pi.<p>I’m really surprised just how competitive it was in their benchmark. I was expecting “sure it doesn’t compete but it works and you can use it”, not “it beat an Amazon instance, though not a really powerful one”.
    • tonymet7 hours ago
      IO on a raspi is pathetic. As packaged it’s 100 times slower , with a M.2 hat it’s still 5x slower
  • tosh10 hours ago
    For the TPC-DS results it would also have been nice to show how the macbook neo compares to the AWS instances.<p>Or am I missing something?
    • szarnyasg2 hours ago
      Indeed, it would have been interesting but I really wanted to get the blog post out on the launch day of the MacBook Neo and did not have the bandwidth to run additional cloud experiments.<p>I ran TPC-DS SF300 now on the c6a.4xlarge. It turns out that it&#x27;s still quite limited by the EBS disk&#x27;s IO: while 32 GB memory is much more than 8 GB, DuckDB needs to spill to disk a lot and this shows on the runtimes. Running all 99 queries took 37 minutes, so about half of the MacBook&#x27;s 79 minutes.<p>&gt; Command being timed: &quot;duckdb tpcds-sf300.db -f bench.sql&quot;<p>&gt; Percent of CPU this job got: 250%<p>&gt; Elapsed (wall clock) time (h:mm:ss or m:ss): 37:00.96<p>&gt; Maximum resident set size (kbytes): 25559652
  • nicoritschel10 hours ago
    &gt; compared to 3–5 GB&#x2F;s<p>Their numbers are a bit outdated. M5 Macbook pro SSDs are literally 5x this speed. It&#x27;s wild.
    • jsheard10 hours ago
      I&#x27;m seeing ~6GB&#x2F;sec: <a href="https:&#x2F;&#x2F;www.tomshardware.com&#x2F;laptops&#x2F;macbooks&#x2F;m5-macbook-pros-ssd-is-2-5x-faster-on-average-than-last-gen-m4-exceeding-apples-own-claims-m5-achieves-6-000-mb-s-across-both-read-and-write-speeds" rel="nofollow">https:&#x2F;&#x2F;www.tomshardware.com&#x2F;laptops&#x2F;macbooks&#x2F;m5-macbook-pro...</a><p>That&#x27;s decently fast but not especially remarkable, most Gen4 NVMe drives can hit 6-7GB&#x2F;sec.
      • lowkj9 hours ago
        To be clear, that article is about the base m5, not the m5 pro or m5 max.<p><a href="https:&#x2F;&#x2F;www.apple.com&#x2F;newsroom&#x2F;2026&#x2F;03&#x2F;apple-introduces-macbook-pro-with-all-new-m5-pro-and-m5-max&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.apple.com&#x2F;newsroom&#x2F;2026&#x2F;03&#x2F;apple-introduces-macb...</a><p>&quot;The new MacBook Pro delivers up to 2x faster read&#x2F;write performance compared to the previous generation reaching speeds of up to 14.5GB&#x2F;s...&quot;
        • jsheard9 hours ago
          OP did just say M5 (implying the base model)<p>Those speeds on the Pro&#x2F;Max are impressive though, more in line with Gen5 NVMe drives. Those have been available in desktops for some time but AFAIK the controllers are still much too hot and power hungry for laptops, so I think Apple&#x27;s custom controller is actually the first to practically hit those speeds on mobile.
    • hu39 hours ago
      Interesting. Do you have a link?
  • zipping154910 hours ago
    &gt; TL;DR: How does the latest entry-level MacBook perform on database workloads? We benchmarked it to find out.<p>That&#x27;s not tldr, that&#x27;s just subheader.
    • coreyhn9 hours ago
      Thank you! I was going to say the same thing. It doesn’t give mr an overview at all
    • szarnyasg8 hours ago
      You&#x27;re right! I pushed an updated TL;DR block.
  • varispeed10 hours ago
    If you can fit it on a thumb drive, it&#x27;s not Big Data.
  • aaronharnly9 hours ago
    That c8g.metal-48xl instance costs $7.63008 on demand[1], so for the price of the laptop, you could run queries on it for about ~90 hours.<p>:shrug: as to whether that makes the laptop or the giant instance the better place to do one&#x27;s work…<p>[1] <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;ec2&#x2F;pricing&#x2F;on-demand&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;ec2&#x2F;pricing&#x2F;on-demand&#x2F;</a>
  • tonymet7 hours ago
    “Big data” doesn’t have a 5gb memory cap.<p>I’m guessing so many devs started out on 32gb MacBooks that the NEO seems underpowered. but it wasn’t too long ago that 8gb, 1500mb&#x2F;sec IO &amp; so many cores was an elite machine.<p>I did a lot of dev work on a glorified eePC Chromebook when my laptop was damaged. You don’t need a lot of ram to run a terminal.<p>I’m hoping NEO resets the baseline testing environment so developers get back to shipping software that doesn’t monopolize resources. “Plays nice with others” should be part of the software developer’s creed.
  • TacticalCoder10 hours ago
    I&#x27;m interested by one (not for big data) but only 8 GB or RAM is kinda really sad.<p>My good old LG Gram (from 2017? 2015? don&#x27;t even remember) already had 24 GB of RAM. That was 10 years ago.<p>A decade later I cannot see myself being a laptop with 1&#x2F;3rd the mem.
    • maratc10 hours ago
      Did your LG Gram cost $450 (to make for $600 in today&#x27;s money) in 2015-17?<p>If it didn&#x27;t, Apple has other laptops today with more RAM.
  • BoredPositron10 hours ago
    Queue the endless blog posts about running tech on the potato macbook and being stunned it’s functional with massive trade-offs. Groundbreaking stuff.
    • Schiendelman10 hours ago
      That usage is &quot;Cue&quot;, not &quot;queue&quot;.
      • LeifCarrotson10 hours ago
        Cue the queue of blogs! Trigger the formation of a line of posts to be published sequentially.
    • butILoveLife8 hours ago
      [flagged]
  • fnord778 hours ago
    this has a phone CPU&#x2F;memory
  • pella8 hours ago
    other test:<p>2025-09-08 : &quot;Big Data on the Move: DuckDB on the Framework Laptop 13&quot;<p><i>&quot;TL;DR: We put DuckDB through its paces on a 12-core ultrabook with 128 GB RAM, running TPC-H queries up to SF10,000.&quot;</i><p><a href="https:&#x2F;&#x2F;duckdb.org&#x2F;2025&#x2F;09&#x2F;08&#x2F;duckdb-on-the-framework-laptop-13" rel="nofollow">https:&#x2F;&#x2F;duckdb.org&#x2F;2025&#x2F;09&#x2F;08&#x2F;duckdb-on-the-framework-laptop...</a>
  • raphaelmolly86 hours ago
    [dead]
  • irenetusuq10 hours ago
    [dead]
  • sriramgonella6 hours ago
    [flagged]
  • shablulman11 hours ago
    [dead]
  • Aniakshay9 hours ago
    [flagged]
  • butILoveLife9 hours ago
    [flagged]
    • cosmic_cheese8 hours ago
      &gt; And I have a hard time believing people who tell me stories about low power consumption, because no one had cared about that until Apple pretended people cared about it.<p>That’s because battery life was pretty mediocre across the board, with Apple occasionally squeaking out a bit of an upper hand on the Air. Most laptops were in the same boat, aside from gaming and workstation laptops but battery life has never been the point of those.<p>That changed dramatically with the M-series Macs. People didn’t start caring because Apple did, but because it meant no longer being tethered to a wall, being able to do a lot of outings without a brick or charger cable at all, and on extended trips being able to get by with a little phone charger instead of a the usual huge ungainly brick.<p>One of the primary objectives of a laptop is portability, and long battery life is an objective upgrade in that category. Not everybody needs it but for those who do it’s difficult to give up once you’ve had it.<p>EDIT: Another advantage of that higher efficiency is that MacBooks can run at full performance without being plugged in without it obliterating battery life. x86 laptops universally throttle when untethered and while this can be disabled, they burn through their batteries much more quickly.
      • mikey_p7 hours ago
        I don&#x27;t think anyone that dismisses this really understands this. I&#x27;ve never had a laptop that could for more than about 3-4 hours doing dev work, but in 2014 I could get 8 hours of dev time out of an Air, and I can do that now on my M1 Macbook Pro.<p>For someone who is actually out and about all the time, this is life changing.<p>If you just sit with your laptop tethered at your desk all day, they why would you ever care?
      • hermanzegerman8 hours ago
        To be honest I never had Issues with Battery Life on my ThinkPad. I&#x27;ve gotten out 10-12 hours with the 96Wh Battery and never felt the need for much more.<p>I think most people who are so wowed by Macs bought just a garbage Windows Machine (e.g. almost everything from Asus and Acer) before and then splurged the money for a nice one, so obviously it&#x27;s so much better in comparison.
        • cosmic_cheese8 hours ago
          Is that under Windows or Linux? It’s not awful, but depending on usage a MacBook can do 16h+ with the same size battery, especially if put into low power mode, which is substantially better.<p>The smaller 13” Air also gets similar numbers despite its smaller battery, which is a big deal for people who don’t want to lug around a 15&#x2F;16” laptop.
        • moduspol8 hours ago
          How heavy is that ThinkPad?
    • kingnothing8 hours ago
      Maybe it&#x27;s an excellent experience these days, but every time I&#x27;ve tried Linux on desktop over the past 25 years I get burned. Maybe it works for a while, then your NIC driver gets borked and you spend 2 days trying to get it working again. Or some update goes sideways and you lose the GUI, launching only into a terminal. It&#x27;s always something. And laptops have even less common hardware than desktops.<p>On the other hand, every Mac I&#x27;ve used over the past 15 years has been bulletproof. It turns on, it works, it runs *nix. It&#x27;s an invisible interface to getting work done.
      • butILoveLife8 hours ago
        I&#x27;d be willing to gamble that you used Debian-family. Debian is outdated linux. It is literally designed to be 2 years outdated upon release.<p>Use Fedora. Its up to date.<p>Note that Fedora is NOT Arch.
        • mikey_p7 hours ago
          That&#x27;s kinda the point of the Mac though, you don&#x27;t have to get the right distribution or deal with pedantry, you buy, take it home, open it and will run for 8-10 hours of work without charging. No distro issues.
          • butILoveLife7 hours ago
            But then you dont get Nvidia, 16gb, or 512 SSD.<p>And all you needed to do was know Fedora is SOTA. Once you know that, you don&#x27;t need to change.
      • franktankbank8 hours ago
        FWIW I have had no issues on a thinkpad for past 10 years running standard linux distros. I think it may come down to a combo of os and particular mb&#x2F;laptop which is pretty easy to find recommendations.
    • dwedge8 hours ago
      &gt; And I have a hard time believing people who tell me stories about low power consumption, because no one had cared about that until Apple pretended people cared about it.<p>I haven&#x27;t packed a charger for the day for 3 years. I can work in coffee shops or on the couch for over 6 hours without even thinking about charging. I&#x27;m sorry but if you haven&#x27;t tried the M* macbooks you don&#x27;t know what you&#x27;re criticising.
    • nicbou9 hours ago
      You get a long-lasting device that&#x27;s usually pleasant to use. User experience is harder to measure than specs, but at least for me, Macbooks are consistently better laptops than everything else I&#x27;ve used.
    • eru9 hours ago
      People care about how long you can run in between charging. Low power consumption helps with that, even if you don&#x27;t care about it directly.
    • f6v8 hours ago
      Yeah, but then MacBook is going to run smoother and faster than the Windows one (and I don’t want to spend even one extra minute on dealing with drivers on Linux). There’re just objective benchmarks for that.<p>And MacBooks also have a better display and build quality. Like, touchpad is still hit or miss on any non-Apple device.
      • MBCook7 hours ago
        My work laptop is a common HP model from just a few years ago.<p>The screen is seriously ‘meh’, a massive upgrade from the previous HP model’s “you paid how much for this?”<p>Both have plastic cases that are fine but don’t feel tight&#x2F;solid.<p>The keyboards are 80% and off center so there’s a numpad, which makes things hard to type for me.<p>The trackpads are fine. Which is way better than I was expecting.<p>Neither held a candle in speed or quality to my 16 GB M1 Air, and they are developer laptops, not $600 models.<p>I’m pretty sure I’d want a Neo over a $600 PC for non-developer work.<p>And the noise. Spin the fan up. Now down. Now up. Now down. Random spinning HD noises too (2nd disk I don’t use). Just to sit on the desktop.
    • fckgw7 hours ago
      People want a laptop that has<p>- Great battery life<p>- Solid build quality<p>- A familiar interface (iPhone is the most popular OS in the US)<p>- Good enough speed and snappiness for the tasks they can&#x27;t do on their phone<p>- Can walk into Costco or buy online at Amazon without having to hunt for deals or refurbs<p>- Is from a brand they are familiar with and has an association with quality.<p>- Is somewhere around $500-$800, the most common price range for laptops today<p>The MacBook Neo ticks all those boxes, and it comes in fun colors. It&#x27;s the one you can walk into a store, buy, not really sweat the speeds and feeds and know you will have a pretty great experience with. I&#x27;m not sure why so many people are having a hard time understanding this.
    • hermanzegerman9 hours ago
      Where do I get a Laptop with a Nvidia GPU for 600$ ?<p>I&#x27;m right now in the Market for a new Laptop, because I need way more GPU Power than my T470 provides, and to be honest the MacBookPros are quite competitively priced compared to the P-ThinkPads with Nvidia Cards. (Both around 3000€) They also finally offer a matte screen option<p>The only thing holding me back right now is the soldered SSD, RAM (and shitty Linux support).<p>It was quite nice being able to upgrade RAM, SSD and replace the Battery on it. Otherwise it wouldn&#x27;t have lasted for 9 years
    • dartharva8 hours ago
      &gt; You could get a laptop with an Nvidia GPU, 16gb ram, 512 ssd... or a &#x27;cheap&#x27; Macbook.<p>That laptop won&#x27;t have half the battery life the macbook does. It really all only boils down to the &quot;handiness&quot; of the device.
    • plagiarist8 hours ago
      Which laptop is this, with good Linux support?
    • UqWBcuFx6NV4r8 hours ago
      [flagged]
  • Jeffrin-dev10 hours ago
    [flagged]
    • post-it10 hours ago
      Did you use AI to write a one-paragraph comment?
      • SteveNuts10 hours ago
        &gt; MacBook Neo&#x27;s NVMe being slower than the Air&#x2F;Pro isn&#x27;t just a benchmark footnote — it compounds with file count in a non-linear way.<p>The “isn’t just” part is a dead giveaway almost always.
      • Schiendelman10 hours ago
        It&#x27;s probably worse than that - he probably used AI to look for things to comment on and automatically create comments. He&#x27;s not even here.
      • 4ggr010 hours ago
        it really is the stereotypical form of &quot;it&#x27;s not just this, it&#x27;s actually that&quot;, and even an em-dash!
      • _joel10 hours ago
        Account was created 3 days ago, probably one of those bloody clawdbots.
  • opentokix10 hours ago
    Mind blown, if you need to handle &quot;big&quot; data on the move - the macbook neo is not the right choice. - Who would have guessed that outcome?
    • g947o10 hours ago
      It occurs to me that there is near zero overlap between people who use a Macbook Neo and people who run DuckDB locally.<p>It would be a surprise if more than 0.1% of Macbook Neo users have even heard of DuckDB.<p>Which means that this article is probably just riding the hype.
      • hrmtst9383710 hours ago
        Trying DuckDB on lower-end Macbooks does show you dont need much muscle for moderate-size analytics. Long term it isnt cost-effective compared to budget laptops but its super simple for self-contained pipelines. The thing is 8GB RAM leaves you stuck once your data actually grows past the marketing demo.
        • NetMageSCW8 hours ago
          Can’t give up and admit that 8GB of RAM is enough, can you?
        • g947o7 hours ago
          I think you completely missed the point.<p>People buy Macbook Neo because they &quot;just need a laptop&quot; or are budget conscious.<p>I imagine a student would get their hands wet with Postgre before looking at DuckDB or similar.<p>It would be a surprise if they do heavy workloads with DuckDB. In which case it&#x27;s definitely worth investing in a more powerful computer.
  • hermanzegerman11 hours ago
    That&#x27;s an awesome idea to get a bricked MacBook Neo really fast because those idiots soldered the SSD inside
    • windowsrookie10 hours ago
      Apple has been soldering the SSD into MacBooks for over 10 years now, and most 10 year old MacBooks still have a working SSD.
      • hermanzegerman9 hours ago
        Not if you&#x27;re powerusing it like in the Article and relying heavily on Swap.<p>Also there are countless reports of bricked M1 8GB MacBook Airs that are bricked because the SSD used up it&#x27;s write cycles<p><a href="https:&#x2F;&#x2F;youtu.be&#x2F;0qbrLiGY4Cg?si=mjKn2oLjqAb36hPU" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;0qbrLiGY4Cg?si=mjKn2oLjqAb36hPU</a>
        • havaloc8 hours ago
          That&#x27;s not what the video insinuates.
          • hermanzegerman5 hours ago
            Yes you&#x27;re right. I meaned a different video, but I can&#x27;t find it right now. I&#x27;ve looked it up, and back then MacOS had a bug which exacerbated that issue. Here is an article<p><a href="https:&#x2F;&#x2F;www.macrumors.com&#x2F;2021&#x2F;02&#x2F;23&#x2F;m1-mac-users-report-excessive-ssd-wear&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.macrumors.com&#x2F;2021&#x2F;02&#x2F;23&#x2F;m1-mac-users-report-exc...</a>
            • windowsrookie1 hour ago
              You originally stated &quot;Also there are countless reports of bricked M1 8GB MacBook Airs that are bricked because the SSD used up it&#x27;s write cycles&quot;<p>Do you have a source for these &quot;countless bricked SSD&#x27;s&quot;?
              • hermanzegerman30 minutes ago
                Here was the Video I meant back then.<p><a href="https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=MZuv4TIjk-I&amp;pp=ygURZGVhZCBNYWNCb29rcyBzc2Q%3D" rel="nofollow">https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=MZuv4TIjk-I&amp;pp=ygURZGVhZCBNYWN...</a>
    • lachlan_gray10 hours ago
      Not sure about the ssd in particular but the neo is apparently pretty modular<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5k7Lv7f-5CQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5k7Lv7f-5CQ</a>
      • sam3459 hours ago
        Fantastic tear down. Thank you. Amazing for Apple. I hope this is the trend going forward but probably not. But still a gazillion screws? I just replaced the keyboard for my old hp elitebook with two screws.
        • hermanzegerman9 hours ago
          I don&#x27;t care about a gazillion screws, if it&#x27;s serviceable in the End.<p>If Apple would build their laptops serviceable like ThinkPads I would buy one today.
          • MBCook7 hours ago
            It seems like they’re starting to learn the cost of being <i>too</i> integrated.<p>They’ve slowly been moving towards making it easier to repair individual broken parts. I’m very happy to see that a new keyboard doesn’t require replacing the entire top case. That was just crazy.
    • k4rnaj1k10 hours ago
      [dead]
  • ramgale10 hours ago
    Seems completely unnecessary, there is probably 0 overlap between people who buy a cheap MacBook and people running DuckDB locally
    • MBCook7 hours ago
      I agree I don’t think it’s going to be something people really do.<p>I just thought it was neat. It’s a phone chip, we’ve never been able to do stuff like this on an Apple phone chip before. No one was porting this to the iPhone to run there.<p>In my mind this is purely a curiosity article, and I like that.
    • swiftcoder9 hours ago
      I&#x27;ve used MacBook Airs as primary dev machines multiple times in my career (before Apple silicon, when Airs had truly shit performance).<p>There is always a trade-off of cost&#x2F;convenience&#x2F;power, and some folks are going to end up the the Neo end of the spectrum.
    • ExxKA10 hours ago
      I love small form factors, and I am what youd call a professionel :P
      • leoedin9 hours ago
        I think the form factor is basically the same (maybe slightly thicker) as a Macbook Air. It&#x27;s basically an Air with lower performance in most dimensions.
    • dartharva7 hours ago
      You&#x27;d be surprised. There are many of us analysts in the third world who are paid pennies <i>and</i> expected to build large-scale exec dashboards from nontrivial data - with no cloud support whatsoever. ETL has to be local from hundreds of GBs of csv dumps.
    • NetMageSCW8 hours ago
      It’s necessary because the ignorant keep saying 8GB of RAM is a deal breaking limitation on the cheapest MacBook available.
  • TutleCpt11 hours ago
    Oh great, the term &quot;big data&quot; is back.
    • michalc11 hours ago
      So my definition of big data was data so big it cannot be processed on a single machine in a reasonable amount of time.<p>I guess they’re using a different definition?
      • jawns10 hours ago
        I think it&#x27;s partly tongue in cheek, because when &quot;big data&quot; was over hyped, everyone claimed they were working with big data, or tried to sell expensive solutions for working with big data, and some reasonable minds spoke up and pointed out that a standard laptop could process more &quot;big data&quot; than people thought.
      • rattray10 hours ago
        &gt; For our first experiment, we used ClickBench, an analytical database benchmark. ClickBench has 43 queries that focus on aggregation and filtering operations. The operations run on a single wide table with 100M rows, which uses about 14 GB when serialized to Parquet and 75 GB when stored in CSV format.<p>very much so…
      • rrr_oh_man10 hours ago
        In my former life as a soulless consultant mid-level IT managers really liked to hear the 3 &quot;V&quot;s mentioned: Velocity, Volume, Variety
        • speedgoose10 hours ago
          The V of Value is very important in some circles.
      • speedgoose10 hours ago
        Computers got bigger and software got smarter.<p>You have phones that are faster than cloud VMs of the past. You can use bare metal servers with up to 344 cores and 16TB of ram.<p>I used to share your definition too, but I now say that if it doesn’t open in Microsoft Excel, it’s big data.
        • Zambyte10 hours ago
          Processing data that cannot be processed on a single machine is fundamentally a different problem than processing data that can be processed on a single machine. It&#x27;s useful to have a term for that.<p>As you say, single machines can scale up incredibly far. That just means 16 TB datasets no longer demand big data solutions.
          • speedgoose10 hours ago
            I get your point, but I don’t know if big data is the right term anymore.<p>Many people like to think they have big data, and you kinda have to agree with them if you want their money. At least in consulting.<p>Also you could go well beyond a 16TB dataset on a single machine. You assume that the whole uncompressed dataset has to fit in memory, but many workloads don’t need that.<p>How many people in the world have such big datasets to analyse within reasonable time?<p>Some people say extreme data.
      • bcye11 hours ago
        I think they are simply referring to analytical workloads.
      • brudgers10 hours ago
        “Your data isn’t big” is a good working definition of big data.<p>Google has big data. You are not google.
        • antonyh8 hours ago
          I think the definition of big is smaller than that. Mine was &quot;too big to fit on a maxed-out laptop&quot;, effectively &gt;8TB. Our photo collection is bigger than that, it&#x27;s not &#x27;big data&#x27;.<p>Or one could define it as too big to fit on a single SSD&#x2F;HDD, maybe &gt;30TB. Still within the reach of a hobbyist, but too large to process in memory and needs special tools to work with. It doesn&#x27;t have to be petabyte scale to need &#x27;big data&#x27; tooling.
  • evanjrowley9 hours ago
    &gt;Can I expect good performance from the MacBook Neo with Slack, Microsoft Office, and Google Chrome signed into Atlassian and a CRM, all running simultaneously?<p>No.<p>&gt;Do I reject a world where all of the above is necessary to realize value from an entry-level MacBook?<p>In theory, yes.