How to build a Andriod Apk with Rust
2024-01-05
It's no common to develop an Android with Rust. However, there are some wways and resource to help you reach this goal. I will show you the main steps to build a Android Apk with rust...
2024-01-05
It's no common to develop an Android with Rust. However, there are some wways and resource to help you reach this goal. I will show you the main steps to build a Android Apk with rust...
2023-12-22
Programming Bitcon is a good book for programmer. It talks about the basic concept of Bitcon and also shows us the python codes that implemented the concept...
2023-12-19
I found a tool named upx
can significantly reduce executable binary size. How to install and use?
2023-12-19
Black Hat Rust is practical book that talks about some security topics and contains a lot of Rust codes. If you are interested in how to implement hack tools, this book is for you. However, this book only contains a subset of hack concept. Hence, I don't think this book is good enough for beginner. I read this book very quick and skips some codes' detail.
2023-12-17
Bitcoin a Work in Progress is an interesting book for those who want to read drama events about bitcoin. This book also contains some technology topics and many audio talks about bitcoin network.
2023-12-16
Mastering the Lightning Network is the first book about bitcoin layer2. I learnt alot from this book, which shows a comprehensive overview of Lightning Network. And you also learn some basic concept of bitcoin networks. If you are a beginner of Lightning Network, you must read this book first.
2023-12-10
Mastering Bitcoin is also a good book for begainner. And it is the second book I read about bitcoin. I don't read the whole book, just read tow chapters(Transactions, Advanced Transactions and Scripting) as a complement of my first book Grokking Bitcoin. If I have more time I will read the whole book.
2023-12-09
Recently, I want to write a self-used bitcoin wallet. So I decide to learn about basic knowledge of bitcoin. And I find Grokking Bitcoin. It is a good book for beginner and talk about the basic knowledge of bitcoin...