vtbox release

vtbox is an offline voice to text transribed tool. It uses whisper model to transribe an audio file to text. Welcome to try this tool.

cpnews release

Recently, I looking for an light weight Andriod app that can display the daily crypto news. Unfortunately, I did find the app match my need. So I decided to write my own App. My first Andriod App was written with Reactive Native framework, which was not a good experience with JS. However, I have familiared with Rust, and also developed a few Rust desktop with Slint-ui. So I found egui is a choice for my situation, or maybe the best choice...

How to build a Andriod Apk with Rust

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...

Book: Black Hat Rust

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.

How to set proxy for cargo?

If you live in a country that prohibit from access the world wide web. You may want to use proxy server to access the world wide web. Recently, I built a Rust project, but it always showed me a network error. So I google the question and finally found the answer...