I gotta ask, is there a reason for doing b64 decode on the artist name? Besides maybe a specific artist if they're known to report their content that gets posted here.
I think it's just going to make it harder to find things through searching. Even a small difference such as capitalizing the first letter means having to search with a slightly different string in order to find it.
It feels like it's getting overused in this way as a result of the base64 tag making it easy to encode. I don't think it was nearly as common before, if done at all.
I think it's just going to make it harder to find things through searching. Even a small difference such as capitalizing the first letter means having to search with a slightly different string in order to find it.
It feels like it's getting overused in this way as a result of the base64 tag making it easy to encode. I don't think it was nearly as common before, if done at all.