Live data from Hacker News

Show HN: my spare time project, an on-site QR image decoder

w-labs.at

1–10 of 14 posts

Re: Show HN: my spare time project, an on-site QR image decoder

#2
ok, besides the fact that this is the most non-existent use case in the history of QR codes ever, i would love to take a look at the source code if he really managed (and how he managed) to get a QR decoder in 1.5kb. sadly this is not (easily) possible because the script is base64img/canvas encoded, which is (his good right but non the less) very annoying.

Re: Show HN: my spare time project, an on-site QR image decoder

#3
post #2

ok, besides the fact that this is the most non-existent use case in the history of QR codes ever, i would love to take a look at the source code if he really managed (and how he managed) to get a QR decoder in 1.5kb. sadly this is not (easily) possible because the script is base64img/canvas encoded, which is (his good right but non the less) very annoying.

He just uses JSONP-ajax to get result from "http://www.patrick-wied.at/static/qrgen/qrdecode_widget.php?.... It's a dumb idea to sell this for 15$

Re: Show HN: my spare time project, an on-site QR image decoder

#5
post #2

ok, besides the fact that this is the most non-existent use case in the history of QR codes ever, i would love to take a look at the source code if he really managed (and how he managed) to get a QR decoder in 1.5kb. sadly this is not (easily) possible because the script is base64img/canvas encoded, which is (his good right but non the less) very annoying.

It's basically just a jslib that wraps a few divs around an image with a class and then does jsonp requests in order to decode the image - so, I'm sorry to say that but there's no real clientside decoding here

Re: Show HN: my spare time project, an on-site QR image decoder

#6
post #3
post #2

ok, besides the fact that this is the most non-existent use case in the history of QR codes ever, i would love to take a look at the source code if he really managed (and how he managed) to get a QR decoder in 1.5kb. sadly this is not (easily) possible because the script is base64img/canvas encoded, which is (his good right but non the less) very annoying.

He just uses JSONP-ajax to get result from " http://www.patrick-wied.at/static/qrgen/qrdecode_widget.php?... . It's a dumb idea to sell this for 15$

we can start calling this the SimCity strategy:

  1. pitch a software product (script/game)
  2. sell a service
  3. be misleading about it

Re: Show HN: my spare time project, an on-site QR image decoder

#7
post #3
post #2

ok, besides the fact that this is the most non-existent use case in the history of QR codes ever, i would love to take a look at the source code if he really managed (and how he managed) to get a QR decoder in 1.5kb. sadly this is not (easily) possible because the script is base64img/canvas encoded, which is (his good right but non the less) very annoying.

He just uses JSONP-ajax to get result from " http://www.patrick-wied.at/static/qrgen/qrdecode_widget.php?... . It's a dumb idea to sell this for 15$

+1

Re: Show HN: my spare time project, an on-site QR image decoder

#8
post #5
post #2

ok, besides the fact that this is the most non-existent use case in the history of QR codes ever, i would love to take a look at the source code if he really managed (and how he managed) to get a QR decoder in 1.5kb. sadly this is not (easily) possible because the script is base64img/canvas encoded, which is (his good right but non the less) very annoying.

It's basically just a jslib that wraps a few divs around an image with a class and then does jsonp requests in order to decode the image - so, I'm sorry to say that but there's no real clientside decoding here

this should be mentioned on the page, otherwise it's misleading, it's a service, not a script, the script is just the interface to the service.

Re: Show HN: my spare time project, an on-site QR image decoder

#9
Not sure I understand why this was even created in the first place. Wouldn't it suffice to simply spell out the content of the QR next to it, on hover or else? It's not like QR codes are born out of thin air; if you place a QR on your site then it's unlikely you don't know what data it represents.

Re: Show HN: my spare time project, an on-site QR image decoder

#10
post #8
post #5

Earlier quoted context omitted.

It's basically just a jslib that wraps a few divs around an image with a class and then does jsonp requests in order to decode the image - so, I'm sorry to say that but there's no real clientside decoding here

this should be mentioned on the page, otherwise it's misleading, it's a service, not a script, the script is just the interface to the service.

[deleted]
Post reply on HN