<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-20368394</id><updated>2011-11-06T06:02:51.239-06:00</updated><category term='Santa'/><category term='secret'/><category term='gift'/><category term='Computer Science'/><category term='Programmer'/><category term='Knuth'/><category term='Christmas'/><title type='text'>Jerry Yoakum's Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>49</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-20368394.post-2710622659216120124</id><published>2011-09-14T23:17:00.003-05:00</published><updated>2011-09-14T23:36:01.163-05:00</updated><title type='text'>Agile non-negotibles</title><content type='html'>Agile non-negotiables are those software engineering practices that you'd be crazy to go without.&lt;br /&gt;
&lt;br /&gt;
Unit Testing: Knowing your code works&lt;br /&gt;
Refactoring: Paying down your Technical Debt&lt;br /&gt;
Test-Driven Development: Knowing what your Goal is before Coding&lt;br /&gt;
Pair Programming: Tightly binding review and development together &lt;br /&gt;
Continuous Integration: Making it Production Ready&lt;br /&gt;
&lt;br /&gt;
I'm a little crazy. I don't always use all of the above practices. I try to but my desire to be a hero and get things done quickly overcomes my sensible side. I think most people do this too. There are always outside influences that can seduce a developer into over promising.&lt;br /&gt;
&lt;br /&gt;
The argument for ignoring those outside influences and always practicing the above agile non-negotibles is that you will have:&lt;br /&gt;
- better quality code,&lt;br /&gt;
- more consistent deliveries, and&lt;br /&gt;
- less bugs.&lt;br /&gt;
&lt;br /&gt;
Stop worrying about taking three days to develop something that might have took two days had you left out unit testing or refactoring. That is only a short term savings. Consider how long it will take to fix a missed bug or add a new feature next year.&lt;br /&gt;
&lt;br /&gt;
Using the above practices is an investment in the future of your software.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-2710622659216120124?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/2710622659216120124/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=2710622659216120124' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/2710622659216120124'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/2710622659216120124'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2011/09/agile-non-negotibles.html' title='Agile non-negotibles'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-4273956654564302143</id><published>2011-09-11T11:49:00.003-05:00</published><updated>2011-09-11T13:43:06.955-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programmer'/><category scheme='http://www.blogger.com/atom/ns#' term='Computer Science'/><title type='text'>Pair Programming</title><content type='html'>I'm a big fan of pair programming. I have used it many times and almost everytime the result was better code that was developed faster. Pair programming is like having continuous code review.&lt;br /&gt;
&lt;br /&gt;
Sadly, there is a lot of controversy with this particular agile/XP practice. Seeing two valuable resources sitting down at one computer makes most managers nervous. They think their team's productivity has just been halved. The worst thing about this mentality is that it makes it clear that the manager thinks programming is just typing.&lt;br /&gt;
&lt;br /&gt;
Mere typing, programming is not. A good idea or a bug caught early on in the process can save a team a lot of work and rework later. By pairing you share valuable knowledge and practices throughout the team, catching more bugs early, and increasing code quality.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-4273956654564302143?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/4273956654564302143/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=4273956654564302143' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/4273956654564302143'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/4273956654564302143'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2011/09/pair-programming.html' title='Pair Programming'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total><georss:featurename>Springfield, MO, USA</georss:featurename><georss:point>37.1087726 -93.28557</georss:point><georss:box>35.4881526 -95.8124255 38.729392600000004 -90.75871450000001</georss:box></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-8638526610781475641</id><published>2011-08-15T21:54:00.000-05:00</published><updated>2011-08-15T21:54:37.885-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programmer'/><category scheme='http://www.blogger.com/atom/ns#' term='Computer Science'/><title type='text'>Merciless Refactoring</title><content type='html'>Many people are afraid to make code changes out of fear that they will break the code. To ensure you can safely make code changes you should change it often. I'm not talking about pointless changes but solid improvements. Run &lt;a href="http://findbugs.sourceforge.net/"&gt;FindBugs &lt;/a&gt;against your code and fix the issues. If you disagree with FindBugs then use &lt;a href="http://pmd.sourceforge.net/"&gt;PMD &lt;/a&gt;or any static analysis tool. However, if static analysis suggests that your code looks like a bug then consider changing it to look less dangerous.&lt;br /&gt;
&lt;br /&gt;
Anyway, the point of merciless refactoring is to always be improving your code. To make changes and ensure that it was easy to make those changes. If it isn't fast and easy then you need to make changes to make it fast and easy. Write unit tests, delete unused code, optimize loops, automate tests; everything you can do to make it possible to complete your next project in record time.&lt;br /&gt;
&lt;br /&gt;
Merciless refactoring can also be described as following the boy scouts rule of always leaving a place cleaner than when you found it. If you add a method to a class then add some JavaDocs to the other methods while you're there. If you change a single line of code in a method, take a look at the entire class and fix it up if you can.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-8638526610781475641?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/8638526610781475641/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=8638526610781475641' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/8638526610781475641'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/8638526610781475641'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2011/08/merciless-refactoring.html' title='Merciless Refactoring'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total><georss:featurename>Springfield, MO, USA</georss:featurename><georss:point>37.2089572 -93.29229889999999</georss:point><georss:box>37.117254700000004 -93.4093619 37.3006597 -93.17523589999999</georss:box></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-198002000605899492</id><published>2011-06-02T21:25:00.000-05:00</published><updated>2011-06-02T21:25:31.668-05:00</updated><title type='text'>HIV/AIDS Cure Proof of Concept</title><content type='html'>New York magazine had this great article, "&lt;a href="http://nymag.com/print/?/health/features/aids-cure-2011-6/"&gt;The Man Who Had HIV and Now Does Not&lt;/a&gt;", last month. It is as the title says about a man who was cured of HIV. It is an amazing read. It is not a cure for everyone; there are some specific genetics required but it is sparking new AIDS research.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-198002000605899492?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/198002000605899492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=198002000605899492' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/198002000605899492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/198002000605899492'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2011/06/hivaids-cure-proof-of-concept.html' title='HIV/AIDS Cure Proof of Concept'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-4641801496324551105</id><published>2010-11-23T07:12:00.000-06:00</published><updated>2010-11-24T03:02:48.581-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Santa'/><category scheme='http://www.blogger.com/atom/ns#' term='gift'/><category scheme='http://www.blogger.com/atom/ns#' term='secret'/><category scheme='http://www.blogger.com/atom/ns#' term='Christmas'/><title type='text'>Secret Santa</title><content type='html'>I wrote a little webapp to create secret Santa lists:&lt;br /&gt;
&lt;a href="http://secret-santa-list.appspot.com/"&gt;http://secret-santa-list.appspot.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
It has a nifty feature that allows you to specify who to exclude as a possible choice for certain people when generating the list. In my case, I used it to generate a list for extended family where spouses did not get each other as secret Santas. Using the exclude list you could also set up a list to ensure that men get gifts for men and women get gifts for women.&lt;br /&gt;
&lt;br /&gt;
For those who are concerned about sending the email addresses of their friends and family across the Internet there is a HTTPS link:&lt;br /&gt;
&lt;a href="https://secret-santa-list.appspot.com/"&gt;https://secret-santa-list.appspot.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-4641801496324551105?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/4641801496324551105/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=4641801496324551105' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/4641801496324551105'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/4641801496324551105'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2010/11/secret-santa.html' title='Secret Santa'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-3543936369413095996</id><published>2009-11-03T00:55:00.008-06:00</published><updated>2009-11-03T01:09:04.791-06:00</updated><title type='text'>New Nutrition Goals for dailyburn.com</title><content type='html'>If you are not happy with dailyburn's suggested nutritional goals because you find them to be too heavy on protein and unrealistic for carbs then you might want to try calculating your goals based on the formulas below.&lt;br /&gt;
&lt;br /&gt;
I've decided on a target of 1900 calories. Since I am not an the Atkins diet which dailyburn seems to be pimping I've done some of my own calculations to adjust my nutritional goal ranges.&lt;br /&gt;
&lt;br /&gt;
First, I used dailyburn as a baseline writing down the suggested values and calculating the differences of each range.  Second, I found recommended targets that I am happy with.  Finally, I adjusted the values: &lt;br /&gt;
&lt;ol&gt;&lt;li&gt;With a target of 1900 I used the same range difference that dailyburn used, a difference of 250; giving me a range of 1775 - 2025.&lt;/li&gt;
&lt;li&gt;The carb target can be calculated by multipyling 0.125 times your target calories which gave me 238 g [1]. Using dailyburn's difference of 84 that gives me a range of 196 - 280.&lt;/li&gt;
&lt;li&gt;I used dailyburn's earlier suggestion to calculate the following ratio: 0.02613. Multiply that by your target calories to get your fat target. Using dailyburn's difference of 29 I get a range of 35 - 64.&lt;/li&gt;
&lt;li&gt;For an absolute minimum protein target you should calculate that off the USFDA's recommend value of 50 g per 2000 Cal [2]. I decided to use 1.5 times my weight in Kg as the upper limit; 152 [3]. Then using dailyburn's difference I got a range of 60 - 152. &lt;/li&gt;
&lt;/ol&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;span style="font-size: x-small;"&gt;[1] &lt;span style="font-family: inherit;"&gt;I picked this because it seems more realistic for my habits.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;span style="font-size: x-small;"&gt;&amp;nbsp; &amp;nbsp; &lt;a href="http://nutrition.about.com/od/askyournutritionist/f/howmanycarbs.htm"&gt;http://nutrition.about.com/od/askyournutritionist/f/howmanycarbs.htm &lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;span style="font-size: x-small;"&gt;[2] &lt;a href="http://www.unc.edu/%7Erowlett/units/scales/dailyvalues.htm"&gt;http://www.unc.edu/~rowlett/units/scales/dailyvalues.htm&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;span style="font-size: x-small;"&gt;[3] &lt;a href="http://lowcarbdiets.about.com/od/nutrition/a/protein.htm"&gt;http://lowcarbdiets.about.com/od/nutrition/a/protein.htm&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-3543936369413095996?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/3543936369413095996/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=3543936369413095996' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/3543936369413095996'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/3543936369413095996'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/11/new-nutrition-goals-for-dailyburncom.html' title='New Nutrition Goals for dailyburn.com'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-6758591228752525440</id><published>2009-10-24T12:59:00.002-05:00</published><updated>2009-10-24T13:19:14.866-05:00</updated><title type='text'>Duracell donates emergency supplies to Springfield</title><content type='html'>I know that Springfield has had some bad storms but I never really felt in danger. I guess it is a bit riskier than I thought because Springfield is one of five cities recongized as vulnerable to power outages as a result of extreme weather. Apparently, Springfield and the surrounding 30 miles have the highest frequency of extreme weather-related damage reports in the nation. As part of Duracell's "Hours of Power" donation campaign, Springfield has received $100,000 of emergency products, including batteries, safety kits, chargers, and flashlights.

