• Pride

    Tomorrow, voters will go to the polls in the 91st district and make their choice for State Representative. Win, lose, or draw, I am proud to have stood by Mike  over the last 11 months trying to let the world know why Mike Bryant is what the 91st district needs. Throughout this entire campaign, Mike and myself have tried to conduct ourselves with dignity and honor. We have run a clean campaign. (I know we were accused of otherwise because we pointed out Teddy’s voting record and stated why we don’t agree with it. However, stating a voting record is not underhanded. An voting official is the sum of his or her voting record. But anyway…)

    If Mike wins, I know he will work hard to do what he said he would do: That’s why I’ll vote for him. If he loses, he’ll commence to doing what he has tried to do since I’ve known him: Create great software using Information Technology talent from right here in Eastern Kentucky. Either way, it’s good to have a guy like Mike working to make the 91st district a better place.

    Mike is like a 10-year-older version of myself in a lot of ways. I can only hope to conduct myself  over the next 10 years the way Mike has. I am proud and honored to call him my friend.

    [Facebook folks: If you like Mike and think he’ll do a good job, consider liking this post, or better yet, share a comment about why YOU like Mike!!]

  • Mike Bryant Will Work for You with a Programmer’s Approach

    Mike Bryant has been a computer programmer for the last 15 years. He has worked for AutoTrader.com, Time-Warner Cable, as well as many other businesses. What exactly about this job would make someone a good state representative?

    To answer this question, it helps to know a little about how a programmer approaches the problems that he or she tries to solve every day. The general process a programmer employs to find solutions goes something like this:

    1. Figure out what the problem is
    2. Gather as much information about the problem as possible
    3. Analyze this information to formulate a plan of action for solving the problem
    4. Write computer code based on the plan
    5. Test the code to make sure it’s working as planned
    6. Revise the code to fix any errors
    7. Repeat steps 5 & 6 until everything’s working

    The keystone of a programmer’s approach lies in the first three steps. Writing code is actually a small part of solving a big problem. The programmer doesn’t do anything until he has an idea of the facts about the problem and how the building blocks available to him fit together. Useful programs ARE NOT a result of some knee-jerk reaction or off-the-cuff decisions.

    If you look at the economic and political climate in Kentucky at the moment, it would seem that our current elected officials have made a lot of decisions without any analysis whatsoever.  I get the feeling that most of our senators and representatives read a summary of a bill and totally ignore the details. Too bad the summaries aren’t what determine the success of legislation. As the old saying goes, the devil is in the details!  I’m not saying that everyone in Frankfort is so short sighted, but the results of their actions speak for themselves.

    Mike will use his analytical skills to craft good legislation that actually make things better for the 91st district? It’s true that legislators have to deal with tons of requests and details every single day. Does Mike possess some super-human mind that will allow him to track all the facts in his head? No, but he does know how to use spreadsheets and databases to get to the details needed to make good decisions. Computers are really good at crunching details. Luckily, Mike is really good at telling computers how to work for him!

    It may seem odd to think that software can make that big of a difference. However, it’s been proven over and over in the business world that software which lets decision makers see underlying trends pays off big time.  In government, this would translate to a government that actually works for the people.

    I know that when Mike gets elected, he will be a champion for data-driven decision making. Furthermore, I know that he will share his custom-written software solutions with his fellow representatives so that they all can make better decisions based on what the facts are. I’m confident that when decisions are made based on the details, things in Kentucky will start to change for the better. What an exciting thought!

  • Mike Bryant is a Change in the Right Direction

    When I think about what Mike will do to help Breathitt, Estill, and Lee Counties if he gets elected, I get excited. Why? Because I think Mike will be a strong voice, the likes of which the 91st district hasn’t seen at least in the last six and a half years since I’ve been in Breathitt County. Mike won’t be a mouthpiece for anybody, be it a Republican, Democrat, or Whig. Sure, he knows that he will have to work with the other legislators to make sure the people of the 91st district receive their fair share, but he won’t jump at the majority leader’s every whim. I’m willing to stake my reputation that if Mike gets elected, his voting record will reflect the needs of his district.

    I’ve talked to Teddy about 3 times, long before Mike ever decided to run. He’s a nice man, but he doesn’t have a voice of his own. Any time I have asked him what he thought about certain policies or things going on in the legislature, he always fills me in on what all the other representatives thought about the situation. He never indicated to me what he believes or doesn’t believe.

    There’s nothing wrong with Teddy being a nice guy, but it is a problem when he isn’t willing to stand up to other state representatives to make sure the 91st district doesn’t get overlooked for the betterment of other districts. Niceness is no substitute for passion! I get the feeling that Teddy votes with other state reps hoping that they’ll vote with him once in awhile, but I don’t think he gets that much backing from others. I realize he has to work with others, but once in awhile, a little bucking might funnel some much-needed resources into the 91st district.

    There have been accusations that Mike has been slinging mud. Teddy’s supporters are portraying Ted as a victim of some evil plot to defame him. I have never heard Mike say anything about Teddy’s character. I can’t speak for Mike’s other supporters, but Mike and I aren’t really concerned with Ted’s character. As best I can tell, Ted is a good Christian fellow. My personal reasons for supporting Mike are very clear and they have nothing to do with me thinking Teddy is a bad person:

    1. I think Ted’s voting record does not support the wishes of his constituents.
    2. Aside from some of Ted’s legislation supporting education (which is good but not really that good considering he’s had 8 years to introduce stuff), I think the legislation Teddy has introduced has been lackluster and inconsequential.
    3. Mike is passionate and willing to fight for what the 91st district needs: anti-drug efforts, job opportunities, and infrastructure (high-speed Internet access and better roads).

    Teddy’s nice. The current social situation for the hard working people of the 91st district isn’t so nice. Teddy’s approach isn’t working.  Since he isn’t willing to change his approach, I’m willing to change my State Representative.

  • Reversing a String in VB.net

    The following code snippet shows how easy it is to reverse a string in Vb.net:

    Dim originalString As String = "Some text here"
    Dim reversedString As String = originalString.Reverse.ToArray
    'reversedString now equals "ereh txet emoS"

    As you can see, this is very easy to do, however, most of the examples I found online were overly complicated. So, I thought I’d post my nice easy way.  Happy coding!

  • Free Helvetica Font Alternative

    People like Paula Scher despise the classic font Helvetica, but to my untrained eyes, it is a fantastic font for clean headings. Unfortunately, the many variants of Helvetica are not free. Linotype and Adobe both have their implementations, but they cost around $25 per variant. That’s just too much to pay for a font. What to do?

    Today, I was working on a project where Helvetica would have came in very handy, so I did a web search and came upon a FREE decent alternative released under the GPL by Red Had a few years ago called Liberation Sans, designed by Steve Matteson. Obviously, it’s not exactly like Helvetica, but it’s close enough to fool the average (read: non-typesetter) person. Besides, it looks a lot better than Microsoft’s ripoff Arial. Check out the sample below that shows all four variants that are available:

    liberation_sans_sample

    For me, this is an excellent find. Very importantly, it is released under the GPL so you can use it for anything you like, as long as you promise to allow others the rights to always use it too.

    If you like Liberation Sans, click here to download it. Many thanks to Red Hat for allowing this great font to be freely used and distributed.

Scroll to Top