Test Your Chinese Using This Quiz

I haven’t found a good online test to simulate the official TOCFL Chinese test. So here is a version I made.

Using Sidekiq Iteration and Unique Jobs

This will remove the sidekiq iteration hash from the arguments, so the sidekiq job will appear unique to unique jobs.

Using Radicale with Gnome Calendar

After reading this post on getting Radicale working on Gnome CalDav and CardDav. I just wanted to make my own post to show how it’s done in nginx. Here is the code below:

Why I Regret Switching from Jekyll to Middleman for My Blog

Around five years ago, I made the decision to migrate my blog from Jekyll to Middleman due to my belief that Jekyll was too limiting. Middleman offered the flexibility to utilize any Ruby gems without the need to deal with liquid tags. However, as time passed, I discovered that my choice had its drawbacks, and I now realize that Jekyll was a more suitable platform for my blogging needs.

Pick Random Item Based on Probability

I was working on my game recently and realized my random item code doesn’t randomly select items the correct way.