Its location in the avatar is not useful, but when you visit the user's page
[1], and instead of "ICQ, AIM, MSN, YIM," you get a qr of your bitcoin address or a PGP key.
Will it be implemented? In view of the previous suggestions, @theymos will not implement them.
Therefore, if you really want it, write the code, make others vote on it, and then force @theymos to add it, as the forum is community-driven in decision-making.
[1]
https://bitcointalk.org/index.php?action=profile;u=1059082;I should do this but as I am going through the thread it seems the balance is tipping towards negative scale a lot. I dont know, there are some good points that its useless ideas since no one really cares about the QR codes. Or simply how many of them might be using it to scan and pay the users.
The idea really came to mind after seeing that our devices are capable of "reading" the QR codes right from the screen. This means you do not even need your phone camera to see the QR, because it just gets read by the screen itself.
The technologies developing with lightening speed. May be soon it would be available for the desktop/laptops where, once we are on users profile it will read out the QR and ask whether we are interested in sending the funds. User can simply proceed or not proceed as per the intention of visiting the profile.
For instance this project:
https://github.com/mebjas/html5-qrcode#easy-mode---with-end-to-end-scanner-user-interface
Supports two kinds of APIs
Html5QrcodeScanner — End-to-end scanner with UI, integrate with less than ten lines of code.
Html5Qrcode — Powerful set of APIs you can use to build your UI without worrying about camera setup, handling permissions, reading codes, etc.
Support for scanning local files on the device is a new addition and helpful for the web browser which does not support inline web-camera access in smartphones. Note: This doesn't upload files to any server — everything is done locally.
For example, working on the same example as I have mentioned in the OP (@theymos address). Lets say we hit the profile of theymos and it read out the QR and shows below result.
Obviously below is just example, without proper UI, not meant for such application but it could be something like that.
May be there is time for such tool integration.