About:
smallyu's Blog is a website generated using Hexo 6.3.0, providing content in English. The site appears to be a personal blog, as indicated by the title.
Website:
Specializations:
Subscribe to RSS:
The post discusses the development of a compatibility layer called EthBFT, which integrates Geth and CometBFT for blockchain architecture. It highlights the architecture of Arc's blockchain using malachite and malaketh-layered, an...
The 2025 edition of Blockchain Technical Interview Questions focuses on engineering practices and technical details, contrasting with the 2023 version's macro perspective. The author shares personal experiences and insights into v...
The author reflects on their experience taking Yin Wang's Computer Science Video Course, emphasizing the depth and quality of the content despite its basic level designation. They discuss the course's structure, the importance of ...
This article provides a comprehensive tutorial on Continuation-Passing Style (CPS) in programming, particularly in Node.js. It begins with an introduction to asynchronous code and the concept of CPS, explaining its significance in...
The blog post discusses the behavior of Rust's type system, particularly how the `append` function can accept various types of string references, including `&String`, `&Box<String>`, and `&Rc<String>`. It explores the implications...
The blog post analyzes the 0G project, which operates in the AI sector and is preparing for a token launch. The author expresses skepticism about the project's technical depth, particularly due to its simplistic whitepaper and rel...
The Arcium Network is a pioneering project in the Solana ecosystem focused on privacy computing, having secured $50 million in funding. It utilizes Secure Multi-Party Computation (MPC) to enhance privacy in decentralized applicati...
The Psyche Network is a project merging AI and Web3, developed by the Nous Research team, which recently secured $50 million in Series A funding. It utilizes a decentralized algorithm called DeMo for large language model training ...
The post discusses the value of Wang Yin's computer course, arguing that its unique quality and depth of knowledge make it invaluable compared to other educational options. It highlights the extensive effort and resources required...
The blog post provides a technical tutorial on developing a Bitcoin Runes protocol, emphasizing its simplicity and the use of the OP_RETURN opcode in Bitcoin Script. It outlines the steps to define data structures for Runes, issue...
Camp Network aims to protect authors' intellectual property in AI scenarios and enable revenue generation from AI-generated content. Recently funded with $30 million, the project utilizes the ABC Stack within the Celestia blockcha...
The author discusses the increasing reliance on AI for coding tasks, particularly the capabilities of models like GPT-5. While AI can perform many coding tasks efficiently, it cannot fully replace programmers, especially those who...
The author discusses the importance of a Web3 Project Analysis Plan, emphasizing the value of understanding blockchain projects through analysis rather than just coding. They plan to analyze one project per week, focusing on white...
The post discusses the Go programming language's GMP (Goroutine, Machine, Processor) scheduler, explaining its basic concepts and functionality. It outlines the roles of Goroutines, system-level threads, and CPU cores in managing ...
This tutorial provides a comprehensive guide on how to understand and write Bitcoin Script, starting from the basics. It covers setting up a local Bitcoin node, creating a wallet, sending transactions, inspecting scripts, debuggin...
This blog post is part of a beginner-friendly tutorial series on Solana smart contract development. It covers the creation and deployment of a simplified USDT token contract, including environment setup, contract interaction, and ...
The author shares their experience working as a backend wallet developer at Tantin Chain, focusing on the development of a transaction aggregation service that processes various types of transactions across multiple data sources. ...
This blog post is a beginner-friendly tutorial series on Solana smart contract development, covering the basics of environment setup, contract deployment, and on-chain interaction. It includes step-by-step instructions for install...
This blog post is the first part of a DeFi tutorial series that focuses on understanding Automated Market Makers (AMMs) and their pricing mechanisms, specifically through the lens of Uniswap V2. It explains the Constant Product Ma...
This blog post is part of a beginner-friendly tutorial series on Solana smart contract development. It covers the basic environment setup, deploying a HelloWorld contract, and on-chain contract interaction. The tutorial progresses...
This blog post is a comprehensive beginner-friendly tutorial series on Solana smart contract development, divided into three parts. It covers the installation of necessary tools, the creation and deployment of a simple 'HelloWorld...
The author is nearing the end of studying Wang Yin's Computer Science Video Course and reflects on the course content, career, and blog content. They outline follow-up study plans for the course and blockchain technology.
The author worked as a backend developer for a company called Tantin Chain, focusing on wallet backend development. They were responsible for developing a transaction record aggregation service, which involved multiple chains and ...
The author discusses their project echoevm.com, aiming to develop a minimal EVM virtual machine, starting with simple stack operations and gradually building a complete Ethereum bytecode execution environment. They analyze technic...