DosDude

joined 2 years ago
MODERATOR OF
[–] DosDude@retrolemmy.com 3 points 10 months ago

Everything was under delivered since the early 90s by Peter. I think het just gets off from the attention. Considering most of the projects were a financial success nonetheless, he probably saw this as a reason to keep doing it.

This really bit him in the end though with godus. A failed god game where he went to kickstarter for money. I guess releasing an under promised game when you ask for money before making it, promising all sorts of things and never delivering it is not really good PR.

[–] DosDude@retrolemmy.com 3 points 10 months ago

Interestingly, in the Netherlands there was the "Zuiderzee" . After damming off the sea, connecting the northern parts of the country for work traffic the sea became a lake called the "IJsselmeer" which in turn turned to freshwater, and even froze over during a cold winter, As seen here and traffic actually crossed over the ice in the lake itself.

[–] DosDude@retrolemmy.com 4 points 1 year ago

The community I miss most from reddit. Nice! Thank you.

[–] DosDude@retrolemmy.com 7 points 1 year ago

Your skin is constantly shedding. The dust you can find In a house is mostly dead skin. Applying sunscreen could make it stick instead of fall off. If it's dry it could also be dust and sand in the air.

Try scrubbing before going sunbathing to see if it still happens then.

[–] DosDude@retrolemmy.com 17 points 1 year ago

Not for your use case. Only for their own streaming service. I've never been served an ad. And I've been using it for over a decade.

[–] DosDude@retrolemmy.com 2 points 1 year ago

Well that would do it. Thanks for pointing out!

[–] DosDude@retrolemmy.com 2 points 1 year ago

It thankfully seems to have been fixed thanks to @graycube@lemmy.world. Running analyze verbose; in postgres.

The pgautoupgrade was added for the new version because this deployment is an all-in-one solution for running lemmy. And upgrading the databases turned out to be quite the effort until some user pointed the maintainer towards pgautoupgrade here.

I tried running lemmy before I found out about this, but this just makes it so much more convenient to run.

[–] DosDude@retrolemmy.com 5 points 1 year ago* (last edited 1 year ago)

Thanks. I ran it. Hopefully it'll make a difference.

Edit: It looks like this did the trick. I'll keep monitoring to see if it sticks. Thanks again!

[–] DosDude@retrolemmy.com 2 points 1 year ago (2 children)

I think so. I have lemmy and everything needed running through a single docker container using Lemmy-Easy-Deploy.

[–] DosDude@retrolemmy.com 2 points 1 year ago (4 children)

I added pg_stat_statements, and ran it. This was the result:

# SELECT count(*) FROM pg_stat_activity;
 count
-------
    11
(1 row)

[–] DosDude@retrolemmy.com 1 points 1 year ago (6 children)
ERROR:  extension "pg_stats_statements" is not available

Even though it's added in the customPostgresql.conf shared_preload_libraries = 'auto_explain,pg_stat_statements'

[–] DosDude@retrolemmy.com 2 points 1 year ago (3 children)
ERROR:  extension "pg_stats_statements" is not available

Even though it's added in the customPostgresql.conf shared_preload_libraries = 'auto_explain,pg_stat_statements'

view more: ‹ prev next ›