How to run Fcitx5 and Rime on Ubuntu 20.04
In the recent few days, I tried to install and run Fcitx5 and Rime on my Ubuntu 20.04, and I’ll be summing it up in this post.
In the recent few days, I tried to install and run Fcitx5 and Rime on my Ubuntu 20.04, and I’ll be summing it up in this post.
更新于:2022-10-13
In recent few months, as a result of my thought and inspiration over the last two years, I scratched out the Ming Programing Language, which is basically a dialect PL of Racket that I translated parts of its keyword names to Chinese.
Recently I had hacked the Zhengma method to make it more practical for people to input Chinese characters: https://github.com/yanyingwang/mzhengma.
Cast my mind back to the first time I learn programming, around that time I was struggling to figure out all the ingredients about programming through reading books, back then I remember the boring feeling so clearly. Eventally I was obliged to give up the reading and tried to learn programming through directly writing code to resovle tiny problems I’d confronted.
updated at: 2022-02-25
Take a bite of racket’s Local Binding, at the first sight we might already acquire the gist about the usage of define. And then it will come to us with let and for, both of them can be used for loops.
Most recently, I’m very passionate about chinese classical culture. If we take a deep look at the core of chinese culture, we are going to notice all of them include Traditional Chinese Medicine and 24 solar terms and even the way how ancient chinese recording time as their calendar, which is a mix of solar calendar and lunar calendar, are derived from Yijing. In a way, we can say that almost all the chinese things are built on the top of ideas of Yijing, although to this day the importance of it has been diminished by the developing of modern western science.
Recently I extract my code from a former project rainbow-delimiters to scribble-rainbow-delimiters, which is useful for reading code on HTML page generated by Racket’s Scribble.
Recently I have been in the project to develop Wechat Mini programs, and when it comes to the part of decrypting data, I find out there does not exist a Ruby Gem for this although the Wechat official provides code sample but it is only for Python/PHP/C++. So I decided to resemble the Python source code and write a Ruby Gem based on it.
Recently I received an email of a github comment on a Racket Package of mine named http-client, which was announced to release by my post of Announcing the release of http-client. Until then, I realized there really exist someone using my packages except me. This also make me realize I already came to the point to fathom out the design of Racket’s package version that I tried before and abandoned because of being short on time, and I should commit to add versions to my packages.
I’m writing this post to announce the release of a new Racket package called Qweather, the source code of it is at: https://www.github.com/yanyingwang/qweather.