ImageMagick Updated 2025-07-16
Crop 20 pixels from the bottom of the image:
convert image.png -gravity East -chop 20x0 result.png
Pageviews Analysis Updated 2025-07-16
Cool tool that allows you to graphically visualize page view counts of specific pages. It offers somewhat similar insights to Google Trends.
The homepage shows views of selected pages, e.g. when Google had their 25th birthday: pageviews.wmcloud.org/?project=en.wikipedia.org&platform=all-access&agent=user&redirects=0&start=2023-09-11&end=2023-10-01&pages=Cat|Dog|Larry_Page Larry Page briefly beat "Cat" and "Dog".
/topviews shows the most viewed pages for a given month: pageviews.wmcloud.org/topviews/?project=en.wikipedia.org&platform=all-access&date=2023-08&excludes= It is extremelly epic that XXX: Return of Xander Cage, a 2017 film, is on the top ten of the August 2023 month. The page was around 8th place on a Google search for "xxx": archive.ph/wip/giRY8 at the time. XXXX (beer) was also on the top 20, followed by Sex on 21.
Parameters of the Standard Model Updated 2025-07-16
The growing number of parameters of the Standard Model is one big source of worry for early 21st century physics, much like the growing number of particles was a worry in the beginning of the 20th (but that one was solved by 2020).
Parasites tend to have smaller DNAs Updated 2025-07-16
If you live in the relatively food abundant environment of another cell, then you don't have to be able to digest every single food source in existence, of defend against a wide range of predators.
And likely you also want to be as small as possible to evade the host's immune system.
Power, Sex, Suicide by Nick Lane (2006) section "Gene loss as an evolutionary trajectory" puts it well:
One of the most extreme examples of gene loss is Rickettsia prowazekii, the cause of typhus. [...] Over evolutionary time Rickettsia has lost most of its genes, and now has a mere  protein-coding genes left. [...] Rickettsia is a tiny bacterium, almost as small as a virus, which lives as a parasite inside other cells. It is so well adapted to this lifestyle that it can no longer survive outside its host cells. [...] It was able to lose most of its genes in this way simply because they were not needed: life inside other cells, if you can survive there at all, is a spoonfed existence.
and also section "How to lose the cell wall without dying" page 184 has some related mentions:
While many types of bacteria do lose their cell wall during parts of their life cycle only two groups of prokaryotes have succeeded in losing their cell walls permanently, yet lived to tell the tale. It's interesting to consider the extenuating circumstances that permitted them to do so.
[...]
One group, the Mycoplasma, comprises mostly parasites, many of which live inside other cells. Mycoplasma cells are tiny, with very small genomes. M. genitalium, discovered in 1981, has the smallest known genome of any bacterial cell, encoding fewer than 500 genes. M. genitalium, discovered in 1981, has the smallest known genome of any bacterial cell, encoding fewer than 500 genes. [...] Like Rickettsia, Mycoplasma have lost virtually all the genes required for making nucleotides, amino acids, and so forth.
Impact factor Updated 2025-07-16
This metric is so dumb! It only helps maintain existing closed journals closed! Why not just do a PageRank on the articles themselve instead? Like the h-index does for authors? That would make so much more sense!
Then a specific metric is involved, sometimes we want to automatically add it to products.
E.g., in a context considering the common Minkowski inner product matrix where the 4x4 matrix and is a vector in
which leads to the change of sign of some terms.
Implosion-type fission weapon Updated 2025-07-16
Implosion-type fission weapons are more complicated than gun-type fission weapon because you have to precisely coordinate the detonation of a bunch of explosives.
Indian classical music Updated 2025-07-16
This was Ciro Santilli's main study/work music for several years around 2020. Tabla rules.
Particle physics Updated 2025-07-16
Currently an informal name for the Standard Model
Chronological outline of the key theories:
Inflation Updated 2025-07-16
Video 1.
One Million Dollars scene from Austin Powers
. Source.
Video 2.
100 Billion Dollars scene from Austin Powers
. Source.
Injective function Updated 2025-07-16
Mnemonic: in means into. So we are going into a codomain that is large enough so that we can have a different image for every input.
Innovate UK Updated 2025-07-16
In-order depth-first search Updated 2025-07-16
This is the order in which a binary search tree should be traversed for ordered output, i.e.:
This ordering makes sense for binary trees and not k-ary trees in general because if there are more than two nodes it is not clear what the top node should go in the middle of.
This is unlike pre-order depth-first search and post-order depth-first search which generalize obviously to general trees.

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