Lemmy Shitpost
Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.
Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!
Rules:
1. Be Respectful
Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.
Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.
...
2. No Illegal Content
Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.
That means:
-No promoting violence/threats against any individuals
-No CSA content or Revenge Porn
-No sharing private/personal information (Doxxing)
...
3. No Spam
Posting the same post, no matter the intent is against the rules.
-If you have posted content, please refrain from re-posting said content within this community.
-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.
-No posting Scams/Advertisements/Phishing Links/IP Grabbers
-No Bots, Bots will be banned from the community.
...
4. No Porn/Explicit
Content
-Do not post explicit content. Lemmy.World is not the instance for NSFW content.
-Do not post Gore or Shock Content.
...
5. No Enciting Harassment,
Brigading, Doxxing or Witch Hunts
-Do not Brigade other Communities
-No calls to action against other communities/users within Lemmy or outside of Lemmy.
-No Witch Hunts against users/communities.
-No content that harasses members within or outside of the community.
...
6. NSFW should be behind NSFW tags.
-Content that is NSFW should be behind NSFW tags.
-Content that might be distressing should be kept behind NSFW tags.
...
If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.
Also check out:
Partnered Communities:
1.Memes
10.LinuxMemes (Linux themed memes)
Reach out to
All communities included on the sidebar are to be made in compliance with the instance rules. Striker
view the rest of the comments
No spyware, much better performance and wear on your hardware. Actual control over your devices. The downside is, linux is complicated and a pain to learn how to use or maintain. Windows is easy to use but so is a vtech laptop which is essentiallly the trade off. It used to be that windows was easy to use and open as a platform, but microsoft is doing everything in its power to ruin windows. The modern developers also really suck and the modern codebase is buggy as hell. The OS kills your harddisks and ssds, even before the new broekn update because they are constantly scanning your files to send signitures to palantir or whatever. They are removing basic functionality and a few years from now I imagine you wont even be allowed to close or open apps, like with Android. It will just be full of ads and spyware and you will have to pay a subscription to use it or something. People have been jumping ship because at this point continuing to use windows is just going to make your life painful in the future.
Speak for yourself there mate lol
Linux is objectivly hard to use. Sure if you use it everyday for years and years and memorize all the commands and stuff, you can probably figure out most stuff without searching, but as someone who has only been using Linux for a few years, and is a mere amature C++ programmer, installing anything or even doing basic tasks is often a multi hour process, that requires a snack and a nap afterwards, with a maybe 50% success rate. Just adding a script to autorun at boot was something that took me a few hours and probably dozens of lines of shell. Im moving to debian soon though, which should maybe help since i dont have to deal with containers and and overlay filesystem and all that nonsense. Linux really needs to lean into UI development, simplicity, and intutive design. I still struggle to find files in linux without links. KDE has come a long way in recent years. I can now do things like scale my screen size without hours of research, shell hacking, and autoruns. Linux will never become mainstream unless the typical user can do nearly everything without ever touching the shell. That has always been the thing that has held Linux back besides game compatability. Now that valve is finally creating a more normie friendly version of linux with game compatability and a sort of complete UI. It might actually overtake windows. Its still a massive pain in the butt compared to windows- double click an exe or msi to install your software. If i need to find a file on Windows, I don't even need a search function. I can just find it in less then a minute. Linux definitly has some big flaws and bad design decisions. Modern womdows isnoretty terrible compared to 7 and before but it is still much easier to use for almost every task.
pacman -S [software]
That was easy.
Now youve overwritten older dependencies and three of your other programs now shit the bed.
Alternatively yay install [software] or flatpak install [software]
Or
yay [software]
and pick out the software you want to install from a list.Or even any of the multitude of GUI stores that exist, one of which will probably come pre-installed on your system if you're using a just-works distro.