Glad I could help.

1 point

A lot of things are easier to do even for experts with gui, as you might need to type 30 lines for what you could do in 1-2 clicks

permalink
report
reply
7 points

In the 15 years of me using Linux as my main system both for work and for fun, I have never experienced this situation. Never. I seriously don’t know what you guys doing that not only requires you to type 30 lines of commands - insane amount of commands, you can setup a complicated server from scratch with this amount if commands - that can also be accomplished with two clicks.
Give me at least couple of examples, I’m very curious

permalink
report
parent
reply
3 points

I don’t know if this applies but I did the switch to Linux a coupls weeks ago (To Linux Mint, because beginner friendly).

I’m curious with tech stuff but I’m not tech savvy in any way shape or form.

Thing is, the in way to connect to my Google drive sucked hard. On windows I would install the program and be able to access it like any drive. On Mint there is a GUI way to connect to your Google account, but it is so slow that it took a PDF solid 2 minutes to load each page. So no way to work with that.

So I needed a solution, which I found by installing rclone and setting it up.

That was a stupid amount of work and command lines I realy did not understand at all (this was my time using the console).

permalink
report
parent
reply
3 points
*

Yeah, the way Google doesn’t make a Linux version of their product is indeed bad. They say it’s because they want us all using their web version, and it would be probably even a valid excuse, but they make their soft for Windows, but not for Linux for some reason.
Thankfully they are in minority, and you can just ditch them and use different, more user-friendly clouds. Or, as you mentioned, cool working tools that community made for free, since Google is apparently incapable.
Edit: back to the previous point, you managed to do it first time without help, which kind of confirms my point. There is a Russian proverb “while the eyes are afraid, the hands are already at work”, which is very apt here.

permalink
report
parent
reply
1 point

Well there is insync, but it costs money. I’d just stick to rclone.

permalink
report
parent
reply
6 points

If a GUI can be built which accomplished something in 1-2 clicks, then there’s very likely a CLI which can do the same with 1-2 commands, as CLIs are easier to implement than GUIs…

permalink
report
parent
reply
-2 points

I don’t understand this post. OP mad the free support not up to their standards?

permalink
report
reply
5 points

Since the standard is: “Don’t be assholes” I think thats quite allright :-)

permalink
report
parent
reply
8 points

“easier solutions”

No: pet solutions. Don’t let false consensus dictate the wrong labels.

permalink
report
reply
7 points

pet solutions

I’ve never heard this term before. My searches online aren’t bringing up anything useful, it’s all stuff about literal pets. I can’t seem to wrap my mind around what it could mean or the right thing to search to find the answer. Could someone explain please?

permalink
report
parent
reply
10 points
*

It’s an expression coined by Corsican Guppy in the mid 2020s, referring to a solution to a Linux/Unix problem that uses a Graphic User Interface, as opposed to one using the command line.

permalink
report
parent
reply
5 points

That sounds awfully derogative towards the average user.

permalink
report
parent
reply
3 points
*

You don’t need too much GUI, it’s usually just bloat. A lot of race cars have their interior ripped out for less weight, I consider using the terminal as much as possible the same vein. The terminal also acts as a gatekeeping mechanism in Linux, I don’t want normies ruining the Linux ecosystem, all the problems of tech blamed on unmanaged capitalism by Ed Zitron and Cory Doctorow are actually all the result of woke DEI Code of Conducts, go watch Brian Lunduke to learn more.

Yes, it’s going to be uncomfortable for a few months, maybe even a few years. You might get called a lot of bad words along the way, maybe even get doxxed and harassed IRL, but it’s just normal human behavior. Nowadays I’m writing my Python and Javascript code on Arch Linux using neovim, on a 65% artisan mechanical keyboard, and I’ve set my own custom shortcuts for everything. In my free time, I harass Rust, Swift, Go, D, etc. developers, and call them weak and pathetic for wanting to do system development using a language with both memory safety and without janky design that made sense on an old mainframe with limited memory. You either use C/C++, maybe assembly, for system development, or a bloated scripting language for memory safety on top of a C/C++ system!

