RSSAmplifier

Blog

Patrick Wu's Space

patrickwu.spaceRSS feed ↗20 posts

Latest posts

如何在 Fedora 上正確設定 Neko Project II Kai 來玩 PC-98 遊戲

聲音在哪裡 前段時間突然很想玩 PC-98 遊戲,所以從網際網路上找了一些 PC-98 遊戲,然後參考各種建議後準備使用 RetroArch 內建版的 Neko Project II Kai。 我先試了 Steam 版,結果發現它所有

How to properly set up Neko Project II Kai to play PC-98 games on Fedora

In search of the sound Recently, I had a sudden urge to play PC-98 games, so I downloaded some from

How to fix 'InvalidDistribution: Metadata is missing required fields' Error when uploading to third-party PyPI Registry

The issue I am trying to build one of my project using Python’s build module and then upload it to m

This address is restricted

TL; DR This article will dive into this error message I accidentally found in Firefox when I tried to access a local

Setup Remote Debugging via Attaching Process for Rust in VSCode

TL;DR This article will cover how to debug a remote Rust library by attaching it to the main remote process in the re

Install Lemmy, Simplified(?)

It’s been a while… I have to admit, I haven’t posted much this year. As I just posted a simple solution

Doing add and subtract directly in Go templates

Well, You Know You know, this year happened way too much that I just realized I haven’t posted for a really l

The Jellyfish stings: Note to upgrading servers from Ubuntu 20.04 to 22.04

TL;DR After upgrading my main server from Ubuntu 20.04 to 22.04, I had to fix a few things related to PHP, Apache2, D

Solving GSConnect on Fedora unable to find phone

TL;DR This is a quick post on how to solve the issue of GSConnect on Fedora being unable to find mobile phones; The s

formidable, koa-body and my rant about CVE

TL; DR This is a recent thing that happened to me around a vulnerability that caused incompatibility in the project i

Shrinking and Securing that Container

TL; DR This article will talk about several tools I am recently using to better secure the existing and in-developmen

Switching Images when Changing System Theme

Following system color scheme in HTML easily achieved since the availability of prefers-color-scheme in CSS. This website al

Build a static comic blog using Hexo

TL;DR This is an article about building a simple static comic blog that behaves like xkcd<

Update on WSL Interoperability Check

Well Well Well… I messed up it seems. Checking whether WSL Interoperability is enabled or not is not that simple. <figure class="i

Microsoft Build 2021: My Tiny Little Summary

TL; DR Oh, look, a wild Microsoft Build appeared! The Microsoft Build this year was, you know, all virtual again. As

Ubuntu 16.04 End-Of-Life on WSL: What you should do

Ubuntu 16.04 LTS reached End-Of-Life today. This also means Ubuntu 16.04 on Windows also will get off from the Microsoft Store. For peopl

Solving Native Docker (Not Docker Desktop) unable to start on Ubuntu 20.10+ on WSL

Right now, you know you have two options to run docker on WSL2: You can Install using the package manager version;

WSL powershell.exe Output Encoding Problem

Well well well, here we go again. I recently received a bug report that when there are umlauts in their username (<a href="https:/

Mia Unua Afiŝo en Esperanto

Estas mia una afiŝo en Esperanto sur ĉi tiu blogo. Estas homoj kiuj demandas mi ‘Kial vi volas lerni Esperanto?’ La origina caŭso estas k

Implement a "tab" in JavaScript

TL;DR This article is a quick guide on building a simple tab on a webpage using vanilla JavaScript.