Introduction to Assembly
x86-64 assembly Instructions are the way we tell the CPU what to do. It consists of operator and op
Blockchain
What's blockchain? A blockchain is a distributed database or ledger share across a computer network
Bayes' Theorem
An example Which of the following do you find more likely: "Steve is a librarian" or "Steve is a f
Burst Balloons
Problem Description Key Idea If you burst the i-th balloon, you will get `nums[i-1] * nums[i] * num
超级面试官
超级准备: 你要招什么样的人 1. 招人要有清晰的标准 2. 适合的才是最好的 3. 看人要看内在品质 1. 知识/经验/技能 - 准备面试 人才画像 看透简历 超级流程: 面试方法
项目管理精华
人 + 流程 = 成功 - 人: 带领团队, 非正式权利(使人们能够自愿留在你的团队), 四个基本行为准则(展现尊重,先聆听,明确期望,承担责任) - 流程: 发起 - 发起 将预期量化, 传达给成
Excellent Advice for Living
Know Thyself Always demand a *deadline* because it weeds out the extraneous and the ordinary. A dea
Rust - Procedural Macro
What is Procedural Macro? Procedural macros allow creating syntax extensions as execution of a func
Rust Interview
专业技术能力 Q1 - 解释Ownership Rules - - Each value in Rust has an owner. - There can only be one owner a
Error Management in Rust
Rust groups errors into two major categories: recoverable and unrecoverable errors. - Unrecoverable