A personal assistant should be like a person: one channel, one conversation — it answers everything you ask in a single ongoing thread; in this project that channel is Telegram by default. Under the hood, it's an evolving knowledge base, wired into the network, that happens to talk back.
The bet: own the one layer that doesn't churn — your data. The model keeps evolving, the harness is throwaway glue, even the CLI underneath could swap out — but the folder stays yours.
…
I initially thought OpenClaw was just another toy, but after using it for a while, I realized how powerful it is. It reminds me of Tesla's FSD—something you don't trust at first, but once you try it, you'll never go back.
…
This article introduces how to integrate a Rust library into an Android project.
…
Completed my new year's resolution:
Implement raft & raft based distributed kv store.
…
This is the first article in the Rust series.
While Rust is known for its high performance, for simple CRUD we usually prefer Spring Boot or Go. But it's not impossible with Rust either.
Code available at:
https://github.com/gaxxx/rust-crud
…
Build Android App in Android Studio with Go(1.4.1) support.
…
Heard that my former company's product was exhibited at CES. Happy that the remaining team members are doing great. This also reminds me of a framework (lapis) I worked with back then.
…
Recently worked on a project that required scraping dynamic web page content. Accumulated some experience, here's a brief summary of web scraping techniques.
…
Recently completed a course on Web Application Architectures. I originally planned to borrow some architectural ideas and build a simple CMS application with Go, but after finishing the course, I found that ROR development efficiency is quite good and it auto-generates a lot of code.
…
Docker is a PAAS platform service software written in Go. It controls LXC services to provide hundreds or thousands of LXC containers on a single host, far more efficient than SAAS.
…