• 2 Posts
  • 43 Comments
Joined 3 years ago
cake
Cake day: July 4th, 2023

help-circle
  • On giving guesses: you could just give the strategy you think will be the most effective in helping and then pair the strategy with motivations if you think it’s still necessary. That way you can really help OP be the most effective. If you don’t do that, just sounds like you wanna critique and whine about OP’s motivations.

    On the motivations behind the same actions having different consequences: you are correct, it really sounds like you’ve avoided the question. When people have read and understood books, they usually are able to bring the argument in themselves.

    Here I’ll give you a simple counter-example of the exact same act with two different motivators and the same consequence:

    Person A wants to help and asks person B in some specific way: “Do you wanna learn how to read?” The result is: Person B answers yes.

    Person A wants to look good and asks person B in the same specific way: “Do you wanna learn how to read?”. The result is: Person B answers yes.

    Even if the motivation behind the same exact act would change the consequences, you’d have to demonstrate that’s true instead of vaguely pointing at literature.


  • Just use your interpretation of best when you said “better” advice in your original comment. Seems like the metric towards “best” is “more likely to actually help”.

    Also, you can give a few example of motivations that would end up with the strategies most likely to actually work. Maybe OP didn’t think of these motivations themselves, but they would adopt when you state them out loud for us.

    But coming back to my main point, I still don’t see how the motivation could dictate strategies most likely to help.









  • Your first comment expands on both privacy and security. There is no privacy without some type of security.

    Now to answer your questions: Yes and yes. Users from c/all were downvoting posts from a small community I’m a part of because they don’t agree with. I couldn’t see the posts from small communities that are important to me because of that. Now we have the possibility to sort by “scaled”, which fixes that. Sometimes there are discussions that are very relevant as to who is voting for what. But that discussion has nothing to do with privacy, which was your first point and went unacknowledged on your second comment.











  • It would be best to try every single one separately, otherwise you’ll have dozens of programs that do the exact same thing, like file explorers.

    That said, with Fedora you can list available desktop environments using the default package manager, dnf. In a terminal use the dnf group list command to list all available desktop environments:

    dnf group list --available *desktop

    Install the required desktop environment using the dnf install command. Ensure to prefix with the @ sign, for example:

    dnf install @kde-desktop-environment

    After trying the DE, you can remove it with:

    dnf remove @kde-desktop-environment