this post was submitted on 27 Aug 2026
792 points (99.1% liked)

Mildly Infuriating

47341 readers
670 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] froh42@lemmy.world 28 points 2 days ago (2 children)

I always wanted to build an alternate to maven central, called pomhub.

[–] urushitan@kakera.kintsugi.moe 23 points 2 days ago (2 children)

That made me check. Pornhub owns pomhub.com lol. Makes sense considering that would become such an easy way to spam people

[–] slampisko@lemmy.world 7 points 2 days ago (2 children)
[–] rbos@lemmy.ca 7 points 2 days ago

Very irnportant when using one hand!

[–] valar@lemmy.ca 1 points 2 days ago

Real ones can just hit p and autocomplete

[–] Zarobi@aussie.zone 2 points 2 days ago (1 children)

There's a hidden war over many common typos of popular domains. Almost every misspelling of YouTube redirects to the main site. Try yootube or yputube or yoitube.com. But less common misspellings or as soon as a domain registration expires, you bet some bot will snap that up and host malware, then demand a royal's random from Google to win it back

[–] diaphragmwp@discuss.tchncs.de 2 points 2 days ago* (last edited 2 days ago) (1 children)

The yoitube one is clickable on web. It appears to link nowhere to an adblock user, unless they press F12 and see that it's a bunch of links to random domains all titled either "top sex" or "barzolar" (whatever the latter means), probably some ancient search engine manipulation: marking normal sites people paid against as NSFW; advertising actual NSFW sites people paid for.

yootube seems to be parked or something (could be fake), yptube redirects through a bunch of stuff then eventually declares me unwanted (probably because referrer turned off) and redirects me to rozetka.com.ua (they probably looked up top 10 sites per region and since I used my IP in Ukraine it directed to a Ukrainian store)

[–] Zarobi@aussie.zone 1 points 2 days ago (1 children)

That's really interesting. I would have thought the URLs would work the same for everybody, but maybe there's some DNS strangeness going on, or even my device might be correcting the mistakes

[–] diaphragmwp@discuss.tchncs.de 2 points 2 days ago (1 children)

If it's Google's browser/DNS/whatever then it's probably that, yes.

[–] Zarobi@aussie.zone 2 points 1 day ago* (last edited 1 day ago) (1 children)

Oooh that's sneaky. It feels illegal for a DNS provider to mess with lookup results in their own favour like that.

In an ideal world I would change it, but I can't right now.

[–] diaphragmwp@discuss.tchncs.de 2 points 1 day ago (1 children)

I would change it

I can't right now

what are you implying?

[–] Zarobi@aussie.zone 1 points 1 day ago (1 children)

The router where I live is configured to use Google DNS. I'd change it to use OpenDNS or something if I could, but since it's not my router, I cannot

[–] diaphragmwp@discuss.tchncs.de 2 points 1 day ago* (last edited 1 day ago)

Oh. You probably meant OpenNIC.

Anyways, did you hear that you can do stuff when you own your computer? Not the router. Example with NetworkManager (I also have an OpenBSD box somewhere and don't feel like turning it on rn but it's in /etc/ somewhere named after the network interface): $ cat /etc/NetworkManager/NetworkManager.conf

# Configuration file for NetworkManager.
# See "man 5 NetworkManager.conf" for details.
[main]
hostname-mode=none
dns=0
rc-manager=unmanaged

[device]
wifi.scan-rand-mac-address=yes

[connection]
ethernet.cloned-mac-address=random
wifi.cloned-mac-address=random
connection.mdns=0
connection.llmnr=0

[ipv6]
addr-gen-mode=1
ip6-privacy=2

Make sure nothing in /etc/NetworkManager/conf.d is overwriting this of course. Note the dns=0 and rc-manager=unmanaged. I've only recently discovered this. The DHCP server may insist on making NetworkManager use some random DNS server and it will comply. However, this tells nm to NOT change /etc/resolv.conf, the actual file stdlibs will read for DNS info. nm will still report the server(s) it accepted and live in it's own, disconnected reality, though.

Now, you should make sure /etc/resolv.conf isn't symlinked anywhere (ls -l for it shouldn't show any arrows), then restart NetworkManager. Twice, for some reason, for it to take effect, don't know exactly why. NOW you can just write whatever the fuck you want into it:

nameserver 2001:470:1f15:b80::53
nameserver 91.190.185.43

This won't do much if some middleman is overthrowing the unencrypted requests of course. Like with a shitty router, shitty ISP or just the fact you are in China or Russia or Belarus and so on and so forth. Some overcome this by telling Tor to listen on port 53. Some overcome this by installing dnscrypt-proxy or similar (although could be blocked altogether). Some overcome this just by using a local resolver (hopefully at least dnssec capable). Yes, you can resolve DNS yourself, kinda slow but still. Crazy info, I know.

Meanwhile, major browsers will happily ignore that completely. In Firefox, go to Privacy and Security > DNS over HTTPS, then select "own settings", "provider" - "custom", then put in something like https://dns1.slowb.ro/dns-query. Now, what this does is literally connect to that server via HTTPS and do requests on it. In JSON. This sounds extremely cursed and wrong, I know, but it works. How does it resolve "dns1.slowb.ro" in the first place - honestly, no idea. They probably made a tiny self resolver just for this (bruh), or hardcoded 1.1.1.1 or something. It's definitely not OS settings: can't use opennic.glue addresses there.

[–] PieMePlenty@lemmy.world 4 points 2 days ago (1 children)
[–] huppakee@lemmy.world 3 points 2 days ago

No, it redirects to a site selling porn-porns.