Reset macOS notification setting
September 5, 2021
macOS
They other day I tried two macOS app Serenity and NoNotify.
The first one can mute notification sound of selected app. The second one can mute all notification when selected app is focused.
Refurnish this blog
September 4, 2021
blog
It’s been a long time till last blog (2019). Lot of things happened. Anyway, I’m here trying to write more.
I moved the blog from lazyblog on GitHub pages to blot.im, since I’m too lazy to use lazyblog and blot.im allow me to be lazier.
Use Emacs With Home Row
January 15, 2019
goku
macOS
karabiner
emacs
After writing about switch buffer in emacs last year. I keep looking for the way to switch buffer quicker and more comfortably. I mentioned the package awesome-tab in that post and I’m still using it.
Switch Things Faster
October 3, 2018
karabiner
emacs
macOS
efficiency
Talking about buffer switching in emacs in the last post , I said that I have keybindings to switch between the two and three most recent used buffers. And the author of the reddit post chose to use buffer-flip package.
The buffer-flip package makes switching buffer like those switching applications behavior in operating system, like alt-tab
in MS Windows and command-tab
in macOS. VSCode also can switch among opened files with control-tab
. The problem of these methods are obvious. They can only switching in a specific order and they all bind to these uncomfortable keys.
Fix The Log Folder Permission Problem With Homebrew Services
September 29, 2018
macOS
tool
Recently I’m developing this GokuRakuJoudo tool to enable user config karabiner with edn file instead of json file.
I deploy it to the macOS package manager homebrew so that user can install it with homebrew easily. Since the tool is used to watch the edn file and transform it to json file. It’s naturally to use homebrew services to run the command.