Connect
mays' mom's picture
Offline
2 Posts
2 Points
Newbie

Hi I'm new to lockflow need help lol

LSBJJ's picture
Offline
LF ARMY #073
3945 Posts
4373 Points
LSBJJ Jacket

# 2 1/4 - 2 1/3 cups flour
# 1 Tsp. salt
# 1 Tsp. baking soda
# 1 Cup shortening or 1 Cup (2 sticks) butter
# 1/2 - 3/4 Cup packed brown sugar (total sugar should equal 1.5 cups)
# 3/4 - 1 Cup white sugar (total sugar should equal 1.5 cups)
# 1 - 2 Tsp. pure vanilla
# 2 eggs
# 1 1/2 - 3 Cups chocolate chips

Preheat your oven to 350ºF.

In a medium bowl, combine flour, salt, and baking soda. Gently mix these together and then set this bowl aside.

In a large bowl, beat together shortening/butter, brown sugar, white sugar, and pure vanilla. When those are completely mixed together, add eggs and mix again until completely combined.

Slowly add the dry ingredients from the medium bowl to the wet ingredients in the large bowl, mixing until the dry ingredients are totally combined. At this point you should have a moderately thick cookie dough.

Add chocolate chips, and if you want you can also add chopped walnuts. Mix together.

Scoop up a golf ball size amount of dough with a spoon and drop in onto a cookie sheet. Leave at least an inch of space between the cookies because they'll spread out when they cook. You can usually fit 12 cookies on a cookie sheet at a time.

Put the cookies in the oven and bake for about 8-10 minutes. You'll want to check them after 8 minutes, but if they look doughy, you'll want to cook them for another couple of minutes. After 10 minutes, remove the pan from the oven and let the cookies sit on the pan for 3-5 minutes.

Using a spatula, lift cookies off onto wax paper or tin foil. Let cool for about 5 more minutes.

Eat and enjoy!

Zenphobia's picture
Offline
LF GENERAL #002
2783 Posts
2639 Points
Marshal's Jacket

mays' mom wrote:
Hi I'm new to lockflow need help lol

What kind of help do you need?

Help as in...
-your car is stuck in a flooded river and you are sitting on the roof.
-you hear voices.
-the bookcase is too heavy for you carry up the stairs by yourself.
-Reilly has you in a heel hook.
-Bruceleeroy is hitting on your daughter.
-CombatChaz wants you to get an avatar.
-Your arm popped in an arm bar and you're not sure the best way to take care of the injury.

We can probably help with most of those.

-Marshal

El Bow's picture
Offline
LF CAPT. #054
802 Posts
12682 Points
Senior Red Jacket

Zenphobia wrote:
mays' mom wrote:
Hi I'm new to lockflow need help lol

What kind of help do you need?

Help as in...
-your car is stuck in a flooded river and you are sitting on the roof.
-you hear voices.
-the bookcase is too heavy for you carry up the stairs by yourself.
-Reilly has you in a heel hook.
-Bruceleeroy is hitting on your daughter.
-CombatChaz wants you to get an avatar.
-Your arm popped in an arm bar and you're not sure the best way to take care of the injury.

We can probably help with most of those.

I'm not sure there's much we could do if Reilly had someone in a heel hook.

CombatChaz's picture
Offline
LF GENERAL #000
23420 Posts
57650 Points
CombatChaz Jacket

as you can se we have a nice group here...
what do you need help with?

tombak's picture
Offline
1192 Posts
1294 Points
Blue Jacket

Take a step back
wait

wait

wait

wait

.. see no one bites here.

Help us by helping you.

Thanks to Chaz, Captcha's ass been capped!

Ladogaboy's picture
Offline
990 Posts
1001 Points
Blue Jacket

"I'm stuck in a pin! Can any of you help me escape?" [voice starts to echo...]

The Arsenal's picture
Offline
39 Posts
37 Points
White Jacket

Moral of the story & the answer to your question lies somewhere in here... .? =0)

Debugging, Problem solving, and Einstellung

Over 50 years ago Luchins demonstrated the powerful effect of "mental set." He found that subjects given N problems that could all be solved in the same manner would often fail to notice an obvious solution to the N+1st problem. Instead, they would attempt to apply the same procedures that worked for the first N problems. This failure to see an obvious solution was called "Einstellung" which means psychic blindness.

Martin Levine in 1975 expanded on Luchins's work and proposed that hypotheses can be meaningfully grouped into domains of related hypotheses. Levine proposed that (a) subjects will test hypotheses from the domain that contained the solution to previous problems and (b) once subjects start testing hypotheses from a. domain, they will not switch domains until they have tested all the hypotheses in the domain. This implies that if subjects are testing hypotheses from an infinitely large domain that does not contain the solution, they will never find the solution. Indeed, Fingerman and Levine (1991) showed that subjects induced to test hypotheses from the domain of position sequences (e.g., left, left, right, left, left, right, etc.) will overlook a simple solution to a problem (i.e., alway choose the stimulus with the "A" on it) and fail to solve the problem even after hundreds of trials.

