Why wouldn’t you just change the settings on your monitor? Seems much easier.
- 242 Posts
- 4.22K Comments
just_another_person@lemmy.worldto
Linux@lemmy.ml•Oneplus 6 SXMO PostmarketOS Stable - Dec 2025
2·15 hours agoWhy does a phone go to “the shop”?
just_another_person@lemmy.worldto
politics @lemmy.world•Former Trump lawyer Alina Habba resigns as New Jersey U.S. attorney after disqualification
61·18 hours agoI just LOVE how they make it seem like there was a choice in the matter.
just_another_person@lemmy.worldto
politics @lemmy.world•Associated Press (AP) correct truth?
222·21 hours agoYou know exactly why
just_another_person@lemmy.worldto
homeassistant@lemmy.world•I really dislike LLMs/AI but.......English
2·22 hours agoThe issue isn’t with LLMs being used for what they ARE good at (quickly sorting and correlating data), but everyone trying to make it out to be BIGGER than that, and making awful products accordingly.
Square Peg, Circular Hole.
just_another_person@lemmy.worldto
Linux@lemmy.ml•Email client that imports labels as tags instead of folders on Linux (and Android)
1·23 hours agoThat’s a solid plan.
If you want a deeper dive, just make some stuff in Thunderbird, then export and view it. It’ll give you a bit of a look into how email standards servers organize data.
just_another_person@lemmy.worldto
Linux Gaming@lemmy.world•A more reliable way to use Steam chat on LinuxEnglish
312·2 days agoNever had an issue. You may want to turn off all of the bells and whistles that cause it to spike CPU when idle though, that might help.
Settings > Library > Enable ‘Low Performance Mode’
Hit ESC during boot and watch the boot logs to see what’s hanging. Some systemd service is taking awhile and doesn’t have a sensible timeout. Probably network.
just_another_person@lemmy.worldto
Technology@lemmy.world•I Went All-In on AI. The MIT Study Is Right.English
162·2 days agoNo shit
Just like all the rest, it’s a remotely operated pile of garbage that can’t do a damn thing.
Oh wait…they made it jog for some reason. Battery lasts for 20 minutes while walking, so jogging it’s going to get a few doors down and fall over.
just_another_person@lemmy.worldto
Linux@lemmy.ml•How to set up Linux for gaming on GIGABYTE G5 MF?
3·2 days agoVery first thing: see if the Nvidia driver is actually loading properly by running
nvidia-smiand see what it says.You may have the Nouveau driver loaded instead, which you can check with:
lsmod | grep nouv
just_another_person@lemmy.worldto
Linux Gaming@lemmy.world•No Man's Sky Multiplayer works on Steam Deck, but not Arch LinuxEnglish
12·3 days agoSteam Deck runs Arch at its core. The distro has nothing to do with it.
How you have Steam installed might though. Do you have it installed via Flatpak by chance?
just_another_person@lemmy.worldto
Linux@lemmy.ml•Email client that imports labels as tags instead of folders on Linux (and Android)
181·3 days agoLabels/Tags are a product feature, not part of email standards. Meaning: it’s not a thing when looking at the raw mail server data.
Each product handles this in their own way, and the tool being used to export your mail from one host/product to another would be what is handling that, if at all. Gmail probably just uses folders because that is part of the structure a mail server would have.
I believe Proton’s import tools handles this correctly from Gmail using both labels as folders and preserving tags, but I believe Thunderbird just puts them in folders as is standard.
You can double check by looking at the raw data exported from any mail service. You could probably easily write a quick script to handle getting tag info and applying it yourself, though it could be quite slow.
just_another_person@lemmy.worldto
homeassistant@lemmy.world•Network Configuration QuestionsEnglish
2·4 days agoYou don’t need dundns or certs if you’re not opening this up to the world. Just use a VPN instead and make it easy on yourself. Tailscale wouldn’t be a bad idea.
just_another_person@lemmy.worldto
Linux@lemmy.world•need help creating a package manager in c#English
1·4 days agoIt might be better to first learn about existing package managers: build some packages for rpm, apt, pac…etc.
The fundamentals would be easier to understand from there to figure out what you actually want to write and why.
At their core, packages are simply just bundles of flat files, and stages of scripts that get executed. That’s it. Like a zip file with scripts.
Package Managers on the other hand are just clients that deal with the metadata and contents of packages and decide what to do with them. They go way deeper.




















Good point!