How can we set volume of music, SFX and voice separately, in games but not in movies?
- 0 Posts
- 20 Comments
AngryPancake@sh.itjust.worksto
Mildly Infuriating@lemmy.world•Canon requires an account to transfer images from your camera. Forces you to sign up using Chrome.English
11·6 months agoCan’t you downgrade to the old version?
AngryPancake@sh.itjust.worksto
Mildly Infuriating@lemmy.world•Pearson complaining about using Linux to access my course materialEnglish
252·7 months agoThey know which operating system you use based on the user agent, so they know it’s Linux.
AngryPancake@sh.itjust.worksto
Lemmy Shitpost@lemmy.world•Is 33 cents a small amount of money?
20·8 months agoThe options were that your taxes go up by a small amount or substantially. The correct answer is by a small amount since you only pay higher taxes on the one dollar that you’re over.
AngryPancake@sh.itjust.worksto
Linux@lemmy.ml•Can we please, PLEASE for gods sake just all agree that arch is not and will never be a good beginner distro no matter how many times you fork it?
5·9 months agoDebian stable is always outdated and testing is not stable enough. I think Debian is good for servers but not for desktop.
AngryPancake@sh.itjust.worksto
Games@lemmy.world•Balatro is now out on Mobile. Humanity is doomed.English
5·1 year agoIt’s like you start a game and within a blink of an eye, 5 hours have passed.
Great game
AngryPancake@sh.itjust.worksto
Games@lemmy.world•Ubisoft comes crawlin' back to SteamEnglish
1·1 year agoEspecially painful on steam deck. If you get it working, it adds a good minute to the launch time
AngryPancake@sh.itjust.worksto
Mildly Infuriating@lemmy.world•Redirect to prevent back buttonEnglish
16·1 year agoOr right click the back button
AngryPancake@sh.itjust.worksto
Mildly Infuriating@lemmy.world•(Major event happens) "I should post immediately without first checking if there are already 30 other posts about this"English
8·1 year agoI think it would help if people used the cross posting feature
AngryPancake@sh.itjust.worksto
No Stupid Questions@lemmy.world•Why do quantum computers look like gorgeous golden chandeliers?
23·1 year agoJust wanted to mention at this point that the quantum computers in this post are the so-called superconducting quantum computers. There are also other architectures like ion and neutral atom quantum computers which are basically steel tubes with viewports that contain a ultra high vacuum. Lasers are used to control the ions or atoms.
There’s also photon quantum computers, but they are even more different and not in a really advanced stage yet.
AngryPancake@sh.itjust.worksto
Memes@lemmy.ml•Biden admits to taking drugs before the debate.
52·1 year agoYou can’t pin that on the voter because not voting for the democrats is effectively voting for the republicans. It’s a problem of the two party system
AngryPancake@sh.itjust.worksto
Lemmy Shitpost@lemmy.world•I don't get how people can become depressed, when we live in the century of Fentanyl, easy access to alcohol and amusement arcades.
2·1 year agoYeah I’ve been on bupropion for about 1.5 years. Had an increased heart rate in the beginning as well so we started at a very low dosis, then went up step by step. However the side effects vanished after 2 months. I don’t feel hyper active, I just don’t feel super low anymore. It doesn’t make the depression go away but it allows me to work on it, because otherwise I couldn’t even get out of bed
AngryPancake@sh.itjust.worksto
Lemmy Shitpost@lemmy.world•I don't get how people can become depressed, when we live in the century of Fentanyl, easy access to alcohol and amusement arcades.
4·1 year agoThere are amphetamine antidepressants. You can ask your doctor about it (e.g. bupropion, which is not addictive).
Given that you probably are using pointers, and occasionally you are allocating memory, smart pointers handle deallocation for you. And yes, you can do it yourself but it is prone to errors and maybe sometimes you forget a case and memory doesn’t get deallocated and suddenly there is a leak in the program.
When you’re there, shared_ptr is used when you want to store the pointer in multiple locations, unique_ptr when you only want to have one instance of the pointer (you can move it around though).
Smart pointers are really really nice, I do recommend getting used to them (and all other features from c++11 forward).
AngryPancake@sh.itjust.worksto
Linux@lemmy.ml•What're some of the dumbest things you've done to yourself in Linux?
5·2 years agoAdding to what DmMacniel said, it’s a hardware interface, often accessed via a USB port (which after all, is the universal serial bus).
AngryPancake@sh.itjust.worksto
Games@lemmy.world•Discord Shuts Down Servers for Switch Emulators Suyu & Sudachi; Disables Lead Developers Account As WellEnglish
10·2 years agoBecause everyone can spin up their own irc server. It’s not federated though.
AngryPancake@sh.itjust.worksto
Games@lemmy.world•Discord Shuts Down Servers for Switch Emulators Suyu & Sudachi; Disables Lead Developers Account As WellEnglish
283·2 years agoThere’s also IRC
In what sense for bad?



Add yourself to the docker group