Recent content by FactChecker
-
How far will we let AI control us?
It's not clear what you classify as AI. If it is any ranking of videos or posts according to your past interests, I would agree that they are doing that. But I'm not sure I would call such ranking "AI". Even then, I am not sure that I really need help in finding posts that interest me. I could...- FactChecker
- Post #2
- Forum: Computing and Technology
-
I Is this another "paradox" or a veritasium mistake?
IMO, Veritasium tries hard to be correct. It might be nice to leave a comment on the video about the mistake. UPDATE: I see that the video already has an appropriate comment by Rafael Silva. PS. Proofreading your own work is a hard, endless, thankless, job.- FactChecker
- Post #22
- Forum: Special and General Relativity
-
I Is this another "paradox" or a veritasium mistake?
Good catch. You are correct. What the man says from 13:04 to 13:20 seems all correct, but the video illustration is bad. Everyone sees the light hit the same spot on the spaceship wall. Relative to the ship's accelerating frame, the light path curved down and hit the wall lower. Relative to the...- FactChecker
- Post #16
- Forum: Special and General Relativity
-
For those who ask: "What programming language should I learn?"
I never tried it, but the indentation seems to make it hard to cut and paste code whose indentation was at a different level. How would that work? Do the editors modify the indentation when the code is pasted?- FactChecker
- Post #118
- Forum: Programming and Computer Science
-
Prove that l^p is a subset of l^q for all p,q from 1 to infinity
IMO, the first duty of a person asking for help is to make a correct, accurate question. Part of the OP is trivially wrong if ##p=q##.- FactChecker
- Post #5
- Forum: Calculus and Beyond Homework Help
-
For those who ask: "What programming language should I learn?"
Good! There aren't that many programmers who do that now because I have killed a lot of them. But the bodies are getting harder to hide. ;-)- FactChecker
- Post #114
- Forum: Programming and Computer Science
-
For those who ask: "What programming language should I learn?"
Ha! One of my gripes is that some people given a simple task to program are tempted to create their own language to do it. They overload every operator. They are infatuated with OOP concepts that they have just learned.- FactChecker
- Post #112
- Forum: Programming and Computer Science
-
Why does my loop run slower with larger lists in Python?
I spoke too soon when I said your example looked simple. If it is setting up a linked list of integers, data, possibly scattered around in memory, and then tracing through the linked list inside the loop, that is not so simple. The short time you mentioned does not seem so bad. It's not like it...- FactChecker
- Post #11
- Forum: Programming and Computer Science
-
Why does my loop run slower with larger lists in Python?
How long does it take? Python has a reputation of being very slow, but I would be surprised if something that simple took a noticeable time. I have practically no personal experience with Python, so I am curious.- FactChecker
- Post #6
- Forum: Programming and Computer Science
-
I Significant figures for inherently bound values
These days it is easy to get a lot of significant digits in a calculation. Here is a Perl example that does a simple division calculation to 90 digits. use Math::BigFloat; Math::BigFloat->accuracy(90); #$pi =...- FactChecker
- Post #7
- Forum: General Math
-
I Significant figures for inherently bound values
I mentioned the statistical significance because you said it was for a statistics class. In any case, the significance of digits, whether statistical or calculation/roundoff, can go beyond your claim that the true value must be 0.9999999999... so only 0.9999 are significant in 0.99991234- FactChecker
- Post #6
- Forum: General Math
-
Why does my loop run slower with larger lists in Python?
It is important to know what the algorithm is doing with the list. Some algorithm times grow exponentially. Others do not. That has nothing to do with the computer language. You would have to rule that out before you blame the language.- FactChecker
- Post #2
- Forum: Programming and Computer Science
-
I Significant figures for inherently bound values
What if you know, at a 6-sigma significance level, that the value is between 0.99991233 and 0.99991235? Wouldn't all the digits 0.9999123 be within the 6-sigma significance range? Why does a limit of 1 even matter?- FactChecker
- Post #4
- Forum: General Math
-
Can someone please recommend basic reading on wind tunnels?
Is it even possible to gather "qualitative" information without force measurements, or are those techniques just used to visualize and explain the force measurements? ADDED: Maybe in extreme cases, like extreme turbulence, some rough conclusions can be drawn.- FactChecker
- Post #3
- Forum: Aerospace Engineering