Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Alamo Drafthouses are the model of the future (Score 1) 865

I envy you then. Our Alamo's food is less than stellar. (West Oaks, Houston.) The special features are very good but the normal menu is straight out of cans and the freezer. Just a touch more effort on their part would go a long way. I'm not expecting miracles but I'd rather not have to stick to the two things on the menu I've found to be... hard to do wrong.

With that mini-rant out of the way I totally agree with you that, in general, they are the way to go for a good evening at the movies. (Other of their locations I've been very happy with the food so I suspect it's a kitchen issue.)

    0.02USD

Comment How to answer (Score 1) 997

Joel also runs Fog Creek Software. Tell your boss you want this sort of environment http://www.fogcreek.com/about.html since Joel recommends it.

10-11 hour days can be done. I aim for 65 hours a week. They can't be done without extenuating circumstances though when you can just walk on over to the next shop and get the same pay for a standard 8 hour day. Update your resume. It might work out but I'd bet against.

    -CZ

Comment Re:Meanwhile... (Score 1) 346

I also am forced in to clearcase. Here's the workflow I use:

        ct mkview ...
        cd /view/VIEW/vob/blah/dir
        git init
        git add .
        git commit -m 'Init'
        cd /somewhere/else
        git clone /view/VIEW/vob/blah/dir
        # do real work rather than fight clearcase

Git plays quite nicely with other systems.

        -CZ

PS - Easy enough to write a small script to sync difference back to clearcase or update your clearcase master and merge into your workspace.

Slashdot Top Deals

Old programmers never die, they just hit account block limit.

Working...