Live data from Hacker News

Show HN: QR Codify, The Most Useful Snippet I've Ever Written

zacharyvoase.com

11–20 of 117 posts

Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written

#11
post #2

http://picturesofpeoplescanningqrcodes.tumblr.com/

QR codes on billboards and in marketing are kind of rubbish, but in terms of moving a URL or a phone number from your PC to your phone quickly, they're actually pretty useful.

nope, i run http://miniqr.com for that exact reason, and lets just say, it never took off (and nobody uses is that way)

Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written

#12
For Android users there is the Chrome to Phone extension which uses Web Intents. No need to scan a QR code. You can directly send selected text, web links, phone numbers or map links to your phone. https://chrome.google.com/webstore/detail/google-chrome-to-p...

Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written

#13
post #2

http://picturesofpeoplescanningqrcodes.tumblr.com/

I've found them horribly useful for passing authentication tokens from desktop to mobile devices. It means that you can move tokens without having to type enormous screens or go through a normal login form.

They're even pretty if you embed them with a bitmap using QArt — http://research.swtch.com/qart

Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written

#15
post #11

Earlier quoted context omitted.

QR codes on billboards and in marketing are kind of rubbish, but in terms of moving a URL or a phone number from your PC to your phone quickly, they're actually pretty useful.

nope, i run http://miniqr.com for that exact reason, and lets just say, it never took off (and nobody uses is that way)

What determined the outcome of your service was the convenience factor. To use it, the user needs to select the information, go to your webpage, and then submit it. It's too much work for the user.

OP's program removes 1/3rd of the steps, making it much easier for the user.

Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written

#16
if you like URL "hacking" you can do something like this

  http://miniqr.com/http://www.example.com/ 
  http://miniqr.com/"hello world"
does mostly the same as mentioned above, does this for i think now 4 years (i coded this on a beach in mexico, lets say my memories are fuzzy)

after looking at the market fo QR codes now for 4 years, i don't think i will get rich with just that side project. QR codes just do not fulfill any use case for users (they fulfill a use case for content publishers and advertisers, but non for users)

p.s.: if you want to (really) see people scanning QR codes, there is a page for that, too http://replycam.com/browse.php

Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written

#18
Cool, I like it and would use it daily. I sometimes use dropbox like a pastebin for same thing.

QR Code transfer is probably patent encumbered (like well almost everything).

Nokia has app to do this but in reverse. Look at photo gallery on phone in their app. When you find picture you want to see, open browser on desktop and see QR code. Point camera at screen and the QR code in browser is replaced by image from phone.

http://conversations.nokia.com/2012/11/30/photobeamer-the-ma...

Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written

#19
post #2

http://picturesofpeoplescanningqrcodes.tumblr.com/

QR codes on billboards and in marketing are kind of rubbish, but in terms of moving a URL or a phone number from your PC to your phone quickly, they're actually pretty useful.

Unless you can share your clipboard between them, which works even better.

Re: Show HN: QR Codify, The Most Useful Snippet I've Ever Written

#20
post #16

if you like URL "hacking" you can do something like this http://miniqr.com/http://www.example.com/ http://miniqr.com/"hello world" does mostly the same as mentioned above, does this for i think now 4 years (i coded this on a beach in mexico, lets say my memories are fuzzy) after looking at the market fo QR codes now for 4 years, i don't think i will get rich with just that side project. QR codes just do not fulfill a…

For me, it was more about sticking the whole process in an OS X Service available by right-click than actually generating a QR code. Of course you could also write one that sends a text message (via Twilio perhaps), or beams something over Bluetooth.
Post reply on HN