Glucose by Ciro Santilli 37 Updated 2025-07-16
The most important on in metabolism internals, everything else gets converted to it before being processed in the .
This form is not really an inner product in the common modern definition, because it is not positive definite, only a symmetric bilinear form.
Bill Gates by Ciro Santilli 37 Updated 2025-07-16
The enemy?
It does not matter how many trillions you donate to charity, Bill. If you want to prove your point, make MS Word free and open source and port it to Linux. And then Window implements POSIX-compatible APIs and then deprecate non-POSIX APIs.
Video 1.
Bill Gates Jumps Over Chair
. Source.
MicroPython by Ciro Santilli 37 Updated 2025-08-08
It is interpreted. It actually implements a Python (-like ?) interpreter that can run on a microcontroller. See e.g.: Compile MicroPython code for Micro Bit locally.
As a result, it is both very convenient, as it does not require a C toolchain to build for, but also very slow and produces larger images.
To use a prebuilt firmware, you can just use uflash, tested on Ubuntu 22.04:
git clone https://github.com/bbcmicrobit/micropython
cd micropython
git checkout 7fc33d13b31a915cbe90dc5d515c6337b5fa1660
uflash examples/led_dance.py
What that does is:
Micro Bit example by Ciro Santilli 37 Updated 2025-07-16
Renormalization by Ciro Santilli 37 Updated 2025-07-16
Video 1.
The Biggest Ideas in the Universe | 11. Renormalization by Sean Carroll (2020)
Source. Gives a very quick and high level overview of renormalization. It is not enough to satisfy Ciro Santilli as usual for other Sean Carroll videos, but it goes some way.
Jitsi by Ciro Santilli 37 Updated 2025-07-16
As of 2020: end-to-end encryption optional and turned off as default, and marked as experimental...
Telegram (software) by Ciro Santilli 37 Updated 2025-07-16
You can't sync secret chats across devices, Signal handles that perfectly by sending E2EE messages across devices:This is a deal breaker because Ciro needs to type with his keyboard.
Desktop does not have secret chats: www.reddit.com/r/Telegram/comments/9beku1/telegram_desktop_secret_chat/ This is likey because it does not store chats locally, it just loads from server every time as of 2019: www.reddit.com/r/Telegram/comments/baqs63/where_are_chats_stored_on_telegram_desktop/ just like the web version. So it cannot have a private key.
Allows you to register a public username and not have to share phone number with contacts: telegram.org/blog/usernames-and-secret-chats-v2.
Self deleting messages added to secret chats in Q1 2021: telegram.org/blog/autodelete-inv2
Can delete messages from the device of the person you sent it to, no matter how old.

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