This is an implementation of ChatGPT using the official ChatGPT raw model, text-chat-davinci-002. This model name text-chat-davinci-002-20230126 was briefly leaked while I was inspecting the network requests made by the official ChatGPT
As Android developer, I want to protect my App from hacked during the App launch, so I need to do App signature check before the user start to use the App. The prefered way is hardcode the …
Tailscale is one powerful VPN mesh solution, it’s very easy to build your internal virtual network without any complicate config or setup. I just learn it today, and just follow the official website, to setup for my NAS/Android/Linux Server.
If your project have more and more modules and source code, the build will be the nightmare, it will take more than 10 mins to build, for release build, it will take even more time, so we can use the …