ccf

joined 1 year ago
[–] [email protected] 7 points 1 week ago (1 children)

I think there is a setting in some games where the FPS lowers when not focused, to save system resources. It happens with notifications for a lot of games I play too

[–] [email protected] 5 points 2 months ago

on your instance's homepage you can scroll down to the bottom to find its modlog. here's lemmy.world's: https://lemmy.world/modlog

[–] [email protected] 4 points 3 months ago* (last edited 3 months ago) (6 children)

as someone who types special characters a lot, I can't believe how people go about without the compose key

[–] [email protected] 4 points 3 months ago (2 children)

sudo apt install wine should be fine for most applications, if any program needed something else it'd tell you. If you're using wine for gaming, though, you would want to use something like Lutris as it uses a version of wine specifically for games

[–] [email protected] 21 points 7 months ago (2 children)

I'd probably use it as having a lot of extra portable storage space, so it'd probably get filled up with a bunch of junk real fast. also I'd have the coolest battery pack

[–] [email protected] 7 points 8 months ago

They mostly taught me about drug classifications and effects. Not really anything in-depth about addiction

[–] [email protected] 15 points 8 months ago

I believe Skip Redirect does this, it's available for both Firefox and Chrome

[–] [email protected] 28 points 10 months ago* (last edited 10 months ago) (3 children)

It's used in loops in bash, like:

for i in 1 2 3
do 
    echo "$i"
done 

or

while true
do
    echo "o/"
done
view more: next ›