Posted on Leave a comment

Drunk Bastard

Can you imagine growing up and having to explain at every pool party why the letters D-B were on your shoulder? "Oh, that means my father is an a**hole."

Floyd County Georgia authorities arrested a father for what he did to his three year old son. Investigators say he tattooed the letters "D-B" on the boy’s right shoulder. The father says it stands for "daddy’s Boy." … the father admitted to police that he was drunk … [Source, WDEF News, Father Charged With Tattooing His 3 Year Old]

Posted on Leave a comment

Coder’s Block

Yesterday I had a huge coder’s block. My day started off with a very specific goal and was soon interrupted with a disturbing administrative problem that had me leave the house. When that was corrected and I returned my mind couldn’t get on task.

Usually I can get past a blockage by playing a game of Sudoku, something that makes me think but uses a different process than the way I solve programming problems. That didn’t work. In hindsight, I should have gone outside and worked in the yard for a bit. The exercise and fresh air would have done me well and cleared my mind. Wait. I think it was raining. Okay. Cleaning the garage, scrubbing the floors, or doing a home repair would have helped. I should have taken some time away from the screen.

Here’s hoping for a more productive day today!

Posted on 2 Comments

I don’t think people know how to use the Internet

I was just looking at my stats today. They are fairly unremarkable as usual. 9 people today used a search engine to find Reality Me by searching for "naked women" and 3 people used a search engine to find Reality Me by searching for "naked females cutting tree chainsaw" for a total of 12 people mistakenly thinking this is good place for finding naked pictures of women. Somehow, of these 12 people, 14* actually ended up at 32 naked women with chainsaws which is a textual, not pictorial, post simply linking to a art piece with 5 women composited into looking like 32 women are wearing only boots and hardhats while cutting up a fallen pine tree. Here’s why I think people don’t know how to use the Internet: Of those 14 people, only 2 actually clicked through to the picture. So here’s my conclusion: a large number of people think using the Internet consists of doing a Google search and clicking on the link Google gives you and never going any deeper. So, if that is true, how should our web design/site presentation change? This seems to imply that typical hyperlinks don’t make sense to common users.

*These numbers are based on the WordPress Stats plugin and not a detailed analysis of the server logs.

Posted on Leave a comment

Happy Birthday Evan!

Evan in motionEvan turns 4 today! Our midwife was on a roller coaster in Dollywood when Evan announced that he’d had enough of the womb. She rushed from the ride to the delivery room. As she helped Cathy deliver Evan, some of that roller coaster energy must have transferred to him because he runs non-stop with so much energy! And he is always so happy. I hope he holds onto that happiness forever. I love my children immensely. Evan really makes me smile. Many words on Reality Me are devoted to Evan.

Posted on Leave a comment

Aloe Vera? Walmart

I’m not a big Walmart fan. I know they do a lot of lost leader and if you are a thrifty shopper you can really get ahead. At one point they sold Prego cheaper than they purchased it. Still, the cost savings doesn’t make the shopping experience worthwhile to me. So last night when Amy was in pain from sunburn and we found ourselves without aloe vera, I went to Walgreens. That was a mistake. The selection was very limited. I have to say, Walmart would have been a far better choice because if this year is like previous years then there is a huge display of sunscreens and burn ointments all at the right price.

Posted on 2 Comments

Ubuntu Accomplishments – Seesmic Desktop Install

The machine on which I do most of my work is not terribly robust. My work environment would make a good premise for a Disney movie..you know..old clunker equipment doesn’t look like it should be able to pull through manages to win the race. Anyway, Seesmic Desktop in all it’s glory was dragging this machine down. Everything would work fine but I needed one more reboot than normal throughout the day. On days like today, when the work was too intense, I just couldn’t run Seesmic Desktop (maybe not a bad thing). Now that I’ve successfully installed Seesmic Desktop on Ubuntu, it can run all the time and I can occasionally glance over at the streams to see what’s happening. Installing Seesmic Desktop on Ubuntu was incredibly easy. First install Adobe Air then install Seesmic Desktop:

  1. Open the Terminal
  2. Use wget to download http://airdownload.adobe.com/air/lin/download/1.5/AdobeAIRInstaller.bin
  3. Set the file to be executable: chmod +x AdobeAIRInstaller.bin
  4. Run it: sudo ./AdobeAIRInstaller.bin
  5. Accept any AIR updates
  6. Use wget to download Seesmic Desktop from http://d.seesmic.com/seesmic/SeesmicDesktop-0.2.1.air
  7. On the Ubuntu desktop, not terminal, look under Applications->Accessories or Applications->Other for Adobe AIR Application Installer and run it
  8. Select SeesmicDesktop-0.2.1.air and the normal Seesmic Desktop installer will run

That’s it! Frankly, I think Seesmic Desktop is performing much better on Ubuntu than Windows. My only complaint would be that it failed to put a shortcut in the Applications menu.

Update: I lamented that Seesmic Desktop needed an import/export feature to get userlists and data from one computer to another and @askseesmic responded with a document explaining now to move the xml file with the necessary data. It worked great! The userlists I had organized on Windows now are on Linux. Move the xml file from one machine to the other after backing up the original:

  • Max OS X:
    /Users/<username>/Library/Preferences/com.seesmic.desktop.client.<RANDOM>/Local Store/config/xmlAdapter.xml
  • Windows XP:
    C:\Documents and Settings\<username>\Application Data\com.seesmic.desktop.client.<RANDOM>\Local Store\config\xmlAdapter.xml
  • Windows Vista & Windows 7:
    C:\Users\<username>\AppData\Roaming\com.seesmic.desktop.client.<RANDOM>\Local Store\config\xmlAdapter.xml
  • Ubuntu & most Linux distros:
    /home/<user>/.appdata/com/seesmic.desktop.client.<RANDOM>/Local Store/config/xmlAdapter.xml

[Source, Seesmic Help Desk, Transferring Settings between Computers – workaround]