[-] Signfeld@lemm.ee 9 points 1 month ago

Definitely not on Steam Deck.

[-] Signfeld@lemm.ee 7 points 3 months ago* (last edited 3 months ago)

That's actually really interesting, I had no idea. Do you have a link with the page to that image? It got jpeg'd and I'd like to read more.

Edit: thanks for the links all, really appreciate it.

[-] Signfeld@lemm.ee 2 points 3 months ago* (last edited 3 months ago)

Try Strawberry, Audacious, and Lollypop. There's a lot of options, it just depends on what you're looking for. I could give better suggestions if I knew what features are important to you.

[-] Signfeld@lemm.ee 2 points 4 months ago

This is optional and only happens if you check "Simulate Witcher 2 Save" when creating a new game I believe. Just choose no.

[-] Signfeld@lemm.ee 1 points 5 months ago

I did not realize this game is being made by KT Racing. Their WRC games were kind of yearly copy/pastes and the last one had around two months of updates before it was abandoned.

I won't dismiss this game yet but it has me a bit worried.

[-] Signfeld@lemm.ee 2 points 8 months ago

Nope, no microtransactions, not F2P in that sense. Check out the patch notes: https://www.nomanssky.com/2024/02/no-mans-sky-omega-update/

[-] Signfeld@lemm.ee 2 points 9 months ago

For any client that does not support ListenBrainz but does support Last.FM you can use multi-scrobbler to chain off of it. https://github.com/FoxxMD/multi-scrobbler

[-] Signfeld@lemm.ee 1 points 10 months ago

Thanks for this, it's so easy to just run this script when I'm curious.

I got the warning "egrep: warning: egrep is obsolescent; using grep -E" so I just swapped that command to get rid of the message.

1
submitted 1 year ago* (last edited 1 year ago) by Signfeld@lemm.ee to c/lemmy_admin@lemmy.ml

After using Ansible to upgrade Lemmy following the instructions (https://github.com/LemmyNet/lemmy-ansible) I am now getting the error

Error: LemmyError { message: Some("Cannot have both private instance and federation enabled."), inner: Cannot have both private instance and federation enabled., context: "SpanTrace" }

I am not sure how to change either private to requiring approval or public OR disable federation now. I don't see anything about it in the relevant documentation (https://join-lemmy.org/docs/en/administration/configuration.html) but I could be missing something.

The docker container keeps trying to restart and fails each time. Any help with this would be really appreciated!

EDIT: solved it by ssh'ing into the postgres docker container, running psql and UPDATE local_site SET private_instance = 'f' WHERE id = 1;

Also, I changed it back to private in the admin settings and it's fine now... really weird. Going to need to remember to do this every update I guess.

Signfeld

joined 1 year ago