- Blind mode tutorial
lichess.org
Donate

Please assign user names, a member number.

Well I did a small test. I put a Semicolon in front of my White user name
[Event "Classical"]
[Site "lichess"]
[Date "2022.07.28"]
;[White "dis-respectful user name"]
[WhiteType "Human"]
[Black "Expert"]
[Result "0-1"]
[UTCDate "2022.07.28"]
[UTCTime "18:00:00"]
[WhiteElo "1668"]
[BlackElo "2151"]
[WhiteRatingDiff "-1"]
[BlackRatingDiff "+1"]
[Variant "Standard"]
[TimeControl "1800+0"]
[ECO "B13"]
[Termination "Normal"]

The result that I got, when I used Kvetka Gui to open the game was:

[Event "Classical"]
[Site "lichess"]
[Date "2022.07.28"]
[Round "?"]
[White "Player"]
[Black "Expert"]
[Result "0-1"]
[UTCTime "18:00:00"]
[WhiteElo "1668"]
[BlackElo "2151"]
[WhiteRatingDiff "-1"]
[BlackRatingDiff "+1"]
[Variant "Standard"]
[TimeControl "1800+0"]
[ECO "B13"]
[Termination "Normal"]
[WhiteType "Human"]
[UTCDate "2022.07.28"]

So the Semicolon hides the original username and the pgn game was recreated by putting player in the white pgn.
It also used the [WhiteType "Human"] and rearranged the tags in the pgn.

I guess when we have a user that has a Derogatory user name, some code would be needed to put a Semicolon infront of their pgn username. That way it can get saved in the database but when people download the database they should not really see the user name when they pas it through a Gui.

This could be the first step to cleaning the pgn files before getting put into the database.

If players wanted to hide their user names in the pgn, then a preference would be needed.
Then some more code to add a semicolon in front of the tag color they are using like ... ;[White "user name"]

It may not fix every thing but it's a good start. Then the ones that have a hard time with seeing user names can maybe use userstyles to hide the user names.

If only Zen mode could be selectable by hiding what the users don't want to see, then they could not report the player to change the user name. It would be the responsibility of the players to zen out like we disable the chat.

Well I did a small test. I put a Semicolon in front of my White user name [Event "Classical"] [Site "lichess"] [Date "2022.07.28"] ;[White "dis-respectful user name"] [WhiteType "Human"] [Black "Expert"] [Result "0-1"] [UTCDate "2022.07.28"] [UTCTime "18:00:00"] [WhiteElo "1668"] [BlackElo "2151"] [WhiteRatingDiff "-1"] [BlackRatingDiff "+1"] [Variant "Standard"] [TimeControl "1800+0"] [ECO "B13"] [Termination "Normal"] The result that I got, when I used Kvetka Gui to open the game was: [Event "Classical"] [Site "lichess"] [Date "2022.07.28"] [Round "?"] [White "Player"] [Black "Expert"] [Result "0-1"] [UTCTime "18:00:00"] [WhiteElo "1668"] [BlackElo "2151"] [WhiteRatingDiff "-1"] [BlackRatingDiff "+1"] [Variant "Standard"] [TimeControl "1800+0"] [ECO "B13"] [Termination "Normal"] [WhiteType "Human"] [UTCDate "2022.07.28"] So the Semicolon hides the original username and the pgn game was recreated by putting player in the white pgn. It also used the [WhiteType "Human"] and rearranged the tags in the pgn. I guess when we have a user that has a Derogatory user name, some code would be needed to put a Semicolon infront of their pgn username. That way it can get saved in the database but when people download the database they should not really see the user name when they pas it through a Gui. This could be the first step to cleaning the pgn files before getting put into the database. If players wanted to hide their user names in the pgn, then a preference would be needed. Then some more code to add a semicolon in front of the tag color they are using like ... ;[White "user name"] It may not fix every thing but it's a good start. Then the ones that have a hard time with seeing user names can maybe use userstyles to hide the user names. If only Zen mode could be selectable by hiding what the users don't want to see, then they could not report the player to change the user name. It would be the responsibility of the players to zen out like we disable the chat.

Maybe it's to late to fix the past but not to late to change the future.
Maybe when a NEW USER joints Lichess they could use adjective-usernames.
https://github.com/aks2203/almost-unique-id
The list of names from ...
https://www.usna.edu/Users/cs/roche/courses/s15si335/proj1/files.php%3Ff=names.txt.html
List of adjectives from ...
https://gist.github.com/hugsy/8910dc78d208e40de42deb29e62df913

This idea over time could help clean the database from having derogatory user names.
If the feature was available when I joined maybe I would have picked "Sir-Marco" or "Sir-Tosca"

Maybe it's to late to fix the past but not to late to change the future. Maybe when a NEW USER joints Lichess they could use adjective-usernames. https://github.com/aks2203/almost-unique-id The list of names from ... https://www.usna.edu/Users/cs/roche/courses/s15si335/proj1/files.php%3Ff=names.txt.html List of adjectives from ... https://gist.github.com/hugsy/8910dc78d208e40de42deb29e62df913 This idea over time could help clean the database from having derogatory user names. If the feature was available when I joined maybe I would have picked "Sir-Marco" or "Sir-Tosca"

@only-accurate said in #8:

I forsee quite a bit of impersonation from nine year old children.

how there will still be a check for same name
and the number would be replaced on the users side with the name by making a call to the database

@only-accurate said in #8: > I forsee quite a bit of impersonation from nine year old children. how there will still be a check for same name and the number would be replaced on the users side with the name by making a call to the database

This topic has been archived and can no longer be replied to.