跳至主要内容

博文

目前显示的是 六月, 2022的博文

Use HTML

 Okay, I've finally found the HTML mode in the blog editor today. Alas. I'd paste all my HTML blog backups in if I've found it before the re-construction of my blog. Anyway, at least I am able to make use of Emacs org-mode's HTML exports for blog publishing. It's much better than writing by hand with the web based blog editor, already. A good beginning. Good night everyone.

My simplified Emacs setup

‎ Table of Contents 1. I have Emacs 28 installed on Windows. 1.1. With following list from GNU and MELPA archive: 1.2. and a list of customized key maps: 1.3. And default modes: 1.4. And Usage Package Settings: 1. I have Emacs 28 installed on Windows. 1.1. With following list from GNU and MELPA archive: (custom-set-variables '(package-selected-packages '(nano-agenda nano-modeline nano-theme use-package languagetool eglot cnfonts company-box company-tabnine multiple-cursors beacon))) 1.2. and a list of customized key maps: (global-set-key (kbd "C-x C-b") 'ibuffer) (global-set-key (kbd "C-S-c C-S-c") 'mc/edit-lines) (global-set-key (kbd "C->") 'mc/mark-next-like-this) (global-set-key (kbd "C-<") 'mc/mark-previous-like-this) (global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this) 1.3. And default modes: (beacon-mode 1) (cnfonts-mode 1) (nan

Open current file's directory

I've nuked my working Emacs environment for some known reason. To get back some editing power, I set up a simple Vim environment. As a result, I've always missed the capability to open the current file's directory for exploring. To do it in Vim: use netrw's Explore command series. :Exp :Lex :Sex etc. Note, there's a fascinating abbreviation -- Sex-plore ;)

一件关于 Native Compile 的小事

一直以来,Java程序的云原生部署都给人落后时代的感觉。 别人都是小型的Container, Java 需要个巨无霸的 JDK 捆绑。 别人都是死掉马上拉起服务,Java需要JVM前思后想左思又想的慢吞吞预热。 别人都是一个小小的配置,Java需要各种安全和系统级别的密钥仓库捆绑。 如此种种,直到有一天…… https://www.infoq.com/articles/native-compilations-boosts-java/

For Some Reason to Move

My blog was previously on GitHub. It was a really comfortable setup with Emacs Org mode to export everything as static Jekyll web pages.   It was forced to delete after some open source related bad thing happened.