Huzzah Mr. Bailey, Huzzah!
Tags:
"With the lights out, I'm scared."This was a big turnabout. He had been on about this for weeks. When it comes down to it, school kids (and probably all of us) can talk about all this stuff in the abstract but until they experience it, it is essentially meaningless. It just goes to show how far we have to go.
"It's OK I'm with you."
"This is all Kevin Rudd's fault." (FYI: the new Australian Prime Minister -- and a reasonable inference since he was credited with putting Australia back on the environmental path.)
"No, everyone thought this was a good idea."
"Who thought this would be a good idea?"
"Me, your father, everyone you know."
"I only thought this was a good idea because they said so at School. Can we have the torch?"
"I've had enough. I'll give you $10 if you let me take it out."Suffice it to say, he was not sufficiently motivated by money to want the threat induced incentive. But I will have to remember my daughter's clever use of incentives the next time I try to bribe her; it is a cost effective plan.
7 year-old: "No! It will hurt more."
9 year old: "Why not? Add to that $2 from the tooth fairy and that's $12. Take one from me."
"This isn't about you. Well, it is that or we are going to the dentist."
7 year-old: "No."
9 year-old: "I know. Why don't you take $10 from his money box if he doesn't let you take his tooth out."
"How will that help?"
9-year old: "That means that with the $10 you will give him if he lets you, he makes $22 in total from letting you take his tooth out and that costs you only $10."
"Hmm. Obi-Wan has taught you well. I like that thinking."
7 year-old: "No!!!!!"
Consistent with the reputation model, we find that daughters who had teen births or children who drop out of high school receive fewer parental transfers after reaching adulthood when the parent has a larger number of younger children in the family. Moreover, focusing on the offspring within the same family, we find that older siblings are less likely than younger ones to drop out of high school or to have births as teens. These findings are consistent with the reputation model’s implications that parents may have an incentive to engage in strategic responses to the risk-taking behaviour of their children according to birth order and that older children understand these incentives and are more likely to respond by refraining from committing risky behaviours compared to their younger siblings.Of course, it may just be that larger families have less money to give to children anyhow and as income grows, the younger ones just get more. But it turns out that families with lots of money seem to behave in the same way as ones with low wealth.
7-year old: "When I become a Dad, I want to be one who exercises every day and is fit like Mum is."
9-year old: "Actually, Dad is not too big given that he doesn't do any exercise." [Hmm, heroically thin, I like that argument.]
7-year old: "But so and so's Dad is really quite strong." [You know, I am standing right here!]
9-year old: "Yeah but our Dad's a better parent, no matter how large." [Guess who's getting an extra cookie!]
The AJAX Search and Feeds team is happy to announce a new member to their API family -- the Language API. This new API boasts two functions, language translation and language detection - which cover 13 languages and 29 translation pairs.
google.language.translate('Gato', 'es', 'en', function(result) {
alert(result.translation);
});
We are excited to launch the Google Visualization API, a new API designed for visualizing structured data. The API adds the ability to send queries to data sources and process the response. The first data source that already supports this API is Google Spreadsheets. We are also launching a set of visualization gadgets that use this API.
With this API, you can read data from a data source that supports the API. You can read an entire table, or you can run a query on the data source using the API's query language. The query response is an easy to process data table designed to simplify data visualization. It includes both the underlying values and the formatted values, column types, headers and more.
We the undersigned wish to protest the high prices in the tuck shop. Recently we have noticed that things in the tuck shop have been getting smaller for the same price, getting smaller and for more money, and/or just going up to unreasonable prices. For example: the frozen juice cups [as we call them] are now almost half the size they use to be, and they still cost 80c. There are many similar stories just like that."That's great. Now, why are the prices unreasonable?"
We say this because some people don’t have time to pack lunches, and they suddenly come to school with too little money. For everybody they would be spending unreasonable amounts of money.
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
if (needToLoadGoogleAjaxApisLoaderModule) {
// Load Google AJAX APIs loader module (google.load)
var script = document.createElement('script');
script.src = 'http://www.google.com/jsapi?callback=googleLoadCallback';
script.type = 'text/javascript';
document.getElementsByTagName('head')[0].appendChild(script);
}
function googleLoadCallback() {
// Initialize AJAX Feed API
google.load('feeds', '1', {callback: startUsingAjaxFeedAPI});
}
function startUsingAjaxFeedAPI() {
// Start using AJAX Feed API
var feed = new google.feeds.Feed(someFeedUrl);
...
}