QR Codes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{wiki}} | {{wiki}} | ||
{{headerbox}}'''QR Codes''' are two-dimensional barcode graphics that can encode arbitrary binary data and we use QR code stickers to label things at Noisebridge! | |||
{{boxend}} | |||
Stick one on a physical object encoding a link to a page that can be configured to 301 to arbitrary URLs (e.g. https://www.noisebridge.net/qr/07A72C23A7), and you get a system for [http://en.wikipedia.org/wiki/Hardlink_(homonymy) hardlinking] physical objects into cyberspace. | Stick one on a physical object encoding a link to a page that can be configured to 301 to arbitrary URLs (e.g. https://www.noisebridge.net/qr/07A72C23A7), and you get a system for [http://en.wikipedia.org/wiki/Hardlink_(homonymy) hardlinking] physical objects into cyberspace. | ||
Revision as of 04:45, 21 December 2021
| Noisebridge | About | Visit | 272 | Manual | Contact | Guilds | Stuff | Events | Projects | Meetings | Donate | E |
| Guilds (Volunteer) | Maintainers | Meta | Code | Electronics | Fabrication | Games | Sewing | Music | AI | Neuro | Philosophy | Funding | Art | Security | Ham | WGs | E |
| MetaGuild | Recruiting Guilds | Volunteer | Documentation | Outreach | Working Groups | CommunityWG | Badges | E |
| Documentation | Wiki | Signage | LED Signage | Posters | Labels | QR Codes | Note-taking | NoiseFacts | NoiseManual | Nb.wtf | V · T · E |
|
QR Codes are two-dimensional barcode graphics that can encode arbitrary binary data and we use QR code stickers to label things at Noisebridge! |
Stick one on a physical object encoding a link to a page that can be configured to 301 to arbitrary URLs (e.g. https://www.noisebridge.net/qr/07A72C23A7), and you get a system for hardlinking physical objects into cyberspace.
Documentation
- The Wikipedia page on QR Codes is a decent overview.
- The ISO standard (208.00 CHF, ~$180 USD) developed by the original manufacturer, Denso Wave.
- Overview on Denso Wave's site
Generators
- QR Code Generator from the Zxing Project
- Call the Google Chart API with 'cht=qr'.
Software
- Zxing Project appears to be a Google-blessed software library written in Java for processing one-dimensional and two-dimensional barcodes. It is written for use on mobile phones.
- Snappr.net has an image-attched-to-email-to-text type gateway setup. snappr [at] snappr.net More info on their page
Other 2D Encodings
- Xerox PARC Dataglyphs - Embedding binary data inside of image dithering. Neat trick.