My Projects
Completed Link to heading
My Discord Bot Link to heading
A Discord bot written in Python using Discord.py. Docker version available here.
It can send you notification about free game giveaways and also play Youtube music in voice chats.
It is also a LLM chat client: currently users can interact with my self-hosted Qwen3-Coder instance with the Discord bot.
Firefox Auto Vertical Tab Link to heading
A very simple extension that automatically toggles vertical tabs in Firefox based on the width of currently focused window. Written with the WXT framework.
In Development Link to heading
Android Hant-to-Hans Translation Context Menu Link to heading
A simple Android app that add an button in the context menu that shows up when highlighting a piece of text.
When triggered, the app replace all Traditional Chinese characters with their Simplified Chinese variant (one-to-one mapping).
This is actually a built-in feature of iOS. So far I am unable to find an equivalent in the Android ecosystem, so I am going to write it myself.