This article is about how I deploy a Linux, Apache, MySQL, and PHP (LAMP) environment on my DigitalOcean VPS.
I wrote this article in Chinese originally. I borrowed some ideas from the internet.
(more…)This article is about how I deploy a Linux, Apache, MySQL, and PHP (LAMP) environment on my DigitalOcean VPS.
I wrote this article in Chinese originally. I borrowed some ideas from the internet.
(more…)I was doing a refurbishment for my personal website right here. The idea came from Felix Wong.

In the hover panel, first thing first, there is the area for the menu. Below the menu, there is a search bar. Under the search bar, there is an area for widgets. In the end, there is the menu for switching languages.
The button itself is the picture used as the Site Icon for Twenty Twenty Theme. The width of the hover panel is 76% or 38.2 (the golden ratio) depending on the screen size. The opacity is 0.9, which is “semi-transparent”.
Felix proposed a good question that for some devices, the position of the notch might affect the visibility of the hover panel button.
To resolve this, I am thinking about the following solution:
First: I need to write some script to detect the position and shape of the notch. I hope that I can do it with JavaScript only.
Second, I need to check if the notch influences the visibility of the hover panel.
Lastly, if the notch doesn’t exist or it doesn’t matter at all, no action is required. Otherwise, I need to adjust the padding-top of the hover panel to prevent it from being overlapped.
Today is the first day of the Year of the Ox, which happens once in twelve years.
So, whether you are celebrating it or not, I wish you a prosperous year!

Did you use to be addicted to Snake?
Now, with the help of a TensorFlow model called PoseNet, you can get a totally different experience with this classical game. That’s because:
You can now use your face to control the snake!
Have a try here: https://projects.panchen.ca/snake/
Acknowledgements:
A Chrome extension that automatically redirects webpages to myaccess.utoronto.ca with one-click. Save people’s time! It may take people 5 seconds to 10 seconds to copy and paste myaccess.utoronto.ca in the address bar, but now it is just one click.

More Background:
For many papers we find online, they are not free or are login-required. For instance, this one from ACM digital library at https://dl.acm.org/doi/10.1145/352871.352887.

However, UofT library mirrors a great number of websites, including ACM digital library, and grants access to the UofT community.
For example, UofT library mirrors this page at https://dl-acm-org.myaccess.library.utoronto.ca/doi/10.1145/352871.352887. If you are a UofT student, you get access to that paper using this link.
And there is a pattern in the URL conversion. This extension does this job for you. You don’t need to convert the URL yourself, all you need is one-click.
The extension is published in Chrome web store: Click here to add it.
So far, there have been four versions of my personal website.
At the very beginning, my personal website was HTML+CSS+JavaScript, with no backend, just frontend. Even though it could be hosted in GitHub pages, I still hosted it on a server.

Link: Pan Chen’s Website (first version)
I brought PHP and MySQL into my personal website, made it a dynamic web page such that the visitors could leave comments to me.
Also, I made a resume management system for this version, I could update my online resume without touching the HTML code.
It once won a 100% Lighthouse performance score.
I hosted this version on a Ubuntu server with the LAMP stack.
Since May 6, 2020, I had been refactoring my personal website using Laravel, the PHP framework which follows the model–view–controller architectural pattern.

Link: Pan Chen’s Website (third version)
On December 6, 2020, I started the work to integrate my personal website into a WordPress site. To speed up, I moved to LNMP stack, and used the global CDN provided by Baidu.
This is the latest version.

Notes
Credits

SickKids Uroflow was a project for UofT’s CSC301 course, in which I worked as a front-end developer with a team of seven.
We partnered directly with The Hospital for Sick Children (SickKids) to develop this application. We built both a web app and a mobile app. Through our product, patients can have the sound of urine recorded in the mobile app, which will be sent to the backend. There is a pre-developed natural network model that generates a curve for the sound of urine. The clinicians can see the curves of their patients, update the status, leave comments if necessary.
For more information on this application, please check us out on Github or see the video demo.
From HTML+CSS+JavaScript, to Vanilla PHP,
From Vanilla PHP, to Laravel,
From Lravel, BACK to WordPress.
(more…)I created the Web APIs with Python and Flask in a CSC301 assignment.
Both integration and unit tests are done, making sure that the features: order pizza, order drink, change order, check menu, set delivery, and so on, were implemented correctly.