Some of the above information can be found at http://www.duracell.com/us/hoursofpower/cities.asp

Also, it is fairly clear that Duracell is using the donation campaign as marketing; which I am fine with, it is a business. Please take a minute and visit the site above and click on the donate button. It is a small effort to help others.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-6758591228752525440?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/6758591228752525440/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=6758591228752525440' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/6758591228752525440'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/6758591228752525440'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/10/duracell-donates-emergency-supplies-to.html' title='Duracell donates emergency supplies to Springfield'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-5859106981673955366</id><published>2009-10-04T21:32:00.001-05:00</published><updated>2009-10-05T07:37:01.806-05:00</updated><title type='text'>Googlism</title><content type='html'>I just found http://www.googlism.com . It is an interesting waste of time for an individual but possibly a quick summary of a business' website.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-5859106981673955366?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/5859106981673955366/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=5859106981673955366' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/5859106981673955366'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/5859106981673955366'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/10/googlism.html' title='Googlism'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-975904610090579006</id><published>2009-04-11T00:01:00.002-05:00</published><updated>2009-04-11T00:13:05.343-05:00</updated><title type='text'>Banned CFC-driven Inhalers</title><content type='html'>In August 2008, Scientific American did a story about a federal ban on ozone-depleting chlorofluorocarbons (CFCs) to conform with the Clean Air Act. The albuterol inhalers without any CFCs cost three times more than generic inhalers that use CFCs. The CFCs from inhalers have an insignificant impact on the Ozone Layer but raising the cost of a $15 inhaler to $45 is a significant burden. I tried searching online but kept finding articles from last year. Does anyone know if this moronic switch has been enforced?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-975904610090579006?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/975904610090579006/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=975904610090579006' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/975904610090579006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/975904610090579006'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/04/banned-cfc-driven-inhalers.html' title='Banned CFC-driven Inhalers'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-2054683693851601254</id><published>2009-04-01T13:40:00.000-05:00</published><updated>2009-04-01T13:41:12.700-05:00</updated><title type='text'>Expedia Flights to Mars</title><content type='html'>&lt;div style="padding:5px 0;" &gt;&lt;a href="http://www.expedia.com/daily/mars/flights-to-mars/?mcicid=Mars_us" target="_blank"&gt;&lt;img src=" http://media.expedia.com/media/content/expus/graphics/other/dawnstar/spacey.jpg" border="0" width="210" height="200" alt="Flights to Mars - Expedia Blog Badge" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-2054683693851601254?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/2054683693851601254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=2054683693851601254' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/2054683693851601254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/2054683693851601254'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/04/expedia-flights-to-mars.html' title='Expedia Flights to Mars'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-803530257304146241</id><published>2009-02-04T21:57:00.001-06:00</published><updated>2009-02-06T18:56:25.407-06:00</updated><title type='text'>Data Mining Finds Bad Drugs</title><content type='html'>University of Minnesota Duluth professor Ted Pedersen and University Minnesota Twin Cities professor Serguei Pakhomov have been awarded a three-year, $935,000 National Institutes of Health research grant to develop natural-language processing (NLP) techniques that search through medical records to quickly detect widespread adverse drug reactions. Pedersen says the goal of the project is to improve the quality of post-marketing surveillance for adverse drug reactions. He notes that although the Food and Drug Administration approves all drugs before making them available, people often take so many drug combinations that it is not possible to test every interaction. Additionally, pharmaceutical companies may not have conducted enough studies to identify possible adverse reactions, he says. Pedersen will use NLP to develop methods that can identify different statements that have similar underlying meanings in medical records to enable the quick identification of patients who are taking similar combinations of drugs and possibly suffering from adverse reactions.&lt;br&gt;
&lt;small&gt;&lt;a href="http://www.d.umn.edu/news/2009/January/21.html"&gt;University of Minnesota Duluth (01/21/09) Latto, Susan Beasy&lt;/a&gt;&lt;/small&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-803530257304146241?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/803530257304146241/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=803530257304146241' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/803530257304146241'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/803530257304146241'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/02/data-mining-finds-bad-drugs.html' title='Data Mining Finds Bad Drugs'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-5425365997248030868</id><published>2009-02-04T21:52:00.002-06:00</published><updated>2009-02-05T22:31:25.444-06:00</updated><title type='text'>An Algorithmic Game of Clue©</title><content type='html'>Duke University researchers have developed an algorithm capable of determining the best strategy for winning a game of CLUE©, a mathematical model that also could be used to help robotic mine sweepers find hidden explosives. Duke post-doctoral fellow Chenghui Cai says robotic sensors, like players in CLUE©, take information from their surroundings to help the robot maneuver around obstacles and find its target. "The key to success, both for the CLUE© player and the robots, is to not only take in the new information it discovers, but to use this new information to help guide its next move," Cai says. "This learning-adapting process continues until either the player has won the game, or the robot has found the mines." Artificial intelligence researchers call these situations "treasure hunt" problems, and have developed mathematical approaches to improving the chances of discovering the hidden treasure. Cai says the researchers found that players who implement the strategies based on the algorithm consistently outperform human players and other computer programs. Duke professor Silvia Ferrari, director of Duke's Laboratory for Intelligent Systems and Controls, says the algorithm is designed to maximize the ability to reach targets while minimizing the amount of movement.&lt;br&gt;
&lt;small&gt;&lt;a href="http://www.news.duke.edu/2009/01/clue.html"&gt;Duke University News &amp; Communications (01/27/09) Merritt, Richard&lt;/a&gt;&lt;/small&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-5425365997248030868?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/5425365997248030868/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=5425365997248030868' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/5425365997248030868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/5425365997248030868'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/02/algorithmic-game-of-clue.html' title='An Algorithmic Game of Clue©'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-7109342060415477831</id><published>2009-02-04T21:49:00.000-06:00</published><updated>2009-02-04T21:50:47.876-06:00</updated><title type='text'>Is Technology Producing a Decline in Critical Thinking and Analysis?</title><content type='html'>University of California, Los Angeles (UCLA) professor Patricia Greenfield says that critical thinking and analysis skills decline the more people use technology, while visual skills improve. Greenfield, the director of UCLA's Children's Digital Media Center, analyzed more than 50 studies on learning and technology. She found that reading for pleasure improves thinking skills and engages the imagination in ways that visual media cannot. She says the increased use of technology in education will make evaluation methods that include visual media a better test for what students actually know, and will create students that are better at processing information. However, she cautions that most visual media does not allocate time for reflection, analysis, or imagination. "Studies show that reading develops imagination, induction, reflection, and critical thinking, as well as vocabulary," Greenfield says. "Students today have more visual literacy and less print literacy." Greenfield also analyzed a study that found that college students who watched "CNN Headline News" without the news crawl on the bottom of the screen remembered more facts from the broadcast that those who watched with the crawl. She says this study and others like it demonstrate that multi-tasking prevents people from obtaining a deeper understanding of information.&lt;br&gt;
&lt;small&gt;&lt;a href="http://newsroom.ucla.edu/portal/ucla/is-technology-producing-a-decline-79127.aspx"&gt;UCLA News (01/27/09) Wolpert, Stuart&lt;/a&gt;&lt;/small&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-7109342060415477831?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/7109342060415477831/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=7109342060415477831' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/7109342060415477831'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/7109342060415477831'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/02/is-technology-producing-decline-in.html' title='Is Technology Producing a Decline in Critical Thinking and Analysis?'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-8470859767415032579</id><published>2009-02-02T23:06:00.001-06:00</published><updated>2009-02-02T23:08:30.522-06:00</updated><title type='text'>Data Mining Promises to Dig Up New Drugs</title><content type='html'>European researchers have developed a robot called Eve that uses artificial intelligence, data mining, and knowledge discovery technology to analyze the results of the pharmacological experiments that it conducts. The robot can make informed decisions on how effective different chemical compounds will be at fighting diseases, potentially providing more effective treatments and a faster development process for medicines. Eve relates the chemical structure of different compounds to their pharmacological activity to learn which chemical compounds should be tested next. "Over time, Eve will learn to pick out the chemical compounds that are likely to be most effective against a certain target by analyzing data from past experiments and comparing chemical structures to their pharmacological properties," says Jozef Stefan Institute researcher Saso Dzeroski. Dzeroski says Eve should help scientists and pharmaceutical companies identify more effective compounds to treat diseases, and help them find drugs in a fraction of the time and cost of current methods. Dzeroski says Eve is the first robot-based computer system capable of originating its own experiments, physically performing them, interpreting the results, and repeating the cycle. He says that instead of choosing compounds for testing at random, Eve can pick compounds that are more likely to be effective.&lt;br&gt;
&lt;small&gt;&lt;a href="http://cordis.europa.eu/ictresults/index.cfm/section/news/tpl/article/BrowsingType/Features/ID/90390"&gt;ICT Results (02/02/09)&lt;/a&gt;&lt;/small&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-8470859767415032579?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/8470859767415032579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=8470859767415032579' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/8470859767415032579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/8470859767415032579'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/02/data-mining-promises-to-dig-up-new.html' title='Data Mining Promises to Dig Up New Drugs'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-2791224242689491251</id><published>2009-01-28T22:12:00.002-06:00</published><updated>2009-01-28T22:18:29.105-06:00</updated><title type='text'>Report Calls for Boost in IT Research, Policies</title><content type='html'>U.S. President Barack Obama's transition team has received a copy of a National Academy of Sciences report that recommends several strategies the United States could follow as information technology research and development becomes increasingly globalized. Randy Katz, a computer scientist at the University of California, Berkeley, who co-chaired the panel that wrote the report, says the top spot that the United States holds in information technology research and development is being challenged. &lt;span style="font-weight:bold;"&gt;The report suggests the United States would be a better place for innovation if small startups that want to go public did not have to contend with the costly financial reporting requirements for disclosure.&lt;/span&gt;[&lt;span style="font-style:italic;"&gt;They're talking about &lt;a href="http://en.wikipedia.org/wiki/Sarbanes-Oxley"&gt;Sarbanes-Oxley&lt;/a&gt; (SOX)&lt;/span&gt;] The patent system should be reformed to discourage litigation, the report adds. Also, more funding is needed for research into the biggest challenges. Katz says the High-Performance Computing and Communications initiative of the 1980s and 1990s is the type of "programmatic research [that can] build communities of researchers that collaborate and also compete while pursuing a particular goal."&lt;br&gt;
&lt;small&gt;&lt;a href="http://blogs.sciencemag.org/scienceinsider/2009/01/report-calls-fo.html"&gt;Science (01/23/09) Charles, Dan&lt;/a&gt;&lt;/small&gt;&lt;br&gt;&lt;br&gt;
Related article: &lt;a href="http://corplawcenter.bna.com/pic2/clb.nsf/id/BNAP-6MY23B"&gt;Law Profs Decry SOX as 'Debacle,' Express Hope for 'Re-Examination'&lt;/a&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-2791224242689491251?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/2791224242689491251/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=2791224242689491251' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/2791224242689491251'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/2791224242689491251'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/01/report-calls-for-boost-in-it-research.html' title='Report Calls for Boost in IT Research, Policies'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-469695491235847127</id><published>2009-01-28T21:44:00.003-06:00</published><updated>2009-01-28T21:46:56.358-06:00</updated><title type='text'>Barry's Moon Landing</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.threadless.com/product/1619/Not_As_Far_As_You_Think"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 250px; height: 272px;" src="http://www.threadless.com/product/1619/minizoom.jpg" border="0" alt="" /&gt;&lt;/a&gt;
This is how my friend, Barry, tells me the moon landing really happened.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-469695491235847127?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/469695491235847127/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=469695491235847127' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/469695491235847127'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/469695491235847127'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/01/barrys-moon-landing.html' title='Barry&apos;s Moon Landing'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-596264195328862429</id><published>2009-01-27T21:13:00.001-06:00</published><updated>2009-01-27T21:15:11.850-06:00</updated><title type='text'>HP Grants Aim to Redesign College Engineering &amp; Computer Science</title><content type='html'>Hewlett-Packard has made more than $2.4 million in cash and equipment available for its "HP Innovations in Education" effort, which aims to reinvent undergraduate computer science and engineering programs through the use of technology. HP is asking for proposals from two- and four-year colleges and universities that offer degrees in engineering, computer science, or information technology. Grant projects must explore the potential for innovation through the intersection of teaching, learning, and technology, with the ultimate goal of "re-imagining undergraduate engineering education." HP plans to award about 10 grants to public or private colleges or universities in the United States. Each grant will include more than $240,000 in HP technology, cash, and professional development. Proposals should describe how the technology will enable innovation in four areas: Leadership Capacity, or creating a global network of administrators and faculty to implement innovative approaches; Digital Learning Environments, or using technology to fundamentally redesign the learning experience in ways that increase student engagement in academic success; the Undergraduate Design and Research Experience, to make engineering real and relevant by involving engineering undergraduate students in design and research challenges that address the needs of society; and Pre-College Outreach, to encourage administrators, faculty, and undergraduate students to work with secondary-school teachers and students to increase student awareness and interest in high-tech programs.&lt;br&gt;
&lt;small&gt;&lt;a href="http://www.eschoolnews.com/news/top-news/related-top-news/index.cfm?i=56818"&gt;eSchool News (01/20/09)&lt;/a&gt;&lt;/small&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-596264195328862429?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/596264195328862429/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=596264195328862429' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/596264195328862429'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/596264195328862429'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/01/hp-grants-aim-to-redesign-college.html' title='HP Grants Aim to Redesign College Engineering &amp; Computer Science'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-4390837132452630418</id><published>2009-01-25T17:44:00.002-06:00</published><updated>2009-01-25T21:08:03.863-06:00</updated><title type='text'>Operation Comfort Warriors</title><content type='html'>The American Legion accepts donations for Operation Comfort Warriors, which raises funds to Provide comfort items for wounded U.S. troops recovering in military hospitals.&lt;br&gt;
&lt;a href="http://www.legion.org/ocw"&gt;www.legion.org/ocw&lt;/a&gt;&lt;br&gt;
&lt;span style="font-style:italic;"&gt;No donations are used for administrative costs.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-4390837132452630418?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/4390837132452630418/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=4390837132452630418' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/4390837132452630418'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/4390837132452630418'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/01/operation-comfort-warriors.html' title='Operation Comfort Warriors'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-8120106380272933955</id><published>2009-01-25T17:17:00.002-06:00</published><updated>2009-01-25T17:25:28.798-06:00</updated><title type='text'>What's a Serving?</title><content type='html'>I've been trying to cut back on how much I eat. But in a day and age where it is more common to eat out, I'm not very good at judging a serving. I'm finding it handy to compare food to other objects to judge the serving size. For example, the recommended amount of meat for a healthy meal is 3 o 4 ounces - about the size of a deck of playing cards. Some more examples:&lt;br&gt;
&lt;br&gt;
1 oz. meat: size of a matchbox&lt;br&gt;
1 oz. cheese: size of four die&lt;br&gt;
2 tablespoons of peanut butter: size of a ping-pong ball&lt;br&gt;
1/2 cup of pasta: size of a tennis ball&lt;br&gt;
1 medium apple/orange: size of a tennis ball&lt;br&gt;
1 cup of vegetables/fruit: size of a baseball&lt;br&gt;
1 medium potato: size of a computer mouse&lt;br&gt;
1 cup of lettuce: four leaves&lt;br&gt;
&lt;br&gt;
You can get a wallet-sized portion guide from the American Cancer Society at:&lt;br&gt;
&lt;a href="http://www.cancer.org/docroot/subsite/greatamericans/content/Portion_Control_Guide.asp"&gt;http://www.cancer.org/docroot/subsite/greatamericans/content/Portion_Control_Guide.asp&lt;/a&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-8120106380272933955?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/8120106380272933955/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=8120106380272933955' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/8120106380272933955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/8120106380272933955'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/01/whats-serving.html' title='What&apos;s a Serving?'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-9008533543322463507</id><published>2009-01-24T16:13:00.002-06:00</published><updated>2009-01-24T16:16:57.488-06:00</updated><title type='text'>Auto Gear-Change Bicycle: Computer Controlled Bicycle Gear Changes Optimize Power, Comfort</title><content type='html'>Researchers in the Department of Mechanical Engineering at National Defense University in Tashi, Taiwan, are developing a computer system for bicyclists that tells them when to change gears to optimize power while maintaining comfort. The researchers cite ergonomic studies that show cyclists can be in an optimum state while cycling with a fixed output power and peddling speed. The researchers developed an algorithm that provides cyclists with a gear shift strategy to maintain the optimal gear without sacrificing comfort. The algorithm, which has been tested in a simulation of a 12-speed bicycle, provides a gear-shifting sequence with minimal power losses and gear shifts. The algorithm will enable riders to operate the derailleur gearing system more easily, making riders more comfortable because they will be in the correct gear and shifting gears will be smoother. The researchers say the technology could eventually be extended to an entirely automatic mechanical gear-shifting system.&lt;br&gt;
&lt;small&gt;&lt;a href="http://www.sciencedaily.com/releases/2009/01/090113101116.htm"&gt;ScienceDaily (01/14/09)&lt;/a&gt;&lt;/small&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-9008533543322463507?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/9008533543322463507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=9008533543322463507' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/9008533543322463507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/9008533543322463507'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/01/auto-gear-change-bicycle-computer.html' title='Auto Gear-Change Bicycle: Computer Controlled Bicycle Gear Changes Optimize Power, Comfort'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-1981894910942665457</id><published>2009-01-21T08:56:00.002-06:00</published><updated>2009-01-21T09:00:36.886-06:00</updated><title type='text'>Captivated by R's Power</title><content type='html'>The R programming language is being used by a growing number of data analysts as data mining is increasingly being used by organizations to set ad prices, find new drugs faster, or fine-tune financial models. The open source language also has become popular among statisticians, engineers, and scientists without a background in programming because of the language's ease of use. "R is really important to the point that it's hard to overvalue it," says Google research scientist Daryl Pregibon. "It allows statisticians to do very intricate and complicated analyses without knowing the blood and guts of computing systems." Statisticians find R particularly useful because it contains several built-in mechanisms for organizing data, running calculations on the information, and creating graphical representations of data sets. Some familiar with R describe it as a stronger version of Microsoft's Excel spreadsheet that can help present data trends more clearly than is possible using information in rows and columns. R also is popular because users can alter the software's code to write variations for specific tasks. "The great beauty of R is that you can modify it to do all sorts of things," says Google's Hal Varian. "And you have a lot of prepackaged stuff that's already available, so you're standing on the shoulders of giants."&lt;br&gt;
&lt;small&gt;&lt;a href="http://www.nytimes.com/2009/01/07/technology/business-computing/07program.html"&gt;New York Times (01/07/09) Vance, Ashlee&lt;/a&gt;&lt;/small&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-1981894910942665457?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/1981894910942665457/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=1981894910942665457' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/1981894910942665457'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/1981894910942665457'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/01/captivated-by-rs-power.html' title='Captivated by R&apos;s Power'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-5840153925455276726</id><published>2009-01-20T23:43:00.001-06:00</published><updated>2009-01-20T23:45:54.228-06:00</updated><title type='text'>NSF Looking for Wicked Cool Visual and Data Analysis Algorithms</title><content type='html'>The National Science Foundation (NSF) wants to develop highly interpretive mathematical and computational algorithms and techniques to help the U.S. government and private researchers evaluate the data generated by health care, computational biology, security, and other areas. NSF wants to make it easier for law enforcement and the intelligence community to present its data in a visual format, which will require the development of new algorithms capable of representing and transforming digital data into mathematical formulations and computational models that allow for efficient and effective visualization. NSF's research effort is part of a five-year, $3 million project known as the Foundation on Data Analysis and Visual Analytics (FODAVA), which is led by the Georgia Institute of Technology, the NSF, and the Department of Homeland Security. One FODAVA program is a Georgia Tech system known as Jigsaw, which provides multiple coordinated views of large document collections to show connections between entities found within the collection. Meanwhile, the Defense Advanced Research Projects Agency says it wants to develop software capable of capturing knowledge from naturally occurring text and transforming it into the formal representations used by artificial-intelligence reasoning systems.&lt;br&gt;
&lt;small&gt;&lt;a href="http://www.networkworld.com/community/node/36932"&gt;Network World (01/07/09)&lt;/a&gt;&lt;/small&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-5840153925455276726?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/5840153925455276726/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=5840153925455276726' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/5840153925455276726'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/5840153925455276726'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/01/nsf-looking-for-wicked-cool-visual-and.html' title='NSF Looking for Wicked Cool Visual and Data Analysis Algorithms'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-2412230719110925149</id><published>2009-01-20T01:13:00.003-06:00</published><updated>2009-01-20T01:23:39.541-06:00</updated><title type='text'>U.S. Plans Major Upgrade to Internet Router Security</title><content type='html'>The U.S. Department of Homeland Security (DHS) plans to invest in research dedicated to securing the Border Gateway Protocol (BGP) by adding digital signatures to router communications. DHS says the research initiative, dubbed BGPSEC, will prevent routing hijackings and accidental misconfigurations of routing data. DHS expects BGPSEC to take at least four years before deployment. "The reason BGP problems are so serious is that they attack the Internet infrastructure, rather than particular hosts," says Columbia University professor of computer science Steve Bellovin. "This is why it is a DHS-type of problem." Arbor Networks' Danny McPherson says BGP is one of the largest threats on the Internet. "There doesn't exist a formally verifiable source for who owns what address space on the Internet, and absent that you can't really validate the routing system," McPherson says. The extra funding should enable the DHS to develop ways of authenticating Internet Protocol (IP) address allocations and router announcements on how to reach blocks of IP addresses.&lt;br&gt;
&lt;small&gt;&lt;a href="http://www.networkworld.com/news/2009/011509-bgp.html"&gt;Network World (01/15/09) Marsan, Carolyn Duffy&lt;/a&gt;&lt;/small&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-2412230719110925149?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/2412230719110925149/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=2412230719110925149' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/2412230719110925149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/2412230719110925149'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2009/01/us-plans-major-upgrade-to-internet.html' title='U.S. Plans Major Upgrade to Internet Router Security'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-6592576179113879823</id><published>2008-12-03T23:13:00.009-06:00</published><updated>2009-01-20T01:28:26.970-06:00</updated><title type='text'>Reply to SciAm Perspective: After the Crash</title><content type='html'>In the December 2008 issue of Scientific American, the editors wrote a SciAm Perspectives piece entitled “After the Crash,” that focused on making sure that some of the blame for the Wall Street crash is placed on the developers of the software models. The last sentence of the opinion piece really drives home how little the SciAm editors understand about the software models, “Like an airplane, financial models can never be allowed to fly solo.”&lt;br&gt;
&lt;br&gt;
What?! The problem wasn’t that the financial models were allowed to “fly solo”.  The problem was that the models kept getting changed to appease the developers’ bosses. The SciAm editors also try to make it sound like the developers should have just not made the changes to the models each time “overoptimistic assumptions and faulty data” was given. What should have they done? Just said, “I’m sorry, Dave. I’m afraid I can’t do that.” They would have been fired and then replaced. In some cases maybe they could make a stand and say that making the change is risky and shouldn’t be done without being fired. However, it would amount to the same efforts that Roger Boisjoly made on January 27, 1986, when he convinced his manager, McDonald, to warn the NASA managers not to launch the space shuttle, Challenger, until warmer weather. The push back from the bosses was such that another person was found to sign off on the launch.&lt;br&gt;
&lt;br&gt;
I am getting a little off topic. Let us return to this financial airplane that we don’t want to allow to fly solo. Many disasters have been caused by people doing their best to “fix” the problem instead of allowing the established protocols (usually designed using mathematical models) to deal with the problem. I’ll give two examples: Three Mile Island and the incident aboard the drill rig Ocean Ranger in February 1982.&lt;br&gt;
&lt;br&gt;
In short, it is wrong to blame the people who work on the product because they are not the people with the power to decide what work is done on the product regardless if the product is a car or a financial model.&lt;br&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-6592576179113879823?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/6592576179113879823/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=6592576179113879823' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/6592576179113879823'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/6592576179113879823'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2008/12/reply-to-sciam-perspective-after-crash.html' title='Reply to SciAm Perspective: After the Crash'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-2822376230545472454</id><published>2008-08-23T21:09:00.001-05:00</published><updated>2008-08-23T21:46:19.826-05:00</updated><title type='text'>Bucket List</title><content type='html'>Go on an Insight cruise: http://www.insightcruises.com/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-2822376230545472454?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/2822376230545472454/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=2822376230545472454' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/2822376230545472454'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/2822376230545472454'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2008/08/bucket-list.html' title='Bucket List'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-6527618945873149644</id><published>2008-02-23T23:09:00.002-06:00</published><updated>2009-01-20T01:29:15.555-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programmer'/><category scheme='http://www.blogger.com/atom/ns#' term='Knuth'/><category scheme='http://www.blogger.com/atom/ns#' term='Computer Science'/><title type='text'>Donald Knuth</title><content type='html'>Dr. Dobb's Journal published an Interview with Donald Knuth in April of 1996. It was a very good read.&lt;br&gt;
&lt;br&gt;
Knuth discusses what distinguishes a "computer scientist" from a "computer programmer" but neatly side steps actually separating the two terms. Choosing to instead explain how computer science is about thinking about problems in a different way. (You'll have to ready the article to see what I mean.)&lt;br&gt;
&lt;br&gt;
There is some discussion about Knuth's The Art of Computer Programming. Which Charles Moss tells me is a wonderful read. I'm not sure I believe that but the MSU library has volumes 1-3 in case I want to check them out.&lt;br&gt;
&lt;br&gt;
I must quote this because one of my coworkers is just fanitical about C++. To him, everything that is not C++ is crap with the exception of javascript and ruby.&lt;br&gt;
&lt;br&gt;
&lt;blockquote&gt;  DDJ: You've mentioned Edsgar Dijkstra. What do you think of his work?
  DK: His great strength is that he is uncompromising. It would make him physically ill to think of programming in C++.&lt;/blockquote&gt;&lt;br&gt;
&lt;br&gt;
Kunth followed that quote up with some very reassuring comments about trying to find the middle ground between very specific control of code and allowing a library to be used without knowing how it was implemented.&lt;br&gt;
&lt;br&gt;
&lt;blockquote&gt;    [W]hen you write a program, think of it primarily as a work of literature. You're trying to write something that human beings are going to read. Don't think of it primarily as something a computer is going to follow. The more effective you are at making your program readable, the more effective it's going to be: You'll understand it today, you'll understand it next week, and your successors who are going to maintain and modify it will understand it.&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-6527618945873149644?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/6527618945873149644/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=6527618945873149644' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/6527618945873149644'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/6527618945873149644'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2008/02/donald-knuth.html' title='Donald Knuth'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-6006304344799262178</id><published>2008-01-26T12:11:00.001-06:00</published><updated>2009-01-20T01:30:00.247-06:00</updated><title type='text'>DVD-RW driver problem in Windows Vista</title><content type='html'>Something I installed in the past month made Vista no longer recongize my DVD-RW. I tried removing it and reinstalling it but that didn't work. After a few online searches I found "&lt;a href="http://www.extremetech.com/article2/0,1697,2095338,00.asp"&gt;Top Tip: DVD-RW driver problem in Windows Vista?&lt;/a&gt;".&lt;br&gt;
&lt;br&gt;
I don't know why it works or what application made my DVD-RW stop working, but Andy2639's solution works.&lt;br&gt;
&lt;br&gt;
In case that URL is broken in the future here is the solution:&lt;br&gt;
&lt;br&gt;
Open the Registry Editor, navigate to:&lt;br&gt;
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class&lt;br&gt;
select key {4D36E965-E325-11CE-BFC1-08002BE10318} (now's a good time to backup)&lt;br&gt;
delete the LowerFilters string value&lt;br&gt;
delete the UpperFilters string value&lt;br&gt;
Restart Windows.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-6006304344799262178?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/6006304344799262178/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=6006304344799262178' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/6006304344799262178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/6006304344799262178'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2008/01/dvd-rw-driver-problem-in-windows-vista.html' title='DVD-RW driver problem in Windows Vista'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-116611449111261164</id><published>2006-12-14T10:38:00.004-06:00</published><updated>2009-01-20T01:31:03.700-06:00</updated><title type='text'>She blinded me with Science!</title><content type='html'>The following tidbits were discussed last weekend with a small group of friends.  It's mostly science stuff that I'm following up with links to confirm or expand on the things I talked about.&lt;br&gt;
&lt;br&gt;
We were watching MythBusters and they had a Lifter on the show and I said that it is an example of ionic propulsion.  Which then lead to a discussion of ion engines.  Yes, NASA has launched a space craft with a ion engine.  It was called &lt;a href="http://nmp.nasa.gov/ds1"&gt;Deep Space I&lt;/a&gt;; it launched in October 1998 and was retired in December 2001.  I would to love to know why it was retired, what it's max speed was, and how far from Earth did it make it.&lt;br&gt;
    Anyway, back to &lt;a href="http://en.wikipedia.org/wiki/Ionocraft"&gt;Lifters&lt;/a&gt;; while most people might avoid Wikipedia I like it because it reads well and at the end of most entries are a list of sources with links.  Anyone who has a problem with Wikipedia can skip right down to the links.&lt;br&gt;
&lt;br&gt;
Next came the uses of magnets in MythBusters (we are all big fans of the show).  JP said that Dr. M (physics prof. that we all took for Physics II) said that there are &lt;a href="http://www.newton.dep.anl.gov/askasci/phy00/phy00133.htm"&gt;one pole magnets&lt;/a&gt;.  This conversation was really short lived.  I said that Dr. M is an idiot and Kirk explained that without two poles there would be no magnetic field and without a magnetic field the "magnet" would not be magnetic.  Okay, it is possible that Dr. M was talking about a &lt;a href="http://en.wikipedia.org/wiki/Halbach_array"&gt;Halbach Array&lt;/a&gt;, this is a magnet setup so that one pole is on top and the other pole is on the sides.  This leaves the bottom with no or very little magnetic effect.  However, I'm sticking with my Dr. M is an idiot hypothesis because there is a big difference between a Halbach Array and a magnet with only one pole, and as a teaching professor he should be able to explain that.&lt;br&gt;
&lt;br&gt;
There were undoubtedly more science related things talked about but I can't think was anything else that might deserve comment here.

&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-116611449111261164?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/116611449111261164/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=116611449111261164' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/116611449111261164'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/116611449111261164'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/12/she-blinded-me-with-science.html' title='She blinded me with Science!'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-115733681530093975</id><published>2006-09-03T21:23:00.000-05:00</published><updated>2006-09-03T21:26:55.323-05:00</updated><title type='text'>x64 QuickTime</title><content type='html'>I don't know when it happened but QuickTime is now working on my Windows XP x64 system.  Even though the last attempt to install iTunes gave a warning message saying the install was unsuccessful I guess that the QuickTime install was good.  So, rejoice every who enjoys using QuickTime on a 64-bit system.

Of course, VLC does a better job with fullscreen, but it is nice to have more software working correctly on my system.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-115733681530093975?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/115733681530093975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=115733681530093975' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115733681530093975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115733681530093975'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/09/x64-quicktime.html' title='x64 QuickTime'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-115571021948047416</id><published>2006-08-16T01:36:00.000-05:00</published><updated>2006-08-16T01:36:59.486-05:00</updated><title type='text'>The Expert Mind</title><content type='html'>"Teachers in sports, music, and other fields tend to believe that talent matters and that they know it when they see it. In fact, they appear to be confusing ability with precocity. There is usually no way to tell, from a recital alone, whether a young violinist's extraordinary performance stems from innate ability or from years of Suzuki-style training. The preponderance of psychological evidence indicates that experts are made, not born. In fact, it takes approximately a decade of heavy labor to master any field. Even child prodigies, such as Gauss in mathematics, Mozart in music, and Bobby Fischer in chess, must have made an equivalent effort, perhaps by starting earlier and working harder than others. It is no coincidence that the incidence of chess prodigies multiplied after László Polgár published a book on chess education. The number of musical prodigies underwent a similar increase after Mozart's father did the equivalent two centuries earlier."

&lt;a href="http://scientificamerican.com/article.cfm?chanID=sa006&amp;colID=1&amp;articleID=00010347-101C-14C1-8F9E83414B7F4945"&gt;The Expert Mind @ Scientific American&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-115571021948047416?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/115571021948047416/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=115571021948047416' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115571021948047416'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115571021948047416'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/08/expert-mind.html' title='The Expert Mind'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-115392228275928991</id><published>2006-07-26T08:58:00.000-05:00</published><updated>2006-07-26T09:00:03.843-05:00</updated><title type='text'>XML - No Silver Bullet</title><content type='html'>Several years ago, when XML was just a buzzword and I was an undergrad in Computer Science, I went to a technial presentation / recruiting talk given by Cerner at my university.  One of the "big" reasons to go work at Cerner was that they were cutting-edge; they were using XML.  I gave the presenter some flak on that point.  XML is no silver bullet.  No one would consider listening to me, an undergrad with very little experience, not even the professors who should have known better.  Maybe someone with more experience can be more convincing....

&lt;a href="http://www.acmqueue.com/modules.php?name=Content&amp;pa=showpage&amp;pid=401"&gt;Software Development Amidst the Whiz of Silver Bullets...&lt;/a&gt;
ACM Queue vol. 4, no. 5 - June 2006
by Alex E. Bell, The Boeing Company
http://www.acmqueue.com/modules.php?name=Content&amp;pa=showpage&amp;pid=401&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-115392228275928991?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/115392228275928991/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=115392228275928991' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115392228275928991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115392228275928991'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/07/xml-no-silver-bullet.html' title='XML - No Silver Bullet'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-115273729442295196</id><published>2006-07-12T15:48:00.001-05:00</published><updated>2009-01-20T00:34:47.131-06:00</updated><title type='text'>Review of Nerdcore Hip-Hop Music</title><content type='html'>My first taste of Nerdcore was through the stylings of MC Frontalot.&amp;nbsp; It is light and funny.&amp;nbsp; Check out the review and links provided at:&lt;br /&gt;http://slashdot.org/article.pl?sid=06/07/12/1354242&lt;br /&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-115273729442295196?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/115273729442295196/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=115273729442295196' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115273729442295196'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115273729442295196'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/07/review-of-nerdcore-hip-hop-music.html' title='Review of Nerdcore Hip-Hop Music'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-115257189331635957</id><published>2006-07-10T17:51:00.001-05:00</published><updated>2009-01-20T00:35:31.616-06:00</updated><title type='text'>Career Quiz</title><content type='html'>&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr valign="top"&gt;&lt;td colspan="5"&gt;Below are my results from the PrincetonReview Career Quiz.&amp;nbsp; Considering that I am currently have a research assistantship, I guess the quiz is fairly accurate.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.princetonreview.com/images/career_quiz/career_quiz_r_yellow.gif" border="0" height="76" width="263" /&gt;&lt;/td&gt;      &lt;/tr&gt;      &lt;tr valign="top"&gt;       &lt;td bgcolor="#d7e8ef" width="2"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="1" width="2" /&gt;&lt;/td&gt;       &lt;td bgcolor="#ffffff" width="18"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="1" width="18" /&gt;&lt;/td&gt;       &lt;td class="regTwelveBlack" bgcolor="#ffffff"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="1" width="223" /&gt;&lt;br /&gt;People with yellow Interests like job responsibilities that include organizing and systematizing, and professions that are detail-oriented, predictable, and objective. People with yellow Interests enjoy activities that include: ordering, numbering, scheduling, systematizing, preserving, maintaining, measuring, specifying details, and archiving, which often lead to work in research, banking, accounting, systems analysis, tax law, finance, government work, and engineering. &lt;/td&gt;       &lt;td bgcolor="#ffffff" width="18"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="1" width="18" /&gt;&lt;/td&gt;       &lt;td bgcolor="#d7e8ef" width="2"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="1" width="2" /&gt;&lt;/td&gt;      &lt;/tr&gt;      &lt;tr valign="top"&gt;       &lt;td bgcolor="#d7e8ef" width="2"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="18" width="2" /&gt;&lt;/td&gt;       &lt;td bgcolor="#ffffff" width="18"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="18" width="18" /&gt;&lt;/td&gt;       &lt;td class="regTwelveBlack" bgcolor="#ffffff"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="18" width="223" /&gt;&lt;/td&gt;       &lt;td bgcolor="#ffffff" width="18"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="18" width="18" /&gt;&lt;/td&gt;       &lt;td bgcolor="#d7e8ef" width="2"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="18" width="2" /&gt;&lt;/td&gt;      &lt;/tr&gt;      &lt;tr valign="top"&gt;       &lt;td colspan="5" bgcolor="#d7e8ef" height="2"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="1" width="259" /&gt;&lt;/td&gt;      &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt;                         &lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr valign="top"&gt;       &lt;td colspan="5"&gt;&lt;img src="http://www.princetonreview.com/images/career_quiz/career_quiz_rs_blue.gif" border="0" height="76" width="263" /&gt;&lt;/td&gt;      &lt;/tr&gt;      &lt;tr valign="top"&gt;       &lt;td bgcolor="#d7e8ef" width="2"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="1" width="2" /&gt;&lt;/td&gt;       &lt;td bgcolor="#ffffff" width="18"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="1" width="18" /&gt;&lt;/td&gt;       &lt;td class="regTwelveBlack" bgcolor="#ffffff"&gt;&lt;img src="http://www.princetonreview.com/images/spacer.gif" border="0" height="1" width="223" /&gt;&lt;br /&gt;People with blue styles prefer to perform their job responsibilities in a manner that is supportive and helpful to others with a minimum of confrontation. They prefer to work where they have time to think things through before acting. People with blue style tend to be insightful, reflective, selectively sociable, creative, thoughtful, emotional, imaginative, and sensitive. Usually they thrive in a cutting edge, informally paced, future-oriented environment. You will want to choose a work environment or career path in which your style is welcomed and produces results.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-115257189331635957?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/115257189331635957/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=115257189331635957' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115257189331635957'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115257189331635957'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/07/career-quiz.html' title='Career Quiz'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-115156473055386485</id><published>2006-06-29T02:05:00.000-05:00</published><updated>2006-06-29T02:18:02.700-05:00</updated><title type='text'>Diagrams on the Web</title><content type='html'>Draw and share diagrams on the web!! I'm there.&lt;br /&gt;
&lt;a href="http://www.gliffy.com/images/gliffy_ss_small.jpg"&gt;&lt;img src="http://www.gliffy.com/images/gliffy_ss_small.jpg" border="0" alt="gliffy.com" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-115156473055386485?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/115156473055386485/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=115156473055386485' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115156473055386485'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115156473055386485'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/06/diagrams-on-web.html' title='Diagrams on the Web'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-115152601163222167</id><published>2006-06-28T15:18:00.000-05:00</published><updated>2006-06-28T15:20:11.653-05:00</updated><title type='text'>Free Science and Video Lectures Online</title><content type='html'>http://freescienceonline.blogspot.com/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-115152601163222167?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/115152601163222167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=115152601163222167' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115152601163222167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115152601163222167'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/06/free-science-and-video-lectures-online.html' title='Free Science and Video Lectures Online'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-115145643962166075</id><published>2006-06-27T20:00:00.000-05:00</published><updated>2006-07-26T09:08:37.943-05:00</updated><title type='text'>"sexual orientation"</title><content type='html'>At Missouri State University there is a continuous hubbub about adding the words "sexual orientation" to the nondiscrimination policy.  The local newspaper recently posted their &lt;a href="http://www.news-leader.com/apps/pbcs.dll/article?AID=/20060627/OPINIONS01/606270328/1091"&gt;opinion&lt;/a&gt; [1] that the university should go ahead and add the words citing other universities that have done so.  The everybody else is doing it argument.

I think the university should go the other direction.  There is no need to
even have a nondiscrimation policy.  Nondiscrimation is federal law; so,
having a policy that reiterates the law is pointless.  There would be less
printing costs and more space on documents to print useful information.

The state and federal government require this crap.  So, MSU has to either stick to their guns and only print what is required or jump on the bandwagon.  I hope that the current administration does not give in to the demands for a policy change.  The people who want such a change should have started with the law-makers then all the universities would have changed their policies in the same way and at the same time.  Truly, I fault the administrators of those other universities for giving in so easily and coddling their students.  They are not teaching their students to go to the source of a perceived problem.

[1]
http://www.news-leader.com/apps/pbcs.dll/article?AID=/20060627/OPINIONS01/606270328/1091&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-115145643962166075?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/115145643962166075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=115145643962166075' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115145643962166075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115145643962166075'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/06/sexual-orientation.html' title='&quot;sexual orientation&quot;'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-115086255153616715</id><published>2006-06-20T23:02:00.000-05:00</published><updated>2006-06-20T23:02:31.543-05:00</updated><title type='text'>Wish list</title><content type='html'>&lt;p class="productname"&gt;&lt;b&gt;Grad School, the T-shirt &amp;lt;&lt;a href="http://www.printmojo.com/PHD/Store/Product.php?ProductID=6093"&gt;link&lt;/a&gt;&amp;gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;I want to display my school spirit with a little irony. "Grad School: It seemed better than getting a real job" on the front, PhD logo on the back.&lt;br /&gt;&lt;br /&gt;Color: maroon&lt;br /&gt;Size: XL&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-115086255153616715?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/115086255153616715/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=115086255153616715' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115086255153616715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/115086255153616715'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/06/wish-list.html' title='Wish list'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-114892807370347707</id><published>2006-05-29T13:41:00.000-05:00</published><updated>2006-05-29T13:41:13.763-05:00</updated><title type='text'>Castlevaina - Nintendo Game</title><content type='html'>&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="0" height="0"&gt;
&lt;param name="movie" value="http://www.excessively.net/swf/castleva.nes"&gt;&lt;param name="quality" value="high"&gt;
&lt;embed src="http://www.excessively.net/swf/castleva.nes" width=0 height=0 align="center" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;
&lt;/object&gt;&lt;BR&gt;&lt;a href="http://www.excessively.net"&gt;Free Flash Games&lt;/A&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-114892807370347707?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/114892807370347707/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=114892807370347707' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114892807370347707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114892807370347707'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/05/castlevaina-nintendo-game.html' title='Castlevaina - Nintendo Game'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-114833225323214430</id><published>2006-05-22T16:10:00.000-05:00</published><updated>2006-05-22T16:14:54.706-05:00</updated><title type='text'>Summer School</title><content type='html'>&lt;a href="http://imdb.com/title/tt0094072/"&gt;&lt;img src="http://ia.imdb.com/media/imdb/01/I/65/11/71m.jpg" align="left" title="Summer School" border="0"&gt;&lt;/a&gt;
I enrolled for a summer class today.  CSC 698: Research In Computer Science.  Luckily, I have a research assistantship that the course is being modeled after; meaning that I get academic credit for what I do at work.  I'm looking forward to it but I'm not quite ready to start.  Finals were last week and a week off would be nice but I need to meet with my advisors sometime this week and discuss goals and possible approaches that I should take to achieve those goals.  So, in order to look good, it would be great if I can come in to the meeting with some work and results done.  We'll see.  I'll take today off and do some work tomorrow (keep in mind that the job doesn't start until June 5 and the class until June 12).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-114833225323214430?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/114833225323214430/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=114833225323214430' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114833225323214430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114833225323214430'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/05/summer-school.html' title='Summer School'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-114205126135189896</id><published>2006-03-10T22:21:00.000-06:00</published><updated>2006-03-10T22:27:41.356-06:00</updated><title type='text'>Ubuntu's Add Applications Program</title><content type='html'>&lt;A HREF='http://photos1.blogger.com/blogger/1435/2039/640/Browser-Application%2C%20VMware-player.jpg'&gt;&lt;IMG SRC='http://photos1.blogger.com/blogger/1435/2039/320/Browser-Application%2C%20VMware-player.jpg' border=0 alt='' style='clear:all;float:right;margin: 0px 10px 10px 0px; cursor:hand'&gt;&lt;/A&gt;&amp;nbsp;

This is the screenshot from when I installed Rhythmbox and Eric Python IDE.  As you can see just point - click - done.  However, Rhythmbox sucks (or at least did for me); so, also using Ubuntu's Add Applications Program I unselected Rhythmbox and select XMMS instead.  I've been listening to mp3s and streaming music for the past hour.&amp;nbsp;&lt;a href='http://picasa.google.com/blogger/' target='ext'&gt;&lt;img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /&gt;&lt;/a&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-114205126135189896?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/114205126135189896/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=114205126135189896' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114205126135189896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114205126135189896'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/03/ubuntus-add-applications-program.html' title='Ubuntu&apos;s Add Applications Program'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-114205024367055030</id><published>2006-03-10T22:07:00.000-06:00</published><updated>2006-03-10T22:10:43.670-06:00</updated><title type='text'>Virtualization</title><content type='html'>The ACM Virtualization presentation (08 Mar 06) really impressed me. I went to &lt;a href="http://vmware.com"&gt;vmware.com&lt;/a&gt; to download the server software and immediately got distracted by the Virtual Application challenge. $200,000 is one hell of a distraction. Anyway, I ended up downloading the VMware-player and the sample Browser Application. The sample Browser Application is only a 250 MB zip file that contains an Ubuntu disto with Firefox setup ready to go. Installation, execution, installing XMMS and Eric Python IDE, and downloading some MP3s took less than 45 minutes. This is with me playing around while doing this. This FUCKING Rocks! Thanks for answering all the questions I asked you since I came in to Kirk’s presentation late. To everyone reading this download &amp; install VMware-player (28 MB) and the sample Browser Application (250 MB). Very cool shit.
&lt;span style="font-style:italic;"&gt;Browsed and Created in Browser-Appliance-1.0.0, VMware-player &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-114205024367055030?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/114205024367055030/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=114205024367055030' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114205024367055030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114205024367055030'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/03/virtualization.html' title='Virtualization'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-114127951923920088</id><published>2006-03-01T23:55:00.000-06:00</published><updated>2006-03-02T00:05:19.240-06:00</updated><title type='text'>If I were rich...</title><content type='html'>I think I'll start a "If I were rich..." theme.  Anytime something really cool (but expensive) catches my attention I'll make a "If I were rich..." post.

The &lt;b&gt;SkyScout&lt;/b&gt; which you can read about at &lt;a href="http://www.celestron.com"&gt;www.celestron.com&lt;/a&gt; is so cool.  Just read this, "Aim it at any heavenly body, and the GPS receiver and three-axis position sensor identifies stars, planets, and constellations by voice or text."  Sah-weeet!

However, at four hundred dollars I'll just print out a star chart and wing it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-114127951923920088?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/114127951923920088/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=114127951923920088' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114127951923920088'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114127951923920088'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/03/if-i-were-rich.html' title='If I were rich...'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-114127870600330756</id><published>2006-03-01T23:37:00.000-06:00</published><updated>2006-03-01T23:51:46.016-06:00</updated><title type='text'>Building a Better Battery</title><content type='html'>I have a box of used alkaline batteries at home.  I can't convince myself to throw them away since they are still holding 2/3 of a full charge.  This is all the fault of my digital camera which takes four batteries at a time and only uses 1/3 of the batteries' charge before deciding that it needs more power.  Luckily, I bought a wireless mouse several months ago and it will happily accept a 2/3 charged battery and drain it down to 1/3 of a charge before needing a replacement (and this takes a long time).

In the March 2006, issue of Wired there is an article about the M1 battery.  It is made by DeWalt (Black &amp; Decker) and it is suppose to have double the power density, five times the peak energy, and a shorter recharging time than a Li-ion battery of the same size.  Li-ion batteries are suppose to kick the crap out of alkaline batteries.  So, that being said, where is my double-A M1 battery?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-114127870600330756?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/114127870600330756/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=114127870600330756' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114127870600330756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114127870600330756'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/03/building-better-battery.html' title='Building a Better Battery'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-114022061173776114</id><published>2006-02-17T17:43:00.000-06:00</published><updated>2006-02-17T17:56:51.746-06:00</updated><title type='text'>A Comment on my Blog</title><content type='html'>Today I received an email informing me that someone had posted a comment on my blog. Really I only created a blog to see how Google's recommended blogging site worked.  So, this peeked my curiosity and I Googled my name.  Holy crap!  My Blog profile is the third (second unique) site listed.

Well, this is no good.  I'm a teaching assistant, how long will it be until one of my student's Googles my name and starts reading the things I write here?  Maybe a worse possibility, my advisor sees the site.  Hmmm...  Can't complain about the thesis project, my students, or my job.  I should have took the advise that I read about blogging - Don't Use Your Name!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-114022061173776114?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/114022061173776114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=114022061173776114' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114022061173776114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/114022061173776114'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/02/comment-on-my-blog.html' title='A Comment on my Blog'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-113637381686588320</id><published>2006-01-04T04:58:00.000-06:00</published><updated>2006-01-04T05:23:36.873-06:00</updated><title type='text'>Finding My Thesis and Stanley, the robotic SUV</title><content type='html'>Over the winter break my advisor gave me a list of several things to work on, and top on that list was find a thesis topic.  I haven't really been actively doing that.  Instead I have been insulating the pipes in my house but in my attempts to procrastate I have been reading Wired magazine.  The January issue has an article about "&lt;a href="http://www.wired.com/wired/archive/14.01/stanley.html"&gt;Stanford's souped-up Volkswagen blasted through the Mojave Desert, blew away the competition, and won Darpa's $2 million Grand Challenge.&lt;/a&gt;"  You can find it online at:
http://www.wired.com/wired/archive/14.01/stanley.html

Good article and definately a must read for anyone working with robotics and|or considering working with robotics.  Makes me want to do research in the field.  But I'm attending a university that has very little money for this type of thing and the best the AI classes have are some Logo Mindstorm bricks that are at least five years old.  Would trying to work with robotics in this environment really mean that I won't get any meaningful experience and my thesis starves to death from lack of realistic data?! Probably.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-113637381686588320?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/113637381686588320/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=113637381686588320' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/113637381686588320'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/113637381686588320'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/01/finding-my-thesis-and-stanley-robotic.html' title='Finding My Thesis and Stanley, the robotic SUV'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-113611303601711753</id><published>2006-01-01T04:51:00.000-06:00</published><updated>2006-01-01T04:57:16.020-06:00</updated><title type='text'>First Night 2006</title><content type='html'>&lt;a href="http://www.springfieldmo.org/final/epromo_12.asp"&gt;&lt;img style="FLOAT: left" src="http://www.springfieldmo.org/final/1st_night.jpg" border="0" /&gt;&lt;/a&gt;
Christy and I went to the fireworks display at Springfield's First Night 2006 celebration.  It was a nice way to bring in the new year.&lt;a href="http://photos1.blogger.com/blogger/1435/2039/640/DSCF0063.jpg"&gt;&lt;img style="CLEAR: all; FLOAT: right; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/1435/2039/320/DSCF0063.jpg" border="0" /&gt;&lt;/a&gt;&amp;nbsp;&lt;a href='http://picasa.google.com/' target='ext'&gt;&lt;img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /&gt;&lt;/a&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-113611303601711753?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/113611303601711753/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=113611303601711753' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/113611303601711753'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/113611303601711753'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2006/01/first-night-2006.html' title='First Night 2006'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-113602421614372895</id><published>2005-12-31T03:57:00.001-06:00</published><updated>2009-01-20T01:04:41.638-06:00</updated><title type='text'>Google's Picasa</title><content type='html'>I downloaded &lt;a href="http://picasa.google.com/index.html"&gt;Picasa&lt;/a&gt; just a few hours ago and have been messing around with it while surfing and posting.   It is awesome!  Very easy to use and very fast.  Sure, it can't even compare to what a good &lt;a href="http://graphicdesign.meetup.com/7/member/162495/"&gt;graphic designer&lt;/a&gt;* can do with Photoshop (or &lt;a href="http://www.gimp.org/"&gt;Gimp&lt;/a&gt;) to improve an image.  But I'm no graphic designer.

I strongly recommend this software.  Joyce and Diana, this recommendation is for you two; so, before you next get your digital photos printed, download Picasa and give this a try.
&lt;hr /&gt;
* I served with Kussman in the Army.  He can do some very cool things.  For example, after my last deployment I went to Scotland, and took &lt;span style="font-style: italic;"&gt;a lot&lt;/span&gt; of pictures with my digital camera.  Well, one picture I took with very low battery power had the bottom third damaged.  Kussman was able to make it look perfect; I still wonder how he did it.
&lt;p align="right"&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4643719628225753";
/* 234x60, created 1/19/09 for Jerry Yoakum Blogger */
google_ad_slot = "5081026367";
google_ad_width = 234;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-113602421614372895?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/113602421614372895/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=113602421614372895' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/113602421614372895'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/113602421614372895'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2005/12/googles-picasa.html' title='Google&apos;s Picasa'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-113602201398738239</id><published>2005-12-31T03:26:00.000-06:00</published><updated>2005-12-31T03:40:13.993-06:00</updated><title type='text'>"Judge Grants Hinckley Overnight Visits"</title><content type='html'>Imagine getting to shoot three people, only spend approximately twenty-five years in a psychiatric facility, and being allowed out.  There is something wrong with our system.  Hinckley should have disappeared the day he tried to kill President Reagan.  If there was a chance that he was innocent then, of course, have a trial and all due process.  But he wasn't innocent.

There is an article at &lt;a href="http://news.yahoo.com/s/ap/20051231/ap_on_go_ot/hinckley"&gt;http://news.yahoo.com/s/ap/20051231/ap_on_go_ot/hinckley&lt;/a&gt; which I found at &lt;a href="http://bewarethedarkside.blogspot.com/2005/12/free-pass-from-boobie-hatch.html"&gt;http://bewarethedarkside.blogspot.com/2005/12/free-pass-from-boobie-hatch.html&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-113602201398738239?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/113602201398738239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=113602201398738239' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/113602201398738239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/113602201398738239'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2005/12/judge-grants-hinckley-overnight-visits.html' title='&quot;Judge Grants Hinckley Overnight Visits&quot;'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20368394.post-113602030695770393</id><published>2005-12-31T02:52:00.000-06:00</published><updated>2005-12-31T03:11:46.963-06:00</updated><title type='text'>CompSciGuy...</title><content type='html'>Why have a blog?  I'm doing this for a multitude of reasons some profound but most are not.  An example of profound reasons for my having a blog can be seen by checking out &lt;a href="http://CompSciGuy.blogspot.com"&gt;http://CompSciGuy.blogspot.com&lt;/a&gt;.  I was thinking in the same vein as this guy and when I tried to register I found the site I was going to create.  Which is really cool.  Those of you who know me will see the similarities and differences between he and I.  So, I had to put some more thought into this whole blog thing.  Instead of blogging as some computer science persona, I will blog as myself.  I'll write what's going on in my life, jot down my ideas as they come to me, and maybe I'll even post some computer sciency stuff.  Mostly I'll just jot down my ideas.  This will be my electronic post-a-note board.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20368394-113602030695770393?l=jerryyoakum.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerryyoakum.blogspot.com/feeds/113602030695770393/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20368394&amp;postID=113602030695770393' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/113602030695770393'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20368394/posts/default/113602030695770393'/><link rel='alternate' type='text/html' href='http://jerryyoakum.blogspot.com/2005/12/compsciguy.html' title='CompSciGuy...'/><author><name>Jerry Yoakum</name><uri>http://www.blogger.com/profile/16071118145967904846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
