|
Baked? Mashed? Scalloped? Twice-baked? Something else?
I find nothing more delicious than perfectly flavored mashed potatoes. All other things being equal, I generally prefer them mashed. And with certain meals (fried chicken or steak) I find mashed potatoes...
Started by Jeff B on
, 18 posts
by 12 people.
Answer Snippets (Read the full thread at wineloverspage):
And that's certainly the way I learned....
Mashed or roasted in duck fat.
But I don't make them at home so that's strictly a dining out thing.
Roast beef and mashed.
Steak and baked.
But seriously, depends on what they're being served with.
|
|
If these were your only 2 choices, would you rather have a crappy job that made you generally unhappy/borderline miserable making really great money, or a really great job making crappy money (barely enough to live on with no real hope of improvement ...
Started by gjb3 on
, 12 posts
by 9 people.
Answer Snippets (Read the full thread at ebassist):
Between those two id hours a day of blah work
sent... .
No surprise ez123 is being a douche and kindness is being a pain in the ass.
Obviously I'm simplifying things.
It wouldn't matter much what I did at that point, I'm still an idiot .
|
|
All things equal, would you or would you not want to be a teammate of kobe?
??
Started by therammingman on
, 15 posts
by 8 people.
Answer Snippets (Read the full thread at insidehoops):
Re: all things equalRe: all things equal, would you or would you not want to be a teammate of kobe?
definitely, even when kobe is the real....
And championships, cannot say the same thing about another certain superstar though.
|
Ask your Facebook Friends
|
I'd like to 'come back' as a fox. I lived in the deep bush and the foxes were things of beauty to me. Iloved their bark, more like a 'yip' So what animal do you identify with/
Started by Rie on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at secularcafe):
A bonobo black panther
mrow.
|
|
I had to get some yard tool stuff done. my garden supply place also sells trailers. they had a 14' carson rebel on the lot. it was nestled amongst the larger stuff. i had to take a look. i was surprised to see that it was a toy hauler. cool as hell. kitchen...
Started by aficianado on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at tacomaworld):
No idea on how to answer your question but toy haulers with a little room inside are cool! I think they are a ... .
Id like to know for future reference.
It prolly is due to the extra structural supports but I know jack about trailers .
Damn im curious too.
|
|
Is it true when all other things being equal, a 30 year conforming fixed rate refi loan is more costly when there is NO tax impound accounts?
Answer Snippets (Read the full thread at trulia):
Alan: Yes! A 30 year conforming fixed....
For every $100,000 you borrow, that equates to $250, if you pay it up front as a closing cost, as opposed to letting it be absorbed by the interest rate to pay this fee .
This fee is normally 0.25% of the loan amount.
|
|
Is it true when all other things being equal, a 30 year conforming fixed rate refi loan is more costly when there is NO mortgage insurance (PMI)?
Answer Snippets (Read the full thread at trulia):
Usually PMI is charged when.
That will depend on the interest rate being charged on each loan.
|
|
What is the difference between identity and equality in OOP?
Started by sevugarajan on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
For example
Integer a = new Integer(1); Integer b = ... .
Basically,
identity -> a variable holds the SAME instance as another .
If two things are identical, they have the same identity; they are same thing" level they are equal.
|
|
What issues / pitfalls do I need to consider when overriding equals and hashCode in a java class?
Started by Matt Sheppard on
, 18 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
This statement is the result of equals() being gotcha I have found is where two objects contain references to each other (one example being a parent/child relationship....
A clarification about the "obj.getClass() != getClass()".
|
|
In C#, what specifically can go wrong if one fails to override GetHashCode() when overriding Equals()?
Duplicate of: Why is it important to override GetHashCode when Equals method is overriden in C#?
Started by jon37 on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
As it is documented that GetHashCode must return the same value if two instances are equal pass to group objects which may be equal (as it knows that ....
The reason being.
Behavior when used as the Key for a Dictionary or HashTable .
|