Blog

Recommended YouTube Channels (for Chinese-Speaking Digital Nomads)

I’ve been scrolling YouTube for about ten years and watch it regularly while barely using domestic short‑video …

· 2 min
YouTube

Monaco-Editor Implementation of Syntax Highlighting

You need to configure the language to implement syntax highlighting in Monaco Editor. Here, we introduce the related …

· 2 min
monacojavascripteditor

How to Use Surge to Unlock Apple News Region Restrictions (Step-by-Step Guide)

Step-by-step instructions for removing the Apple News region block on iPhone using Surge modules, proxy services, and OS …

· 1 min
Network ToolsiOS

First Apartment Hardware List

I’ve lived in my first apartment for 1.5 years now. Overall, I think the hardware choices were pretty good. Here’s a …

· 1 min
Hardware Devices

About ChatGPT Search

On November 1st, OpenAI officially launched ChatGPT Search. After a day of testing, I’m hooked—here’s what you need to …

· 2 min
OpenAIChatGPT4o

Which Option to Choose for Git Merge

When submitting a Merge Request (MR) for a project branch, there are three options: Merge, Rebase, and Squash. What are …

· 2 min
Git

How to Use the Custom name in the target attribute of <a> tag (Step-by-Step Guide)

I learned about the tag’s custom target attribute during the technical weekly meeting, and here is my note.

· 1 min
a tagtargetbrowserHTML

Web Crash Caused by Styles in Chrome

What the bug is

· 1 min
Chrome

Quickly Fix Bugs in Open Source Community Repositories

In projects, we often use many third-party NPM packages, such as Mousetrap. We usually encounter bugs that have not yet …

· 2 min
NPMJavaScriptpatch-package

Browser Fingerprinting

What browser fingerprints are, FingerprintJS v3 vs. v4 licensing, expected accuracy, and basic usage.

· 1 min
JavaScriptWebShell

Personal Hardware List

· 2 min
Hardware

ua-parser-js Explained (Simple Guide)

In real-world development we often parse the UA header to detect device details—whether the user is on Windows or …

· 1 min
JavaScript

Frontend Visual Graph Editing

A recent project needed a visual flow editor. Here’s a survey of available libraries and tools. IBM’s Open-Source …

· 1 min
JavaScript

Invalid ZIP Package Issue When Compressing on Mac

When selecting a folder on Mac, right-clicking, and choosing to compress, the resulting ZIP package reports an error …

· 2 min
ChromeExtension

Getting the Apple Watch S10

I got the Apple Watch S4 in November 2018 and have used it for almost six years. The battery health has dropped to 77%. …

· 2 min
ToolAppleWatch

What You Need to Know About iPhone Mirroring

I have been profoundly experiencing iPhone Mirroring for some time, and it has become a daily feature. Here, I will …

· 2 min
MacOSSequoiaiPhone

What You Need to Know About ChatGPT Canvas

Finally, it has arrived! On October 3rd, ChatGPT released a new feature similar to Claude Artifacts, called Canvas. …

· 2 min
OpenAIChatGPT4o

What You Need to Know About OpenAI o1

Recently, OpenAI officially released the o1 model, claiming it to be the most potent AI model in history. At first, I …

· 2 min
OpenAIChatGPTGPT

What You Need to Know About ChatGPT's Advanced Voice Mode

Overview of ChatGPT's advanced voice mode—availability, supported platforms, tips, and limitations.

· 2 min
OpenAIChatGPT

Toutiao Search SEO

I already submitted the blog to Google, Baidu, and Bing, but never to Toutiao Search. I added it today—here’s the …

· 1 min
SEO

Passwordless Login for Linux Machines

For security reasons, passwordless login is generally implemented using public-private key pairs. Here, I’ll mark down …

· 1 min
LinuxSSH

Get the Current Directory of Any Selected File in WebShell

While implementing “click to download selected filename” in a WebShell based on xterm.js, I ran into a challenge: how …

· 1 min
WebShell

babel-plugin-import Explained (Beginner's Guide)

Due to bundle size issues, I’ve revisited babel-plugin-import. I wasn’t clear about this plugin before, so I’m …

· 2 min
JavaScript

The registry under the npm command does not work

Sometimes, switching the source of npm packages in a project is necessary due to network or security issues. The …

· 2 min
NPMNodeJS

redux-logger Tree Shaking Not Working

Investigates why redux-logger stays in production bundles, explores its UMD build, tries the 4.x ES module beta, and …

· 1 min
ReduxWebpackTree Shaking