React function component Updated +Created
@cirosantilli/_file/react/react/hello.html Updated +Created
Minimal React hello world example. As you click:
  • one counter increments every time
  • the other increments every two clicks
By opening a web inspector, you can see that only modified elements get updated. So we understand that JSX parses its "HTML-like" into a tree, and then propagates updates on that tree.
By looking at the terminal, we see that render() does get called every time the button is clicked, so the tree of elements does get recreated every time. But then React diffes thing out and only updates things in the DOM where needed.
SARS-CoV-2 Nsp5 Updated +Created
Protease that cuts up ORF1ab. Note that it is also present in ORF1ab.
SARS-CoV-2 S protein Updated +Created
Spike.
Nucleocapsid phosphoprotein, sticks to the RNA inside.
www.nature.com/articles/s41467-020-20768-y mentions functions:
  • helps pack the viral RNA into the capsule
  • also has a side function in immune suppression
Bitcoin whitepaper Updated +Created
Released by Satoshi Nakamoto on the early mailing list discussions where Bitcoin was announced.
More conveniently available on bitcoin.org: bitcoin.org/bitcoin.pdf nowadays, except when it was down for a few years due to our master Craig Steven Wright.
Chloe Wojin Updated +Created
Optical computer Updated +Created
@cirosantilli/_file/riscv/riscv/timer.S Updated +Created
TODO: the interrupt is firing only once:
Tested on Ubuntu 23.10:
sudo apt install binutils-riscv64-unknown-elf qemu-system-misc gdb-multiarch
cd riscv
make
Then on shell 1:
qemu-system-riscv64 -machine virt -cpu rv64 -smp 1 -s -S -nographic -bios none -kernel timer.elf
and on shell 2:
gdb-multiarch timer.elf -nh -ex "target remote :1234" -ex 'display /i $pc' -ex 'break *mtrap' -ex 'display *0x2004000' -ex 'display *0x200BFF8'
GDB should break infinitel many times on mtrap as interrupts happen.
Lecture 2 Updated +Created
Static random-access memory Updated +Created
Dynamic random-access memory Updated +Created
DRAM is often shortened to just random-access memory.
Raspberry Pi Pico H Updated +Created
Has Serial wire debug debug. Why would you ever get one without unless you are a clueless newbie like Ciro Santilli?!?!
RDNA 3 Updated +Created
Lie algebra of Updated +Created
RISC-V MSTATUS register Updated +Created
SARS-CoV-2 N protein Updated +Created

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