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.
A non-tool-assisted speedrun.
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 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
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).
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)
- page 51, a representation is not unique, we can even use matrices of different dimensions to represent the same group
- 3.6 classifies the representations of . There is only one possibility per dimension!
- 3.7 "The Lorentz Group O(1,3)" mentions that even for a "simple" group such as the Lorentz group, not all representations can be described in terms of matrices, and that we can construct such representations with the help of Lie group theory, and that they have fundamental physical application
Bibliography:
- www.youtube.com/watch?v=9rDzaKASMTM "RT1: Representation Theory Basics" by MathDoctorBob (2011). Too much theory, give me the motivation!
- www.quantamagazine.org/the-useless-perspective-that-transformed-mathematics-20200609 The "Useless" Perspective That Transformed Mathematics by Quanta Magazine (2020). Maybe there is something in there amidst the "the reader might not know what a matrix is" stuff.
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??".
On the theory vs practice of computer science:
Whereas Turing completeness is enough for mathematicians, humans need "run-on-Debian-complete".
On how you make the best friends in life when dealing with hardships together.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.
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).
As well put by Wikipedia, a radio receiver has to perform three functions on the signal from the antenna:
- filtering, so you can tune the station you care about. This filters based on the frequency of the carrier wave you want. I.e. you use a bandpass filter.
- amplification: otherwise you won't be able to hear anything if the emitter is too far away
- demodulation: this means decoding the signal based on whatever way it was encoded, notably e.g. AM/FM
Interesting layer skip architecture thing.
Apparently destroyed ImageNet 2015 and became very very famous as such.
He testified against Ross: arstechnica.com/tech-policy/2015/01/friend-who-helped-ulbricht-build-silk-road-testifies-against-him/
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.
Rich people who create charitable prizes are often crooked Updated 2025-05-21 +Created 1970-01-01
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."
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:
Formal name: "animalia".
Quantum computers are not expected to solve NP-complete problems Updated 2025-05-21 +Created 1970-01-01
Only NP-intermediate, which includes notably integer factorization:
- quantumcomputing.stackexchange.com/questions/16506/can-quantum-computer-solve-np-complete-problems
- www.cs.virginia.edu/~robins/The_Limits_of_Quantum_Computers.pdf by Scott Aaronson
- cs.stackexchange.com/questions/130470/can-quantum-computing-help-solve-np-complete-problems
- www.quora.com/How-can-quantum-computing-help-to-solve-NP-hard-problems
FeathersJS entry for gothinkster/realworld.
MongoDB-based.
So once you install MongoDB, run with:
MONGODB_FEATHERS_REALWORLD=mongodb://localhost:27017/mydb npm start
Got it working on Ubuntu 20.10 with both React and Vue.js front-ends at github.com/randyscotsmithey/feathers-realworld-example-app/commit/8bc3a09242285de624c75bb8345630df499a7d07 as mentioned at github.com/randyscotsmithey/feathers-realworld-example-app/issues/2 except for bad error reporting on UI.
Tests can be run with:but there were 10 failures and 55 passes: github.com/randyscotsmithey/feathers-realworld-example-app/issues/3
MONGODB_FEATHERS_REALWORLD=mongodb://localhost:27017/mydb npm run test
Unlisted articles are being shown, click here to show only listed articles.