Wow. So the flash memory is causing Spirit to constantly reboot. When it uses RAM instead of flash memory, it works. I'm repeatedly amazed at the ways NASA technicians can analyze remote equipment and restore its function from a distance.

I found the original article at NASA: News Highlights.
That's a record, albeit a negative one: Luminous Landscape publishes a review of the Contax N Digital, which was discontinued in June of last year.
The test results are quite mixed, as they are with almost all other reviews of this camera. The main drawbacks are the AF system, power consumption, and image quality when using RAW format (noise and moiré) - however, image quality in TIFF or JPG is surprisingly said to be better.
Here's the original article.
At Irene's there are matching links to the garbage from Metzger (who truly lives up to his name and wants to slaughter the welfare state), to a response in the Zirbel (with ideas for higher education reform and a critique of Metzger's drivel), to an appropriate link about the economy in National Socialism and a link to a brochure from the Federal Agency for Civic Education about the role of women in recent German history. For the sake of your blood pressure, I recommend reading the Zirbel response first, as the more heated Metzger statements are already torn apart there. The concentrated dose of Metzger's drivel could otherwise lead to more severe physical reactions ... An example: "After all, we all sense that our demographic development – the strike against childbearing that has been ongoing for more than 30 years and has now become self-reinforcing, affecting an entire generation of women (and the men involved) – is destroying the collective economic foundation of our society. The individual economic thinking of DINKs (double income, no kids) undermines, as a mass phenomenon, our social security systems, because ever fewer young active workers must finance ever more and ever older people in retirement with their economic output." - yes yes, the evil, childbearing-striking women are to blame. Somehow one almost expects nothing more now but the condemnation of contraception and babble about holes in condoms, and then you could propose Metzger as Pope ... At Irene // Antville there's the original article.
Path Module
If you like to use Python frequently for shell scripts, this module will interest you. A module for very simple processing of directory names and filenames, which is much more elegant than os.path. Additionally, it combines the functions of the glob module and the shutil module.
What normally looks like this with os.path:
# with os.path DIR = '/usr/home/guido/bin' for f in os.listdir(DIR):
if f.endswith('.py'): path = os.path.join(DIR, f) os.chmod(path, 0755) # Assume it's a file
Looks like this with the path module:
# with path dir = path('/usr/home/guido/bin') for f in dir.files('*.py'): f.chmod(0755)
Here you can find the original article.
A farce of courts and corporate interests that weigh more heavily than the truth: Covenance manages to get two injunctions through court. On one hand, an injunction against video surveillance (an injunction that would at least be acceptable under the argument of employee privacy rights - animal welfare aside, employees have rights too) and one that simply establishes that the video footage shown in Frontal21 (broadcast from 9.12.2003 and from 16.12.2003) was illegally recorded and therefore may not be shown again. The latter is the point where my acceptance of the court ends: since when is press freedom suddenly worth nothing? When private individuals suffer from paparazzi harassment, the public interest is placed higher. But when a company operates one of the largest animal testing laboratories and demonstrably - the video footage exists and proves it - mistreats animals, is the company's interest greater than the public interest?
Absurd. Simply absurd. And one feels ashamed as a resident of Münster that both Covenant and the court ruling in Münster are...
At Telepolis News you can find the original article.