Skip Navigation

flamingos-cant (hopepunk arc)

@ flamingos @feddit.uk

Posts
47
Comments
225
Joined
3 yr. ago

  • Modern vocaloid is generative AI and I think making a song with Hatsune Miku is justifiable.

  • Lead Lemmy developer dessalines@lemmy.ml Appears to Have Had Their Account Compromised After Moderation Actions Raise Serious Concerns

    Jump
  • You were instance banned under lemmy.ml's rule 4, not the privacy community's rule 4. ml's rule 4 is "No Ads / Spamming". This seems to have been prompted by you reposting a removed post, which frankly seems fair despite what I think of ml's moderation normally.

    Rule 4 does seem to be a bad reason to remove the original post, though I think it should've been removed simply for how cringe 'cuckloading' is as a term. Stop trying to link sexual deviancy to moral deficiency.

  • One problem with the whole C2S thing is you can easily end up in the Matrix/XMPP situation where some clients and servers implement some smattering of standards and it just becomes confusing to navigate and use.

    This is approximately the situation in the fediverse today, with Mastodon in the role of Gmail. The difference is that email has IMAP and SMTP, client protocols that are not only standardized but universally adopted. Every email server implements them and every email client expects them.

    Tuta has entered the chat.

  • Still, a reminder for people to use anonymous payment methods if they're in the authorities scope like this.

  • I've seen other people on Mastodon/Bluesky mention that the site takes an 'anti-censorship' approach to moderation, so there's a bunch of far right people doing Nazi stuff on there.

  • Fit for an Autopsy.

  • Gustavo Fring.jpg

    You hate Brianna Wu because she's a woman game dev.

    I hate Brianna Wu for being a pick me chud.

    We are not the same.

  • Deleted

    Permanently Deleted

    Jump
  • gets bored once he ships the MVP

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

  • 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:

     python
        
    # 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_community variable. This seems to be a renaming of the low_quality field 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.

  • So wait, they pull in Tesseract and don't use it to make search better? Talk about missed opportunity.

  • Lollypop is actually a GTK3 app (it looks pretty dated on my mostly GKT4 GNOME setup) and it's imo still the best GNOME music app. I'm honestly suprised they say Lollypop's UX sucks but then praise RecordBox's because I can't stand RecordBox (why make me double click to play a song and don't get me started on the Artist+Album view). Also surprised Gapless didn't get mentioned here, I think this is actually pretty decent though its queue system could use work.

    The dev says this choice is so you can select songs and instead you should use the little play button next on the right side of all playable entries.

  • I just guaranteed you on fediseer, so you should be good now.

  • Assuming you have a standard deployment with docker compose, go to the directory with the docker-compose.yml file and run this:

     sh
        
    docker compose logs lemmy | less
    
      

    You might have to scroll for a bit, you can hit / then type mastodon.social then enter to find occurrences in the logs. Jump to next/previous match by hitting n and N/shift-n respectively.

    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.

  • They seem to have blocked Nutomic, so won't see this.

  • 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.

  • Build communities without the middle men.

  • Writing is okish, editing however is horrendous.

  • 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.

  • Linux @programming.dev

    GIMP 3.1.4: Second Development Release towards GIMP 3.2

    www.gimp.org /news/2025/09/01/gimp-3-1-4-released/
  • Fediverse @lemmy.world

    Channel.org open beta

    backend.newsmast.org /@newsmast/114868712181084613
  • Linux @programming.dev

    Fedora X11Libre change proposal withdrawn after 'overwhelmingly negative feedback'

    lists.fedoraproject.org /archives/list/devel@lists.fedoraproject.org/message/CXYQPMV6TA2DYLCVD5H6E76CWFDQJZUP/
  • Technology @lemmy.world

    Matrix is cooked

    blog.cyrneko.eu /matrix-is-cooked
  • 196 @lemmy.blahaj.zone

    Liver rule

  • Microblog Memes @lemmy.world

    Please, UI designers

  • Fediverse memes @feddit.uk

    We're in the big leagues now

  • Fediverse @lemmy.world

    Decentralisation as a shifting mental framework

    fediversereport.com /decentralisation-as-a-shifting-mental-framework/
  • Microblog Memes @lemmy.world

    Watch out

  • Fallout @lemmy.world

    Hey guys

  • Fediverse memes @feddit.uk

    It's easy if you ignore the hard part

  • Fediverse @lemmy.world

    What just happened to 4 million posts?

  • Fediverse memes @feddit.uk

    So close to greatness

  • Fediverse memes @feddit.uk

    Of course

  • Programmer Humor @programming.dev

    I'm an Emacs developer

  • Fediverse @lemmy.world

    Dansup promises Loops federation beta 'later this week'

    mastodon.social /@dansup/114268037759977451
  • UK Politics @feddit.uk

    Donor to Reform U.K. Party Sold Parts Used In Weapons to Russian Supplier

    www.nytimes.com /2025/03/28/world/europe/reform-uk-donor-farage-technology-russia-sanctions-india.html
  • Lemmy @lemmy.ml

    Should Lemmy allow mods/admins to edit user post data

  • Fediverse memes @feddit.uk

    Bluesky already doing enshittification

  • UK Politics @feddit.uk

    The Spring Statement is choosing to put thousands of kids in poverty

    metro.co.uk /2025/03/26/spring-statement-choosing-put-thousands-kids-poverty-22798157/