Barcodes in the news
Way back before there were many laser printers I wrote a piece of software (for fun!) to print out barcodes on a dot matrix printer. Ever since then I've been somewhat interested in barcodes, I guess it's the idea of organizing my life.
Some recent links:
Unfortunately, there aren't enough useful things for me to use a barcode for, and they cost money. Also, I'd have to write all these programs which takes a while.
Some recent links:
- Somebody decided to make barcodes more beautiful.
- Here's there's a free, community based database of barcodes (barecodepedia) If I write a program to keep track of groceries (or whatever) I'd put and get the information from here.
- I've been looking to print out barcodes and slashdot people appear to recommend kbarcode for linux.
- Add a book
- Scan "My library" barcode found in book, to put the program in that mode.
- Scan "Add Book" barcode to put the program in a mode to add a book that's in my library.
- Scan the book's ISBN and
- Check if the ISBM is already in my library, if not
- Get book information from Amazon.com
- Checkout a book
- Scan "My Library" again from the book of barcodes which I print out.
- Scan "Checkout"
- Scan the book's ISBN, verify that the book's there.
- Scan the person's barcode.
- Show that the books has been checked out by so and so.
- Add groceries
- Scan "Groceries" barcode
- Scan the store where you bought the groceries
- Scan an item
- If found in my database or on a public database then show the item.
- If not found ask for the name/size etc. of the item.
- In either case show the most recent price and ask to confirm (or user put's in a new price by looking at their receipt).
Unfortunately, there aren't enough useful things for me to use a barcode for, and they cost money. Also, I'd have to write all these programs which takes a while.
Comments