Quasiparticles vs elementary particles Updated +Created
As a phisicist once amazingly put it in a talk Ciro watched:
It all depends on how much energy you have to probe nature with. Previously, we thought protons were elementary particles. But then we used more energy and found that they aren't.
If some alien race had even less energy, they might not know about electrons at all, and could think that anyons are actually elementary.
Being an "elementary particle" is always a possibly temporary label.
Real-time attack speedrun Updated +Created
Ciro Santilli views humans as biological robots, and therefore RTA videos can be thought of as probabilistic TAS with human achievable reflex constraints.
This aspect is especially highlighted in "speed run record evolution videos", which can be quite fun, e.g. www.youtube.com/watch?v=pmS9e7kzgS4 Ocarina of Time - World Record History and Progression (Any% Speedrun, 1990s-2017) by retro (2017)
From a similar point of view, Ciro also sometimes watches/learns a bit about competitive PvP games from a "could a computer play this better than a human" point of view.
Ciro also likes to watch commented manual speedruns of games as a way of experiencing the game at a high level without spending too much time on it, often from Games Done Quick. Their format is good because it generally showcases one player focusing more on the gameplay, and three couch commentators to give context, that's a good setup.
It is a
Register transfer level Updated +Created
Register transfer level is the abstraction level at which computer chips are mostly designed.
The only two truly relevant RTL languages as of 2020 are: Verilog and VHDL. Everything else compiles to those, because that's all that EDA vendors support.
Much like a C compiler abstracts away the CPU assembly to:
  • increase portability across ISAs
  • do optimizations that programmers can't feasibly do without going crazy
Compilers for RTL languages such as Verilog and VHDL abstract away the details of the specific semiconductor technology used for those exact same reasons.
The compilers essentially compile the RTL languages into a standard cell library.
Examples of companies that work at this level include:
Reinforcement learning Updated +Created
Representation theory Updated +Created
Basically, a "representation" means associating each group element as an invertible matrices, i.e. a matrix in (possibly some subset of) , that has the same properties as the group.
Or in other words, associating to the more abstract notion of a group more concrete objects with which we are familiar (e.g. a matrix).
Each such matrix then represents one specific element of the group.
This is basically what everyone does (or should do!) when starting to study Lie groups: we start looking at matrix Lie groups, which are very concrete.
Or more precisely, mapping each group element to a linear map over some vector field (which can be represented by a matrix infinite dimension), in a way that respects the group operations:
As shown at Physics from Symmetry by Jakob Schwichtenberg (2015)
Bibliography:
Quote by Ciro Santilli Updated +Created
These are "original" thoughts that Ciro had which at some point in the past amused him. Some would call them pieces of wisdom, others self delusion. All have likely been thought by others in the past, and some of them Ciro thinks to himself after a few years: "why did I like this back then??".
After Ciro's colleague was doing that in a project:
On the theory vs practice of computer science:
Whereas Turing completeness is enough for mathematicians, humans need "run-on-Debian-complete".
On how human perception of media is completely unrelated to the computer's transmission mechanism:
Media for humans is not byte streams. It is magic.
On how you make the best friends in life when dealing with hardships together.
The bond between men is like the bond between two metals: it is better made under fire.
In Ciro's case, this in particular means going through high school/universities studies and work projects, though of course war would apply particularly well. Perhaps inspired by as iron sharpens iron, so one person sharpens another.
This is of course just another version of one picture is worth a thousand words.
Radioactive decay Updated +Created
Ciro Santilli finds it interesting that radioactive decay basically kickstarted the domain of nuclear physics by essentially providing a natural particle accelerator from a chunk of radioactive element.
The discovery process was particularly interesting, including Henri Becquerel's luck while observing phosphorescence, and Marie Curie's observation that the uranium ore were more radioactive than pure uranium, and must therefore contain other even more radioactive substances, which lead to the discovery of polonium (half-life 138 days) and radium (half-life 1600 years).
Radio receiver Updated +Created
As well put by Wikipedia, a radio receiver has to perform three functions on the signal from the antenna:
Residual neural network Updated +Created
Interesting layer skip architecture thing.
Apparently destroyed ImageNet 2015 and became very very famous as such.
Richard Bates (Silk Road advisor and Ross' friend) Updated +Created
youtu.be/HBTYVVUBAGs?t=178 claims to contain a photo of him without source. He has no easy to find online profiles.
Variety Jones: IRL, is there anyone with a clue at all? A girlfriend, boyfriend, buddy you talk to, etc?
myself: Unfortunately yes, there are two but they think I sold the site and got out, and they're quite convinced of it.
His email was published: baronsyntax@gmail.com. They actaully talked on Google Chat. OMG.
Rich people who create charitable prizes are often crooked Updated +Created
A friend of mine who's a rich man - he invented some kind of simple digital switch - tells me about these people who contribute money to make prizes or give lectures: "You always look at them carefully to find out what crookery they're trying to absolve their conscience of."
But do you know what, Cirism is totally fine with taking indulgences to absolve someone from their past sins, so long as they have repented. Everyone deserves a second chance.
Adjoint operator Updated +Created
Given a linear operator over a space that has a inner product defined, we define the adjoint operator (the symbol is called "dagger") as the unique operator that satisfies:
Anglo-Saxons Updated +Created
Animal Updated +Created
Audacity profile-based background noise removal Updated +Created
List of quotes Updated +Created
Positive-strand RNA virus Updated +Created
It just has RNA that can be transcribed directly by the host ribosome.
randyscotsmithey/feathers-realworld-example-app Updated +Created
MongoDB-based.
So once you install MongoDB, run with:
MONGODB_FEATHERS_REALWORLD=mongodb://localhost:27017/mydb npm start
Tests can be run with:
MONGODB_FEATHERS_REALWORLD=mongodb://localhost:27017/mydb npm run test
but there were 10 failures and 55 passes: github.com/randyscotsmithey/feathers-realworld-example-app/issues/3

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