Google Code Jam 2019 Qualification Round

It was probably depressing to realize that I have not participated in any programming competitions since the last October. It is more depressing that I nearly missed the Code Jam of this year: I received no notification mails and I did not think of it either. Anyway, I was lucky that someone informed me that it has begun in the last few hours, and here I come.

Read more“Google Code Jam 2019 Qualification Round”

Updating to WordPress 5.0

While I have been using WordPress 5 on my local test server for months, I still worried about possible breakage caused by an update. Anyway, if my Gentoo experiment is any indictment, then I should have come to the conclusion that “not updating your system” breaks the system worse than “often updating”. The point is that by holding off updates for a long time, there has to be a point where new software start to be not compatible to your base system, and reverting to old versions gets harder and harder. And if you only fix it then it finally breaks, it might has already become a mess that’s impossible to deal with.

Hence, despite the concerns, here I updates the website.

Read more“Updating to WordPress 5.0”

Switching Algorithm for Let’s Encrypt

Yesterday I received an email from Let’s Encrypt, the certificate provider I have been using and previously talked about in a previous post.

The mail says:

Your Let’s Encrypt client used ACME TLS-SNI-01 domain validation to issue a certificate in the past 60 days. Below is a list of names and IP addresses validated (max of one per account):

ahyangyi.org (159.89.199.139) on 2019-01-16

TLS-SNI-01 validation is reaching end-of-life. It will stop working temporarily on February 13th, 2019, and permanently on March 13th, 2019. Any certificates issued before then will continue to work for 90 days after their issuance date.

Seems a quite urgent issue, since it will actually break my setup if I do not take actions. Admittedly, this blog has been in a hiatus lately, but I do not want to see it dead.

Read more“Switching Algorithm for Let’s Encrypt”

Print Style

Just realized that Kahuna has already included print style in their CSS, so that printed posts will be mostly black-on-white. It saves ink and promotes clarity.

My CSS hacks had interfered with this and caused the printed pages to have a weird header. It has now been fixed.

Fixing the webfont kit

Anyone interested in typography will probably ask me this question:

Why is there no ligature for “fi” in the site title, de finibus?

And for some time I thought the answer was: “I would like to, but Adagio Serif does not come with one.”

Which is completely wrong. Adagio Serif has a ligature for “fi”, as its style really asks for one.

It leads me to investigate why I don’t see ligatures in my website.

Read more“Fixing the webfont kit”