Thread: Temporarily a bachelor. What's for dinner?

  1. #1
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396

    Temporarily a bachelor. What's for dinner?

    My wife and son are visiting family on the other side of the world. I'm bach'in it for the next two weeks. So far, it's been great. Went out and bought a dinky pressure washer and took care of the deck. I forgot what it was like to do man stuff instead of husband stuff. I do miss the family terribly though.

    On the menu tonight is a one pound T-bone steak. Preparation? Heavy dose of unprocessed sea salt, dried garlic and onion, and cracked black pepper. Take the spiced steak and seal it in a vacuum bag to squeeze the spices into the steak. Into the fridge for a while. But take the steak out an hour before cooking to let it come up to room temperature. This helps it cook more evenly so I can get a good, red, medium-rare throughout the steak.

    So I'm going to throw that on the grill and heat up my three pound cast-iron grill press. Smash the steak under that to get some great sear marks. Flip it over, do the other side. Only 2 minutes or so per side. After that, you move it off the direct heat, cover the grill, and let it cook through slowly. Takes about 15 minutes if you do it right. Along with that, grilled corn on the cob (you gotta put that on ahead of time since it takes longer) and a couple of small baked russet potatoes.

    For "dessert" later, I have two pounds of steamer clams. I'm going to sautee some garlic and shallots until just barely brown. Then you add about half a bottle of Riesling and bring to a simmer. Dump in the clams, cover, steam for about 5 minutes. Garnish with some finely chopped parsley. This will be eaten along with a grilled French baguette.

    Then I'm going to watch some of the dumbest freaking stoner movies in the universe. Probably stay up until 2:00 AM. Hack a little bit on my MUD code. Hit the sack, wake up, take the dog and hike up a 3,000 foot mountain.

    Ahh. It's going to be nice. I miss the family though.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    This is what happens in the NW when last year's harvest of "liberty caps" starts running out.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  3. #3
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by MK27 View Post
    This is what happens in the NW when last year's harvest of "liberty caps" starts running out.
    Speaking of...

    Actually, the wife forbade me to eat any mushrooms while she's gone. D'oh.

    I prefer to pick the culinary kind anyway. More success, less paranoia.

    Corn just went on the grill.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  4. #4
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Clams, for dessert?

    I have a salad recipe that would go really great with that meal:


    Sebastian's Mexitalian Salad (1 serving)
    Red romaine lettuce : 1/2 head : rinsed well and cut into bite-sized pieces
    Red onion : 1/4 cup : very finely chopped
    Roma tomato : 1/4 cup : finely chopped
    Avocado : 1/2 cup or more : cut into small cubes
    Fresh jalepeno : 1/4 - 2 teaspoon (to taste) : finely chopped (with seeds)
    Fresh garlic: 1/8 - 1/4 teaspoon (to taste) : very finely chopped
    Parmesan cheese : 1/4 - 1/2 cup : freshly grated from block into fine threads
    Olive oil : 1/4 cup : (don't worry - it's good for you!)
    White vinegar : 1/4 - 1/2 teaspoon (to taste)
    White sugar : 1/8 - 1/4 teaspoon (to taste)
    Dark brown sugar : 1/8 - 1/4 teaspoon (to taste)
    Salt : to taste
    Pepper: to taste

    1) Rinse and cut vegetables. Wear gloves when handling jalepeno!
    2) Combine olive oil, vinegar, sugars, salt, pepper, jalepeno, and garlic into bowl and mix vigorously, tasting and adjusting flavors as necessary.
    3) Add tomato, onion, and parmesan, and mix well. If possible, let mixture stand for 5 minutes or so.
    4) Add lettuce and avocado and toss gently, making sure to coat all of the vegetables completely.
    5) Enjoy as is, or top with chicken, bacon, oranges, nuts, or whatever else suits your fancy!
    I actually get requests for that from visitors.

    Anyway, have fun on your "vacation", and...um...try to stay out of trouble.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  5. #5
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by brewbuck View Post
    Actually, the wife forbade me to eat any mushrooms while she's gone. D'oh.
    Looks like it's time for them again.

    When I lived there I had this friend who was about the age I am now and he had custody of his kids half the week, but he would take mushrooms with us during the other half occasionally, esp in the summer.

    I use to try and keep doing more and more in the hopes that I'd have "true hallucinations"; while it never really quite worked out that way, they definitely can warp your perceptions in pretty severe ways. Probably the times they were the "nicest" were times when I would actually repeat the "big dose" as opposed to the first time, it can be such a disconcerting thing.

    I didn't like to eat them with food tho. Sometimes I'd get a little nauseous at first and that didn't last as long on an empty stomach. But wow, I can remember making a lot of stupid food afterward using blenders and any kind of brightly coloured food in the fridge
    Last edited by MK27; 07-11-2009 at 09:20 PM.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  6. #6
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by MK27 View Post
    I use to try and keep doing more and more in the hopes that I'd have "true hallucinations"; while it never really quite worked out that way, they definitely can warp your perceptions in pretty severe ways. Probably the times they were the "nicest" were times when I would actually repeat the "big dose" as opposed to the first time, it can be such a disconcerting thing.
    Never took that much for me to see things. Honestly if there was something out there that didn't mess with my thought process and just made me see cool stuff I'd go with that. I used to think tripping was profound. I've come to the conclusion that what it's really doing is hammering the "profound button" in the brain and that's all there is to it. At one point I thought I'd solved the mystery of the universe -- the universe, actually, is just a lawnmower which has been turned inside out. Okayyyy....

    What I'd like to do is go up the mountain and hang out all day and listen to birds and waterfalls and hike the steep trails. My wife said that's way too dangerous to be doing by myself while under the influence, and she's definitely right. Oh well.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  7. #7
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    >> Looks like it's time for them again.

    I don't know. I'd rather listen to something like "Days of Future Past" than psycho-grunge. Maybe that's just my age showing, though.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  8. #8
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by Sebastiani View Post
    I have a salad recipe that would go really great with that meal:
    Okay, that looks awesome. I'm in no state to drive, or I'd hit the store and get the ingredients pronto. I'm going to make that tomorrow.

    Trouble, what?
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  9. #9
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    And I forgot to mention the beverage of choice -- 24 ounces of sweet, sweet Hop Stoopid.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  10. #10
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by brewbuck View Post
    I've come to the conclusion that what it's really doing is hammering the "profound button" in the brain and that's all there is to it.
    What I'd like to do is go up the mountain and hang out all day and listen to birds and waterfalls and hike the steep trails.
    It's raining here right now. I can almost see these fist sized gray rock beaches in a straight horizon with this solid gray fisheyed sky that would articulate with the rhythm of my breath. The clouds racing and the swooshing scrape of the tide over the pebble rocks making caves in my mind and the infinity of interlaced ripples of the rain all over the calm waves. Waves. It'd hit you in waves, like you thought that was it and then

    Quote Originally Posted by Sebastiani View Post
    I don't know. I'd rather listen to something like "Days of Future Past" than psycho-grunge. Maybe that's just my age showing, though.
    That's cause you haven't heard this one yet! xP
    Last edited by MK27; 07-11-2009 at 09:42 PM.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  11. #11
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    >> That's cause you haven't heard this one yet! xP

    Yeah, but if you've just consumed a large quantity of psilocybin you'd probably want something a little more - I don't know - compelling? I mean, if you want to hear something dark and grungy, why not just go all out and listen to some punk rock? At least it'd get you're heart pounding, anyway.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  12. #12
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by MK27 View Post
    That's cause you haven't heard this one yet! xP
    Nice. I don't want to draw a parallel with NiN, since it's not the same thing at all, but I thought of NiN when I heard that. Warped me back to the days of hard core x86 assembly programming into the early morning hours, stuffing a towel into the crack under the door and smokin' cigarettes while my mom slept. NiN was the total inspiration for that phase. I still seen the lines of code in my brain when I hear some of those tracks.

    I'll have to look into that stuff a bit more. I kinda lost touch with that kind of growling, loud music but when I'm in certain moods it could be good.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  13. #13
    In my head happyclown's Avatar
    Join Date
    Dec 2008
    Location
    In my head
    Posts
    391
    Here's my own quick and dirty fried chicken recipe:

    1. Heat up a small pot of oil
    1. Get chicken pieces (no, you can't code these into existence. nerds.)
    2. Roll pieces in cornflour to until fully coated
    3. Sprinkle liberally with garlic salt
    4. Fry in oil until crispy and golden brown

    That's it. Looks and tasts even better than KFC. Just knock up a nice salad, and serve with rice and a nice beer. Yummy!

    Bon appetite!

    EDIT: make sure the oil is hot(but not burning) before immersing the chicken. The oil has to be hot enough to fry the cornflour as soon as the chicken is immersed. If the oil is not hot enough, the oil will wash the cornflour off the chicken, and you end up with fried cornflour at the bottom of the pot, instead of on the chicken, hence the chicken will not be crispy.
    Last edited by happyclown; 07-13-2009 at 07:22 PM.
    OS: Linux Mint 13(Maya) LTS 64 bit.

  14. #14
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Can't believe you're eating well . Usually, the healthiest thing I manage to eat when my family & girlfriend are away is bananas with cream

  15. #15
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by Sebastiani View Post
    Yeah, but if you've just consumed a large quantity of psilocybin you'd probably want something a little more - I don't know - compelling? I mean, if you want to hear something dark and grungy, why not just go all out and listen to some punk rock?
    not sure what ain't compelling about KYUSS. I don't find it dark, more like "overexposed" brightness, eg. when you take a photo with the aperture too wide, so the shadows holds much sharp contrast. But lately I've been getting into "Death Metal" so maybe my perspective has become permanently warped...

    Never taken in much by music involving Mr. Rollins tho he wrote an incredible book called Hallucinations of Grandeur which was his diary from the first Black Flag tour when they were like twelve years old; even if none of it is true it's still weird/interesting/a great read. Musically, I think Ian MacKaye was way way more of a talent, but I still resent the (pseudo)"straightedge" pretensions of both of them
    Last edited by MK27; 07-20-2009 at 09:06 AM.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. middle eastern man saved ppl of the US - temporarily.
    By dP munky in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 04-02-2003, 10:35 PM
  2. Temporarily OFFLINE
    By civix in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-15-2002, 02:49 PM
  3. Back Temporarily (Maybe)
    By civix in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 10-05-2002, 04:56 PM
  4. temporarily NoFlow
    By EvenFlow in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 10-25-2001, 03:33 PM
  5. Personal messages disabled temporarily
    By webmaster in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-11-2001, 06:25 PM