Water Updated 2025-07-16
"Water" is the name for both:
- the chemical compound with chemical formula H2O
- the liquid phase of the chemical substance composed of the above chemical compound
Simplified phase diagram of water
. Source. Note the triple point and critical point visible. Phase diagrams are so cool!Phase diagram of water
. Source. Note all the obscure phases of ice. Christianism Updated 2025-07-16
Verilator Updated 2025-07-16
One very good thing about this is that it makes it easy to create test cases directly in C++. You just supply inputs and clock the simulation directly in a C++ loop, then read outputs and assert them with
assert(). And you can inspect variables by printing them or with GDB. This is infinitely more convenient than doing these IO-type tasks in Verilog itself.Some simulation examples under verilog.
First install Verilator. On Ubuntu:Tested on Verilator 4.038, Ubuntu 22.04.
sudo apt install verilatorRun all examples, which have assertions in them:
cd verilator
make runFile structure is for example:
- verilog/counter.v: Verilog file
- verilog/counter.cpp: C++ loop which clocks the design and runs tests with assertions on the outputs
- verilog/counter.params: gcc compilation flags for this example
- verilog/counter_tb.v: Verilog version of the C++ test. Not used by Verilator. Verilator can't actually run out
_tbfiles, because they do in Verilog IO things that we do better from C++ in Verilator, so Verilator didn't bother implementing them. This is a good thing.
Example list:
- verilog/negator.v, verilog/negator.cpp: the simplest non-identity combinatorial circuit!
- verilog/counter.v, verilog/counter.cpp: sequential hello world. Synchronous active high reset with active high enable signal. Adapted from: www.asic-world.com/verilog/first1.html
- verilog/subleq.v, verilog/subleq.cpp: subleq one instruction set computer with separated instruction and data RAMs
Area of mathematics Updated 2025-07-16
Instagram Updated 2025-07-16
Ciro Santilli is just too old to understand what the point of that website is compared to Twitter. There must be one, right?
Also, it is impossible to use it on the browser without a cell phone, similar critique as Section "Messaging software that force you to have a mobile phone" but a bit more aggravating, because, well, you would expect creators want people to see their stuff on a browser unlike private messages?
Peer authentication Updated 2025-07-16
Physics experiment without a decent modern video Updated 2025-07-16
Scanning transmission electron microscopy Updated 2025-07-16
Stuff school should actually teach Updated 2025-07-16
Subquotient Updated 2025-07-16
As an overkill example, the happy family are subquotients of the monster group, but the monster group is simple.
Suikoden Updated 2025-07-16
Only many many years after playing it, after Ciro started getting more interested, did he learn that it was actually an adaptation of the Chinese mega-classic Water Margin.
"Suikoden" is the actual Japenese transliteration for the Chinese name of the original Water Margin novel.
The game puts great emphasis on the concept of the 108 Stars of Destiny, which never left Ciro's mind: making 108 allies, the main collectible of the game, allows you to make a more powerful alliance, and unlock better endings.
Toyota Research Institute Updated 2025-07-16
Chemical process design Updated 2025-07-16
How to Design a Total Synthesis by Mike Christiansen (2013)
Source. Just a ultra quick hello world with some very basic ideas, but worth watching.SuperPro Designer: Fermentation Simulation by LearnChemE (2012)
Source. Chemical process design software Updated 2025-07-16
Process Simulation Software FREE Download - Aspen Hysys versus DWSim | COCO by Jeferson Costa (2020)
Source. Jeferson, a Brazilian from Petrobras, is the creator of the open source DWSim software, and in this video he gives a quick demo of his software and compares it briefly to aspen HYSYS, which appears to be the golden paid reference implementation. Chemistry Updated 2025-07-16
Chemistry is fun. Too hard for precise physics (pre quantum computing, see also quantum chemistry), but not too hard for some maths like social sciences.
And it underpins biology.
Hello world website Updated 2025-07-16
Integrase Updated 2025-07-16
Ordered and unordered trees Updated 2025-07-16
Referendum Updated 2025-07-16
Refraction Updated 2025-07-16
Unlisted articles are being shown, click here to show only listed articles.

