this post was submitted on 26 Aug 2026
28 points (79.2% liked)

Mildly Infuriating

47484 readers
875 users here now

Home to all things "Mildly Infuriating" Not infuriating, not enraging. Mildly Infuriating. All posts should reflect that. Please post actually infuriating posts to !actually_infuriating@lemmy.world

I want my day mildly ruined, not completely ruined. Please remember to refrain from reposting old content. If you post a post from reddit it is good practice to include a link and credit the OP. I'm not about stealing content!

It's just good to get something in this website for casual viewing whilst refreshing original content is added overtime.


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means: -No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...


7. Content should match the theme of this community.


-Content should be Mildly infuriating. If your post better fits !Actually_Infuriating put it there.

-The Community !actuallyinfuriating has been born so that's where you should post the big stuff.

...


8. Reposting of Reddit content is permitted, but attribution is not required in any way. No links to Reddit in post body


-If you would like to provide a source link, do so in the comments but not in the post body.

...

...


Also check out:

Partnered Communities:

1.Lemmy Review

2.Lemmy Be Wholesome

3.Lemmy Shitpost

4.No Stupid Questions

5.You Should Know

6.Credible Defense


Reach out to LillianVS for inclusion on the sidebar.

All communities included on the sidebar are to be made in compliance with the instance rules.

founded 3 years ago
MODERATORS
 
top 13 comments
sorted by: hot top controversial new old
[–] remon@ani.social 21 points 2 weeks ago (2 children)
[–] glimse@lemmy.world 11 points 2 weeks ago (1 children)

They don't. OP just bulk reposts other people's complaints. Talk about mildlyinfuriating

[–] remon@ani.social 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I was just pointing out that I (and probably most lemmy users) have to take OPs word for there actually being a mistranslation in the screenshot.

[–] glimse@lemmy.world 3 points 2 weeks ago

And I'm just saying they'll never confirm it either way because it's not a human posting

[–] starlinguk@lemmy.world 3 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

You notice it when you look at international instructions on packets of food. The non-English texts have a distinct English vibe even when the product is, say, French or German.

[–] sfxrlz@lemmy.world 2 points 2 weeks ago

Or Microsoft documentation pages which are all sloppily translated by ai without proofreading

[–] foggy@lemmy.world 10 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

The middle language is not a spoken language. Googles AI created an intermediary language (like 10+ years ago) to translate between all languages. It's not written/spoken, it's done on weights. It's referred to as an 'interlingua'

https://www.newscientist.com/article/2114748-google-translate-ai-invents-its-own-language-to-translate-with/

[–] moonshine69@lemmy.nz 2 points 2 weeks ago* (last edited 2 weeks ago)

Very old article, they are absolutely just using llms nowdays

Edit: this is the paper https://arxiv.org/pdf/1611.04558 the article is about

[–] JelleWho@lemmy.world 8 points 2 weeks ago (2 children)

For German Dutch is does seem to do it directly. But I think it mostly is because a person has put in the effort for it.

[–] gnutrino@programming.dev 11 points 2 weeks ago (1 children)

Doesn't German -> Dutch basically involve just translating half the words to English and adding a silly accent though?

[–] starlinguk@lemmy.world 2 points 2 weeks ago

I wish. Love, Dutch person learning German.

[–] fushuan@lemmy.blahaj.zone 1 points 2 weeks ago* (last edited 2 weeks ago)

The way translation engines are trained is with a body of written text in two languages, which teaches the engine both how words translate and how they fit in equivalent semantic contexts. That way it can decide which synonym is the best one to use given the context, and lose the least amount of context in the bridging.

Of course a person as put in effort, so has in every language. But that's irrelevant if there isn't a large body of text in both languages to learn from. I'm sure German and Dutch have a looooot of shared texts.

[–] fushuan@lemmy.blahaj.zone 7 points 2 weeks ago* (last edited 2 weeks ago)

It's the consequence of translation engines being trained on a corpus that is mainly Spanish and English. Meaning, that most txt in other languages have been translated to either Spanish or english, and those translations are what is used to train contextual inference for translations. It needs a corpus of text of two languages to even attempt translation from A to B. If it doesn't have enough, it will use bridge languages.

How many texts are there both in Ukrainian and Japanese? Effectively none, so it makes perfect sense to use a bridge language. The issue here is that the context wasn't properly kept in the bridging, and they should theoretically be able to do that. A buddy I shared my master's with was Iranian and he explained the semantic context issue to me, he was working on exactly this issue.