Classical group Updated +Created
Guqin piece Updated +Created
MySQL 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'
Particle accelerator Updated +Created
Physics Updated +Created
Physics (like all well done science) is the art of predicting the future by modelling the world with mathematics.
And predicting the future is the first step towards controlling it, i.e.: engineering.
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:
As of 2019, all known physics can be described by two theories:
Unifying those two into the theory of everything one of the major goals of modern physics.
Figure 1.
xkcd 435: Fields arranged by purity
. Source. Reductionism comes to mind.
Figure 2.
Physically accurate genie by Psychomic
. Source. This sane square composition from: www.reddit.com/r/funny/comments/u08dw3/nice_guy_genie/.
Reductionism Updated +Created
Sticker album Updated +Created
An Introduction to Tensors and Group Theory for Physicists by Nadir Jeevanjee (2011) Updated +Created
This does not seem to go deep into the Standard Model as Physics from Symmetry by Jakob Schwichtenberg (2015), appears to focus more on more basic applications.
But because it is more basic, it does explain some things quite well.
An LC circuit is analogous to a spring-mass system Updated +Created
In the LC circuit:
You can kickstart motion in either of those systems in two ways:
City in Taiwan Updated +Created
Cosmic microwave background anisotropy Updated +Created
There is a slight variation in temperature of CMB across the sky of the order of 200 microKelvin. It is small to the ~2.7 K average temperature, but it can be measured.
If the initial conditions of the Big Bang and the laws of physics were perfectly symmetric, then we could expect the universe to just be one perfectly uniform boring soup.
But instead some asymetry made all the fun weird things we see today happen eventually, like galaxies and life.
And the cosmic microwave background serves as a way for us to look back in time to the early conditions of the universe, as it was set in stone as soon as the universe became transparent to this light during recombination.
Or if you want to get poetic, it is the closest we can ever get to listening to the original word of God when he setup the initial conditions of the universe.
The ansiotropies of CMB is the ultimate astronomical compass we will ever have, as it is the thing with the least proper motion.
Figure 1.
Cosmic microwave background anisotropy measured by the Wilkinson Microwave Anisotropy Probe
. Source.
C++ library Updated +Created
Parlour game Updated +Created
The eye in Ciro Santilli's website banner Updated +Created
Ciro was trying to make his face fit on the banner. But it is hard because faces are square and text is long.
Then at one point, the CSS was a bit broken and the eye stuck out just left of Ciro Santilli.
At this moment, Ciro knew what to do.
This produced a "continuous image symbol to text" effect that felt so right.
The concept, like any other, is not in itself new and has been used by others, Ciro just independently rediscovered it again:
Zone of Avoidance Updated +Created
Gel electrophoresis Updated +Created
Technique widely used to measure the size of DNA strands, most often PCR output of a region of interest.
A simple sample application is gel electrophoresis alelle determination.
Metabolomics Updated +Created
Microplate Updated +Created
Never trust an experiment that is not supported by a good theory Updated +Created
Not the usual bullshit you were expecting from the philosophy of Science, right?
Some notable quoters:

There are unlisted articles, also show them or only show them.