physics

Physics Problem

Can tidal forces rotate a (metal) wheel here on Earth? Just like the Foucault pendulum, but without any energy input other than the Earth-Moon-Sun gravity/rotations?

How this could be done?

EDIT:

A discussion has stated here:

http://lesswrong.com/lw/p6l/open_thread_june_26_july_2_2017/duir

 

 

Standard
mathematics

Set Theory Problem

There are at most aleph-zero disjunct 3D spheres in 3D space. And there are at least aleph-one disjunct 2D circles in every finite volume part of the 3D space?

The number of points in N dimensional space is always aleph-one. And you can also divide this space into aleph-one disjunct N-1 dimensional spheres.

Is there a way to divide 3D space into aleph-one cubes with no common volume? They may touch each other, but may not share some common volume.

If you can find one such space division, you brought down the ZF Set Theory.

EDIT:

Discussion there:

http://lesswrong.com/lw/p5p/open_thread_june_19_june_25_2017/du4t

Standard
physics

Recent 2 Problems

Were a part of the “scientific war”. Not so much a better known cultural war,  despite the fact one may see them as that, too!

Two corner stones for the Climate Change narrative are obviously shaky. Our planet was once warm, thanks to its faster rotation in the first place. And the locally rising sea is a bulshit as well.

These basic facts explains a lot!

 

 

Standard
algorithms

Create 2314

This is how you create the number 7.

MakeIntVar A
Inc A
Inc A
A=A*A
A=A+A
Dec A

Or

MakeIntVar A
MakeIntVar B
Inc A
Inc B
Shl A, A
Shl A, A
A=A-B

You can do all the basic operations + – * \ and you can shift right and left, and decrease or increase any variable, which you have to “MakeIntVar” first. By doing that, the variable is initialized to zero.

Now, make 2314 with the shortest possible algorithm.

Standard