this post was submitted on 26 Aug 2026
794 points (99.1% liked)

Lemmy Shitpost

41610 readers
3519 users here now

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/ExplicitContent


-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

2.Lemmy Review

3.Mildly Infuriating

4.Lemmy Be Wholesome

5.No Stupid Questions

6.You Should Know

7.Comedy Heaven

8.Credible Defense

9.Ten Forward

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

founded 3 years ago
MODERATORS
 

I'm not stuck in time. I've embraced dependability.

you are viewing a single comment's thread
view the rest of the comments
[–] TheJesusaurus@piefed.ca 117 points 1 day ago (2 children)

Judging by this posi I should probably start using Debian stable

[–] rozodru@piefed.world 31 points 1 day ago (2 children)

honestly man...it's not a bad decision. I for a long time didn't give Debian the time of day. Now i'm daily driving OpenBSD and I use a Debian VM on it for certain dev work (mainly builds and deploys) and then on my second NVME I first went with Bazzite to do gaming but then I changed my mind and was like "meh, debian" and it's solid. it's good. it stays out of my way for what I want to do on it which isn't much.

It's a decent distro that's just kinda there and you don't have to worry about it.

[–] Dadifer@lemmy.world 11 points 1 day ago (4 children)

Except the NVIDIA drivers are 40 versions behind and break every time the kernel updates.

[–] x7HlPDq9dSNO6v3A9@lemmy.world 2 points 6 hours ago

I'm so glad it's not just me that's had this lol. My laptop blackscreened after a house move and when I saw the GPU was offline I thought it didn't survive the journey.

[–] TehWorld@lemmy.world 7 points 1 day ago

My hardware is about 43 versions behind, so… we good. Kinda. Waiting for that bubble to pop.

[–] Skullgrid@lemmy.world 16 points 1 day ago

It's perfect for my 8 year old laptop

[–] ProdigalFrog@slrpnk.net 10 points 1 day ago (1 children)

The Nvidia driver in the Debian repos is virtually abandoned, though thankfully the Cuda repos hosted by Nvidia support Debian now, and give Debian users access to the latest drivers, like 610.

[–] helios@social.ggbox.fr 5 points 1 day ago (2 children)

I enabled this repo last week on Debian 13 (RTX4080). While it technically works, I'd say it's not without risks for those not a little familiar with linux.

It first required some fiddling cause the file that is supposed to blacklist Nouveau on boot was renamed by apt as .save or something as a result of the package upgrades, so the system just started loading Nouveau instead of the new driver. Fixing this got me further, as the 610 proprietary driver finally loaded.

Sarting my usual plasma X11 session didn't work though. It launched but didn't display shit (grey boxes instead of windows and taskbar basically).

Having also plasma wayland available from sddm, I tried to launch this session and it got me a working desktop. So I ended settling with this. Wayland used to be crap on my system, but with this recent NVIDIA drivers, it's usable. My only real complaint is the extra latency on the mouse cursor.

[–] ProdigalFrog@slrpnk.net 3 points 1 day ago* (last edited 1 day ago)

I also had some difficulty getting it working on my rig, and I'm not a big fan if Debian's documentation, as it often does assume knowledge, which makes it harder to follow along and feel confident you're doing the correct steps.

Ultimately I switched my only Nvidia system to standard Linux Mint to have access to their easy to use Nvidia driver installer, which makes upgrading or downgrading the driver a 1-click process (though it requires a third party PPA done by a canonical employee to access the latest 610 drivers).

[–] Dadifer@lemmy.world 1 points 1 day ago

Just wait until the kernel updates.

[–] pmk@piefed.ca 2 points 1 day ago (2 children)

Wait, openbsd can run debian vms?

[–] rozodru@piefed.world 2 points 15 hours ago

yup very easy to setup too. it's a VERY basic netinstall of Debian. but right now I have it to run builds, deploy, and even have nix on there to do some nixos stuff.

[–] boonhet@sopuli.xyz 10 points 1 day ago (1 children)

Why wouldn't it be able to if it supports virtualization? Probably could run Windows VMs if you wanted to.

[–] pmk@piefed.ca 3 points 1 day ago

vmm used to only support openbsd as guest os iirc, I guess it has added linux support.