CryptapeforCryptape Jungleblog.cryptape.com·Nov 15, 2024Spawn: Direct Cross-Script Calling Method in CKB Virtual MachineThis post was originally a talk delivered at Common Knowledge Conference (CKCON) 2024 in Chiang Mai, Thailand. Wanbiao Ye (Mohanson) is a blockchain engineer at Cryptape, specializing in low-level VM and compiler development. His work spans multiple ...33 readsTalksBlockchain development
Leonard Nzekweleo.netrobase.dev·Jul 28, 2023Demystifying Processes and Signals in UnixIn the intricate realm of Unix systems, processes and signals wield tremendous power, enabling efficient multitasking and communication between programs. Delve into the intricacies of these concepts to navigate your Unix environment with mastery. The...System Engineering & DevopsDevops
Leonard Nzekweleo.netrobase.dev·May 24, 2023Unraveling the Mysteries of Unix Shells and ProcessesIn the intricate tapestry of computer science, Unix shells and processes play a pivotal role. Let's embark on a journey to uncover the fascinating world behind the scenes of your computer. Pioneers and Foundations Unix Origins: The original Unix oper...C ProgrammingC