Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

umbrella ,
@umbrella@lemmy.ml avatar

mfs with a 16 core cpu, 64gb ram and 10tb storage be like

ILikeBoobies ,

Hey! I have 128gb of ram

…and still restart my browser if it’s using over 1 gb

ziixe ,

This, MFers will have the most top spec computer and worry about bloat while I install random shit for fun on my 320gb had drive that's also my boot drive on my core 2 duo computer with 3 gigs of ram that struggles to run firefox and thunar at the same time (also cinnamon is the best running on my computer from my testing, xfce is laggy af and I'm not even going to mention kde, bspwm or any other since the, either lag beyond usability (KDE) or just straight up crash my computer into tty when i try to launch them (bspwm), one massive note is that I'm using software rendering since the GPU on the core 2 duo is struggling with even drawing the boot screen)

Literally have probably a ton of overlap software from installing the desktop environments and other random (well not very random, stuff I used on windows before) software that I don't bother googling the deleting commands since apt installed them all as snaps because I never noticed in my first three months of use, fuck you Ubuntu, Xubuntu and all other derivatives, this shit makes me not want to use Ubuntu ever again (not like i can, my pc is fucked and no other drive is bootable, i can't even boot an install usb)

DickFiasco ,

You might want to check out the i3 tiling window manager. Shit's under 50MB and makes every other DE I've ever used feel bloated and laggy.

ziixe ,

Yeah, I'm not actually not very into the tiling window manager thing, I tried bspwm just for the sake of wanting to try one but I since lost interest, I'll keep it in mind though and maybe come back and try it one day

mojofrododojo ,

to be fair - core 2 duo computer with 3 gigs of ram - you're using the desktop I had in 2009. At some point, do you think that it's time to upgrade? no, wait, I think I had a core 2 quad actually...

octopus_ink ,

I mean - you control what gets installed on Arch. One finger pointing at arch is three pointing back in this scenario...

4am ,

I don’t think the finger is being pointed at Arch though

fossphi ,

You also control what's being installed on other distros. In fact, other distros split their packages in a way more modular way which allows one to pick and choose what one needs granularly. In Arch, the package count is lower because the maintainers don't split stuff up. But you get all the so called bloat when you installna regular package

joe_cool ,

And you'd have to try pretty hard to make it as infested with snaps.

Diplomjodler ,

I never understand this obsession with "bloat" when you can buy a 1 TB SSD for € 50.

nitrolife ,
@nitrolife@rekabu.ru avatar

or you can't buy if you're not successful enough or you're in the wrong country. For example, in my country, the minimum cost of a 1TB SSD is about $85 and a salary of $2,000 is considered a very successful salary at the upper limit

tubaruco ,

bro a 256 gb ssd here costs 200+

EvacuateSoul ,

That's wild. I just bought several recently for $20 ea

Diplomjodler ,

Do you live in North Korea?

tubaruco ,

of course, how else would i use lemmy?

RogueBanana ,

That sounds insane, are computer parts in general that much more expensive than other countries?

tubaruco ,

yeah

GreatBlueHeron ,

For me it's not about the size, it's about the understanding. I'd really like to understand what everything on my system does and why it's there. It seems impossible with modern systems. Back in the '90s I needed a secure email relay - it had lilo, kernel, init, getty, bash, vi, a few shell utils (before busybox..), syslogd and sendmail. I'm not sure any more as it was a long time ago, but I think I even statically linked everything so there was no libc. I liked that system.

NaoPb ,

I'd like to know more about what my system does, so I can fix it when it breaks.

Titou ,

Bloat is more about performances

SeekPie ,

So you have a folder and need to find a specific file from it. Would it be faster to find the file when there are 5 folders or 500?

lemmyingly ,

It seems to be seen across all platforms.

What I find interesting is that no one is asking about the quality of code, nor do they seem concerned about the dependencies but they do care about that one package/app/program of any size they see and don't immediately know why it's there.

jack ,

It's not about storage. It's about complexity getting back at you, for example not knowing what caused a problem because multiple programs are stepping on each others feet

cevn ,

For me it was a problem with update frequency and how long they would take. Once i got rid of my flatpaks and moved to stable firefox i update once a week instead of daily now and it takes seconds instead of minutes. Probably also solvable with auto updates.

SpaceCadet ,
@SpaceCadet@feddit.nl avatar

Bloat multiplies when you have to back it up.

cybersandwich ,

You realize you don't have to backup the actual "bloated" programs. Just maybe their configs and any files those programs generate that you'd like to keep, right?

NaoPb ,

I remember what my idea of making backups was when I was a wee grasshopper.

Making a backup of the whole OS instead of just the configs and user files.

I have come a long way since then.

SpaceCadet ,
@SpaceCadet@feddit.nl avatar

That's committing the cardinal sin of cherrypicking your backup contents. You may end up forgetting to include things that you didn't know you needed until restore time and you're creating a backup that is cumbersome to restore. Always remember: you should really be creating a restore strategy rather than a backup strategy.

