Home | Links | About

Eye-Fi Bye-Bye

I own an Eye-Fi Geo, which does geotagging of photos I take, and automatically syncs photos to my computer through Wi-Fi.

I tried out the SD card on my camera on small batches of photos (5-10 at a time) before syncing, but recently tried out my card on a large set of photos (Around 200) before syncing. It started out working great, the photos were appearing on my computer... until, the card froze, and ultimately stopped being recognized by my computer and camera.

Memory card error.  Card locked!

This is a known problem with these cards, but upon contacting Eye-Fi support, I was directed to the following support page which tells me I am out of luck in getting my photos back, and that they will not even try to help. I understand that they cannot make guarantees to get my pictures back, but I would have at least appreciated the attempt to get them back, being as it was their defective product that caused the issue.
In the end, they are going to replace the card for me, but I will never use the replacement card. This experience has lost all my confidence in Eye-Fi forever. The memories that I record on my camera are priceless to me, and I cannot in good-faith use a product I know has a strong potential of corrupting my memories.

I think the idea behind the Eye-Fi is awesome, but I cannot stand by a product that loses pictures. For now, it is back to my old reliable regular-SD card.

Cannot Resize Outlook 2010

I recently came across a problem where my Outlook 2010 window became a toolbar and I could not resize the window to see my mail:

Outlook 2010, Toolbar Only

I could press the Minimize, Maximize, and Close buttons, but I could not resize the window because it would only let me move the bar.

To solve this problem, I pressed Alt + Space, clicked "Size" in the toolbar that appeared and pressed the down key a few times and then Enter and the rest of Outlook appeared below the toolbar. I was then able to resize Outlook with a mouse like normal.

Kindle Games

I got a Kindle 2 recently, and was looking for some free books to download, and stumbled across Amazon Digital Services which is offering two free games for Kindle!

Shuffled Row
Every Word

Hopefully this means the Kindle Development Kit will be coming out of beta shortly, and we will see a lot of cool Kindle apps in the next few months; maybe even a Kindle App Store?

(Update, 8/4/2010)

I received an email from the Amazon KDK team today:

"Dear Robert Woodward,

The first Kindle active content titles are now available to Kindle customers. They are Shuffled Row and Every Word from Amazon Digital Services. We encourage you to download and try them at
http://www.amazon.com/shuffledrow or
http://www.amazon.com/everyword.

We continue to work with limited-beta developers who have been given early access to the KDK and appreciate your patience while we work towards opening up the program to more developers. Stay tuned.
Regards,
The KDK Team"

Looks like progress is being made on Kindle Apps, and we should hopefully see more soon shortly!

Fedora 13 on Windows Virtual PC

I decided to set up a Fedora 13 installation on Windows Virtual PC (I'm running Windows 7 Professional).

I read the Wikipedia article on Windows Virtual PC which said running Linux as a guest OS is a bit iffy. Though, I decided to try anyway.

I first created a new Virtual Machine:
Creating a new Virtual Machine for Fedora 13

I created a dynamically expanding virtual hard drive
Creating a dynamically expanding virtual hard drive

I downloaded the Fedora 13 Desktop Edition Installable Live CD - 32bit, and went into the newly created Virtual Machine's settings and pointed the DVD Drive to the ISO I just downloaded.
Setting the DVD Drive of the Virtual Machine to the Fedora 13 Live ISO

I started up the Virtual Machine and the GNOME Desktop appeared! I clicked the icon "Install to Hard Drive" on the Desktop:
Desktop icon for Fedora 13 Live CD to install to hard drive

And then I selected the "ATA Virtual HD" as my hard drive.
Selecting the ATA Virtual HD

Picked to "Re-initialize" the hard drive
Re-initialize the hard drive

Told it to "Use All Space". Because I am using a dynamically expanding hard drive, it will not actually allocate all 127GB, only how much ever it needs (After installing, the Virtual hard disk was about 2.3GB)
Use all space on the hard drive

Then told it to "Write changes to disk".
Selecting I want to Write changes to disk

Then waited and rebooted and it worked!

It does not have any of the Integration Features / Components that a Windows OS running in the Windows Virtual PC would have, but that is ok. So it makes it kind of hard to access my Windows 7 files on Fedora...

Though to get around this, I set up SSH (Which was off by default) by configuring SSHD to start up by default. To do this I installed the "Utility to start and stop system services" (system-config-services) through the Add/Remove Software tool.

Adding the Utility to start and stop system services (system-config-services) on Fedora 13

Then I opened up the Service Configuration and pressed Enable and Start on "sshd" (This way it would start up sshd on reboot).

Enabling SSHD in Fedora 13

Next I had to open up the Firewall Configuration and add a check mark next to "SSH."

Allowing SSH through the firewall on Fedora 13

Now I can use FTP over SSH from my Windows session (I use FileZilla) to the Virtual PC to access files! I just connect to the IP address that my window

One downside to the Windows Virtual PC version of Fedora, is the awkward screen size. I have not figured out a way to increase the resolution :(

As a side note, I have a Number Pad on my HP HDX18, and despite setting the Number Lock to turn on in the Virtual PC BIOS, it keeps on turning off my number lock when I power on the virtual machine. I found a Fedora Wiki that explained how to fix this.

Getting Mathematical Symbols in Office 2007 (For Windows)

There are a lot of math symbols that I find myself wanting to use in either Word or PowerPoint documents and the typical symbol table is rather small and does not have fun things, like "bowtie".

Though, these symbols are there; they are just hidden. To access them, go to "Insert" -> "Symbol".

A new window should popup which has a list of symbols in it that you can insert... But, like I said, not a lot of them. To unlock more, click on the drop down box next to "Font:" and select "Cambria Math". This list has a lot more math symbols in it. Just scroll through to find what you are looking for, or use the "Subset" drop down box to find the area where the symbol you are looking for is at.

The Symbols Table, with even more symbols

This will work in both Word and PowerPoint.
Though, Word has an even faster way of accessing these symbols, just by typing \SYMBOL in the document (Like LaTeX). It is something called "Math AutoComplete"

It can be enabled by in Word, clicking the circle in the upper left hand corner, and going to "Word Options".

In the menu, select "Proofing" and then press the button "AutoCorrect Options..." From there, select the tab "Math AutoCorrect" and check "Use Math AutoCorrect rules outside of math regions" and "Replace text as your type".

The Math AutoCorrect option

Now in Word when you typing something and want to insert a mathematical symbol, just do what you would normally do in LaTeX. Type in "\bowtie", followed by a space and it will appear!

You can then copy these symbols from Word to PowerPoint. So, it makes it a little easier than finding things in the symbol table.

Though, their list does not have everything LaTeX does so sometimes you still have to use the table.

Hope this helps someone out there!