为什么我不用笔记软件

2025年3月7日

2010年左右,我开始使用Evernote。那时候,我用它来记密码、软件注册码,还有一些杂项条目。接着,我渐渐用Evernote“收集”写得好的文章等。如今,我好久好久才会去登录一下Evernote,查看一些以前的东西。为什么我不再用笔记软件了呢?因为没什么东西需要记了。 不上课记笔记 有人需要上课 […]

2025年键盘选购

2025年3月3日

我于2015年买了Roccat Tyon(冰豹钛鲨豹)多键可编程鼠标,之后一直使用它。但有个悲惨的消息,Roccat公司在2019年被收购,于2024年所有产品停产。Tyon鼠标于2021年后也已经断货了。鼠标的可编程性需要向键盘转移,所以本文将会关注键盘的可编程性。 我上一次购买键盘大约在2017 […]

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 […]