lemmy_support

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

wmassingham, in Adding custom PostgreSQL config later to docker

Delete the directory, create the file. Docker creates a bind mount as a directory if it doesn’t exist.

bjoern_tantau,
@bjoern_tantau@swg-empire.de avatar

That’s what I tried. When I start up the containers with docker-compose up -d I get the error posted above.

essellburns, in How do I link directly to a post inside a Lemmy instance?
FelipeFelop, in How do I link directly to a post inside a Lemmy instance?
@FelipeFelop@discuss.online avatar

In not exactly sure what you mean by inside an instance. But your post is

lemmy.ml/post/8102580

Which someone not on Lemmy could use.

Your client probably has a share or copy link option for a post.

shortwavesurfer, (edited ) in How do I link directly to a post inside a Lemmy instance?

That might be kind of difficult because each post is going to be different depending on instance, so there won’t be one universal link to it. What I would do is post a link to the community like this “/c/CommunityName@instance.tld”

Edit: as an example, this community for me is monero.town/c/lemmy_support@lemmy.ml which i can shorten to /c/lemmy_support@lemmy.ml

Ategon, (edited ) in The user numbers in Lemmy communities don't add up
@Ategon@programming.dev avatar

users/day and users/week is from all instances. Only subscribers are from your own instance (so the other two comments are wrong)

The reason is cause that only counts users who have either posted or commented and not those who have upvoted only

jeena, (edited )
@jeena@jemmy.jeena.net avatar

Ah that would make sense actually! That would also show that 90% are lurkers.

mvirts,

… Waiting in the shadows for the perfect time to strike! Lol with a dumb comment

zeppo, in The user numbers in Lemmy communities don't add up
@zeppo@lemmy.world avatar

The weekly & subscribed user count is only users on that specific instance. Also someone doesn’t have to view a community to upvote a post.

jeena,
@jeena@jemmy.jeena.net avatar

But I’m on a one person instance, so that would only show one user but doesn’t.

homesweethomeMrL,

So you’re running your own instance, and that instance had 131 people/week login? Or did you login 131 times?

jeena,
@jeena@jemmy.jeena.net avatar

I run my own instance. It has one user. I did not log in 131 times into it.

can,
Nawor3565,

The number is displayed on the instance the post is on, so it doesn’t matter which instance you view it from (or if you’re not logged in at all), the number is calculated from the active users who are members of the instance you’re viewing.

kamenlady, in The user numbers in Lemmy communities don't add up
@kamenlady@lemmy.world avatar

The upvote logic is so complicated on Lemmy, that idgaf anymore. It’s not like it really was important in the reddit days, just funny somehow…

The first versions of Sync for Lemmy’s still had the added upvote count on my profile page - a Sync for Reddit leftover, but vanished quickly.

This post obfuscated the Lemmy upvote system to a almost opaque level for me lol

can,

Subscriber count is only counting users from your instance. That’s it.

Kalcifer, (edited ) in The user numbers in Lemmy communities don't add up

That’s because, currently, the community stats that you see in the sidebar are only from your instance – community stats are currently not federated. Afaik, federated community stats are going to be implemented in 0.19.

jeena,
@jeena@jemmy.jeena.net avatar

But I’m on a one person instance, so that would only show one user but doesn’t.

Blaze, in Best way to bookmark lemmy communities in a web browser
@Blaze@discuss.tchncs.de avatar

github.com/cynber/lemmy-instance-assistant

There might be others on !plugins

On Lemmyverse you can set your home instance so that link open on it automatically

rglullis, in The user numbers in Lemmy communities don't add up
@rglullis@communick.news avatar

Do voters count as active users? I am somewhat confident that the user count is just related to people who posted or commented on the community.

ShaunaTheDead, in The user numbers in Lemmy communities don't add up
@ShaunaTheDead@kbin.social avatar

It's definitely from other instances voting on it. For example. I'm on the @kbin.social instance but I'm commenting on your post from @jeemy.jeena.net

Also, this doesn't really have to do with your point but it's interesting none-the-less, it's really hard to keep view count numbers accurate when you've got multiple servers involved. The view count is accurate and every view is being counted, but any time you look at it, it's not exactly correct. If you think about how each server might get a view count update from the server at different times, and then add the views that only it sees to the view count, and then when it goes to add it's view counts to the central count and get a new updated number there may have been dozens of other server that have updated the view count at various times between then and now.

It all gets very complicated but I think it's kind of neat that a view count number can be accurately kept track of and yet every time you look at it, it's not exactly correct.

aion, in The user numbers in Lemmy communities don't add up

Disclaimer: I have not looked at how Lemmy calculates those numbers.

I suspect this is a combination of multiple factors:

  • The stats could be averages over the last several days/weeks.
  • The stats could be estimates, not exact numbers.
  • The stats probably only account for people who look at the community directly.
  • People do not need to look at the community to upvote a post, people can upvote from the site-wide feed.
bloopernova, in Intelligence Mod Webdoodle Banned and Removed as Top Mod without notification
@bloopernova@programming.dev avatar

Apart from death and taxes, I think maybe drama is the 3rd universal constant.

txmyx, (edited ) in How to free up space pictrs or postgres
  1. Upgrade your storage. 160GB is nothing and 1TB SSDs are cheap
  2. You could delete pictures, but then the posts are broken
  3. You could archive old pictures. The pictures will have a longer load-time. Also I don’t think archiving pictures is a feature of lemmy, so you would have to implement it yourself

Edit: I think postgres is so big, because of backups. You could delete those, but that’s risky

skariko,
@skariko@feddit.it avatar

Thank you for your answer!

Since I currently use Hetzner the only way to get more space is to upgrade the server (at a not inconsiderable cost).

The alternative might be to purchase SSD block storage volumes which are definitely lower priced (5€ per month for 100GB) however it would be interesting to know if there is a guide for Lemmy for this or if others have had positive experience doing this.

nachtigall,

You could get a storage box which is just 3.81€ for 1TB and mount it via NFS or SSHFS. That’s how we are doing it at Feddit.de

skariko,
@skariko@feddit.it avatar

Thanks i think this is a great idea.

Since this problem I think is quite common (at least from reading a few threads and comments around) it might be interesting to create a guide especially regarding the part of having lemmy use this/mounted volume instead of the default one.

I in the meantime will try to look around for some information on how this can be done, any advice is definitely welcome.

Thanks!

nachtigall, (edited )

I’d just ping @wintermute here as he might tell you more about it.

willya, in How to free up space pictrs or postgres
@willya@lemmyf.uk avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • lemmy_support@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #