Contact me on matrix chat: @nikaaa:tchncs.de
- 5 Posts
- 56 Comments
gandalf_der_12te@discuss.tchncs.deto
Science Memes@mander.xyz•NASA scientists says astronauts should not masturbate in spaceEnglish
10·6 days agothere should absolutely be a shitty trash movie about this.
yeah i always mix them up
space elevators aren’t feasible, but a space pyramid is. just build a really tall pyramid, some kilometres high, it would work. though expensive.
Mars is better for launching rockets into deep space than Earth because it has a lower gravity field and also thinner atmosphere.
yeah there’s also antimatter drives which give an even greater effective exhaust velocity (which is the speed of light). the highest possible achievable.
none have been built, so far
game that secretly teaches you physics.
those are the best!
I have written a post about exactly this phenomenon, arguing that that’s how most animals/insects see the world (assuming their sense of vision isn’t good enough or they just don’t care to look up). Apparently i was wrong, even insects can see the stars and navigate due to their light (milky way navigation).
To put something in orbit, it has to go sideways very quickly. It has to rotate around earth, such that the free-fall causes the curvature of the circle. For Low Earth Orbit, that’s 7 km/s. You have to get it to that speed, just “jumping” isn’t enough. You’d need some kind of railgun or catapult.
yeah this idea actually exists, i think it’s called a mass driver, which is essentially a very high-speed rail gun, that shoots objects directly into orbit without the object having to have much of a propulsion system itself.
This obviously only works if the object isn’t slowed down by atmosphere, which means you’ll have to launch it from high enough up.
This is where the pyramid comes in. You can, of course, also utilize naturally occurring mountains, if your planet has any. These mountains would have to be rather high, though. Like on earth, maybe 100 km. The highest we have are 8 km.
If the planet is massive enough, getting to orbit becomes a real challenge because fuel consumption scales roughly exponentially with the mass of a planet (delta-v formula, rocket equation).
This leads to an almost sharp cut-off for the maximum mass that a planet can have so that a rocket which utilizes chemical fuel (e.g. methane+oxygen) can still reach orbit successfully. This maximum mass is roughly 10^26 kg.
For reference: Earth’s mass is around 6*10^24 kg.
While other propulsion types exist, such as nuclear + ion drive, these propulsion types are significantly more complicated.
Interestingly, if a planet is too small, it cannot hold an atmosphere. There is a surprisingly sharp cut-off minimum mass for this as well, at roughly 10^21 kg.
You know what, i keep thinking that maybe, our universe is the only universe that actually functions. Like, if the universe was in some different way, it either wouldn’t work and we would therefore not exist to observe it, or it would be equivalent to this universe, i.e. maybe not exactly equal, but similar in some way, sothat we could form abstractions and arrive at the same universal laws that we have today. Including quantum mechanics.
What does “understanding” mean in this context?
I can perfectly fine do the calculations; That’s what “understanding” is, in my opinion. Feynman might be hitting on some metaphysical concept, but then again, what is that metaphysical concept, is it any different from pseudoscience, and do we really need it?
Idk i keep asking myself, how would it feel like to have 6 fingers, and are you able to move them all? Idk it just seems weird, but then i remember that i have 5 fingers too and i can move them just fine. So i guess it’s intuitive somehow?
UDP is bacteria, TCP is eucaryptic cells. More organized, less random stuff floating around.
enables higher levels of organization and more complex systems.
gandalf_der_12te@discuss.tchncs.deto
Science Memes@mander.xyz•What would you do?English
43·13 days agoThey’re getting downvoted because there’s a lot of esoterical people demanding that we learn stuff either for the joy of it (which many are not at all having btw) or because it “purifies character” or sth.
Practical applications are felt like an impurity to that.
gandalf_der_12te@discuss.tchncs.deto
Science Memes@mander.xyz•What would you do?English
22·13 days agoTo be honest, i’m not sure what you want.
Like, if i was the student, i think i would be extremely confused from this lesson. I would not know what you want from me. I have had my fair share of teachers trying to get me to “just think about something and figure stuff out myself” which mostly amounted to me sitting there in classroom, staring into the air, confused about what the task is, and mostly waiting till the hour is over.
My brain works differently. When i learn something, before i even start caring about what the topic is, i ask why I’m learning this; and i need to have a proper reason to learn something. The reason needs to be strong enough, and is only strong enough if it is derived from some other, stronger reason. For example, i learned maths because i understood how important it is to grasp the universal, those things that cannot be taken away from us. I grew up in a kinda abusive household, and my mother had a habit of taking away the things that were most precious to me, so i clinged on to maths because i knew that maths was eternal and not dependent on the whims of my mother. That is a clear, practical reason. Maths gives me mental stability, like a skeleton gives stability to the body. It does not shake nor break; for it’s eternal.
Now, if you want me to play around with polynomials, idk what i would do.
Typically, when i learn something, i want to know why but also how to learn something. Especially, to express it in an analogy, my brain is like the C programming language. I need to reserve memory manually, it does not happen automatically, and i need to know how much space will be needed beforehand, in other words i need to have a clear understanding of how big a topic will be before i actually start learning it. When i have no idea what i’m getting myself into, then i don’t get into it, because my brain is very very very (i hope i have made this clear enough) bad at learning many small incremental pieces of knowledge. In fact, it’s similar to if you had to put on your jacket, leave the building, go through the cold icy air into the neighboring building each time you want to get yourself a glass of water. Needless to say, you will not drink a lot of water. You will dehydrate. Obviously you would put yourself a large bottle of water into your room, for which you only have to leave the building once. The same applies to me and learning. I have to take very few, appropriately sized portions of knowledge into me at once. Not many many small ones.
gandalf_der_12te@discuss.tchncs.deto
Science Memes@mander.xyz•What would you do?English
41·13 days agoPolynomials:
They exist because they are efficient to compute. Computers do well with basic arithmetic operations like addition (+) and multiplication (*). The polynomial functions are simply those that you can construct from those two operations, and constant numbers.
Like consider a polynomial like f(x) = 5x^3 + 3x^2 + 2x + 7
What it really says is
f(x) = 5*x*x*x + 3*x*x + 2*x + 7and here you can see how it’s all built from + and *.This is why polynomials are useful. Because computers have an easy time calculating them. And all modern mathematics is done on computers. All the engineering uses computer simulations, and we want these simulations to run fast on computer hardware, so we make it easy for computer hardware to do. That is why we’re using polynomials wherever we can.
That is how you explain polynomials to 8th graders. No taylor series / calculus needed.
If you want to be really fancy you can show the taylor series of the sine and cosine function as a polynomial and how to compute it on a computer. Gives some pretty graphs, is simple and fun.

Just tell them that polynomials can be used to computer
sinandcosfunctions without going into the details of why that works first.
Edit: Just to clarify this: Yes i think that explaining why students should learn stuff is extremely important. In fact i tend to say that the only thing that you really have to do is to motivate the students to learn; then the learning happens by itself.
However note that giving esoteric abstract playful descriptions of things in my opinion does not motivate people to learn stuff. That just makes them go “huh, neat but useless”. Giving real world practical examples fulfills exactly the purpose of giving students a reason to learn stuff. Because seeing how one can solve real problems with the tools, one learns to value the tools.
gandalf_der_12te@discuss.tchncs.deto
Science Memes@mander.xyz•What would you do?English
96·13 days agoMaths education is pointlessly overcomplicated. We need to simplify and streamline it. And also add in more practical real-world examples.
also who would stay more than 6 months in space? a journey to mars takes about 6 months on the most fuel-efficient trajectory.
due to how weird orbital mechanics are, there’s one (and only this one) most fuel-efficient trajectory between earth and mars and it’s the so-called Hohmann Transfer Orbit ( https://en.wikipedia.org/wiki/Hohmann_transfer_orbit ). It takes 6 months.

it’s highly unlikely, fluids stick together and make drops in the air which you can easily see and avoid. and also, come on, women getting accidentally impregnated by sperm floating through the air is even less likely that women getting accidentally impregnated by sperm swimming in the water of the public swimming pool …