• Category Archives Me
  • Pot Roast Recipe

    OK…. here we go….

    Ingredients:

    • Some sort of roasting beef.
    • Red wine
    • Balsamic Vinegar
    • Onion
    • Carrots
    • Brown sugar
    • Raisins
    • Celery (optional)

    I will use anything from a beef roast to a very thick 7-bone steak cut. Just make sure the meat is at least 1″ thick. If the meat has a bone in it, try to de-bone it prior to cooking. If there are little scraps of meat attached to the bone that you can carve off with a small knife, do so and add to the pot… can’t hurt!

    First, get a good size pot that will hold the meat and the added stuff. You don’t want the pot to be too big, just the right size. The less liquid you can have in the pot while still covering the meat, the better.

    To really do this right, you need to do a lot of prep work. I let the meat marinate in a mixture of wine and balsamic vinegar overnight, then added the crushed tomatoes (or chopped…doesn’t matter really… what you want is the acidity that is involved in the tomatoes…)

    Once the marination is done, you need to pull the meat out of the marinade for a moment and sear it in a pan at high heat. You really want a heavy-weight pan for this, not an aluminum frying pan that you would fry eggs in. You want something that has a lot of weight to it because it will tend to hold the heat longer. You want to sear both sides of the meat, then return it to the marinade in the pot. if your roast is large, don’t be afraid to cut it up into more manageable pieces for the searing… it won’t matter, and makes portion control later much simpler.

    Now to the mix you need to add the onions, carrots, and raisins. Also to this mess add some brown sugar. If you keep the onions and carrots on the bottom of the pot, it should be good. You can also add chopped celery if you like. Basically anything that is considered to be an “aromatic” in the cooking world.

    Throw the pot in the oven, and cook at 225F for a minimum of four hours. The nice thing about this cooking temperature is that you can cook it up to that four hour point, then let it sit in the oven for the next couple of hours without it going bad or overcooking. This is really a stew thing in the first place, so no big deal.

    When it is time to serve, pull it from the oven, take out some of the chunkies and liquid like I showed you and blend away. Don’t forget to take some slurried flour (2-3 table spoons should be enough… if you are making more gravy, start with 2-3 tablespoons, then add more if you need it thicker…)

    Slurried flour: This is where you take flour, add it to cold water, and mix well. This is because you are soon going to be adding the mixture to something hot, and if you simply add the flour to the hot thing, it will clump… yuck! So add water to the flour, get a nice white sauce looking consistency, then add to the hot stuff… no problems with clumping.


  • My weekend

    Let’s see…

    First, I got torque running on the fulong. It works fine, and I am in contact with the torque maintainer for gentoo to get the mips keyword applied to it. Still not sure if I have mipsel tested on it yet, however. The problem with that is that I am not sure if I actually have any mipsel machines to test it against, so it is sort of up in the air. Regardless, it is working for me quite well, and I have the Fulong running it as a client.

    Second, figured out a problem that occurs when installing maui on a gentoo system. Apparently when it installs, it has no idea what kind of resource manager you may have installed on a system, so it doesn’t bother to list one in the configuration. This is a problem on a couple of different levels:

    • Maui should fail or give some sort of warning that no resource manager is configured for use on the scheduler. This may be by design as you may just want it to start without any sort of resource manager, but in that case I think I would want the line to still be listed in the configuration with a dummy module or something defined so that you know that it is set for that kind of operation.
    • The gentoo installer should define in that configuration file what kind of resource manager you have installed. Gentoo already has maui depending on the pbs virtual package, which is only provided by sys-cluster/torque, so this could easily be defined. If another pbs virtual package for resource manager appears, I expect that there is a way for the ebuild language to figure out which one is being provided by the virtual package of pbs.

    I’ve also been watching the Olympics, and rooting for the teams that I feel should be rooted for. The US has done exceedingly well in the swimming events, and they cleaned house in women’s sabre, which I feel is wrong. No one nation should be able to take all three medals in an event. I believe that this is something that is being worked on by the IOC, but apparently not in time for these Olympics. Watching the women’s gymnastics was a bit horrifying, seeing as the floor routines were… well… not pretty. Also, what the hell is up with the apparently required technique of throwing in a double-pirouette into the routine? It looks STUPID!

    So all this, and last night I made dinner for a wonderful woman I know. Pot roast, mashed potatoes, and peas. The pot roast is sort of a specialty of mine these days, because I take the time to do it right. Started the night before by taking the roast and soaking it in vinegar and red wine, then in the morning added some diced tomatoes to the mix for some real breakdown of connective tissues. At around 1pm I added sliced onion, chopped carrot, condensed tomato soup, and some brown sugar to the mix. Then I took the meat out of the mixture and braised it in a pan before returning it to the pot. Then a nice slow cook in the pot at 225F for the next seven hours.

    The potatoes were boiled in salted water for about 30 minutes until soft, then removed from the water and mashed with a masher. A bit of salt, a bit of cream, and bobs your uncle you have some delightful mashed potatoes. Just before serving, pulled out some of the chunky bits from the pot roast pot (you know, the onions and carrots, along with some of the juice) and threw all of that into a blender. Blended it, added a bit of slurried flower, and poof, a wonderful gravy to go with it all.

    Unfortunately, I let the peas go a bit long, so they were on the mushy side.  🙁 She didn’t seem to mind, so I let it go. She loved the gravy, so that seems to be a good thing.  🙂


  • Rants and Ebuilds

    OK… two things…

    First, I read Slashdot, mainly because it does keep me up on the latest tech news to some extent. That being said, it amazes me sometimes about the questions that some folks ask the readers of Slashdot, because I have seen the comments of users of Slashdot and they are not necessarily the ones that you want advice from.

    Second, I just completed writing an ebuild that works for netrek on gentoo using mips architecture. It is located here.

    It was interesting writing the ebuild this time around, as I was able to fix some bugs that I had in the old one. The above is now a basic template for things that I will do from now on in creating ebuilds.


  • Matlab fixes

    Wondering what happens when you install matlab 2008a on a system that has an older version of glibc? Well, it bitches and moans and complains to you, despite the fact that the Mathworks people have since come out and said that the version of glibc that you have installed on the system will in fact work fine and not cause any problems.

    The fix? Easy… just patch your oscheck.sh file in your matlab distribution and the whining will go away. Here is the patch:

    --- oscheck.sh    2008-05-28 09:48:55.000000000 -0400
    +++ oscheck.sh.old    2007-12-02 01:34:35.000000000 -0500
    @@ -102,7 +102,7 @@
    #                  of the data. Set oscheck_debug=0 for shipping.
    #
    # Copyright 1996-2007 The MathWorks, Inc.
    -# $Revision: 1.1.12.1 $  $Date: 2008/03/24 17:59:41 $
    +# $Revision: 1.1.6.4 $  $Date: 2007/12/03 21:53:17 $
    #----------------------------------------------------------------------------
    #
    
    @@ -153,8 +153,8 @@ else
    #                   arch   OSprefix minimum_ver release_ver future_ver
    #
    oslist="        sol64   SunOS    5.10         5.10         -"
    -        oslist="$oslist glnx86  glibc    2.3.4       2.3.4       -"
    -        oslist="$oslist glnxa64 glibc    2.3.4       2.3.4       -"
    +        oslist="$oslist glnx86  glibc    2.3.6       2.3.6       -"
    +        oslist="$oslist glnxa64 glibc    2.3.6       2.3.6       -"
    oslist="$oslist mac     Darwin   8.7.0       8.7.0       -"
    oslist="$oslist maci    Darwin   8.7.0       8.7.0       -"
    oslist="$oslist maci64  Darwin   9.0.0       9.0.0       -"
    

  • Respect

    I just read an article concerning three students who were given in school suspension because they did not stand during the pledge of allegiance.

    Now, I can understand the unwillingness of a person to pledge their allegiance. That is perfectly fine by me. The problem I have here is that they were not giving any respect to it whatsoever. Here is how it boils down in my view: You are in this country, benefitting from a “free” public education which was created for you by the efforts of the people. The least you can do is show some amount of respect for that country. I am not asking you to pledge your allegiance or anything, but show respect for something that is providing you with so many things.

    Aside from that, there is a school district rule that states that they must stand during the recitation. They don’t have to recite, but they do have to stand. They chose not to do this, and received punishment as a result. One of the things that they accept when they choose to go to school is that they must also follow the rules. This was one of them, and they chose to break it. This is one of those things that you just sort of have to accept as being a member of society.

    Now… as for the reason why I feel this way about this situation… when I was growing up, I grew up in an Air Force family. My father was not particularly gung-ho about bombing people, and that was something I respected. However, what affected me most was when we would go to see a movie at the base theatre. Before every movie, they would play the national anthem, and everyone would stand and place their hand over their heart… except for my mother. She would stand, but her hand would not go over her heart. I asked her about this, and her answer was that she was not an American citizen. Despite this, she respected what everyone else was doing and would still stand with everyone else as a show of respect for what was happening, regardless of the fact that she was not a citizen. What this taught me was respect. If I am in a different country and their citizens stop to do whatever happens to be the method for allegiance or whatever, you had damned well better believe I will stop and show my respect and appreciation for what they are doing, even though I am not showing my actual allegiance to that situation.

    Another situation that I have run into quite recently was when I walking out of the Magic Kingdom at Walt Disney World. Every afternoon at 5 or 6pm they play the national anthem and hold a retiring of the flag ceremony in the main street area. As I was walking, the national anthem started up and the flag was being retired. I stopped right there in the middle of the street at attention and held my hand over my heart in civilian style salute, getting more and more angry at those around me who ignored it and continued with the hustle and bustle of being at an amusement park. Afterward I calmed down, resolving with myself that they just did not understand what they were missing in this land of ours.


  • Frustration

    So for the past day or so I have been helping out someone on IRC get her computer put together. Yesterday afternoon she finds out that the fan on her PSU is not working at all (this is a new PSU, just pulled out of the sealed box.) The odd thing is that she doesn’t want to go back to the store and return it for a new one because for some reason she has it in her head that the store is no longer trustworthy… despite the PSU having come from the store in a sealed box, thus the store not having anything to do with the quality of the PSU inside the box.

    She just would not take the blatant hint that she should TAKE IT BACK.

    She has been building this machine (a relatively simple desktop build) for the past 36-48 hours now, and still doesn’t have it done. This is something that I would have had built and going in about half an hour, and that someone with no experience whatsoever should have done in about two to three hours tops.

    </frustration>

    In other news, the new aptitude is a bit annoying in how it handles upgrades of the debian system. Just thought I would mention that.


  • Exams and studying

    Exams are coming up shortly, and I have slowly been preparing for them. I just have issues with actually studying, as I never really learned how to study properly. Some people can sit down and study for hours on end and learn the material. My problem is that I get the general idea of things way too quickly, and the specifics have a tendency to bore the daylights out of me, which means that I don’t really want to learn them all that much. They are in the books, so why bother to actually learn them? If I need them, I go look them up in the books, dammit! The key is knowing that those details exist and where to get my hands on them when I need them.


  • Storage Networking World, Day Two

    Didn’t go to any of the lectures today, but did get to talk to an ungodly number of vendors. Aside from the typical booth bunnies and stuff like that, talking to the Mellanox folks indicated that apparently they are working on getting a card out that will incorporate both an infiniband connection and a 10gbe connection on the same card, which is huge for our group.

    Aside from that, spent the evening with Shannon and AJ and ate out at the Cheesecake Factory.


  • Fried an Indy

    Looks like last night I fried one of my SGI Indy’s, and it was the good one too!  🙁

    I have both an R4400 and an R4600 Indy, and the R4600 decided to fry itself last night. Not quite sure what is wrong with it, but when I turn it on, I smell ozone. I am hoping that the processor is not gone or something like that, so that I can just replace something like the power supply from the 4400 and be done with it. This machine had all kinds of interesting stuff installed on it too, like an nice hot video card (well, for its day anyway) and plenty of RAM.

    Ah well, this is what I get for playing with hardware that is 10+ years old I guess.