Yet these things are said to be scientific. We study them. And I think ordinary people with commonsense ideas are intimidated by this pseudoscience. A teacher who has some good idea of how to teach her children to read is forced by the school system to do it some other way — or is even fooled by the school system into thinking that her method is not necessarily a good one. Or a parent of bad boys, after disciplining them in one way or another, feels guilty for the rest of her life because she didn’t do “the right thing”, according to the experts.
So we really ought to look into theories that don’t work, and science that isn’t science.
The Ark in Edinburgh has live video streams of their gigs (with an archive). This is a really cool idea and it’s great to see a local venue doing it.
Thanks to Andy (whose band Proxy will be playing from 8pm tomorrow 21st Jan) for pointing this out.
while (days > 365)(source)
{
if (IsLeapYear(year))
{
if (days > 366)
{
days -= 366;
year += 1;
}
}
else
{
days -= 365;
year += 1;
}
}
This app sounds really neat. Maybe they’ll give up and transfer over to a platform I can use…