this post was submitted on 15 Oct 2025
51 points (100.0% liked)

Church of Thighentology

1060 readers
111 users here now

For lovers of all things anime thighs. Thick, thin, or in between; all are welcome here.

  1. Posts must feature legs or thighs. The thickness or focus doesn't matter as long as they are present
  2. Lewd/Ecchi is fine, but please mark NSFW as needed
  3. Include source in body if possible.
  4. No AI generated content.

Find other anime communities which may interest you: Here---

founded 1 year ago
MODERATORS
 

This post contains a small experiment: a counter which should increase every time this post is opened. Or maybe not, depending on caching. It uses count.ayaya.beauty; hosted by nadeko, a provider of privacy focused services.

counter


Post by 爱画画的深夏
Socials: Pixiv

Sauce: Zenless Zone Zero
Characters: Jane Doe

you are viewing a single comment's thread
view the rest of the comments
[–] wjs018@piefed.wjs018.xyz 2 points 1 month ago (1 children)

My guess is that most voters are not opening up the post and viewing the counter. Basically every lemmy frontend I can think of and every mobile app let you view the image of an image post as well as vote without opening the full post and seeing the post contents. Piefed works similarly as well and will show you the image as well as let you vote without needing to load the full post body.

As for fedia, I suspect that it is falling prey to the same issue that was plaguing piefed (until we just fixed it recently after talking on another one of your posts). Creating the post and editing it so soon afterwards probably works just fine on your home instance because there is enough temporal separation between those two actions that your home instance can deal with it. However, fediverse software tends to batch outgoing federation activities, so both the create and edit activities are getting sent to other instances in the same batch. Without some way of putting the edit activity after the create activity, the edit will fail before the create completes.

[–] green_copper@kbin.earth 2 points 1 month ago

I agree that most voters just vote from their feed without opening the post (this is also how I view content here). That is why I am surprised that the counter is much higher that the votes, as I expected the opposite (+ counts from instance auto caches). Then again, there might also a number of crawlers which consume posts on the Fediverse.

Regarding fedia: I too suspect the same issue as with Piefed. I wrote a post in the support community of fedia.io and mentioned one of the Mbin devs.
Also it seems that I hopefully don't have to edit the post after its creation in the future anymore, as there is a PR for Mbin which will enable image-uploads + body via the API (currently the API is quite odd that a thread can be created with either a image or a body, but not both with the same request).