- 20,782
- 28,297
Growing it wild is less work to do than mowing the lawn.WWGD said:Sure, if you have a personal gardener or a few free hours a day to maintain it. I'm all for urban living, at most hydroponic.
Growing it wild is less work to do than mowing the lawn.WWGD said:Sure, if you have a personal gardener or a few free hours a day to maintain it. I'm all for urban living, at most hydroponic.
Still more work than living in a building and not doing it. But still likely a few hours per week. Edit: Don't get me wrong, some like it and find it relaxing. I do too for housecleaning. But doing both is more than I'd choose.fresh_42 said:Growing it wild is less work to do than mowing the lawn.
For a garden to grow that way, the trick is actually the less maintenance...WWGD said:Sure, if you have a personal gardener or a few free hours a day to maintain it.
Is Ecology/Biology an exception to Sparsity of Effects, i.e., where there are significant interactions of 3+ factors?BillTre said:For the gardens I have used for growing veggies it is easy to set-up an automated watering system. Once set-up no real labor.
To counteract insect pests, I set an aquarium on end near the garden. Insectivorous wasps would build nests in the sheltered out of the rain space and patrol my plants for prey. No labor and they were not interested in stinging me.
i don't know what this means. Please explain.WWGD said:Is Ecology/Biology an exception to Sparsity of Effects, i.e., where there are significant interactions of 3+ factors?
Hi, sure. In analyzing experiments, it's assumed that interactions between different factors are statistically insignificant between three-or-more factors.BillTre said:i don't know what this means. Please explain.
Should have stood up and shouted " Irony, Irony".Mayhem said:I was at a presentation today where a professional in my field presented her transition from student to profession - under soft skills she emphasized "attention to detail", which was spelled "atention to detail" in her power point...
I assume she had been distracted by some kind of a tension.Borg said:He should have just brought it to her 'atention'.
Then she should be put in de-tension.fresh_42 said:I assume she had been distracted by some kind of a tension.
I would then say yes, Ecology/Biology is an exception because there are may things biological that require three or more things to happen.WWGD said:Hi, sure. In analyzing experiments, it's assumed that interactions between different factors are statistically insignificant between three-or-more factors.
From the
Individual factors may be significant, i.e., produce a noticeable effect on the ( value of the) dependent variable. Then we consider the interaction effect between pairs, triplets, quadruplets ( 4-ples) of factors on the dependent variable.
We may do a regression ,
Y=a1*x1+a2*x2+...+an*xn+ [ b1*x1x2 + b2*x1x3+...+]+ [c1*x1x2x3+...]+..+[k1*x1x2...xn]
where Y is the dependent variable , x1,x2,.., xn are the independent variables, and ai*xi denotes the effect of the variable xi, etc.and the term bj*xixj denotes/describe the effect of the interaction between the variables xi, xj in our regression, and cj*xixkxm is the term for the interaction of the independent variables xi,xk, xm. Interactions between triplets- or- higher of effects are assumed not to have much effect on the dependent variable.
https://en.m.wikipedia.org/wiki/Sparsity-of-effects_principle
... because its not bad?WWGD said:Regarding today, I wonder why no one's come up with the saying " as bad as eating fried eggs without toast".
Are you on a low carb diet?BillTre said:... because its not bad?
I don't know.WWGD said:Are you on a low carb diet?
May be a matter of habit, taste. I need to dip something on the yolk of a fried egg.BillTre said:I don't know.
Its good for clean-up.WWGD said:May be a matter of habit, taste. I need to dip something on the yolk of a fried egg.
WWGD said:Enjoy your February 29th tomorrow. There won't be another one for a while.
I tried to write Python code to decide if a year was a leap year, but the conditions seemed
too confusing.
I assume there aren't more than around 1,000 jobs in the US working directly as an astronomer?collinsmark said:One of the first projects you might do in an undergraduate introductory, practical astronomy class -- one targeted to actual, potential astronomers rather than the general public -- is to write programs to build calendars.
You might start with one that takes the given (Gregorian calendar) date and time as the input (and also your GMT offset), and produces the Julian Day as the output. Then another program to convert in the other direction.
Eventually you might work up to calculating the dates and times of of sunrises, sunsets, lunar eclipses. etc.
Maybe Ray Knight can output the Julian Day ; ).collinsmark said:One of the first projects you might do in an undergraduate introductory, practical astronomy class -- one targeted to actual, potential astronomers rather than the general public -- is to write programs to build calendars.
You might start with one that takes the given (Gregorian calendar) date and time as the input (and also your GMT offset), and produces the Julian Day as the output. Then another program to convert in the other direction.
Eventually you might work up to calculating the dates and times of of sunrises, sunsets, lunar eclipses. etc.