Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

Since I learned Graphviz, I often use it to create flowcharts or simple diagrams. Most of the time, using it is quite convenient because the flowcharts are small and only used for illustration, not...

For me, Metroid is a very magical game. Although I know it’s one of the pioneers of the Metroidvania genre, I only played Castlevania when I was young and didn’t have much interest in this series…

During the Mid-Autumn Festival, I didn’t want to work overtime and finished the last two cases of The Great Ace Attorney 2 in one go. The script is not inferior to the Phoenix Wright trilogy, and the second-to-last case, “Future Science and the Return of Souls,” left a deeper impression on me…

Today, after upgrading Manjaro, the most basic ssh login suddenly had issues, and the prompts were as follows:

1
2
3
4
Unable to negotiate with UNKNOWN port 65535: no matching host key type found. Their offer: ssh-rsa,ssh-dss
lost connection

sign_and_send_pubkey: no mutual signature supported

Upon investigation, I found out…well, OpenSSH deems the ssh-rsa encryption method insecure and has directly disabled this key type for logins by default starting from 8.8

I’ve been extremely busy lately, with too much work to finish… so I haven’t had much motivation to write. However, this time I’ve applied what I’ve learned in the past six months to build my first web app with database operations, which is worth commemorating. Although I’m short on time, I’ll start with the text and add images later.

I’ve been using my Nuts Pro for over three years, and everything is slow, and the storage is always running out. It’s time to make a final effort… Desperate times call for desperate measures, so I’m going to try flashing it. If it works well, I can keep using it for another year and a half. If not, I’ll have to buy a new one with my end-of-year bonus.

I’ve had my Nutro Pro for over three years now, and it’s been slowing down significantly. The storage space is also running low, making it hard to use comfortably. So, I decided to give it one last...

2020 was too busy… In the middle of the year, I discovered that the material-x theme had been significantly upgraded, but I didn’t have time to update it. By the time 2021 arrived, I gave up on upg...

mSINGS is a software tool used to detect MSI (Microsatellite Instability). Its advantage seems to be that it can be used for tumor-only samples.

Due to project requirements, I finally took the time to actually look into how to use Flask. Here’s a record of what I learned.