Mine is doing surprisingly well and I still don’t fully believe it. It’s simply pics that make you think of the person you care about most, like a best friend or partner.
600 MAU, 260 subscribers, and plenty of upvotes. I guess people love being sappy 😆. I wasn’t expecting much activity to be honest. Not many people post their own images, but that’s alright by me.
Honestly, I really just made the community for the person I started falling in love with. (We’re talking about starting a serious relationship soon 😊). I haven’t shared the community with them yet, but I plan to soon. Now that it’s filled up with posts, I want to write them a long, sappy letter and share all the posts.
If I may, this is fucking adorable. Great idea that I’m glad to see is getting some traction!
Looks amazing, happy for you! Have you ever promoted your community on !newcommunities@lemmy.world ?
Thanks 😊
I have. Made a post there a week or two ago.
Nice 😄
I make threads to explore floaty things and their fun interactions, but my subscribers only like them if there are cute anime girls. Such is life. I’m trying to support smaller communities more.
You’re talking about !FloatingIsFun@fedia.io right?
That’s right, it’s !FloatingIsFun@fedia.io . I couldn’t find a community for people who like floaty things, so I made my own.
I always like it when it pops up on my feed
I’ve seen that one a few times on all. I thought it was an anime community :(
That’s fair. The easiest way to find properly sourced examples of floating in the air is through the tags on pixiv and DeviantArt, and those have great tools like SauceNAO backing them up. So, that’s what I have a lot of.
What I really want is more videos and real life examples of floating, but those are more rare and much harder to track down accurate sources for. Sometimes I defeat language barriers and find the source, but the only way to post it is piracy. Sometimes I think I find a source, but it’s fishy or I have to upload a copy of the video that works here. Sometimes an awesome video is never documented and I try for years to find the source and never get it. And after all that, video posts don’t work well on Lemmy and PieFed.
Sorry to hear, at least you tried!
Finally returning after a 3 Week hiatus
Good luck!
I’m having issues where people on All downvote the shit out of our posts, but subscribers upvote. So everything has negative votes, but my subscribers aren’t getting the community they want. Anyone else see this or have ideas?
If people downvote all content without contributing at all (and I insist all content, not just one or two downvotes), I would consider banning them.
If they comment or upvote, that’s a different story.
What is the procedure for banning a user if their only interactions with a community are downvotes, and they never post or comment? The default Lemmy interface doesn’t make this easy…
Yeah I have, it’s just a lot of banning - and I know I have a very very niche thing, I just wish there was a way to prevent voting unless you explicitely join the community
Similar problem, automating the identification of bad actors helps a lot.
How did you do that?
Scrubbles @poptalk.scrubbles.tech
I used the api to collect all the votes on posts and comments, then I flag anyone who crosses a threshold
If you have your own instance you could do it with a sql query instead.
I do have my own instance and have done it with SQL, automated would be a bit nicer. If you have any source code you’ve written that you wouldn’t mind sharing it would be a helpful jumping off point. I’d probably need to tweak it but I wouldn’t have to start from scratch
The only thing I have that I’d not be mortified to share (only mildly embarrassed) is a very heavy, probably quite inefficient SQL script to grab the vote aggregates for a community grouped by actor id.
Input: Local Community ID
Output:
- Actor ID
- Publish/create date of the actor
- Number of post upvotes given in the community
- Number of post downvotes given in the community
- Number of comment upvotes given in the community
- Number of comment downvotes given in the community
- Number of posts in the community
- Number of comments in the community
If you want the SQL, send me a DM or reply and I can DM it to you. For the action / scoring logic, you’ll probably be better off writing your own since my scripts are a bit of a mess. The basic flow, though, is:
The output from the SQL is fed into other scripts which compute a “participation ratio” for each given actor id. That’s just a fancy way of saying if they have no/few posts/comments in the community, give out X downvotes for every upvote given (if any), the number of interactions is above a minimum threshold, and their account is older than a minimum defined number of days, it’ll add those actor_ids to a queue file.
The thresholds are quite generous, though they can be tightened if needed. One thing to note is that downvotes received in the community is not factored in; just the number of submissions to the community (if any).
The queue file is then processed to ban those users from that community with a preset reason.
That runs via cron about once a day on a list of community IDs in a config file. I usually check the modlog every morning to review any bans that happen overnight (if any). Previously, I would manually review and issue any bans by hand using the list of actor IDs it generated (which has since became the queue file).
The scripts are a bunch of Bash scripts that I’ve put together over a long period of time for various purposes, and many are daisy-chained together. I’ve been meaning to re-write it in Python now that I have a better idea of what I want it to do, but I just haven’t gotten around to it yet.
I will say that the script doesn’t have to take action on a per-community basis that often. Most of the bans issued are to accounts that just downvote everything (which are detected by another, similar script). When those “mass downvote” accounts are banned, they’re also banned from each local community (I don’t enforce that to any communities I mod elsewhere).
PTZ has mentioned he might have a SQL based solution
I just use the api scripts now, which are really really slow.
FYI, on Piefed: https://feddit.org/post/6649095/4125210
!spiders@lemmy.world for people curious
Interesting community.
Same.
I need a bot to push out the news for my community, but idk how to make, implement, or maintain a Lemmy news bot. Idk even know where to start. GitHub is confusing.
Does your university has a subreddit? Just copy pasting news from there every week would help.
Also create regular “Discussion thread” like once a week
Ya I think there’s a subreddit, but it’s not too popular. Been a while since I’ve been on reddit.
There are university press releases like daily, and that’s what I’ve been wanting to bot over.
I’m actually not that concernd. I just took over the community because it was modless, but all I really care about is identifying spiders. Also it’s currently winter in the northern hemisphere, that always slows things down.
But I found a spider this morning and it’s been a while … so I made a post.
!lotrmemes@lemmy.dbzer0.com stable
Have there been any further discussions with Zoidberg on making the migration official?
Not since that post a week ago: https://feddit.org/post/5548029/4129520