I believe that real-world problem solving is often very inefficient because people have a propensity to miss obvious solutions to problems and spend a great deal of time testing complex and hard-to-test hypotheses. One finding from my early work in this area (Lane, Bleichfeld, McDaniel, and Rabinowitz, 1976) is that people are more likely to switch from the domain of simple hypotheses to the domain of complex hypotheses than vice versa. This suggests that once a person starts testing hypotheses more complex than the solution, they will have a difficult time solving the problem.

More recently, I have become interested in applying notions of hypotheses testing theory to trouble shooting/debugging. Debugging is the most time consuming and costly portion of software development. It is also a very time-consuming portion of many users' interaction with their computers. A basic issue in hypothesis testing is the order in which one chooses to test hypotheses. A very costly error is to test hypotheses that are complicated and/or take a long time to test when the solution is very simple. There is ample anecdotal eveidence that this happens frequently. Therefore, the most efficient strategy is often to test the easiest-to-test hypotheses first. In a series of studies my students and I have shown that subjects are typically not attuned to the strategey of testing hypotheses based on how hard it is to test them. Although in the "real world" there is often a trade off between the likelihood that a hypothesis is correct and the ease with which it is tested, we studied simpler situations where the probability of being correct was held constant.

Brad Ashby, in his master's thesis, presented subjects with a list of algebraic expressions and asked them to find the one expression that was incorrect. A typical expression might be: 2a+3b=24. To test whether an expression is correct, subjects would click on the expression so as to be presented with a screen containing the values of "a" and "b". The algebraic expressions varied in length (number of terms). Expressions checked by subjects were clearly marked so that subjects would not need to remember which expressions they had already checked. Since all expressions had an equal probablity of being the one that was incorrect, the most efficient strategy is to check the shorter expressions first. Few subjects used this strategy at first, although a majority of subjects learned it over a series of trials. Interestingly, when the task was modified slightly so that two of the expressions were in error, subjects failed to learn to use the "test the easiest to test items first" strategy.

This research demonstrates that even in a very simple laboratory situation, subjects are not adept at choosing the order to test hypotheses. It seems likely that people would fair even more poorly in the more complex hypothesis testing situations that arise in the real world.

More recently Tim Dammon and I (Dammon, C. T., & Lane, D. M.(1993) Transfer of training on a fault diagnosis taks. Proceedings of the Human Factors Society's 37th annual meeting, 1272-1276.) investigated the learning and transfer of the strategy of testing easiest-to-test hypotheses first. In the first experiment it was found that training on the "one bug" problems in the task used by Brad Ashby transferred readily to "two-bug" problems. The second experiment investigated whether training on this task would transfer to an entirely different hypothesis-testing situation. Subjects were first trained on the "one-bug" problem and then given a checkbook balancing task where the error could be something easy to test (such as an incorrect entry) or something harder to test (such as computing interest incorrectly. Despite the difference in the surface features, subjects were able to transfer the underlying strategy of testing easiest-to-test hypotheses first.

This result suggests that a very general problem solving strategy can be learned and then applied spontaneously in a variety of situations. This contrasts with other research on transfer has found that it is difficult for subjects to transfer learning to situations that do not share surface features with the situation in which the original learning took place.

A pilot study conducted by Tim Dammon suggests that experiencing Einstellung has a longer-lasting effect then simply learning about it. Two problems that have easily-missed simple solutions were used in this study. Half of the subjects were given one of these problems while the other half were told about the danger of overlooking simple solutions. Half of each of these two groups was tested the same day on the other problem; the other subjects were tested a week later. Subjects tested the same day readily found the simple solution. The key finding was that subjects tested a week later were much more likely to find the simple solution if they had been given the first problem than if they had simple been told about the danger of missing simple solutions.

eagles51493's picture
Offline
LF CAPT. #065
6645 Posts
7465 Points
Senior Red Jacket

The Arsenal wrote:
Moral of the story & the answer to your question lies somewhere in here... .? =0)

Debugging, Problem solving, and Einstellung

Over 50 years ago Luchins demonstrated the powerful effect of "mental set." He found that subjects given N problems that could all be solved in the same manner would often fail to notice an obvious solution to the N+1st problem. Instead, they would attempt to apply the same procedures that worked for the first N problems. This failure to see an obvious solution was called "Einstellung" which means psychic blindness.

