603
submitted 1 month ago by ugjka@lemmy.world to c/linuxmemes@lemmy.world
top 50 comments
sorted by: hot top controversial new old
[-] prunerye@slrpnk.net 110 points 1 month ago

I guess RAM is a bell curve now.

  • 32GB: Enough.
  • 16GB: Not enough.
  • 8GB: Not enough.
  • 4GB: Believe it or not, enough.
[-] Artyom@lemm.ee 49 points 1 month ago

I actually audibly laughed when Raspberry Pi came out with an 8GB version because for anyone who thinks 4GB isn't enough probably won't be happy with 8 either.

[-] Valmond@lemmy.world 5 points 1 month ago

I wonder what the hell they are doing with it? I mean I have the 3B with IIRC 1GB and I can use the desktop and run python scripts to fiddle with all the I/O ports and stuff, what do you do with a raspberry that needs eight times the RAM??

I'm seriously curious!

load more comments (3 replies)
[-] AusatKeyboardPremi@lemmy.world 8 points 1 month ago

I have experienced this myself.

My main machine at home - a M2 Pro MacBook with 32GB RAM - effortlessly runs whatever I throw at it. It completes heavy tasks in reasonable time such as Xcode builds and running local LLMs.

Work issued machine - an Intel MacBook Pro with 16GB RAM - struggles with Firefox and Slack. However, development takes place on a remote server via terminal, so I do not notice anything beyond the input latency.

A secondary machine at home - an HP 15 laptop from 2013 with an A8 APU and 8GB RAM (4GB OOTB) - feels sluggish at times with Linux Mint, but suffices for the occasional task of checking emails and web browsing by family.

A journaling and writing machine - a ThinkPad T43 from 2005 maxed out with 2GB RAM and Pentium M - runs Emacs snappily on FreeBSD.

There are a few older machines with acceptable usability that don't get taken out much, except for the infrequent bout of vintage gaming

[-] TheGingerNut 54 points 1 month ago

I hate electron apps. Just make a website asshole, don't bundle a whole chrome browser! The only one I'll tolerate is ferdium, because having a message control center is kinda neat.

[-] ZILtoid1991@lemmy.world 14 points 1 month ago

I want normal applications, that run on my computer I have at home!

hank hill jpeg meme.jpg

load more comments (3 replies)
[-] aesthelete@lemmy.world 41 points 1 month ago* (last edited 1 month ago)

The fact that electron both exists and is one of the most popular cross-platform development frameworks tells you everything you need to know about the current potato'd state of software development.

[-] boonhet@lemm.ee 10 points 1 month ago

The underlying issue is that nobody wants to develop using any of the available cross-platform toolkits that you can compile into native binaries without an entire browser attached. You could use Qt or GTK to build a cross-platform application. But if you use Electron, you can just run the same application on the browser AND as a standalone application.

Me? I'm considering developing my next application in Qt out of all things because it does actually have web support via WASM and I want to learn C++ and gain some Qt experience. Good idea? Probably not.

[-] aesthelete@lemmy.world 2 points 1 month ago* (last edited 1 month ago)

I have developed personalized tools as part of my job and I chose qt to write them in partially because if a company I work for would ever try to commercialize them, they'd have to either buy qt licenses or open source them.

I cheat a bit though because I use qt through python.

[-] Buddahriffic@lemmy.world 8 points 1 month ago

It's like so many programmers never evolve past the "playing around with web dev stuff" days. The fact that JavaScript is one of the most used languages is appalling.

The whole 1+1 = 11 meme made me laugh and then avoid JavaScript whenever possible, but I wonder if many others saw it and thought, "now I've gained more experience in JavaScript!"

[-] aesthelete@lemmy.world 3 points 1 month ago* (last edited 1 month ago)

I will also never understand how JavaScript development has gotten so complicated with seemingly zero benefits. It takes minutes to do a "frontend build" and the output grows larger all of the time. I bumped into some Angular crap that was hundreds of megabytes somehow, and still AJAX fetched the same info 4x on page load because the "MVCC" or whatever it's called didn't even buy them the abstraction of using the same values multiple times on one page...

