Signfeld

joined 1 year ago
[–] Signfeld@lemm.ee 9 points 1 month ago (1 children)

Definitely not on Steam Deck.

[–] Signfeld@lemm.ee 0 points 2 months ago* (last edited 2 months ago) (1 children)

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

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 4 months ago (1 children)

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

 

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.