Martin Levine in 1975 expanded on Luchins's work and proposed that hypotheses can be meaningfully grouped into domains of related hypotheses. Levine proposed that (a) subjects will test hypotheses from the domain that contained the solution to previous problems and (b) once subjects start testing hypotheses from a. domain, they will not switch domains until they have tested all the hypotheses in the domain. This implies that if subjects are testing hypotheses from an infinitely large domain that does not contain the solution, they will never find the solution. Indeed, Fingerman and Levine (1991) showed that subjects induced to test hypotheses from the domain of position sequences (e.g., left, left, right, left, left, right, etc.) will overlook a simple solution to a problem (i.e., alway choose the stimulus with the "A" on it) and fail to solve the problem even after hundreds of trials.

I believe that real-world problem solving is often very inefficient because people have a propensity to miss obvious solutions to problems and spend a great deal of time testing complex and hard-to-test hypotheses. One finding from my early work in this area (Lane, Bleichfeld, McDaniel, and Rabinowitz, 1976) is that people are more likely to switch from the domain of simple hypotheses to the domain of complex hypotheses than vice versa. This suggests that once a person starts testing hypotheses more complex than the solution, they will have a difficult time solving the problem.

More recently, I have become interested in applying notions of hypotheses testing theory to trouble shooting/debugging. Debugging is the most time consuming and costly portion of software development. It is also a very time-consuming portion of many users' interaction with their computers. A basic issue in hypothesis testing is the order in which one chooses to test hypotheses. A very costly error is to test hypotheses that are complicated and/or take a long time to test when the solution is very simple. There is ample anecdotal eveidence that this happens frequently. Therefore, the most efficient strategy is often to test the easiest-to-test hypotheses first. In a series of studies my students and I have shown that subjects are typically not attuned to the strategey of testing hypotheses based on how hard it is to test them. Although in the "real world" there is often a trade off between the likelihood that a hypothesis is correct and the ease with which it is tested, we studied simpler situations where the probability of being correct was held constant.

Brad Ashby, in his master's thesis, presented subjects with a list of algebraic expressions and asked them to find the one expression that was incorrect. A typical expression might be: 2a+3b=24. To test whether an expression is correct, subjects would click on the expression so as to be presented with a screen containing the values of "a" and "b". The algebraic expressions varied in length (number of terms). Expressions checked by subjects were clearly marked so that subjects would not need to remember which expressions they had already checked. Since all expressions had an equal probablity of being the one that was incorrect, the most efficient strategy is to check the shorter expressions first. Few subjects used this strategy at first, although a majority of subjects learned it over a series of trials. Interestingly, when the task was modified slightly so that two of the expressions were in error, subjects failed to learn to use the "test the easiest to test items first" strategy.

This research demonstrates that even in a very simple laboratory situation, subjects are not adept at choosing the order to test hypotheses. It seems likely that people would fair even more poorly in the more complex hypothesis testing situations that arise in the real world.

More recently Tim Dammon and I (Dammon, C. T., & Lane, D. M.(1993) Transfer of training on a fault diagnosis taks. Proceedings of the Human Factors Society's 37th annual meeting, 1272-1276.) investigated the learning and transfer of the strategy of testing easiest-to-test hypotheses first. In the first experiment it was found that training on the "one bug" problems in the task used by Brad Ashby transferred readily to "two-bug" problems. The second experiment investigated whether training on this task would transfer to an entirely different hypothesis-testing situation. Subjects were first trained on the "one-bug" problem and then given a checkbook balancing task where the error could be something easy to test (such as an incorrect entry) or something harder to test (such as computing interest incorrectly. Despite the difference in the surface features, subjects were able to transfer the underlying strategy of testing easiest-to-test hypotheses first.

This result suggests that a very general problem solving strategy can be learned and then applied spontaneously in a variety of situations. This contrasts with other research on transfer has found that it is difficult for subjects to transfer learning to situations that do not share surface features with the situation in which the original learning took place.

A pilot study conducted by Tim Dammon suggests that experiencing Einstellung has a longer-lasting effect then simply learning about it. Two problems that have easily-missed simple solutions were used in this study. Half of the subjects were given one of these problems while the other half were told about the danger of overlooking simple solutions. Half of each of these two groups was tested the same day on the other problem; the other subjects were tested a week later. Subjects tested the same day readily found the simple solution. The key finding was that subjects tested a week later were much more likely to find the simple solution if they had been given the first problem than if they had simple been told about the danger of missing simple solutions.

:shock:

-Jimmy

CombatChaz's picture
Offline
LF GENERAL #000
23420 Posts
57650 Points
CombatChaz Jacket

my head hurts.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Post new comment

The content of this field is kept private and will not be shown publicly.
Smileys
:):D:bigsmile:;):p:O:|:(:~:((8):steve:J):glasses::party::love:
  • You may embed videos from the following providers bliptv, youtube. Just add the video URL to your textarea in the place where you would like the video to appear, i.e. http://www.youtube.com/watch?v=pw0jmvdh.
  • Allowed HTML tags: <p> <br> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <embed> <object> <param>
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • You can use BBCode tags in the text.
  • Textual smileys will be replaced with graphical ones.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.