-->
May29,2023
I've been working on adding a backend for qwert-learner. To keep this App a static site, I decided to ditch the Restful...
May26,2023
tRPC is a RPC framework for TypeScript. A lot people compare it with graphql. After using it, I found out that they are ...
May21,2023
Watched The Long Season, nice story about the life of northeast China. Watched The Super Mario Movie, funny movie. Tri...
May18,2023
Sometimes we need a HTTPs server to develop a web app, surely using mkcert can generate a local certificate. But by usin...
May17,2023
create a 3D project on Unity Editor switch platform in build settings import XR plugin management from package manager...
May15,2023
Tried AImoji this week, using stable diffusion to generate emoji. Try this video to learn more about training a picture....
May09,2023
you can download the model of AImoji, put in stable diffusion's model folder. Using memoji of xxx as prompt to generate ...
May07,2023
Got My iPhone finally. tried Memoji, can't generate one from my photo, sad. I can send it to wechat. iPhone don't have...
May05,2023
install python 3.10(not 3.11). clone the project; install dreambooth extension and use some pictures to train the mode....
May03,2023
Jetpack Compose Can use Kotlin's Flow to build reactive UI. BTW, there is a material theme builder to build UI theme. ...
May01,2023
last week, I tried using different GUI frameworks to build a vcode form. AntD is a fully packed react component library...