Constants Not Constant?
grytpype writes: "According to this story, a team of astronomers have determined (based on their observations of distant quasars) that [certain physical constants] may have been different in the far past of the universe. The discovery (if validated) is said to be good news for string theorists."
first post!
Yeah, but in another part of the universe, the number on your post might be something else.
--
Mod up a post Rob doesn't like and you'll never mod again
Of course, the other thing this reminds me of is a TNG episode where the temporarily mortal Q is in engineering as the crew try to figure out how to deflect an asteroid landing on a planet, and Q blurts out "Why not just change the gravitational constant of the universe?"
"Pinky, you've left the lens cap of your mind on again." - P&TB
"I can see my house from here!" - ST:
One theory that 'explains' how the universe can be only 6000 odd years old, yet some starlight can have travelled many billions of (current) light-years to reach earth is that the speeed of light is slowing down...
[ls -l /etc/]
-rw-r--r-- 1 root root 766 Jul 31 14:16 /etc/c
GOD: Oops.
[chmod 666 /etc/c]
How can we continue to believe in a just universe and freedom to eat crackers if we have no ale?
Does this mean the constant requests for my personal information (a la the NYT article linked to in the story) may have been at a different frequency in the past?
I watched C-beams glitter in the dark near the Tannhauser gate.
I once read in a C programming book something along the lines of, "always use CONST for a value of something you will use throughout the program. That way if you need to change this value, you only have to change it once. An example would be making 3.14 a constant named PI. That way if PI ever changes, you only need to change one line of code."