flamingos-cant (hopepunk arc)
- 21 Posts
- 210 Comments
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Fun fact: you can't upload this image on piefed.socialEnglish
14·16 天前I was curious to see how they handle this on the fedi side, because they obviously can’t stop you from uploading images to other instances, so decided to do some digging myself.
The fedi code for this is here and looks like this:
# Alert regarding fascist meme content if site.enable_chan_image_filter and toxic_community and img_width < 2000: # images > 2000px tend to be real photos instead of 4chan screenshots. if os.environ.get('ALLOW_4CHAN', None) is None: try: image_text = pytesseract.image_to_string( Image.open(BytesIO(source_image)).convert('L'), timeout=30) except Exception: image_text = '' if 'Anonymous' in image_text and ( 'No.' in image_text or ' N0' in image_text): # chan posts usually contain the text 'Anonymous' and ' No.12345' post = session.query(Post).filter_by(image_id=file.id).first() targets_data = {'gen': '0', 'post_id': post.id, 'orig_post_title': post.title, 'orig_post_body': post.body } notification = Notification(title='Review this', user_id=1, author_id=post.user_id, url=post.slug, notif_type=NOTIF_REPORT, subtype='post_with_suspicious_image', targets=targets_data) session.add(notification) session.commit()The curious thing here, apart from there being both an environmental variable and site setting for this, is the
toxic_communityvariable. This seems to be a renaming of thelow_qualityfield Piefed applies to communities, which are just communities with either memes or shitpost in their name.You also don’t get social credits docked for this.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Fun fact: you can't upload this image on piefed.socialEnglish
191·16 天前So wait, they pull in Tesseract and don’t use it to make search better? Talk about missed opportunity.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•r/Silksong joins lemmy! (And a new lemmy instance)English
7·20 天前I just guaranteed you on fediseer, so you should be good now.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Why responses from mastodon.social don't arrive to my Lemmy instance?English
17·26 天前Assuming you have a standard deployment with docker compose, go to the directory with the
docker-compose.ymlfile and run this:docker compose logs lemmy | lessYou might have to scroll for a bit, you can hit
/then typemastodon.socialthen enter to find occurrences in the logs. Jump to next/previous match by hittingnandN/shift-nrespectively.I was able to fetch the comment without issue (https://feddit.uk/post/42810312/22639417), so it could be something in your setting somewhere. You can try to resolve the comment (go to search in the web UI and past the URL for comment), then after you can run the command above and jump to the end (
Alt->) and it should say something about why it failed to resolve.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•FYI: Reddit trademarked some community names (Digg link)English
2·27 天前They seem to have blocked Nutomic, so won’t see this.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Bluesky just verified ICEEnglish
122·27 天前They completely deindexed Link (spacelawshitpost.me) for not showing appropriate reverence for Charlie Kirk after he died by pointing to their TOS policy on promoting violence, but an organisation that only exists to exert violence on non-white people gets a pass.
flamingos-cant (hopepunk arc)@feddit.ukto
Lemmy@lemmy.ml•[Help Design Lemmy] How to describe Lemmy in a single Sentence?English
6·28 天前Build communities without the middle men.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.ml•Lemmy now (partially) federates with Bluesky via BridgyfedEnglish
3·1 个月前I did: https://bsky.app/profile/flamingos-cant.xyz/post/3mcd423kj2c2t, Bridgy-fed wraps the entire text content of a post into a single
<p>element so the it’s being collapsed into a single paragraph in the markdown conversion.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.ml•Lemmy now (partially) federates with Bluesky via BridgyfedEnglish
7·1 个月前Formatting is a bit weird, but it works! https://feddit.uk/post/42603656
flamingos-cant (hopepunk arc)@feddit.ukto
Lemmy@lemmy.ml•What does deletion actually do?English
6·1 个月前When you delete something, your instance sends it the instance of the community. The community is suppose to process that and then forward that delete to every instance where a subscriber of that community resides. In this case, either zip failed to send the delete to world or something went wrong on world.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.ml•Would something like GNU potentially work for the Fediverse?English
7·2 个月前Taler needs buy in from banks and irrc it’s only being trialled by some Swiss banks atm.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•PieFed 1.4 is released - emoji, federated stackoverflow and AI content filtersEnglish
61·2 个月前Comments can be marked as an Answer, like on StackOverflow.
Was anything changed about how this federates? If no, what protections are in place against someone just patching their instance software to always return an
"answer": trueonNotes?
flamingos-cant (hopepunk arc)@feddit.ukto
Technology@beehaw.org•Firefox dev clarifies that AI features will be 'opt-in' and there will be a 'killswitch' to disable themEnglish
6·2 个月前Link to the article as it doesn’t show up on Lemmy: https://www.gamingonlinux.com/2025/12/firefox-dev-clarifies-there-will-be-an-ai-kill-switch/
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•The Revolution Will Not Make the Hacker News Front PageEnglish
24·2 个月前Earlier this week, I announced the immediate availability of a reference implementation for the Public Key Directory–a project I’ve been working on since June 2024. Hundreds of people shared it on Mastodon and BlueSky. Comparatively, almost nobody on Hacker News ever saw it.
I’ll admit I missed this despite it being posted in !technology@lemmy.world. Lumping Masto and Bluesky together here is weird though given the Masto post got 300+ boosts while the Blusky post got 25 reposts.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Why ActivityPub over Nostr? - function onlyEnglish
4·2 个月前Wow, that’s bad. I would hate working with this so much.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Why ActivityPub over Nostr? - function onlyEnglish
2·2 个月前of numbers instead of human-readable names
TBF, they have introduced a ‘verified’ system that lets you use human readable names.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Still relevant, hasnt changed much after 2 yearsEnglish
2·2 个月前Yeah, people are tribal and decentralisation lets people express that in ways centralised platforms don’t. Something, something, tech won’t save us.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Still relevant, hasnt changed much after 2 yearsEnglish
2·2 个月前Clicking though to community to post and selecting a community from the create post page are same problem rearranged. A user who subbed to ~technology@piefed.social isn’t going to know the difference between !technology@lemmy.world, !technology@lemmy.zip and !technology@piefed.social.
flamingos-cant (hopepunk arc)@feddit.ukto
Fediverse@lemmy.world•Still relevant, hasnt changed much after 2 yearsEnglish
6·2 个月前Solution 2 in the post, multicommunities. I’m not sure it actually solves the problem though, as you still have to go to the actual community to post and I imagine multicomms add an extra layer of confusion to that.










He doesn’t even need to do that, just look at that Whatsapp clone he named after himself.