PeterDonis's latest activity
-
PeterDonis reacted to PAllen's post in the thread Undergrad The quintessence as variable dark energy with
Like.
Yeah, but if you are talking about galaxies, you are outside the FLRW idealized model - that has only perfect fluid with different... -
PeterDonis replied to the thread Undergrad On the Quantum Mechanics of Entropic Forces.That doesn't prove that his model is correct. Until the model makes predictions that are different from other models, and experiments... -
PeterDonis replied to the thread Undergrad The quintessence as variable dark energy."Space" isn't an invariant. It varies in spacetime. Whether that means variation in "space" depends on your choice of coordinates... -
PeterDonis replied to the thread For those who ask: "What programming language should I learn?".If you have an editor where you can highlight a set of lines of code and indent or dedent them all at once, it makes it a lot easier... -
PeterDonis replied to the thread For those who ask: "What programming language should I learn?".Just to give a different viewpoint, my experience has been the opposite. After I had been programming in Python for some years, I found... -
PeterDonis replied to the thread Graduate Couldn't the cosmological constant also have some sort of "dynamics"?.It's straightforward to write down the model; indeed doing that is an exercise in some advanced GR textbooks. The usual way is to use a... -
PeterDonis replied to the thread Graduate Couldn't the cosmological constant also have some sort of "dynamics"?.Because a constant is the simplest model, and we have no evidence that it's not constant, so we use the simplest model that's consistent... -
PeterDonis replied to the thread Graduate Assumptions of Hawking-Penrose 1970 Singularity Theorem.Ok, good. I'll try to keep that in mind for the future. -
PeterDonis replied to the thread Graduate Assumptions of Hawking-Penrose 1970 Singularity Theorem.Here is what I said: Note the bolded text, which is crucial. -
PeterDonis replied to the thread Graduate Assumptions of Hawking-Penrose 1970 Singularity Theorem.You did as far as mathematical theorems are concerned. None of your references use the term that way. They all use the term as a way of... -
PeterDonis replied to the thread Why does my loop run slower with larger lists in Python?.A Python list is not a linked list; the internal implementation at the C level is an array of pointers to the objects in the list... -
PeterDonis replied to the thread Graduate Assumptions of Hawking-Penrose 1970 Singularity Theorem.You're getting way too caught up in meaningless terminology. "Purely classical" and "semi-classical" regarding theorems are just terms... -
PeterDonis replied to the thread Graduate Assumptions of Hawking-Penrose 1970 Singularity Theorem.Given what you seem to mean by "purely classical", no, it isn't a "purely classical" theorem. Yes, for the reasons I already gave in... -
PeterDonis replied to the thread Why does my loop run slower with larger lists in Python?.The "algorithm" here is very simple and looks linear in the size of the list--but actually you are running two linear algorithms--one to...