Earlier quoted context omitted.
Why is replycam all QR codes? What am I missing?
http://miniqr.com/reader.php uses the replycam flash camera (i own both sites, so i don't care)
Show HN: QR Codify, The Most Useful Snippet I've Ever Written
71–80 of 117 posts
Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written
#72Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written
#73Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written
#74http://news.ycombinator.com/item?id=5016497 http://youtu.be/HQNB9XZdPCk
Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written
#75I can't recommend http://pushbullet.com enough... it allows you to send anything to your phone and works very well.
Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written
#76I've been using a Chrome extension I created for the same purpose. The nice part is that it does it without making an external web request, using javascript and canvas. Also, iPhone users should check out the Scan app[1] for a QR code reader. It's by far the fastest starting, simplest QR scanner I've been able to find; Most of the other apps seem to be cramming in price-checking features and have butt-ugly icons. [1]…
Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written
#77Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written
#78Earlier quoted context omitted.
Do you guy know something like a "Phone to Chrome"? I'm desperate to find a way to open simply with my desktop Chrome web pages that I stumble upon with my Android but which are impractical to read with it.
You can do this if you use Chrome on your phone, and are signed in with sync enabled. The tabs on your phone are accessible from the 'New Tab' page on you desktop and vice versa. On desktop Chrome, there's a little 'Other Devices' drop down at the bottom; on Chrome for Android, there's a button with a pair of arrows at the bottom right.
Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written
#79Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written
#80I read through the comments, expecting to see a JS version of this, but I didn't find one so I made it: javascript:(function(){ var i = new Image();i.src = 'http://chart.apis.google.com/chart?cht=qr&chs=300x300&chl='+ encodeURIComponent(getSelection());i.onclick=function(){i.parentNode.removeChild(i)};i.setAttribute('style', 'position:fixed;top:50%;left:50%;margin:-150px 0 0 -150px;box-shadow:0 0 20px rgba(0,0,0,0.2)…