permalink
report
reply
2 points

Nowadays I’m writing my Python and Javascript code on Arch Linux using neovim, on a 65% artisan mechanical keyboard, and I’ve set my own custom shortcuts for everything.

Pfft, normie. I use Emacs.

permalink
report
parent
reply
14 points

Copypasting a term command vs. 20 pages of “click here, now click there”. Which is more efficient?

permalink
report
reply
1 point

Definitely the command. CLI commands are simple and portable. Asking the user what DE they are using for an extra round trip and then making a description of the pointy-clicky-ceremony has way to much friction.

permalink
report
parent
reply
18 points

The one enabling people to understand and use their devices on their own. Once you can use a mouse or touchpad, you can navigate the UI. Good UI/UX conveys function. Checkboxes insert the correct configuration in the background without possibly hazardous typos.

The CLI does nothing of this for the user, to understand it users have to invest tens, if not hundreds of hours before they get a hang of all essential commands, paradigms and tools to help themselves. They have to become IT intermediates just to use their computers.

By providing a single CLI command (which, in the worst case, gets copied by a third user on an incompatible system configuration breaking everything) instead of pointing at the GUI tools most user-friendly distros already provide you do, in many cases, a disservice to the average user who just wants their problem to be fixed. They will not be able to help themselves next time for a similar issue.

permalink
report
parent
reply
1 point

Back in the day, I learned how to network winxp machines together, without a router, and without being able access the internet to find instructions, all because everything I needed to know about any given setting was in the gui where I could manipulate that setting. I had lan parties featuring dozens of pcs, all manually configured. Was this the correct way to do things? Fuck no, but it worked. I was able to make it work because I could see everything I needed to as I was doing it.

None of the above would have been possible if CLI was the only option.

permalink
report
parent
reply
2 points

I find it absolutely baffling how an equal amount of people voting on this comment seem to honestly believe that it would’ve been a realistic option for the majority of people (or even everyone) to get one of those Linux books and read hundreds of sites to fully understand everything necessary to manually setup a LAN party in a reasonable time. On 4 to 16 computers. Are all gamers expected to also be interested in IT enough to read such books? Are they supposed to magically know the existence of manpages? Of course not, 90% of private LANs in the early 2000’s would’ve simply not happened without easily navigable GUIs. At least not with computers.

The ignorance by so many in the Linux community regarding GUI is both baffling and infuriating.

permalink
report
parent
reply
0 points

The one enabling people to understand and use their devices on their own.

If you’re using a UI, and you have a question about something or don’t understand what you’re doing, isn’t that a sign that either the UI you’re using is insufficient, or your own knowledge is lacking?

Good UI/UX conveys function.

Exactly. By itself, a good UI should “enable people to understand and use their device on their own”. If you’re a UI user and you can’t figure something out on your own, maybe you need to use the terminal to accomplish whatever you’re trying to do.

permalink
report
parent
reply
1 point

I also think navigating is easy, doesn’t mean anyone asking for initial help using a GPS app to get on track should from now on use a book with relative directions explained in text.

permalink
report
parent
reply
2 points

The one enabling people to understand and use their devices on their own.

CLI it is.

permalink
report
parent
reply
9 points

Why does it have to be one or the other?

I, as someone who spends so much time in the terminal that I literally have a dedicated key to open it, would prefer a single CLI command. My grandma, who thinks the monitor is the entire computer, would do better with the “inefficient” GUI option

There can be more than one correct way to do something

permalink
report
parent
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

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 users for any reason. This includes using blanket terms, like “every user of thing”.
  • Don’t get baited into back-and-forth insults. We are not animals.
  • 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.
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, no politics, no trolling or ragebaiting.
4. No recent reposts
  • Everybody uses Arch btw, can’t quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures

We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.

  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.

 

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 remove France.

Community stats

  • 9.8K

    Monthly active users

  • 1.5K

    Posts

  • 86K

    Comments