Receiving shared data with the Web Share Target API - Chrome for Developers
次暇なときこれでなんかつくてみよう
On a mobile or desktop device, sharing should be as simple as clicking the Share button, choosing an app, then choosing who to share with. The Web Share Target API allows installed web apps to register with the underlying operating system to receive shared content.
Don't use DISTINCT as a "join-fixer" - Simple Talk
I've quietly resolved performance issues by re-writing slow queries to avoid DISTINCT. Often, the DISTINCT is there only to serve as a "join-fixer," and I