aliquote.org

Latest micro-posts

You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.

2025-09-16 09:03 #

New features available with macOS Tahoe: Apple Terminal gets Powerline glyphs and 24-bit color support. What else? More detailed review here. #apple

2025-09-16 08:53 #

Looks like Tahoe is ready, as well as another sequel of Sequoia. #apple

img

2025-09-15 09:08 #

Why are bookmarks dismal? Because they tend to accumulate way too fast. — How I manage my bookmarks

Whence the micro section on this website…

2025-09-11 15:51 #

/me is listening to “Papillon” by Editors

2025-09-04 21:18 #

/me is listening to “Beautiful is Boring” by BONES UK

2025-09-04 14:22 #

https://w3m.rocks: Site dedicated to the finer aspects of W3M, an open-source terminal web browser (and pager) available for any Unix-like OS.

2025-09-04 12:45 #

Comfy macOS setup: Neomutt running inside Tmux in a separate tab) so that I can completely wipe out Apple terminal and get back to it at any time. Also, setting beep_new = yes put a little bell on the tab when I got mail.

img

2025-09-03 12:34 #

If you installed the XCode command-line tools and you did notice there’s no longer /usr/local on macOS, you probably want to add the following to your after/ftplugin/c.vim for gf to work properly on included headers:

setlocal path+=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
2025-09-02 21:59 #

/me is listening to “The Last Beat of my Heart” by Siouxie and the Banshees

2025-09-02 13:00 #

Lot of VimL here…

~/.config/nvim
» tokei -e pack -s files
===============================================================================
 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 Vim script             78         6095         5761          128          206
 Lua                    17         1674         1567           37           70
 Scheme                  2           99           91            1            7
 Plain Text              2          418            0          334           84
 BASH                    1            8            4            1            3
 Python                  1            1            0            1            0
 Swift                   1           13           11            1            1
===============================================================================
 Total                 102         8308         7434          503          371
===============================================================================