My bank uses some colored pixelcode not unlike this one. I scan a code on my screen using a little device that I insert the bank card into. It's cool, it works well and it's fancy, but every time I do banking I have to turn off my computer's "night light" mode. I assume lots of people use color filters for various good reasons. Are these codes resisent to that? Else I'd truly prefer oldschool monochrome QR codes, to…
JAB Code – A high-capacity 2D color bar code
151–160 of 183 posts
Re: JAB Code – A high-capacity 2D color bar code
#152Earlier quoted context omitted.
What if we add color or even UV/IR to an existing QR code just to increase data redundancy? Backward-compatibility FTW!
It is already in the works. In 3-5 years every big box store product will have UV QR codes on every side of external packaging that encode the existing product barcode plus a unique per item ID. This is being done to improve self check out speed (no more having to find the bar code) and help with tracking receipt-less returns (this box of cereal was purchased at our store).
Re: JAB Code – A high-capacity 2D color bar code
#153People here seem to think that this is someone's weekend project, not the result of serious engineering from an institute of the Fraunhofer Society (which it is). The spec can be found at https://www.bsi.bund.de/EN/Publications/TechnicalGuidelines/... (63 pages, the BSI is the German Federal Office for Information Security, a government agency), and this is slated to become an ISO standard. Here's the Google translat…
So it is some research institutes weekend project. The process of making something an ISO standard is not as rigorous as IETF or IEEE. ISO has over 250 technical committees, cranking out useless standards all the time. Most members vote to approve whatever comes down the pipe if it doesn't impact them directly. Looking closer at the spec you linked, it is tacked on to a standard for visual checksumming of printed doc…
What exactly are the technical issues that make you dismiss this project so harshly?
Re: JAB Code – A high-capacity 2D color bar code
#154Has research been done to see how safe implementations are from infringing on currently-valid patents?
Re: JAB Code – A high-capacity 2D color bar code
#155My bank uses some colored pixelcode not unlike this one. I scan a code on my screen using a little device that I insert the bank card into. It's cool, it works well and it's fancy, but every time I do banking I have to turn off my computer's "night light" mode. I assume lots of people use color filters for various good reasons. Are these codes resisent to that? Else I'd truly prefer oldschool monochrome QR codes, to…
Re: JAB Code – A high-capacity 2D color bar code
#156Earlier quoted context omitted.
I am. Why do the washing machines keep washing pensioners' clothes, if they're dead weight to the economy? Because we (the intelligent / sentient / human civilisation) decided so.
Institutionalized care for the weaker members of society actually makes productive members more productive. Likewise for social security and state-run unemployment insurances. AI is coming in the form of industry automatization, in a very competitive, capitalist framework. Agriculture and resource extraction is also being automated. Capital is literally growing a brain, and once it doesn't need us it will stop feedin…
If automation will make agriculture more competitive, then food will get cheaper. Governments will be able to subsidise it.
Capital needs consumers to make a profit.
Politics will solve any kind of food crisis. Otherwise there will be a revolution.
Re: JAB Code – A high-capacity 2D color bar code
#157One of the nice 'features' of QR codes is they're instantly recognizable as QR codes due to the 3 registration marks, and so it's obvious you could pull out your phone and scan one (not that anyone does that). JAB codes just look like a jumble of colored pixels -- it's not obvious it's encoded data, if you were to see this "in the wild". It kind of misses another potential feature, which is registration marks could a…
Technical specification is here: https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Publicat... Every JAB code has four registration patterns in the corners, as well as multiple color pallets at fixed locations.
Re: JAB Code – A high-capacity 2D color bar code
#158Earlier quoted context omitted.
Printing a 400 byte payload is pretty easy, but printing a 400 byte payload that's readable at high-speed(100 scans per second) is quite a different story. You'll find that in many usage scenarios the practical upper limit for a data payload is determined less by the symbology and more by the speed and reliability at which the symbology can be read by the equipment. Many thermal printers can do 200dpi or better which…
> encode a unique key which points to a record of the desired size in some database I'm sure you understand why this is not going to work the same way as reading the actual public key. Not only it needs a network, but it also is susceptible to stealing the values from the database by just generating the (short) unique keys.
I could only get it into a 141x141 by dropping error correction right down to 7%, but under ideal conditions (from my monitor to an iPhone) it reads reliably, as shown. I tried a 4096 bit key, but I couldn't (as text) get it into even a 171x171 QR Code at minimum error correction without truncating (and even in ideal conditions, my phone won't reliably read 171x171 resolution QR codes...)
Re: JAB Code – A high-capacity 2D color bar code
#159Earlier quoted context omitted.
Institutionalized care for the weaker members of society actually makes productive members more productive. Likewise for social security and state-run unemployment insurances. AI is coming in the form of industry automatization, in a very competitive, capitalist framework. Agriculture and resource extraction is also being automated. Capital is literally growing a brain, and once it doesn't need us it will stop feedin…
There's a number of flaws in your argument. If automation will make agriculture more competitive, then food will get cheaper. Governments will be able to subsidise it. Capital needs consumers to make a profit. Politics will solve any kind of food crisis. Otherwise there will be a revolution.
Fundamentally, demand is survival instinct, which develops under Darwinian pressure. B2B is already growing faster than B2C. Wages are globally stagnating while capital keeps on growing. The industry as a self-maximizer can be its own consumer.
> Governments will be able to subsidise it. [...] Otherwise there will be a revolution.
This assumes that humans will still have some kind of power. Being somewhat competitive in the job market is the only power most people have today.
Re: JAB Code – A high-capacity 2D color bar code
#160Earlier quoted context omitted.
> encode a unique key which points to a record of the desired size in some database I'm sure you understand why this is not going to work the same way as reading the actual public key. Not only it needs a network, but it also is susceptible to stealing the values from the database by just generating the (short) unique keys.
I just made a short (2048 bit) key pair, and made the public key into a QR Code (as ascii armoured text, so it could have been more dense in straight binary) https://flic.kr/p/2cYCwfG I could only get it into a 141x141 by dropping error correction right down to 7%, but under ideal conditions (from my monitor to an iPhone) it reads reliably, as shown. I tried a 4096 bit key, but I couldn't (as text) get it into even a…