this post was submitted on 18 Apr 2024
593 points (95.7% liked)

Technology

59402 readers
2650 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] magiccupcake@lemmy.world 0 points 7 months ago (3 children)

This is a truly terrible article.

Like why not test these things? This just sounds like ai generated garbage.

That being said, 8gb is an abysmally low amount of ram in 2024. I had a mid range surface in 2014 that had that much ram. And the upcharge for more is quite ridiculous too.

I know it's pc ram but I bought 64gb of ddr4 3600mhz for like $130. How on earth is apple charging $200 for 8!!!!

[–] Shadywack@lemmy.world 18 points 7 months ago (2 children)

Looks like you didn't read the article either.

Overall, I'm using 12.5GB of memory and the only application I have open is Chrome. Oh, and did I mention I'm typing this on a 16GB MacBook Air? I used to have an 8GB Apple silicon Air and to be frank it was a nightmare, constantly running out of memory just browsing the web.

Earlier it's mentioned that they have 15 tabs open. I don't like a lot of things they do in "gaming journalism" but on this article they're spot on. Apple is full of shit in saying 8GB is enough by today's standards. 8GB is a fuckin joke, and you can't add any RAM later.

[–] ABCDE@lemmy.world 0 points 7 months ago (2 children)

That doesn't make sense. I have the 8GB M2 and don't have any issues with 20+ tabs, video calling, torrents, Luminar, Little Snitch, etc open right now.

[–] Shadywack@lemmy.world 9 points 7 months ago (1 children)

15 tabs of Safari, which is demonstrably a better browser by some opinions due to its efficiency and available privacy configuration options. What if you prefer Chrome or Firefox?

I will argue in Apple's defense that their stack includes very effective libraries that intrinsically made applications on Mac OS better in many regards, but 8GB is still 8GB, and an SoC isn't upgradeable. Competition has far cheaper 16GB options, and Apple is back to looking like complete assholes again.

[–] ABCDE@lemmy.world 2 points 7 months ago (1 children)
[–] adam@doomscroll.n8e.dev 2 points 7 months ago (1 children)

The fact you got downvoted for someone else's assumption (that was upvoted) makes me chuckle. There's some serious Apple hating going on here*.

*sometimes deserved. Not really in this case.

[–] ABCDE@lemmy.world 1 points 7 months ago

It's very odd, I've had the weirdest downvotes.

[–] magiccupcake@lemmy.world -5 points 7 months ago* (last edited 7 months ago) (1 children)

Oh no I read the article, I just don't consider that testing.

It's not really apt to compare using ram on a browser on one computer and extract that to another, there's a lot of complicated ram and cache management that happens in the background.

Testing would involve getting a 8gb ram Mac computer and running common tasks to see if you can measure poorer performance, be it lag, stutters or frame drops.

[–] Shadywack@lemmy.world 9 points 7 months ago

You do have a point, but I think the intent of the article is to convey the common understanding that Apple is leaning on sales tactics to convince people of a thing that anyone with technical acumen sees through immediately. Regardless of how efficient Mach/Darwin is, it's still apples to apples (pun intended) to understand how quickly 8GB fills up in 2024. For those who need a fully quantitative performance measurement between 8 and 16GB, with enough applications loaded to display the thrashing that starts happening, they're not really the audience. THAT audience is busy reading about gardening tips, lifestyle, and celebrity gossip.

[–] adam@doomscroll.n8e.dev 0 points 7 months ago (1 children)

Written by someone who apparently has no understanding of virtual memory. Chrome may claim 500MB per tab but I'll eat my hat if the majority of that isn't shared between tabs and paged out.

If I'm misunderstanding then how the fuck is chrome with it's 35+ open tabs functioning on my 16GB M1 machine (with a full other application load including IDE's and docker (with 8GB allocated)

[–] magiccupcake@lemmy.world 1 points 7 months ago

I have plenty of understanding of what virtual memory memory is. For one, virtual memory is orders of magnitude slower than physical RAM.

My point still stands, 8gb is fine if all you do is light web browsing and writing documents which is basically nothing, but at that point you don't need a 2024 Macbook anything, you could use a older M1 Macbook and be perfectly happy.

All web browsers will use up as much ram as possible, that doesn't mean they need it.

Even you don't have a device with 8gb of memory, just because it's usable doesn't mean that's it's optimal, or that it's not a ripoff to charge $200 for another 8gb.

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com -5 points 7 months ago (2 children)

Your 64 gigs of ram probably uses 10x the power and takes up significantly more space than the single memory chip that's on the M1-M3s die. And yet it still has less bandwidth than the M1, and on top of that the M1 utilizes it more efficiently than a "normal" desktop or laptop can since there's one pool of memory for RAM RAM and VRAM.

https://en.wikipedia.org/wiki/Apple_M1#:~:text=While%20the%20M1%20SoC%20has%2066.67GB/s%20memory%20bandwidth

Chat GPT guestimates 57GB/s for dual channel DDR4 at 3600mhz

$1000 for 8 gigs of RAM in the Air is whatever. $1200 for 8 gigs of ram in the Pro was not great. But 1600 for 8 gigs of ram in the new M3 MBP is really awful.

[–] pivot_root@lemmy.world 7 points 7 months ago

the M1 utilizes it more efficiently than a "normal" desktop or laptop can since there's one pool of memory for RAM RAM and VRAM.

That's not how it works, unfortunately.

A UMA (unified memory architecture) enables zero-copy texture uploads and frame buffer access, but that's not likely to constitute notable memory savings outside games or GPU-accelerated photo editing. Most of the memory is going to be consumed by applications running on the CPU anyway, and that's not something that can be improved by sharing memory between the CPU and GPU.

And yet [your 64 gigs of ram] still has less bandwidth than the M1

It's by necessity that the M1 has higher memory bandwidth. UMA comes with the drawback of the GPU and CPU having to share that memory, and there's only so much bandwidth to go around. GPU cores are bandwidth hungry, which is mitigated by either using a pile of L2 cache or by giving the system better memory bandwidth.

[–] freeman@sh.itjust.works 4 points 7 months ago

Memory bandwidth is useless if you run out of memory and need to swap.

GPU not having it's own pool of memory is really going to help to.

Pigs fly in apple land.