ad_on_is
@ad_on_is@programming.dev
Developer by day, gamer by night!
🖥️ Stack: #NodeJS #Flutter #Go
🐧Linux: Currently on #Fedora
🎮️ Games: #ApexLegends and #Chess
Fun fact: Built my own custom keyboard, which sometimes doesn’t work and hangs, but hey… it still adds to the charm, right 😂
- Comment on These mods on their power-trips really need to stop 6 months ago:
I’ve heard about them, but I thought this was only in (political) communities I don’t even participate in.
- Comment on These mods on their power-trips really need to stop 6 months ago:
I got banned there too for not being any kind of phobic 😥
- Comment on These mods on their power-trips really need to stop 6 months ago:
Lol, that LINUX FORUM was literally about that topic. And I just participated in an already ongoing conversation which I got caught up on.
- Comment on These mods on their power-trips really need to stop 6 months ago:
That’s exactly my point, but it looks like my comment was considered “transphobic” which goes against the CoD… so that’s reasonable.
What’s not reasonable is the interpretation of “transphobic”, which leaves a lot of room for.
- Comment on These mods on their power-trips really need to stop 6 months ago:
thx, didn’t know I could look it up, and also didn’t receive a notification.
- Comment on These mods on their power-trips really need to stop 6 months ago:
Oh come on, seriously? … false equivalence? would you at least dare to explain why?
- Comment on These mods on their power-trips really need to stop 6 months ago:
thx, just realized it’s 3 days… didn’t even know I could look it up, and I also didn’t get notified about the ban (or at least not in the app that I’m using now)
- Comment on These mods on their power-trips really need to stop 6 months ago:
Transphobic leaves a lot of room for interpretation. Let’s take islam as an example… btw, I’m a muslim.
If I’d say something along these lines “It’s absurd that we live in a society where people feel the urge to tell me to greet them with ‘sallam alleykum’”.
Would that be islamophobic?
And yes, I agree, If I were to go around and just write these types of comments on every occasion, sure, that’d be a rightful ban.
- Comment on These mods on their power-trips really need to stop 6 months ago:
As I said, this is my opinion, I didn’t impose my opinion onto others and i certainly don’t expect everyone to agree with me.
But I don’t think a perma-ban from the whole community is the right answer here.
- Comment on These mods on their power-trips really need to stop 6 months ago:
Regarding my account… I was previously on lemmy.world, (under the same username) but moved to programming.dev since world defederated from piracy@dbzer0, amd I didn’t want to have multiple accounts.
So yeah, it’s new in that manner, but I’m surely not a troll.
- Submitted 6 months ago to fediverse@lemmy.world | 66 comments
- Comment on Port forward to different IP based on destination address in opnsense 6 months ago:
you only have one IP. As you rightfully said, reverse proxy does only http(s), port 80/443. this works because of the nature how http requests work. They carry the hostname as part of the protocol (request headers). SSH is a whole other story, since the client does not send the hostname as part of the protocol, only the IP and the port.
What you can do is forward different ports to different machines… 2021 -> server1, 2022 -> server2, etc.