I have no horse in the Linux distro race, I’m just downvoting this inferior version of the meme format because fuck that guy.
You can down vote on lemmy?
lemmy.one has disabled downvotes, it’s up to admins of each instance if they allow viewing and making downvotes.
At least in the Voyager app. I have heard it’s not the same thing as elsewhere but I haven’t taken the time to understand how or why it’s different.
I use the Voyager web app via lemmy.one and it does not.
🤷
I also like this setting for displaying separate up and down votes
Maybe the Lemmy instance I use blocks down votes?
That sounds reasonable to me! Would explain why the mobile app has it and the web app doesn’t; I don’t know if a Lemmy instance has a way to advertise the functions it supports to third party apps.
I think blocking downvotes is an option built into Lemmy servers that can be communicated through the API. I know there are a decent amount of instances that don’t federate downvotes because of toxicity concerns.
For me, the Boost Lemmy app let me downvote even though my instance has it disabled… It just quietly failed and when I go back the downvote isn’t there.
The Jerboa and Voyager apps, on the other hand, don’t: Voyager let’s you try but correctly shows an error, while Jerboa flat out doesn’t offer it since I can’t anyway
mine for sure.
Removed by mod
Somebody has never used opensuse. Zypper is an amazing package manager, one of the best on any distro.
It can handle flatpacks, native packages, and packages from the opensuse build system, keeping everything updated and organized.
Pacman is very basic by comparison, and a lot slower too in my experience.
Wait, zypper can handle flatpaks? How?
I would also like to know
Same. Might give it another try.
Wait something can be slower than Zypper? Does it have a bunch of
sleep(1)
scattered around?I guess I’m smart enough to install opensuse, but dumb enough that I somehow got slow pacman.
I kid you not, on my hardware zypper is the fastest between ubuntu apt, fedora dnf, and arch pacman. dnf was the second-fastest on my hardware, with apt and pacman being pretty sluggish
I’ve also used portage which was even slower, but probably not a fair comparison considering how much more complex it is.
‘On my machine it works’ is not a strong argument, and is highly unlikely, due to the language it was written in.
Pacman is written in C, APT in C++, DNF in Python, and Zypper in C++ as well.
So, no. Pacman ‘wins’.
What truly matters is which tool is best suited for your use case.
Trust me my friend, a person can make a c program that’s much, much slower than one in python. That’s a meaningless point.
Sure, c allows for more control and thus the possibility for a quicker program but that’s just it, a possibility.
Zipper, though written in c++, can only download one thing at a time. This is why it’s so slow
In the grand scheme of things the difference between C, C++, and Python isn’t meaningful when operating over a network (edit: for a single-user system). It’s very likely that the difference for thread OP is just caused by weaker connections to specific repos.
We’re talking about a package manager, not a game, network server, etc. On a basic level the package manager only needs to download files from a network and install them (OS syscalls for reading/writing files, these are exposed C functions or assembly routines), or delegate to a specific package’s build setup (which will also likely be written in a compiled language)
Steven Crowder is dumb enough to think that.
Serious question: What makes Arch’s package manager so “great”? I always just found it confusing to use. The flags don’t make any sense to me. It feels like you have to add a varying number of s or y to get it to do what you want. I never found it to be any faster or slower than any of the others (apart from portage of course) out there. And apart from the flags it doesn’t seem to give me any more or less trouble than the others.
pacman -Snstall -yefresh -yefresh -unly-upgrades
User is not in the sudoers file. This incident will be reported.
LOL, me using Debian for the first time.
sudo is not installed. Check apt search sudo for possible sources.
I figured that out after a quick search. Thanks though. I just thought it was kind of funny how I found out Debian doesn’t come with sudo.
Coming from someone who’s clearly never used Arch… It is anything but stable, that’s kinda the whole point.
Fedora 40 + dnf5. QED.
Arch based distros are pretty stable in my experience. I actually had much more problems on distros like Debian and PopOs than Arch.
Yeah, I hate it when I update Debian and it fails to boot. Oh wait…
Always gonna downvote fascist memes.
Sorry. I didn’t even read it. I just down voted when I saw that terrible human being.
Have you ever even used opensuse?
doesn’t opensuse have guis for every single thing you could possibly do?
Arch has no reason to exist as almost all of it’s benefits are replicated with nix without having your system fail to boot because you dared to update it.
What the fuck do you do to have this happen?
Run
pacman -Syu
, reboot, and it fails to boot. Had it happen many times with arch and derivatives on multiple devices. It’s far more likely to happen if you don’t update for like a month.Not updating in a month?! What kind of arch user is that?
The gamble is the fun part tho
I decided to dump arch when I was working in a foreign country for a month, had bad internet, and had to weigh whether -Syu or -S would be more likely to break my system. Shit’s way too stressful.