Bare metal by Ciro Santilli 37 Updated 2025-07-16
Bare metal programming is to run a program without an operating system below it.
Or in other words, it is basically implementing an operating system/firmware yourself ad hoc, together with your actual program.
Linux by Ciro Santilli 37 Updated 2025-07-16
It ain't perfect, but it's decent enough.
From a technical point of view, it can do anything that Microsoft Windows can. Except being forcefully installed on every non-MacOS 2019 computer you can buy.
Ciro Santilli's conversion to Linux happened around 2012, and was a central part of Ciro Santilli's Open Source Enlightenment, since it fundamentally enables the discovery and contribution to open source software. Because what awesome open source person would waste time porting their amazing projects to closed source OSes?
Ciro's modest nature can be seen as he likes to compare this event Buddha's Great Renunciation.
Particularly interesting in the history of Linux is how it won out over the open competitors that were coming up in the time: MINIX (see the chat) and BSD Operating System that got legally bogged down at the critical growth moment.
Figure 1.
xkcd 619: Supported Features
. Source. This perfectly illustrates Linux development. First features that matter. Then useless features.
Video 1.
Bill Gates vs Steve Jobs by Epic Rap Battles of History (2012)
Source. Just stop whatever you are doing, and watch this right now. "I'm on Linux, bitch, I thought you GNU". Fandom explanations. It is just a shame that the Bill Gates actor looks absolutely nothing like the real gates. Actually, the entire Gates/Jobs parts are good, but not genial. But the Linux one is.
ScopeFun by Ciro Santilli 37 Updated 2025-07-16
899 USD as of 2022, takes a year to ship as they gather up a lot of orders before producing.
Sounds so cool, especially the multi functionality. Shame so expensive.
How to decide if an ORM is decent? Just try to replicate every SQL query from nodejs/sequelize/raw/many_to_many.js on PostgreSQL and SQLite.
There is only a very finite number of possible reasonable queries on a two table many to many relationship with a join table. A decent ORM has to be able to do them all.
If it can do all those queries, then the ORM can actually do a good subset of SQL and is decent. If not, it can't, and this will make you suffer. E.g. Sequelize v5 is such an ORM that makes you suffer.
The next thing to check are transactions.
Basically, all of those come up if you try to implement a blog hello world world such as gothinkster/realworld correctly, i.e. without unnecessary inefficiencies due to your ORM on top of underlying SQL, and dealing with concurrency.
Nuclear reactor by Ciro Santilli 37 Updated 2025-07-16
Some of the most notable ones:
Cisco by Ciro Santilli 37 Updated 2025-07-16
Video 1.
Nerds 2.0.1 excerpt about Cisco (1998)
Source.
Sonicator by Ciro Santilli 37 Updated 2025-07-16
These can be used to break cells apart from tissue, and also break up larger DNA or RNA molecules into smaller ones, suitable for sequencing.
Large Magellanic Cloud by Ciro Santilli 37 Updated 2025-07-16
One of the brightest natural objects in the sky, and by far the brightest not in the Milky Way! This is partly because it is relatively close to us.
Devboard battery power by Ciro Santilli 37 Updated 2025-07-16
Many devborads require a 5V power supply.
This is common on wall transformers and USB, but not in batteries.
For battery power you need a transformer.
This is a well known though experiment, which Richard Feynman used to emphasize
In the above experiment:
  • from the wire frame, the charge feels electromagnetic force, because it is moving and there is a magnetic field
  • from the single charge frame, there is still magnetic field (positive charges are moving), but the body itself is not moving, so there is no force!
The solution to this problem is length contraction: the positive charges are length contracted and the moving electrons aren't, and therefore they are denser and therefore there is an effective charge from that frame.
Video 1.
How Special Relativity Fixed Electromagnetism by The Science Asylum (2019)
Source.
Ciro Santilli was contributing to this, when CommonMark left private mode and killed it, thus wasting many hours of Ciro's time.

There are unlisted articles, also show them or only show them.