Debian has proprietary software via opt-in through the non-free repository. However the Nvidia driver is horribly outdated so I had to install them directly. But now it works decently well. But my 1070TI is on borrowed time now no matter the OS 🥲
AudaciousArmadillo
- 0 Posts
- 7 Comments
Joined 4 months ago
Cake day: November 23rd, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
AudaciousArmadillo@piefed.blahaj.zoneto
Programmer Humor@programming.dev•OOP at home:English
23·1 month agoIt works great for technical constructs. E.g. A Button is a UI element. But for anything business logic related, yeah it’ll suck.
AudaciousArmadillo@piefed.blahaj.zoneto
Programmer Humor@programming.dev•Python vs. JavaEnglish
173·1 month agoBeyond that, in reality you would write
logger.info()in both 99% of the time.
AudaciousArmadillo@piefed.blahaj.zoneto
linuxmemes@lemmy.world•Guys, what's the best Linux distro to install on my PC?English
8·2 months agoDebian is what you get if “dad getting off the couch noise” was a Linux distro.
https://socially.drinkingatmy.computer/objects/4df5b6b4-102f-4854-8721-480d56380e0c
Hm TIL, fair enough. Thanks.
But chaining still seems harder than
CommandA | ForEach-Object { DoSomethingWith $_ } | CommandB
I take PowerShell ForEach-Object any day over the unholy contraptions of awk, xargs and friends in bash.
I think with flatpak it’s fine nowadays. So I have the stable base Debian, but most applications are flatpak and for dev work I use containers or nix anyways.