Post B9Wbo9kDJVWwFOOaKu by wolf480pl@mstdn.io
 (DIR) More posts by wolf480pl@mstdn.io
 (DIR) Post #B9WZMXwbXu7tHjtkbQ by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       Oh for fucks sake, OpenWrt has a real name policy, it looks like they won't even look at your PR unless your commit author name, committer name, and signed-off-by name contain a space.EDIT: to be clear, I don't actually know what regex their bot is using and if it actually is about space, or if they have some other rule to tell "real names" from pseudonymsEDIT2: to be clear, I haven't submitted my PRs yet, only judging by how other people's PRs have been treated
       
 (DIR) Post #B9WZkucescysZRBenA by lanodan@queer.hacktivis.me
       0 likes, 0 repeats
       
       @wolf480pl Huh, mononyms are a thing.But well falsehoods programmers believe about names.
       
 (DIR) Post #B9WZtYcA4h46v74pQu by wolf480pl@mstdn.io
       1 likes, 0 repeats
       
       @lanodan ok so I don't 100% know what regex or other rules they use, but I saw PRs that used an alphanumeric username that got tagged as "not following gujidelines" by an apparently deterministic bot
       
 (DIR) Post #B9WaJ7M03GuttyhnnM by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       huh, apparently the formalities bot has only been introduced last month... so had I been quicker, I may've gotten my changes through :/
       
 (DIR) Post #B9WaJYDm9xNhEI47E0 by lanodan@queer.hacktivis.me
       0 likes, 0 repeats
       
       @xarvos @wolf480pl True and true, although probably common for even ones using their native script to still put a space when software is involved.
       
 (DIR) Post #B9WaLl9x1gizw6KUme by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       @lanodan @xarvos or just use latin transliteration of their names
       
 (DIR) Post #B9WaTUP5CyRUHk5qN6 by ellenor2000@mastodon.top
       0 likes, 0 repeats
       
       @wolf480pl that's icky of them though. what if someone's legal name were really "wolf480pl" or so? #lang_en
       
 (DIR) Post #B9Wajya4mGUSVn63Oa by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       @ellenor2000 I don't think they're worth the effort of actually checking that. Like, it's probably less effort to maintain a downstream package repo than to change my legal name in Poland and then bother them on the mailing list.
       
 (DIR) Post #B9Waox101h2D6U3u7c by lanodan@queer.hacktivis.me
       0 likes, 0 repeats
       
       @xarvos @wolf480pl Wow, linux's CREDITS and MAINTAINERS files only have latin script names.
       
 (DIR) Post #B9WarJWFKOmPTfnv60 by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       @lanodan @xarvos does it have any non-ascii characters?
       
 (DIR) Post #B9WazHTqn8ODTITywi by lanodan@queer.hacktivis.me
       0 likes, 0 repeats
       
       @wolf480pl @xarvos Yeah, "BenoƮt Cousson" for example.Although there's also a funny one: "G\"unter Windau"(Picked from the CREDITS file)
       
 (DIR) Post #B9Wb8xOcJsiG4oeH5c by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       @ellenor2000Also I don't think Poland allows digits in legal names, and I don't think that's unreasonable.
       
 (DIR) Post #B9Wbo9kDJVWwFOOaKu by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       @ellenor2000 basically my point is, OpenWrt's developers' parents should've taught them "never use your real name on the internet"
       
 (DIR) Post #B9Wcps7VuXBm7Vfy3E by ellenor2000@mastodon.top
       0 likes, 0 repeats
       
       @wolf480pl You know, they probably did! #lang_en
       
 (DIR) Post #B9WeRTpelGZlkaouf2 by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       @6they've had many mailing list discussions on that topic which I havent read through most of them yet.One of the arguments I saw in the latest one is that German copyright does not allow copyright assignment (good) so you must always credit the original author even if you have a license to do whatever you want with the code.But live in Poland, and my country's copyright law explicitly allows publishing works under a pseudonym.
       
 (DIR) Post #B9XFwf6sZrIQ0cbkZM by wolf480pl@mstdn.io
       1 likes, 0 repeats
       
       @lanodan @xarvos I found the regex! It's unicode-aware!/^[\p{L}'.-]+(?: [\p{L}'.-]+)+$/u
       
 (DIR) Post #B9Xo8syYFQIivfiFyi by sjb@mstdn.io
       0 likes, 0 repeats
       
       @wolf480pl But it doesn't check if it's actually your real name, so you could be Wolf Poland?
       
 (DIR) Post #B9XoAPCztLi3BhC7Xs by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       @sjb I could but that's lame
       
 (DIR) Post #B9XpYjCLK5Fc5W3AZM by sjb@mstdn.io
       0 likes, 0 repeats
       
       @wolf480pl I think it's funny that the software is essentially forcing you to create weird alt accounts that sound like real people but actually aren't.
       
 (DIR) Post #B9XuyHKU3n8SxFrQZs by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       @sjbMore like, it's forcing me to rewrite git history to make it more difficult to find out who made the changes...