Cell Updated 2025-07-16
Centralized Updated 2025-07-16
Century egg Updated 2025-07-16
Figure 1. . Source. One of the few Chinese things Ciro Santilli never got into!
Cerebras Updated 2025-07-19
Enter through the narrow gate Updated 2025-07-16
Gospel of Matthew 7:13:
Enter through the narrow gate. For wide is the gate and broad is the road that leads to destruction, and many enter through it.
Ciro Santilli really likes this one, because he feels that where many people go, it is useless to go again. It is much better to explore that which few can do, but which many will need.
Also known as being hipster.
Quora Updated 2025-07-16
Quora is crap in many, many senses, but in part due to some bad Stack Overflow policies, it is the best crap we've got for certain (mostly useless) subjects. Until OurBigBook.com dominates the world.
The worst thing about quora is that you cannot subscribe only to certain subjects on your feed. Quora just keeps pumping shit you never subscribed to, no matter what. Ciro, for sport, unfollowed every single idiotic subject it was proposing, but it didn't work, sooner or later Quora just keeps pumping more shit back. Mind you, some of that shit is fun. But it's still shit. Though on second thought, YouTube also randomly decides to reset Ciro's humongous "don't recomend this shitty channel" choices from time to time, which is not much different...
Other terrible things, they just seem to have an incredible ability of making the website worse and more annoying over time! Truly amazing:
Quora is getting so bad that it is basically being killed by Reddit, especially after they lifted the 6-month hard thread lock...
See also: cirosantilli.com/china-dictatorship/quora for a coverage of the intense pro-CCP astroturfing present on the website.
LMMS Updated 2025-07-16
Very easy to use and pretty powerful MIDI creator!!!
One of the rare audio applications actually works with PulseAudio on Ubuntu 20.04 out-of-the-box, so you don't have to turn off every other audio application!!!
Has lot's of plugins built-in just working out of the box, e.g. ZynAddSubFX out-of-the-box without doing a gazillion complex setup connections.
Most plugins are just simple toys however, ZynAddSubFX is the only super powerful one. The others are more LMMS integrate however, and seem to use a more dedicated LMMS GUI style.
If you open vmpk, you can then right click on a piano track, and go MIDI, Input and it just shows up there, and it does produce sound as shown at: www.youtube.com/watch?v=NpeP2th08ak
TODO: what about recording the input MIDI? Yes, there is a record button on the piano roll!
Lorentz transformation Updated 2025-07-16
The equation that allows us to calculate stuff in special relativity!
Take two observers with identical rules and stopwatch, and aligned axes, but one is on a car moving at towards the direction at speed .
When both observe an event, if we denote:
It is of course arbitrary who is standing and who is moving, we will just use the term "standing" for the one without primes.
Then the coordinates of the event observed by the observer on the car are:
where:
Note that if tends towards zero, then this reduces to the usual Galilean transformations which our intuition expects:
This explains why we don't observe special relativity in our daily lives: macroscopic objects move too slowly compared to light, and is almost zero.
OK, so let's verify the main desired consequence of the Lorentz transformation: that everyone observes the same speed of light.
Observers will measure the speed of light by calculating how long it takes the light going towards cross a rod of length laid in the x axis at position .
Each observer will observe two events:
  • : the light touches the left side of the rod
  • : the light touches the right side of the rod
Supposing that the standing observer measures the speed of light as and that light hits the left side of the rod at time , then he observes the coordinates:
Now, if we transform for the moving observer:
and so the moving observer measures the speed of light as:
Los Alamos National Laboratory Updated 2025-07-16
Video 1.
Historic Manhattan Project Sites at Los Alamos by Los Alamos National Lab
. Source.
Historian Alan B. Carr:
Tried a quick port to SQLite to get rid of annoying local databases for development, but failed, at c1c2cc4e448b279ff083272df1ac50d20c3304fa
npm install sqlite3 --save-dev
and
{
  "type": "sqlite",
  "database": "db.sqlite3",
  "entities": ["src/**/**.entity{.ts,.js}"],
  "synchronize": true
}
then:
npm start
fails with:
DataTypeNotSupportedError: Data type "timestamp" in "ArticleEntity.created" is not supported by "sqlite" database.
Attempt to hack it:
--- a/src/article/article.entity.ts
+++ b/src/article/article.entity.ts
@@ -20,10 +20,10 @@ export class ArticleEntity {
   @Column({default: ''})
   body: string;

-  @Column({ type: 'timestamp', default: () => "CURRENT_TIMESTAMP"})
+  @Column({ default: () => "CURRENT_TIMESTAMP"})
   created: Date;

-  @Column({ type: 'timestamp', default: () => "CURRENT_TIMESTAMP"})
+  @Column({ default: () => "CURRENT_TIMESTAMP"})
   updated: Date;
and after that it seems to run.
I can signup and login, terrible error reporting as usual, make sure to use long enough usernames/passwords.
However, article creation fails with:
Unhandled Rejection (TypeError): Cannot read property 'slug' of undefined
Luminiferous aether Updated 2025-07-16
Can you just imagine what if luminiferous aether was one single fixed rigid body? This is apparently what Maxwell believed, Subtle is the Lord by Abraham Pais (1982) page 111 quoting his entry to Encyclopedia Britannica:
There can be no doubt that the interplanetary and interstellar spaces are not empty but are occupied by a material substance or body, which is certainly the largest, and probably the most uniform, body of which we have any knowledge.
Then it would provide a natural space coordinate for the entire universe!
Apparently Einstein was the first to completely say: let's just screw this aether thing completely then, it's getting too complicated, and we don't really need it. As Wikipedia puts it well, in very unencyclopedic tone[ref]: Aether fell to Occam's razor.
Machine learning Updated 2025-07-16
The main reason Ciro Santilli never touched it is that it feels that every public data set has already been fully mined or has already had the most interesting algorithms developed for it, so you can't do much outside of big companies.
This is why Ciro started Ciro's 2D reinforcement learning games to generate synthetic data and thus reduce the cost of data.
The other reason is that it is ugly.
Machine learning company Updated 2025-07-16
This section is about companies that primarily specialize in machine learning.
The term "machine learning company" is perhaps not great as it could be argued that any of the Big tech are leaders and sometimes, especially in the case of Google, has a main product that is arguably a form of machine learning.
Most of the companies in this section likely going to be from the AI boom era.
MacOS Updated 2025-07-16
Nice looking and expensive operating system by Apple. Ciro Santilli believes that:

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