Virgin hub 3.0. mega minimal manual: web.archive.org/web/20220930011319/https://www.virginmedia.com/content/dam/virginmedia/dotcom/documents/corporate/userg-guide_broadband_superhub3.pdf
Home 2023:
- cell phone wifi: 260 Mps download
The explosive moments presumably represent the intense rowing action of a dragon boat race competition.
TODO date composed.
Toy model of matter that exhibits phase transition in dimension 2 and greater. It does not provide numerically exact results by itself, but can serve as a tool to theorize existing and new phase transitions.
As mentioned at: stanford.edu/~jeffjar/statmech/intro4.html some systems which can be seen as modelled by it include:
- the spins direction (up or down) of atoms in a magnet, which can undergo phase transitions depending on temperature as that characterized by the Curie temperature and an externally applied magnetic fieldNeighboring spins like to align, which lowers the total system energy.
- the type of atom at a lattice point in a 2-metal alloy, e.g. Fe-C (e.g. steel). TODO: intuition for the neighbor interaction? What likes to be with what? And aren't different phases in different crystal structures?
Also has some funky relations to renormalization TODO.
Bibliography:
The Ising Model in Python by Mr. P Solver
. Source. The dude is crushing it on a Jupyter Notebook.UniProt human: www.uniprot.org/uniprot/Q9BYF1 It is interesting to see in the Mutagenesis how many known mutations can increase or decrease SARS-CoV-2 S protein binding affinity.
Login without password: askubuntu.com/questions/915585/how-to-login-mysql-shell-when-mysql-have-no-passwordworks on Ubuntu 20.10.
sudo mysql
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"
Run command from CLI stackoverflow.com/questions/1602904/how-do-you-run-a-single-query-through-mysql-from-the-command-line
mysql -e 'SHOW DATABASES'
Create test user with password:and login as that user:Login with password given on the command line:The
sudo mysql -e 'CREATE USER user0 IDENTIFIED WITH mysql_native_password BY "a"'
sudo mysql -e 'GRANT ALL PRIVILEGES ON database_name.* TO "user0"'
mysql -u user0 -p
mysql -u user0 -pmypassword
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'
Physics (like all well done science) is the art of predicting the future by modelling the world with mathematics.
Ciro Santilli doesn't know physics. He writes about it partly to start playing with some scientific content for: OurBigBook.com, partly because this stuff is just amazingly beautiful.
Ciro's main intellectual physics fetishes are to learn quantum electrodynamics (understanding the point of Lie groups being a subpart of that) and condensed matter physics.
Every science is Physics in disguise, but the number of objects in the real world is so large that we can't solve the real equations in practice.
Luckily, due to emergence, we can use uglier higher level approximations of the world to solve many problems, with the complex limits of applicability of those approximations.
Therefore, such higher level approximations are highly specialized, and given different names such as:
Unifying those two into the theory of everything one of the major goals of modern physics.
xkcd 435: Fields arranged by purity
. Source. Reductionism comes to mind.Physically accurate genie by Psychomic
. Source. This sane square composition from: www.reddit.com/r/funny/comments/u08dw3/nice_guy_genie/.Figure "xkcd 435: Fields arranged by purity" must again be cited.
Unlisted articles are being shown, click here to show only listed articles.