SQL REPEATABLE READ isolation level Updated 2025-07-16
nodejs/sequelize/raw/parallel_create_delete_empty_tag.js is an example which experimentally seems to be solved by REAPEATABLE READ, although we are not sure that this is truly the case and why. What is clear is that that example is not solved by the SQL READ COMMITTED isolation level.
In PostgreSQL, this is the first isolation level which can lead to postgreSQL serialization failures, this does not happen to SQL READ COMMITTED isolation level in that DBMS. You then have to retry the transaction.
SQL:1999 Updated 2025-07-16
Spectroscopic notation Updated 2025-07-16
This notation is cool as it gives the spin quantum number, which is important e.g. when talking about hyperfine structure.
But it is a bit crap that the spin is not given simply as but rather mixes up both the azimuthal quantum number and spin. What is the reason?
NuNET Updated 2025-07-16
Sergey Brin's children Updated 2025-07-16
There is basically no information about them online, only some uncited sources such as: abtc.ng/chloe-wojin-all-what-you-need-to-know-about-sergey-brins-daughter/
SELECT FOR UPDATE Updated 2025-07-16
An example where SELECT FOR UPDATE is a good solution to an use case can be seen at: nodejs/sequelize/raw/parallel_select_and_update.js.
SARS-CoV-2 S protein Updated 2025-07-16
Spike.
Nucleocapsid phosphoprotein, sticks to the RNA inside.
www.nature.com/articles/s41467-020-20768-y mentions functions:
  • helps pack the viral RNA into the capsule
  • also has a side function in immune suppression
SARS-CoV-2 Nsp5 Updated 2025-07-16
Protease that cuts up ORF1ab. Note that it is also present in ORF1ab.

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