At a time of growing concern over the power of the world’s mighty tech companies, one German state is turning its back on US giant Microsoft.
In less than three months’ time, almost no civil servant, police officer or judge in Schleswig-Holstein will be using any of Microsoft’s ubiquitous programs at work.
I currently see this URL provided by https://thebrainbin.org/u/@Pro@programming.dev and it is not identical: https://us.afpnews.com/article/?were-done-with-teams-german-state-hits-uninstall-on-microsoft%2C49PM3G2=
Hmm, I think this is an Mbin vs Lemmy issue. There are two differences in the URL:
%2C
instead of,
. This part does not make a difference, because that resolves to a comma anyway=
at the very end for some reason. This is what breaks it. Remove that character, and the URL works fineThe weird thing here is that the broken URL only ever shows up on Mbin. Below are a few different links to the comment in which you shared the broken URL. If you view the comment on your Mbin instance, it is indeed broken. But if you view it on this community’s Lemmy instance or my home instance, your same comment actually has the working URL. Something about how the post/comment were federated must have messed things up.
Last week I noticed that Lemmy doesn’t like certain characters when posting URLs and silently replaces them - in my case
%20
got converted into+
which broke my link. I experimented a bit with other „percent encoded“ values and there are more that get replaced.I’m currently collecting a bit of data to open a bug report - links even get changed when put in a codeblock or inline code…
Check this comment out where I used every possible value from
%00
to%FF
in URLs. The second half (above%80
) gets wildhttps://feddit.org/comment/6990267