sed vs awk

2025年2月26日

For anything other than simple substitutions on a single line you should be using awk, not sed. Hold spaces, pattern spaces, and 95% of the sed langua […]

Disable Windows 10 Services

2025年2月23日

Touch Keyboard and Handwriting Panel Service 如果禁用,将无法使用中文输入法或任何英文以外的输入法。 Microsoft Software Shadow Copy Provider 如果禁用,System Protection里的System Restor […]

String Editing Problem

2025年2月22日

The string editing problem arises in many applications, notably in text editing, molecular sequence comparison, etc. Algorithmic aspects of this probl […]

differencing algorithms

2025年1月30日

Given two (sets of) objects \(o_1, o_2\), the learn function generates a program p. When given \(o_1\), the program p recovers \(o_2\). When given ano […]

How git stores revisions

2025年1月29日

In this article, I will inspect the internals of git by experiments. I will create repositories, make commits, and use git plumbing commands to reveal […]

Customize search engines

2025年1月18日

In Firefox, go to about:config, add key browser.urlbar.update2.engineAliasRefresh to true. Otherwise you can’t manually add search engines or ru […]