this post was submitted on 28 Mar 2024
857 points (96.5% liked)

Mildly Infuriating

34327 readers
482 users here now

Home to all things "Mildly Infuriating" Not infuriating, not enraging. Mildly Infuriating. All posts should reflect that.

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.

-At this time we permit content that is infuriating until an infuriating community is made available.

...


8. Reposting of Reddit content is permitted, try to credit the OC.


-Please consider crediting the OC when reposting content. A name of the user or a link to the original post is sufficient.

...

...


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 1 year ago
MODERATORS
 

What is the difference between cellular data being used on my phone and cellular data being used on my notebook? Data is data.

you are viewing a single comment's thread
view the rest of the comments
[–] solrize@lemmy.world 44 points 3 months ago (2 children)

If it's an android phone, enable dev mode, install adb on your laptop, run an sshd under termux on the phone, and you should be able to set up iptables to forward packets from the laptop through the phone. The phone won't know that it's being used for tethering. Although I hadn't seen the stuff about packet TTL before. Maybe it's as simple as just adjusting that.

[–] owenfromcanada@lemmy.world 24 points 3 months ago (2 children)

A less complicated method that I used for years:

  • Install SimpleSSHD on your phone
  • If you're running Windows, install PuTTY on your PC
  • Connect to SimpleSSHD through PuTTY/ssh and set a parameter for dynamic forwarding (CLI option is -D 8888)
  • Set your web browser or application to use SOCKS5 proxy at localhost port 8888

It doesn't redirect all traffic (you'd want to avoid system updates, for example) but might be easier than messing with iptables.

[–] dan@upvote.au 3 points 3 months ago* (last edited 3 months ago) (1 children)

It may be easier to just run a VPN on the phone and route the traffic through it? WireGuard runs on Android. I've never tried configuring it to forward data through it though, but it should work.

[–] owenfromcanada@lemmy.world 3 points 3 months ago (1 children)

I tried that, the carrier could still differentiate it from local traffic (or at least my speed test results were vastly different).

[–] dan@upvote.au 2 points 3 months ago (1 children)

It's possible they've gotten smarter these days.

I don't know how ISPs are allowed to do this when it's a very obvious violation of net neutrality.

[–] owenfromcanada@lemmy.world 1 points 3 months ago

If I recall correctly, they justify it by claiming they need to do deep packet inspection to balance traffic. There's a fuzzy line between them needing to optimize their network equipment and respecting privacy, and the rulings seem to favor the former.

[–] michael_palmer@lemmy.sdf.org 3 points 3 months ago

There is an app that can change TTL value through iptables. It requires root.

[–] fne8w2ah@lemmy.world 8 points 3 months ago (2 children)

Back in the day PDANet was the app to go to enable unlimited tethering.

[–] Zikeji@programming.dev 3 points 3 months ago

Still works for me as of last year. Now I use rooted android with ttlfix.

[–] Armageddon@ttrpg.network 2 points 3 months ago

This is what I've been using and it works for the most part other than the connection just dropping with too much use, only other thing I've used is PairVPN which had the same problem but was 100x worse. Is there something better around nowadays? I have a carrier locked phone and can't ROM or root