[-] Buddahriffic@lemmy.world 3 points 1 month ago

Yeah it's ridiculous with every small app needing to be packaged with a full DOM and maybe even an http server for all I know and what should have been a few kb ends up being 1000x that or more.

[-] HStone32@lemmy.world 3 points 1 month ago

You know, I've always loved C and doing my own memory management. I love learning optimization techniques and applying them.

But you know what? Everybody around me keeps saying I'm being silly. They keep telling me I won't find any jobs like that. They say I should just swallow my juvenile preferences and go with what's popular, chasing trends for the entire rest of my career.

I don't think you can blame people for trending away from quality software. Its clearly against the grain.

load more comments (1 replies)
load more comments (1 replies)
[-] Blackmist@feddit.uk 30 points 1 month ago

Apple: Enough!

But you'll have to buy a whole new laptop when it turns out that was a lie.

[-] QuizzaciousOtter@lemm.ee 24 points 1 month ago

I have no idea how people use so much RAM. I use a 16 GB machine for work and it runs perfectly. For the majority of the time I'm well below 8GB. And I do use Electron apps.

Of course, I'm aware of the possible uses demanding more than 16 GB but I can't believe this would be the case for a majority of the people.

[-] ILikeBoobies@lemmy.ca 7 points 1 month ago

The people who installed toolbars until half their screen was full are still around. Just now they keep 100 tabs open instead

[-] Valmond@lemmy.world 3 points 1 month ago

I have tons of firefox tabs open, even on my telephone. I'm quite sure they just get unloaded /not loaded if not used?

load more comments (1 replies)
[-] kameecoding@lemmy.world 3 points 1 month ago

I keep tabs open just in case I need it later, definitely faster to try to find right tab across 4 windows with 20 tabs each than just opening the site when I need it again

[-] QuizzaciousOtter@lemm.ee 7 points 1 month ago

Yeah, but those shouldn't really influence memory usage too much unless actively used, right? I'm pretty sure browsers unload unused tabs from memory.

I myself sometimes use quite a lot of tabs, although I have to admit it's definitely not close to 80 tabs open at all times.

[-] skulkingaround@sh.itjust.works 2 points 1 month ago* (last edited 1 month ago)

With just a web browser, teams, and visual studio open my work machine sits at 95% usage of 16gb. Half the time my compiles can't even finish without getting axed by the oom killer. SSMS is a hog too, I often have to close half my stuff to get to work right.

Supposed to be getting an upgrade but my company is taking their sweet time.

load more comments (1 replies)
[-] originalfrozenbanana@lemm.ee 19 points 1 month ago

16gb and a number less than 16gb both not being big enough numbers is making me crack up

[-] Zachariah@lemmy.world 17 points 1 month ago
[-] itslilith 17 points 1 month ago
[-] pimeys@lemmy.nauk.io 9 points 1 month ago* (last edited 1 month ago)

128 GB here which runs out if I compile the complete project at work with -j32. And this sucks because 128 GB right now means the RAM cannot run super fast, meaning it is a bottleneck to any modern Ryzen...

[-] starman@programming.dev 12 points 1 month ago

256GiB here, i sometimes need to run chrome

[-] Fuck_u_spez_@sh.itjust.works 13 points 1 month ago

And you think that's enough?

[-] bruhduh@lemmy.world 4 points 1 month ago

I use separate hdd solely as swap for these cases, used 500gb laptop hdd is good enough if you turn zswap zstd compression on, with recent kernels using mglru it works splendidly

[-] jroid8@lemmy.world 16 points 1 month ago

I only run out of ram (16GB) when I'm playing minecraft with 280 mods

[-] pacjo@lemmy.dbzer0.com 11 points 1 month ago

I don't know. I'm running 16gb with 8gb of swap just fine.

