Probability current by Ciro Santilli 35 Updated +Created
Closed access academic journals are evil by Ciro Santilli 35 Updated +Created
You are nothing but useless leeches in the Internet age.
You must go bankrupt all of you, ASAP.
Fuck Elsevier, fuck Springer, and fuck all the like.
Research paid with taxpayer money must be made available for free.
Researchers and reviewers all work for peanuts, while academic publishers get money for doing the work that an algorithm could do. OurBigBook.com.
When Ciro learned URLs such as www.nature.com/articles/181662a0 log you in automatically by IP, his mind blew! The level of institutionalization of this theft is off the charts! The institutionalization of theft is also clear from article prices, e.g. 32 dollars for a 5 page article.
Key physics papers from the 50's are still copyright encumbered as of 2020, see e.g. Lamb-Retherford experiment. Authors and reviewers got nothing for it. Something is wrong.
Infinite list of other people:
  • blog.machinezoo.com/public-domain-theft by Robert Važan:
    Scientific journals are perhaps one of the most damaging IP rackets. Scientists are funded by governments to do research and publish papers. Reviews of these papers are done by other publicly funded scientists. Even paper selection and formatting for publication is done by scientists. So what do journals actually do? Nearly nothing.
Video 1.
Academic Publishing by Dr. Glaucomflecken (2022)
Source.
Adenosine diphosphate by Ciro Santilli 35 Updated +Created
Aragonite by Ciro Santilli 35 Updated +Created
Baryon vs meson vs lepton by Ciro Santilli 35 Updated +Created
"Barys" means "heavy" in Greek, because protons and neutrons was what made most of the mass of known ordinary matter, as opposed notably to electrons.
Baryons can be contrasted with:
Fungibility by Ciro Santilli 35 Updated +Created
Arthropod by Ciro Santilli 35 Updated +Created
Cloaca by Ciro Santilli 35 Updated +Created
A single hole that is used for shit, pee and fucking. Amazing.
Lisa Su by Ciro Santilli 35 Updated +Created
Geiger-Nuttall law by Ciro Santilli 35 Updated +Created
Hashcash by Ciro Santilli 35 Updated +Created
Sex determination system by Ciro Santilli 35 Updated +Created
MySQL by Ciro Santilli 35 Updated +Created
Create user for further logins without sudo askubuntu.com/questions/915585/how-to-login-mysql-shell-when-mysql-have-no-password/1325689#1325689:
sudo mysql -e "CREATE USER $USER"
Create test user with password:
sudo mysql -e 'CREATE USER user0 IDENTIFIED WITH mysql_native_password BY "a"'
sudo mysql -e 'GRANT ALL PRIVILEGES ON database_name.* TO "user0"'
and login as that user:
mysql -u user0 -p
Login with password given on the command line:
mysql -u user0 -pmypassword
The IDENTIFIED WITH mysql_native_password part is to overcome "Client does not support authentication protocol requested by server" when connecting from Node.js.
List users:
sudo mysql -e 'SELECT * FROM mysql.user'
View permissions for each user on each DB: serverfault.com/questions/263868/how-to-know-all-the-users-that-can-access-a-database-mysql
sudo mysql -e 'SELECT * FROM mysql.db'
List databases:
sudo mysql -e 'SHOW DATABASES'
Create database:
sudo mysql -e 'CREATE DATABASE mydb0'
Destroy database:
sudo mysql -e 'DROP DATABASE mydb0'
Show tables in database:
sudo mysql -e 'SHOW TABLES' mydb0
or:
sudo mysql -e 'SHOW TABLES FROM mydb0'
Spin valve by Ciro Santilli 35 Updated +Created
Basic component in spintronics, used in both giant magnetoresistance
Speed of light experiment by Ciro Santilli 35 Updated +Created
Video 1.
Replicating the Fizeau Apparatus by AlphaPhoenix (2018)
Source. Modern reconstruction with a laser and digital camera.
Video 2.
Visualizing video at the speed of light - one trillion frames per second by MIT (2011)
Source. Fast cameras. OK, this takes it to the next level.
Schrödinger equation solution for the hydrogen molecule by Ciro Santilli 35 Updated +Created
Can we make any ab initio predictions about it all?
Video 1.
Quantum Chemistry 10.1 - Hydrogen Molecule Hamiltonian by TMP Chem (2016)
Source. Continued in the following videos, uses the Born–Oppenheimer approximation. Does not give predictions vs experiment?
SARS-CoV-2 non-structural protein by Ciro Santilli 35 Updated +Created
These are also required for test tube replication.
Balmer series by Ciro Santilli 35 Updated +Created
Quantum Mechanical View of Reality by Richard Feynman (1983) by Ciro Santilli 35 Updated +Created
Basically the same content as: Richard Feynman Quantum Electrodynamics Lecture at University of Auckland (1979), but maybe there is some merit to this talk, as it is a bit more direct in some points. This is consistent with what is mentioned at www.feynman.com/science/qed-lectures-in-new-zealand/ that the Auckland lecture was the first attempt.
By Mill Valley, CA based producer "Sound Photosynthesis", some info on their website: sound.photosynthesis.com/Richard_Feynman.html
They are mostly a New Age production company it seems, which highlights Feynman's absolute cult status. E.g. on the last video, he's not wearing shoes, like a proper guru.
Feynman liked to meet all kinds of weird people, and at some point he got interested in the New Age Esalen Institute. Surely You're Joking, Mr. Feynman this kind of experience a bit, there was nude bathing on a pool that oversaw the sea, and a guy offered to give a massage to the he nude girl and the accepted.
youtu.be/rZvgGekvHest=5105 actually talks about spin, notably that the endpoint events also have a spin, and that the transition rules take spin into account by rotating thing, and that the transition rules take spin into account by rotating things.

Unlisted articles are being shown, click here to show only listed articles.