São Paulo City  Updated 2025-07-16
Although Ciro Santilli lived in São Paulo City nominally during his studies, it would be more precise to say that he lived in University of São Paulo-land, because Ciro was cheap, didn't have a car, and did nothing but study, stay at home, go back to Santos to see his parents and the beach.
But the little he saw of the city made a deep impression on him.
The unreasonable size.
The unbearable contrasts.
Caetano's Sampa is the ultimate description of the city!
 CC BY-NC-ND 4.0  Updated 2025-07-16
 Cellular respiration protein  Updated 2025-07-16
 Citric acid cycle  Updated 2025-07-16
The key metabolic pathway of cellular respiration.
 Clear client-side storage  Updated 2025-07-16
 COCO 2017  Updated 2025-07-16
 Compile MicroPython code for Micro Bit locally on Ubuntu 22.04 with your own firmware  Updated 2025-07-27
TODO didn't manage from source Ubuntu 22.04, their setup bitrotted way too fast... it's shameful even. Until I gave up and went for the magic Docker of + github.com/bbcmicrobit/micropython, and it bloody worked:
git clone https://github.com/bbcmicrobit/micropython
cd micropython
git checkout 7fc33d13b31a915cbe90dc5d515c6337b5fa1660
docker pull ghcr.io/carlosperate/microbit-toolchain:latest
docker run -v $(pwd):/home --rm ghcr.io/carlosperate/microbit-toolchain:latest yt target bbc-microbit-classic-gcc-nosd@https://github.com/lancaster-university/yotta-target-bbc-microbit-classic-gcc-nosd
docker run -v $(pwd):/home --rm ghcr.io/carlosperate/microbit-toolchain:latest make all
# Build one.
tools/makecombinedhex.py build/firmware.hex examples/counter.py -o build/counter.hex
cp build/counter.hex "/media/$USER/MICROBIT/"
# Build all.
for f in examples/*; do b="$(basename "$f")"; echo $b; tools/makecombinedhex.py build/firmware.hex "$f" -o "build/${b%.py}.hex"; doneThe pre-Docker attempts:
sudo add-apt-repository -y ppa:team-gcc-arm-embedded
sudo apt update
sudo apt install gcc-arm-embedded
sudo apt install cmake ninja-build srecord libssl-dev
# Rust required for some Yotta component, OMG.
sudo snap install rustup
rustup default 1.64.0
python3 -m pip install yottaThe line:warns:and then the update/
sudo add-apt-repository -y ppa:team-gcc-arm-embeddedE: The repository 'https://ppa.launchpadcontent.net/team-gcc-arm-embedded/ppa/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.sudo apt-get install gcc-arm-embedded fails, bibliography:Attempting to install Yotta:or:was failing with:Running:did not help. Bibliography:
sudo -H pip3 install yottapython3 -m pip install --user yottaException: Version mismatch: this is the 'cffi' package version 1.15.1, located in '/tmp/pip-build-env-dinhie_9/overlay/local/lib/python3.10/dist-packages/cffi/api.py'.  When we import the top-level '_cffi_backend' extension module, we get version 1.15.0, located in '/usr/lib/python3/dist-packages/_cffi_backend.cpython-310-x86_64-linux-gnu.so'.  The two versions should be equal; check your installation.python3 -m pip install --user cffi==1.15.1From a clean virtualenv, it appears to move further, and then fails at:So we install Rust and try again, OMG:which at the time of writing was 
Building wheel for cmsis-pack-manager (pyproject.toml) ... error
error: [Errno 2] No such file or directory: 'cargo'sudo snap install rustup
rustup default stablerustc 1.64.0, and then OMG, it worked!! We have the yt command.However, it is still broken, e.g.:blows up:bibliography:
git clone https://github.com/lancaster-university/microbit-samples
cd microbit-samples
git checkout 285f9acfb54fce2381339164b6fe5c1a7ebd39d5
cp source/examples/invaders/* source
yt clean
yt buildannot import name 'soft_unicode' from 'markupsafe' Microcontroller  Updated 2025-07-16
 Chinese traditional music album  Updated 2025-07-16
 Chinese traditional music label  Updated 2025-07-16
 Congee  Updated 2025-07-16
 Marketing  Updated 2025-07-16
 Zongzi  Updated 2025-07-16
 Li sao (guqin song)  Updated 2025-07-16
www.facebook.com/131402556881886/posts/655763214445815/ gives an origin:The silkqin.com entry: www.silkqin.com/04qart/07sqmp/57ls.htm does not mention this however.
Li Sao was composed by Cheng Kangshi in late Tang dynasty based on the poem Li Sao, authored by Qu Yuan (340-278 BC) in the Warring States period of ancient China.
Li sao performed by Guan Pinghu
. Source. Track from Master Of Traditional Chinese Music: guqin Lu Zhishen scene  Updated 2025-07-16
 Zhang Ziqian  Updated 2025-07-16
 Zhu Bajie  Updated 2025-07-16
Old illustration of Zhu Bajie
. Source. Needs better identification: en.wikipedia.org/wiki/Talk:Zhu_Bajie#Illustration_date_wrong:_15h_century? Apoptosis  Updated 2025-07-16
Power, Sex, Suicide by Nick Lane (2006) part 5 "Murder or suicide" mentions that apoptosis has two main functions:
- prevent cancer
- but it is also an important part of body development, e.g. fingers are separated because cells between them kill themselves. Otherwise we would have webbed feet like ducks. There is also a lot of apoptosis during the development of the brain. This has been observed notably in C. elegans see also: Section "C. elegans cell lineage".
 Grand Commander Hou  Updated 2025-07-16
 Unlisted articles are being shown, click here to show only listed articles.


