Home

3D print a QR code for this site for ACS Spring 2024

I will be attending the ACS Spring meeting in New Orleans next week. I thought it might be useful to make a QR code for this site so that I could use it while networking. Instead of print a 2D image, I decided to make it 3D.

Build GitHub Pages locally with Jekyll

When you are working with Github Pages, it is such a pain to test it, especially if you are working on something like this Jekyll-based site. Without setting up a local environment, to view any change, you have to git commit and push, then wait until GitHub to have your site updated. I decided to follow the official tutorial to do it myself.

Predict protein-protein interactions with a neural network

Well, I recently review a manuscript on predicting the so-called "protein-protein interactions" (PPI) with a convolutional neural network (CNN). The quality of the paper was exceptionally low, but I was really curious on the validity of their results and if I could achieve better predictions, so here it is. The protein to the left is 8IUA rendered with VMD.

Encrypt and resolve your self-hosted services

If you are a home lab person, there is no need to explain why the problem here is annoying. Use Nginx Proxy Manager and AdGuard Home to certify your self-hosted services and access them without port numbers.

Host Homepage inside a Alpine LXC

Homepage is popular dashboard application that you can self-host. A convenient script to set up Homepage inside a Debian LXC is already provided by Proxmox VE Helper-Scripts, but I just feel it is such an overkill to use Debian here. So here is a quick tutorial on how to set up the Homepage application within Alpine Linux from scratch.

Fix Synology DS2415+ NAS that suffered from an Intel CPU bug

There is a hardware bug in certain Intel Atom CPUs. These CPUs will degrade over time and eventually the computer will not boot up due to the clock issue of the CPU. Funnily, fixing the problem only need one resistor to be soldered on the motherboard. The only thing is that the CPU will die again and by that time, there is no way to fix it.