Live data from Hacker News

Google changes logo - traffic to our site spikes

news.ycombinator.com

11–20 of 23 posts

Re: Google changes logo - traffic to our site spikes

#11
post #10

Interesting - type in barcoderbot in google search. (I misread your URL so stumbled on this google nugget).

Yes, actually finding a good domain name for this purpose is difficult - so ended up with the long one. Best written in camel case: BarcodeRobot

Re: Google changes logo - traffic to our site spikes

#12
post #7

So, what does the logo say exactly? Just "Google"?

Yes. Yay for cell phones that can scan barcodes.

Are there any iPhone apps that will read traditional barcodes such as the one on the Google homepage?

All the ones I've seen seem to either only read the fancy 2D datamatrix-type ones, or go off to some price comparison webservice and don't actually tell me anything about the barcode.

Edit: Just tried zXing from the app store, and it failed all of the pictures I took in good light conditions...

Re: Google changes logo - traffic to our site spikes

#14
post #12
post #7

Earlier quoted context omitted.

Yes. Yay for cell phones that can scan barcodes.

Are there any iPhone apps that will read traditional barcodes such as the one on the Google homepage? All the ones I've seen seem to either only read the fancy 2D datamatrix-type ones, or go off to some price comparison webservice and don't actually tell me anything about the barcode. Edit: Just tried zXing from the app store, and it failed all of the pictures I took in good light conditions...

I heard about Red laser barcode scanner, but did not try. The problem with EAN/UPC (grocery) symbols is that they are optimized for laser scanning - flat bed, one laser pass, poor light conditions etc ... QR, 2D barcodes are optimized for imaging where a complete (or incomplete) picture is analyzed.

Re: Google changes logo - traffic to our site spikes

#15
post #12
post #7

Earlier quoted context omitted.

Yes. Yay for cell phones that can scan barcodes.

Are there any iPhone apps that will read traditional barcodes such as the one on the Google homepage? All the ones I've seen seem to either only read the fancy 2D datamatrix-type ones, or go off to some price comparison webservice and don't actually tell me anything about the barcode. Edit: Just tried zXing from the app store, and it failed all of the pictures I took in good light conditions...

"Barcode Reader" on Android, which uses the zXing library, worked for me. (I don't know how the iPhone app works, but Barcode Reader continuously takes pictures until it recognizes a barcode. It seems to work quite reliably.)

Re: Google changes logo - traffic to our site spikes

#16
I've assumed half the reason Google's been on a custom logo binge is to drive users towards specific search terms and boost AdWords revenue. Show an obscure geeky thing one week to keep the baying nerd masses happy, show Michael Jackson the next.

It's nice to see "the little guy" getting a boost as well!

Re: Google changes logo - traffic to our site spikes

#17
post #12

Earlier quoted context omitted.

Are there any iPhone apps that will read traditional barcodes such as the one on the Google homepage? All the ones I've seen seem to either only read the fancy 2D datamatrix-type ones, or go off to some price comparison webservice and don't actually tell me anything about the barcode. Edit: Just tried zXing from the app store, and it failed all of the pictures I took in good light conditions...

"Barcode Reader" on Android, which uses the zXing library, worked for me. (I don't know how the iPhone app works, but Barcode Reader continuously takes pictures until it recognizes a barcode. It seems to work quite reliably.)

Ah, it seems the iPhone one 'barCodes' based on zXing only supports QR barcodes. Eep.

Re: Google changes logo - traffic to our site spikes

#18
post #12
post #7

Earlier quoted context omitted.

Yes. Yay for cell phones that can scan barcodes.

Are there any iPhone apps that will read traditional barcodes such as the one on the Google homepage? All the ones I've seen seem to either only read the fancy 2D datamatrix-type ones, or go off to some price comparison webservice and don't actually tell me anything about the barcode. Edit: Just tried zXing from the app store, and it failed all of the pictures I took in good light conditions...

RedLaser from Occipital (a techstars company, I think) is in the iphone app store.

Re: Google changes logo - traffic to our site spikes

#20

As an exercise with PHP and the gd library, I wrote a couple of scripts a while ago that would generate UPC-A and UPC-E barcode images on the fly. I've always been fascinated with barcodes and scanners that read them. http://jazzychad.com/barcode/

Nice, most complicated part for me was getting images "up to the spec.", since I am mostly competing with desktop software, that pre-install drivers and fonts my EPS files needed to embed OCR fonts (it took tons of time to produce them accurately).

Here is the proud result (rasterized back from PostScript):

http://en.wikipedia.org/wiki/File:Ean-13-5901234123457.png

Post reply on HN