Live data from Hacker News

Why does that QR Code go to justinsomnia.org?

justinsomnia.org

61–70 of 73 posts

Re: Why does that QR Code go to justinsomnia.org?

#61

QR codes are a massive phishing scam waiting to happen. I'll just go cover up the one at my bank with a sticker of the same exact size that links to my own site that looks exactly like the bank's site. Or maybe I'll put one on the ATM and see how long I get traffic before someone takes it down.

Scanning software should handle this just like browsers the regular phishing sites. This won't eliminate the problem, of course, but it shouldn't be more dangerous then url faking.

'cept if people are trained to use them. It's harder to read a url on a mobile device. Plus i can change the url and put up a new sticker. Or just use a bit.ly redirect. And then browsers would have to have a specific link warning instead of just having domain granularity.

Re: Why does that QR Code go to justinsomnia.org?

#62

QR codes are a massive phishing scam waiting to happen. I'll just go cover up the one at my bank with a sticker of the same exact size that links to my own site that looks exactly like the bank's site. Or maybe I'll put one on the ATM and see how long I get traffic before someone takes it down.

This is a similar concern to the one that people kept raising about short URLs a year or two ago, but they're hardly uncommon now.

'cept I don't see any bit.ly links on Bank of America's website but I do see them using QR codes.

Re: Why does that QR Code go to justinsomnia.org?

#63
post #35

This only supports my long running contention that normal people (outside of Japan) do not understand QR codes, and wherever they are printed, you would be better off writing a short URL. They are 1) opaque, 2) ugly, 3) impossible to memorize, 4) confusing to non techies and 5) no faster than typing the URL for the majority of viewers.

I agree with your first four points, but how did you arrive at your fifth point? QR Code applications I've used scan in about 1-2 seconds (the time it takes to auto-focus), which I think is probably faster than typing a URL.

If you include the time it takes the download (or find) a QR Code app, it makes sense. Considering that neither iOS nor Android come stock with a reader.

Re: Why does that QR Code go to justinsomnia.org?

#64

Earlier quoted context omitted.

I agree with your first four points, but how did you arrive at your fifth point? QR Code applications I've used scan in about 1-2 seconds (the time it takes to auto-focus), which I think is probably faster than typing a URL.

If you include the time it takes the download (or find) a QR Code app, it makes sense. Considering that neither iOS nor Android come stock with a reader.

Agreed, no doubt it takes time to set up a phone to read QR codes. I was more interested to see whether there was some link/study which compared the actually processes of typing vs. scanning, which I thought was the intent of his fifth point.

Re: Why does that QR Code go to justinsomnia.org?

#65

QR codes are a massive phishing scam waiting to happen. I'll just go cover up the one at my bank with a sticker of the same exact size that links to my own site that looks exactly like the bank's site. Or maybe I'll put one on the ATM and see how long I get traffic before someone takes it down.

I also think QR codes could eventually be used by "shock site" trolls as in the bad ol' days on Slashdot. It's perfect because there's no way to inspect the URL before visiting the website. I've scanned a few QR codes on street lamps (for music events, etc.) and this is always in the back of my head. Here's a much more fun example of a QR code prank: http://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash4/302963_1... (to…

Here's the decode:

http://zxing.org/w/decode?u=http%3A%2F%2Ffbcdn-sphotos-a.aka...

Re: Why does that QR Code go to justinsomnia.org?

#66
There is a Vietnamese restaurant here in London where waiters have QR-codes in the back of their tees. Just last week I was there and some older guy was following a cute tall and slim waitress around with his iphone, trying to scan it. Creepy as fuck, but I guess it was justified by the QR code placement.

Re: Why does that QR Code go to justinsomnia.org?

#67
post #46
post #25

Earlier quoted context omitted.

Very curious - are they actually effective? Do people use them? What's the "click-through" rate like?

An interesting data point - Storm On Demand ( http://www.stormondemand.com/ ) use AdWords a lot, and I'm always seeing their ads (clearly Google has designated me their target market - correctly). Some of their MPU adverts had QR codes in them, and I called this out on Twitter telling them it was moronic to think that anyone would want to scan the QR code off an advert rather than just click it. Their response was th…

As an aside- you're seeing lots of storm on demand ads because you've been put on a remarketing 'list' See http://www.google.com/ads/innovations/remarketing.html

Re: Why does that QR Code go to justinsomnia.org?

#68

QR codes are a massive phishing scam waiting to happen. I'll just go cover up the one at my bank with a sticker of the same exact size that links to my own site that looks exactly like the bank's site. Or maybe I'll put one on the ATM and see how long I get traffic before someone takes it down.

I also think QR codes could eventually be used by "shock site" trolls as in the bad ol' days on Slashdot. It's perfect because there's no way to inspect the URL before visiting the website. I've scanned a few QR codes on street lamps (for music events, etc.) and this is always in the back of my head. Here's a much more fun example of a QR code prank: http://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash4/302963_1... (to…

No way to inspect the URL? What QR code reader do you use? I use Barcode Scanner, and when I scan a QR code, it always shows me the URL, and I have to click "Open browser" before it will actually browse to that URL.

Re: Why does that QR Code go to justinsomnia.org?

#69
post #54

Earlier quoted context omitted.

I do agree that QR codes can be used for trolling, but there's absolutely no reason you can't inspect the URL before visiting a link from a QR code - all that's stored in the QR code, after all, is the URL! The trivial technical solution is a QR code reader which tells you where you're going before it sends you there, which ZXing (the Barcode Reader for Android) and several iOS QR readers already do.

Short URLs (very common in the QR code space, for making a smaller code) quickly circumvent this solution. If I see "bit.ly/asdf", I'll assume they just shortened their URL.

And this is one of many reasons that URL shorteners must die. If it weren't for Twitter, people wouldn't be so used to blindly clicking through short URLs.

But anyhow, most URL shorteners offer an API to retrieve the long URL. You could implement that in your QR code scanner as well, for the most popular URL shorteners, to allow people to see where they will be redirected to.

Re: Why does that QR Code go to justinsomnia.org?

#70
post #69

Earlier quoted context omitted.

Short URLs (very common in the QR code space, for making a smaller code) quickly circumvent this solution. If I see "bit.ly/asdf", I'll assume they just shortened their URL.

And this is one of many reasons that URL shorteners must die. If it weren't for Twitter, people wouldn't be so used to blindly clicking through short URLs. But anyhow, most URL shorteners offer an API to retrieve the long URL. You could implement that in your QR code scanner as well, for the most popular URL shorteners, to allow people to see where they will be redirected to.

Alternatively on Android, you can use FairyPreview to decode most minimized URLs for you before sending them to the browser.

https://market.android.com/details?id=com.fairyteller.linkpr...

Post reply on HN