this post was submitted on 24 Jun 2024
731 points (95.5% liked)

Technology

55562 readers
4074 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
 

There were a number of exciting announcements from Apple at WWDC 2024, from macOS Sequoia to Apple Intelligence. However, a subtle addition to Xcode 16 — the development environment for Apple platforms, like iOS and macOS — is a feature called Predictive Code Completion. Unfortunately, if you bought into Apple's claim that 8GB of unified memory was enough for base-model Apple silicon Macs, you won't be able to use it. There's a memory requirement for Predictive Code Completion in Xcode 16, and it's the closest thing we'll get from Apple to an admission that 8GB of memory isn't really enough for a new Mac in 2024.

you are viewing a single comment's thread
view the rest of the comments
[–] _number8_ 84 points 3 days ago (16 children)

imagine showing this post to someone in 1995

shit has gotten too bloated these days. i mean even in my head 8GB still sounds like 'a lot' of RAM and 16GB feels extravagant

[–] [email protected] 23 points 3 days ago (43 children)

I still can't fully accept that 1GB is not normal, 2GB is not very good, and 4GB is not all you ever gonna need.

If only it got bloated for some good reasons.

[–] [email protected] 3 points 2 days ago* (last edited 2 days ago)

I remember when I got my first computer with 1GB of RAM, where my previous computer had 64MB, later upgraded to 192MB. And there were only like 3 or 4 years in between them.

It was like: holy shit, now I can put all the things in RAM. I will never run out.

[–] [email protected] 1 points 2 days ago (1 children)

The moment you use a file that is bigger than 1GB, that computer will explode.

Some of us do more than just browse Lemmy.

[–] [email protected] 2 points 2 days ago

Wow. Have you ever considered how people were working with files bigger than total RAM they had in the normal days of computing?

So in your opinion if you have 2GB+ of a log file, editing it you should have 2GB RAM occupied?

I just have no words, the ignorance.

load more comments (41 replies)
[–] mycodesucks 7 points 2 days ago (1 children)

Absolutely.

Bad, rushed software that wires together 200 different giant libraries just to use a fraction of them and then run it in a sandboxed container with three daemons it needs for some reason doesn't mean "8 Gb isn't enough", it means write tighter, better software.

[–] AnxiousOtter 6 points 2 days ago

That ship has long sailed unfortunately. The industry gave up on optimization in favour of praying that hardware advancements can keep up with the bloat.

[–] [email protected] 16 points 3 days ago (3 children)

I chalk it up to lazy rushed development. Good code is art.

load more comments (3 replies)
[–] [email protected] 13 points 3 days ago (2 children)

I have a VPS that uses 1GB of RAM, it has 6-7 apps running in docker containers which isn't the most ram efficient method of running apps.

A light OS really helps, plus the most used app that uses a lot of RAM actually reduce their consumption if needed, but use more when memory is free, the web browser. On one computer I have chrome running with some hundreds of MB used, instead of the usual GBs because RAM is running out.

So it appears that memory is full,but you can actually have a bit more memory available that is "hidden"

[–] [email protected] 10 points 3 days ago

Same here. When idle, the apps basically consume nothing. If they are just a webserver that calls to some PHP script, it basically takes no RAM at all when idle, and some RAM when actually used.

Websites and phone apps are such an unoptimized pieces if garbage that they are the sole reason for high RAM requirements. Also lots of background bloatware.

[–] Specal 6 points 3 days ago

This is resource reservation, it happens at an OS level. If chrome is using what appears to be alot of ram, it will be freed up once either the OS or another application requires it.

It just exists so that an application knows that if it needs that resource it can use X amount for now.

[–] stoly 6 points 3 days ago

You just have to watch your favorite tablet get slower year after year to understand that a lot of this is artificial. They could make applications that don't need those resources but would never do so.

[–] jas0n 4 points 2 days ago* (last edited 2 days ago) (1 children)

Guy from '95: "I bet it's lightning fast though..."

No dude. It peaks pretty soon. In my time, Microsoft is touting a chat program that starts in under 10 seconds. And they're genuinely proud of it.

[–] [email protected] 1 points 2 days ago* (last edited 2 days ago)

And latency is more shit than it ever was

[–] [email protected] 2 points 2 days ago* (last edited 2 days ago)

I once went for lower CAS timing 2x 128MB ram sticks (256 MB) instead of 2x 256s with slower speeds because I thought 512MB was insane overkill. Realized how wrong I was when trying to play Star Wars galaxies mmorpg when a lot of people were on the screen it started swapping to disk. Look up the specs for an IBM Aptiva, first computer my parents bought, and you'll understand how 512MB can seem like a lot.

Now my current computer has 64 GB (most gaming computers go for 32GB) at the time I built it. My workstation at work has 128GB which really isn't even enough for some workloads we have that use a lot of in-memory cache.. And large servers can have multiple TB of RAM. My mind has been blown multiple times.

[–] Shadywack 4 points 3 days ago

We measure success by how many GB's we have consumed when the only keys depressed from power on to desktop is our password. This shit right here is the real issue.

load more comments (8 replies)