As a general rule I always backup the filesystem wholesale, optionally exclude things of which I'm 100% sure that I don't need it, and keep multiple copies (daylies and monthlies going some time back) so I always have a complete reference of what my system looked like at a particular point in time, and if push comes to shove I can always revert to a previous state by wiping the filesystem and copying one of the backups to it.

joe_cool ,

Snaps still take longer to load with that.

Agility0971 ,
@Agility0971@lemmy.world avatar

It's not always about storage. It can also be more processes that drains battery, more attack vectors etc.

Pohl ,

Started playing with arch this week for the first time. Got a pretty good laugh when I realized that I forgot to install a dhcp client and had to boot the install media again to add networking.

I appreciate what they’re doing and I’m going to keep poking at it, but my first impression is that philosophy is driving and the utility is in the back seat.

DrRatso ,

So just run archinstall Personally as a relative newbie I found arch a lot easier to deal with than fedora and ubuntu, both of which have had me in dependency hell on previous attempts to switch to linux. Not only that but I have a much better idea of what makes up my system.

Telodzrum ,

I think it’s important to do it all manually once. But, after that there’s no reason not to use archinstall, at all.

bluetoque ,

It's definitely a philosophy, and you have to understand the implications. But I'm not sure utility is in the back seat. It's just that you personally own your own config.

massive_bereavement ,
@massive_bereavement@kbin.social avatar

Flatpaks have helped me a lot reducing bloat, avoiding dependency hell.

That said, probably there's some overlapping dependencies that, if installed in a different way I could save some space, but it's not worth it in my opinion.

I'm also using rootless podman+systemd for certain services, but that's been a mixed bag compared with plain old docker or LXC.

TrickDacy ,

I thought the number one drawback to flatpaks is that they're enormous because each one includes all its own dependencies

jack ,

No, same dependencies get deduplicated

TrickDacy ,

Ah interesting. Good to know. Thank you

pmk ,

But you need at least one runtime right? How much overlap is it between what's included in the base install and the runtime?

nonfuinoncuro ,

we are all runtimes on this blessed day

Samueru ,

Flatpak is like the most bloated thing ever because of the runtime and all the dependencies it needs.

I did a test, flatpak with just firefox installed used 3 GiB of space.

While 15 appimages that includes heavy applications like libreoffice, kdenlive and two web browsers uses 1.2GiB.

git ,

Maybe the real bloat was the apps we needed all along

muhyb ,

Don't install neofetch, so many dependencies.

starman ,
@starman@programming.dev avatar

But how would he show that he uses Arch, without Neofetch?

devfuuu ,

Cat /etc/os-release ?

SSUPII ,

uname -a ?

Pantherina , (edited )

Neofetch is unmaintained btw, fastfetch is a good replacement... for whoever needs that. I wrote my own tool for getting system info and I like my terminals to have free space

List of fetch tools

Cool alternatives:

56_ ,
@56_@lemmy.ml avatar

oh no! not unmaintained! The unmaintenance gremlins are going to implement so many bugs and vulnerabilities!

cybersandwich ,

Is it unmaintained completely or just feature complete and not getting recent updates?

I've seen people say "this tool isn't being maintained because there aren't recent check ins" and those two things are very different.

Pantherina ,

It is written in Bash which I guess makes it pretty high level and stable. Until it breaks it shouldnt need much work.

Bash is damn slow though, so fastfetch (mainly in C) is way better for the "arch flex"

cookie_sabotage ,

WDYM? The only listed dependency is bash

swab148 ,
@swab148@startrek.website avatar

Bash is bloat

subtext ,

Anything more than ash/dash is bloat

jroid8 ,

You can use window managers instead of DEs. While I prefer DEs because how much features they have you may not need these features

lurch ,

why not both 😅

backhdlp , (edited )
@backhdlp@iusearchlinux.fyi avatar

you're usually only using one at a time.

hglman ,

Am I?!?

lurch ,

well, i'm not. that's for sure. also i like the freedom of choice at every login as the spaghetti monster intended

Turun ,

This is the way.

Install tiling wm, because I can't without anymore. Install a DE, because I actually like the discoverability of graphical settings programs.

lea ,

Instructions unclear, installed sway and 50 utilities for it.

backhdlp ,
@backhdlp@iusearchlinux.fyi avatar

smh get real, install Hyprland and 50 utilities for it (30 of those are sway utilities)

reinei ,

But at least you don't need to use a stupidly long argument to start it (I know both don't really have support but sway runs it in your face even more than normal) because you can't quite be as choosy with laptops as you can be with desktops....

backhdlp ,
@backhdlp@iusearchlinux.fyi avatar

I haven't had laptop-related issues on either

Blaster_M ,

Have fun with TWM I guess

Petter1 ,

😂 same for me

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • linuxmemes@lemmy.world
  • incremental_games
  • meta
  • All magazines