CC BY-NC-SA version Updated 2025-07-16
CEA Updated 2025-07-16
Cell Updated 2025-07-16
Cell (journal) Updated 2025-07-16
Centralized Updated 2025-07-16
Century egg Updated 2025-07-16
Cerebras Updated 2025-07-19
They didn't care about MLperf as of 2019: www.zdnet.com/article/cerebras-did-not-spend-one-minute-working-on-mlperf-says-ceo/
- 2023: www.eetimes.com/cerebras-sells-100-million-ai-supercomputer-plans-8-more/ Cerebras Sells $100 Million AI Supercomputer, Plans Eight More
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.
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:
- around 2022, quora started showing "related" answers to other questions, possibly before actualy answers to the question itself. This, together with an insane number of inline ads that look very similar to answers, makes it very hard to decide what is an actual answer or not!!! E.g.: people complaining:
- around 2021, quora started expanding any link as a huge preview box that completely takes over the answer, and it is very hard to stop it from doing so
- Quora used to show question details beyond the title by default, but stopped: www.reddit.com/r/OutOfTheLoop/comments/uqyvfp/comment/jd6go1b/?utm_source=share&utm_medium=web2x&context=3
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.
Logarithmic integral function Updated 2025-07-16
Sample software implementations:
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.
- the observation of the standing observer
- the observation of the ending observer on a car
Note that if tends towards zero, then this reduces to the usual Galilean transformations which our intuition expects:
Lorentz transform consequence: everyone sees the same speed of light Updated 2025-07-16
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:
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
Historian Alan B. Carr:
- www.youtube.com/@AlanBCarr. IMPORTANT NOTE: Although Alan B. Carr is a Los Alamos National Laboratory (LANL) employee, this page has absolutely no formal connection with LANL.
lujakob/nestjs-realworld-example-app SQLite port Updated 2025-07-16
Tried a quick port to SQLite to get rid of annoying local databases for development, but failed, at c1c2cc4e448b279ff083272df1ac50d20c3304faandthen:fails with:Attempt to hack it:and after that it seems to run.
npm install sqlite3 --save-dev{
"type": "sqlite",
"database": "db.sqlite3",
"entities": ["src/**/**.entity{.ts,.js}"],
"synchronize": true
}npm startDataTypeNotSupportedError: Data type "timestamp" in "ArticleEntity.created" is not supported by "sqlite" database.--- 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;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:Then it would provide a natural space coordinate for the entire universe!
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.
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 as a form of data compression Updated 2025-07-16
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.
MacOS Updated 2025-07-16
Nice looking and expensive operating system by Apple. Ciro Santilli believes that:
- if you want to be ripped off, just use Microsoft Windows which has more software available
- or if you want to attain Enlightenment, just use Linux, which is free and open source
Unlisted articles are being shown, click here to show only listed articles.


