RSS
 

Archive for the ‘Personal’ Category

Question: Perl algorithm convert xml to hash reference?

15 Jul

so far it’s looking like a pre-req of XML::SAX.

VN:F [1.9.3_1094]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
Retweet
 
Comments Off

Posted in Open Source, Personal

 

Review of Kinesis Freestyle Keyboard

24 Jun

I bought a new Kenisis Freestyle keyboard for work. I’ve been using the windows version of the keyboard for quite some time. However I wanted one at work.
I decided to go with a mac version of the keyboard this time, I did not use a mac much, mostly linux at home before.

There is one problem solved with the new version of the keyboard and one that is created.

The new version fixed the UserEventAgent process on mac osx that ate up all the CPU.

The new version (mac version this time) also has an “ALT” key as the 2nd key on the right side…vs. the Windows version which has a “CTRL” key there.
For whatever reason the left has 3 keys, the right only has 2…swapping these two caused problems for me when using programs not intendended for the mac. In my case, screen no longer has the “ctrl+a+a” functionality available on the right side to me w/ the mac version of the keyboard.

I recommend you buy the windows version. The Mac OSX has the ability to swap modifier keys, which has always worked for me…but you cannot swap just the left side, it also applies to the right side. The windows version wouldn’t have been a problem because I could just swap them correctly (as expected).

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
Retweet
 
Comments Off

Posted in Personal

 

Sedation Dentistry – Sleeping Through the Fear

03 Nov

Sedation dentistry might be an easy answer for those dental chair fears. I wouldn’t say I’m afraid of the dentist, often times I quite enjoy a visit to the dental office. However, the other day after cracking my upper-rear molar, I went to the dentist to have it looked at.

For one reason or another, I started to feel anxious and a bit of a panic once the dental assistants started to reach back into my mouth. I figured I could tough it out, but my fear of swallowing some small piece of metal and gagging overcame me.

My dentist, Dr. Richard Bianco in Watsonville, recommended I try sedation dentistry. I was a little apprehensive at first, but after watching the video of the local news reporter having Dr. Bianco treat him, I was willing to try it. I did a few searches on the web when I got home for the drug that is used in sedating the patient – called Triazolam. The wikipedia entry is somewhat brief, but I didn’t find any major side effects.

The cost was around $250 for one visit. A bit pricey for two pills, especially if you have multiple visits in which you need to be sedated. However, avoiding the agony and anxiety of a root canal or molar crown, I think it was worth the extra expense.

My personal experience was rather pleasant, except for one glitch later that night. One hour before my appointment, I took the two Triazalom pills after fasting from caffeine for 24 hours, and food for 12 hours. Within 30 minutes I was getting pretty tired, and slightly dizzy.

Once I arrived at Dr. Bianco’s office, I remember checking in at 9:30am and sitting in the chair as they kept trying to get me to fall asleep. Another two doses of Valium did the trick. I do remember waking up in the middle of it, briefly – but I felt no pain, and was indifferent to what and where I was.

The next thing I knew it was waking up in my bed at about 6pm. I didn’t remember much, and felt no pain. Later on that night at about 12:30am I suddenly felt a rush of nausea and threw up for about 5 minutes. The feeling passed quickly, and that was the end of it.

The only drawbacks that I experienced were:

  1. I was out of commission for the entire day
  2. I felt nausea briefly later that night, and consequently threw up
  3. The extra expense can add up quickly if you have multiple visits requiring sedation

In the end, I believe I will recommend dental sedation to friends and family (and all of you who read my blog) for major dental work. A quick cleaning I can handle, but a crown or root canal on a rear molar – might as well knock me out doc!

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
Retweet
 
 

HTML Expert – Canvas Element

15 Jul

This may be a stretch, but imagine Doom XII over the web. Enter canvascape – 3D walker – a wolftenstein demo using the html element canvas.

Originally introduced by the folks over at Apple, the canvas element is an extension to the HTML standard that allows for dynamic rendering of scriptable bitmap images.

According to wikipedia’s canvas entry, it’s already fully supported in the latest browsers.

Checkout the other demos of the canvas element:

  1. Canvas Breakout
  2. Canvas Pong
VN:F [1.9.3_1094]
Rating: 2.0/10 (1 vote cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
Retweet
 
Comments Off

Posted in Personal

 

Syndication Chicklets

09 Jul

Thanks to a few good people on the web, I came across the chicklet syndication creator. It’s a handy tool that will automatically generate those eye-candy syndication buttons for your site.

Helping people subscribe to your RSS feeds in their favorite aggregator.

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
Retweet
 
Comments Off

Posted in Personal

 

Who Reads My Blog?

23 Jun

Dear Readers,

I’ve cleaned up the presentation a bit tonight, out of curiousity, I was wondering if anyone reads this blog.

If so, post a comment! I know I get a few search engines hits on various subjects I’ve discussed in the past.

Let me know if you subscribe to the RSS feeds, or just visit the web page once in awhile.

Thanks,
Chovy

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
Retweet
 
3 Comments

Posted in Personal

 

dot nfs files (.nfs files)

22 May

When I ran the unix command “ls -la”, a .nfsXXXXXX file showed up…this was created as a temporary file when an open file was deleted on NFS mounted file systems. The file is created so the unfinished process can continue writing/reading to that file which was deleted. It stays around even after the process has finished.

Thanks to the University of S. Wales’ Engineering Dept.’s Deleting .nfs files article.

VN:F [1.9.3_1094]
Rating: 10.0/10 (2 votes cast)
VN:F [1.9.3_1094]
Rating: +1 (from 1 vote)
Retweet
 
Comments Off

Posted in Personal