Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Bad example (Score 3, Informative) 373

The sun isn't an inertial frame of reference either. Both the sun and the earth orbit something called the barycenter, which is the center of mass of the sun-earth system. This just happens to be so near the center of the sun (because the sun is so massive) that for most intents and purposes, the earth can be said to orbit the sun.

This discussion, however, is not one of those intents and purposes.

Comment Re:scanner + evernote (Score 1) 371

If we're going that far, we might as well assume that he won't speak English (and it will in fact be a dead, lost language) when the archives need reading. ASCII is really just a substitution cipher on the alphabet plus some punctuation. It can be trivially cryptanalyzed. (Even if we, the entire planet, magically forget the order the alphabet goes in.)

Comment Re:You forget part #4 (Score 1) 385

Federal government is federal. LEOs are, in most cases, paid for by local and state governments. There are a few exceptions (DHS, FBI), but one could make the argument they

1) don't contribute much to day-to-day safety anyway
2) shouldn't really constitutionally exist to begin with (DEA, I'm looking at you)

Comment Re:plain-text OS? (Score 1) 433

Rijndael and RSA are both deterministic. However, your implementation may be adding a random salt/initialization vector to the plaintext pre-encryption. I'm not sure why it would be doing this without being asked, especially in ECB mode, but I'm not familiar with BouncyCastle.

RSA encryption and decryption are both just modulo exponentiation by the public and private parts of the key. No random there.

The AES algorithm is slightly more complicated, and I don't have time to fully analyze it, but it is also deterministic. The issue is somewhere in BouncyCastle and how you're calling it. (AES was designed to be fast. Cryto-quality RNGs are really slow and complex: it wouldn't make sense to use one)

News

Submission + - Debut of the First Practical 'Artificial Leaf' (ispyce.com) 1

autospa writes: Scientists today claimed one of the milestones in the drive for sustainable energy — development of the first practical artificial leaf. Speaking here at the 241st National Meeting of the American Chemical Society, they described an advanced solar cell the size of a poker card that mimics the process, called photosynthesis, that green plants use to convert sunlight and water into energy. "A practical artificial leaf has been one of the Holy Grails of science for decades," said Daniel Nocera, Ph.D., who led the research team. "We believe we have done it. The artificial leaf shows particular promise as an inexpensive source of electricity for homes of the poor in developing countries. Our goal is to make each home its own power station," he said. "One can envision villages in India and Africa not long from now purchasing an affordable basic power system based on this technology."

Comment Re:Hmmm ... (Score 1) 755

Also, imperative program flow is not "more real" than a functional-programming language definition of a function...

I understand how that is true, in a sense, but in another very "real" sense, your processor is imperative. Function calls are just a clever trick played on you by your compiler, your standard library, and some assembly macros.

(Well, unless you're running on a Reduceron or something.)

Slashdot Top Deals

If you think the system is working, ask someone who's waiting for a prompt.

Working...