this post was submitted on 27 Jan 2024
56 points (91.2% liked)

Ask Lemmy

26279 readers
1425 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected]. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
56
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

I apologise if this is the wrong community to post this in, I wasn’t sure which one was ideal.

I’m suffering a difficult decision of choosing between a Framework laptop or a Macbook Air (M1, 2020). I really like the ethical principles of Framework, i.e. you actually own it and can repair it any time, leading to an increased longevity. At the same time, I have heard people claim Macbook is superior in almost all aspects (especially battery life).

I know both Apple and Microsoft are greedy CorpGiants, but seeing as I have an iPhone, I figure it would be easier using a Mac? But then again, the prices really are not worth it, especially considering it costs a lot to repair them. I have 0 experience with Linux, and this computer will be used at school, so I suppose it stands between macOS and Windows.

I guess I just want some advice? Or some guidance and comparisons. Is 8GB enough for a Framework laptop? The 16GB version costs nearly as much as the Mac I’m looking at, hence my hesitance. If anybody has some experience using Framework and / or Macbook, I would love to hear about it. What are some pros and cons? Which people are better off with FW and Mac respectively?

Thank you!

*Edit, forgot to mention: I need a Swedish keyboard on the computer, and Framework apparently only offers English. This is the largest obstacle preventing me from leaning towards FW.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 7 months ago* (last edited 7 months ago) (2 children)

Apple claims their OS needs less RAM (I have no clue) but for OP running Windows 8GB is no where near enough.

[–] [email protected] 4 points 7 months ago (3 children)

They can claim that all they want to, but once you actually start running stuff on the computer that's BS. Accessing the same website in the same browser on different platforms will use the same amount of RAM. Opening the same files on different platforms will use the same amount of RAM.

RAM is where things are put for active use, and it turns out that all files are the size of their content regardless of platform and thus take up the same amount of space in use.

While the base OS of one vendor might have a smaller foot print than the other, that doesn't matter once you actually start using the damn thing. If you spec your machine on the misguided marketing that "you need less RAM" your gonna have slower load times and longer waits when switching between apps as the OS needs to access the storage.

My work laptop is a MBpro with 32gb of RAM. It is very easy to max out it's RAM and with an unbounded swap system very easy to max out my disk space too. When that happens it's a bad crash and lost work.

My personal computer is a custom built desktop running Windows and Linux with 64gb of RAM. It is harder to max out it's RAM though I have done so and it frequently uses more than 32gb of RAM.

[–] [email protected] 3 points 7 months ago

OP didn’t sound like they’re the sort of person who needs to run those kinds of applications. They definitely didn’t state requirements like that, and if they did then they probably wouldn’t be asking how much RAM they need, they’d already know.

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

Brother what do you do that you nee sso much RAM

[–] [email protected] 1 points 7 months ago (1 children)

All sorts of things. I'm a programmer by trade and run several docker containers concurrently for a couple of different products I work on. It's not uncommon that I have to troubleshoot opening a file that is several gigabytes in size.

By hobby, I make video games and some of my assets are pre-rendered simulations that get saved. I, admittedly, like pushing my machine as far as I can on resolution so some of those simulations absolutely take a toll. I also just like fucking around in Blender, minor video editing, don't close out my browser tabs, and have been known to run multiple video games simultaneously (like playing a survival game with a friend and leaving it running when he's gotta go. Then I just start up some other game in the meantime).

All told, not everything I do is necessarily orthodox, but it works well for me and I take full advantage of all my hardware.

[–] [email protected] 0 points 7 months ago (1 children)

Using docker as an example of using more ram doesn't really make sense as the use for docker is containerisation for optimising system resources.

[–] [email protected] 1 points 7 months ago

You do need to allocate memory to it though, and that subtracts from the pool of system RAM available for other purposes.

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

Well except in Linux's case when you use zram anyway. It compresses a pool of RAM. I usually compress almost all of my RAM and generally hover around and 2:1 ratio with lz4.

Windows 10+ also compresses a pool of RAM but it is a terrible ratio and seems to hover around 1:1.1. Nothing to write home about.

[–] [email protected] 2 points 7 months ago

Apple has low memory behaviour way better optimized than Windows, so running at 8GB will not be as painful as it is with windows - but in the background the OS will constantly shuffle stuff around to avoid running out of memory, which costs performance.

16GB is the bare minimum for computer nowadays - and that applies to macs as well. I'm currently using a 16GB air m1 for some things, and I also regularly run into performance issues due to memory limits without doing heavy stuff.