Show newer

"The Rigor of Angels: Borges, Heisenberg, Kant, and the Ultimate Nature of Reality" by William Egginton

share.libbyapp.com/title/94520

@lupyuen I don't know if this can help, but "li" assembly mnemonic is a pseudocode that can be converted to several real RISC-V mnemonics, including addi rd,x0,imm. on the other side, gnu objdump and gdb (that use objdump to disassemble) disassemble addi rd,x0,imm as li rd,imm by default:

objdump -d <binary>

To display real instruction, the option -M no-aliases is needed:

objdump -d -M no-aliases <binary>

on a x86_64/armv8 etc...:

riscv64-elf-objdump -d -M no-aliases <binary>

or

riscv32-elf-objdump -d -M no-aliases <binary>

Depending on target binary. Sadly, didn't found this option in gdb disassemble command.

"Netflix does not plan to develop a Vision Pro app at this time because the device is 'so subscale' that it is 'not really particularly relevant' to most Netflix members"

macrumors.com/2024/01/26/netfl

@lupyuen i wanna port r2 to nuttx, could be fun to learn from this system. Is there any guide to crosscompile posix programs for it? Whats the essiest way to get an emulated system running with your code in it?

" said it would not charge a commission to developers of apps who avoided the App Store, but it would levy a Core Technology Fee of €0.50 for each App Installation"

theguardian.com/technology/202

Show older
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.