Archive for the ‘Save-For-Later’ Category

Evernote and Safari Reader

Sunday, June 20th, 2010

I like the new Safari (5.0). It seems like a sturdy update to the application, and while I prefer Google Chrome (because it syncs with everything else I use) I have discovered quite a unique use for the Reader function of Safari 5. If you print the ‘Reader-ed’ page as a PDF to Evernote you lose all the ads and line-break garbage and just get a clean, nicely formatted page to read whenever you have more time.

www.apple.com/safari

www.evernote.com

How to Fix Netflix Watch Instantly 'Individualization Failed' or Error 8152 on legitimate Apple hardware.

Saturday, July 25th, 2009

I’m posting this because I could not find the solution to this problem anywhere online, and I hate having to call into customer support to get a step-by-step answer.

I purchased a Mac Mini for use in my home theatre around the same time that my Boxee (www.boxee.tv) beta invitation came in, so naturally, the first thing I did was install it. I never bothered to test Watch Instantly functionality in the browser before I tried it in Boxee. Upon attempting a Watch Instantly session in Boxee I was greeted with the famous ‘Individualization Failed/Error: 8152′ message. This error seems to be primarily affecting Hackintosh users, but a few of us with legitimate Apple hardware are getting it too.

It has to do with how Silverlight verifies your network interfaces. If your wired interface, regardless of whether you are using it to receive Watch Instantly traffic, is not interface ‘en0′, Silverlight fails to authenticate with the Netflix DRM server correctly.

  • To verify which network interface is assigned ‘en0′ do a Spotlight search for and open: ‘Network Utility’. On the first page/tab (Info) you will see a drop down box with an entry for each of your network interfaces. The ‘en0′ interface should show drivers for a wired NIC. If you are having trouble identifying which interface is the wired NIC, check the ‘Vendor’ information. The Airport (which should be assigned to ‘en1′) has Apple listed as the vendor, the wired NIC in my Mac Mini has a chipset made by Marvell.
  • To correct this issue you need to delete two .plist files, they are both located in ‘/Library/Preferences/’
  • Delete: NetworkInterfaces.plist, and preferences.plist
  • Reboot your machine. These two files will automatically be generated with their default (and correct) settings upon rebooting.
  • Now try and log into Netflix Watch Instantly.

FWIW: I had to click to reconnect to my wireless network, this will deleted your preferred list, but it should not delete your login info from the Keychain.

Please let me know if you have anything to add, or if I have forgotten anything.

Setting up Google Analytics

Monday, June 15th, 2009

When setting up Google Analytics, remember to give GA the path to the area of your site where the code has been added to the pages.

For example, I’m only tracking the blog, so:

http://www.ezramoore.com = no good.

but

http://www.ezramoore.com/blog = was able to connect with GA just fine.

I’m happy to be experimenting with all this stuff and plan to implement GA over to the rest of the site as well. Maybe I will execute that after a redesign, I’ve never been able to make it all that interesting.