Couple dozen tabs open in librewolf (across multiple windows), android studio with an emulator and some other utils. All under KDE Plasma on nixos unstable and it's fine. It could be better, but it's good enough.

[-] oktoberpaard@feddit.nl 10 points 1 month ago

The only time I can remember 16 GB not being sufficient for me is when I tried to run an LLM that required a tad more than 11 GB and I had just under 11 GB of memory available due to the other applications that were running.

I guess my usage is relatively lightweight. A browser with a maximum of about 100 open tabs, a terminal, a couple of other applications (some of them electron based) and sometimes a VM that I allocate maybe 4 GB to or something. And the occasional Age of Empires II DE, which even runs fine on my other laptop from 2016 with 16 GB of RAM in it. I still ordered 32 GB so I can play around with local LLMs a bit more.

[-] todd_bonzalez@lemm.ee 3 points 1 month ago

Yeah, but if you're interested in running an LLM faster than 1 token per minute, RAM won't matter. You'll need as much VRAM as you can get.

load more comments (1 replies)
[-] catharso@discuss.tchncs.de 8 points 1 month ago

I was happy with 16GB until i inherited a huge Angular legacy project.

[-] bruhduh@lemmy.world 8 points 1 month ago

zram to the rescue

[-] biggerbogboy@sh.itjust.works 7 points 1 month ago

At least 8 is better than 4

I retired my 4gb/120gb/celeron ThinkPad 11e today, since I've got a more powerful laptop lying around and I've used it for 8 years nonstop. It used to freeze up occasionally when there were more than 4 Firefox tabs open, and not to mention, my obsession with GNOME causing a shortage of system resources.

Man that ThinkPad felt like family, I'm gonna miss using it.

[-] Nawor3565 3 points 1 month ago

You could always put it into service as a network wide ad blocker with PiHole. Might also speed up web browsing a bit too, since PiHole also works as a DNS cache.

[-] biggerbogboy@sh.itjust.works 2 points 1 month ago

Good idea, although I don't have my own house yet since I'm still a teen, and absolutely nobody would trust me to implement PiHole on our router lmao

load more comments (2 replies)
[-] 7eter@feddit.org 7 points 1 month ago

With only Codium, Firefox, Spotify and Signal I get close to 16GB :(

[-] _stranger_@lemmy.world 6 points 1 month ago

I think someone needs to update that old "if programming languages were weapons". JavaScript is a cursed hammer.

[-] Mwa@lemm.ee 6 points 1 month ago

I remember all the windows users saying 16gb of ram is enough

[-] everypizza 5 points 1 month ago* (last edited 1 month ago)

8GB is enough for me, but my laptop usually only has GNOME, Orca, and Cinny running.

[-] MHanak@lemmy.world 5 points 1 month ago

I am running 8 gigs on my piece of shit laptop, and i just have to make sure not to open minecraft and the browser at once, otherwise it's absolutely fine

[-] mexicancartel@lemmy.dbzer0.com 5 points 1 month ago

I use 8gb ram and it worked for everything except running stable diffusion yet

[-] SimplyTadpole@lemmy.dbzer0.com 5 points 1 month ago

This is currently me with modded Kerbal Space Program and Cities: Skylines lol

[-] RangerJosie@lemmy.world 5 points 1 month ago

16 was enough. A decade ago.

load more comments (1 replies)
[-] AI_toothbrush@lemmy.zip 4 points 1 month ago

The most ram i ever used on my current system is prolly about 6gb. Most of the times its around 2-3gb most of it being system stuff and librefox. I have 16gb if i ever need it for some reason.

[-] cinnamon_tea@programming.dev 4 points 1 month ago

Meh, I never need more than 2G usually and that too only when Firefox is running.

[-] cupcakezealot 3 points 1 month ago
load more comments (1 replies)
load more comments
view more: next ›
this post was submitted on 29 Sep 2024
603 points (100.0% liked)

linuxmemes

21280 readers
1286 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 1 year ago
    MODERATORS