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.

2023-03-23 12:01 #

Multiple Linear Regression in SQL with Only SUM() and AVG(). For those interested in multiple regression and residualized regressors as well! #statistics

2023-03-20 09:36 #

If you type something that looks like a filename, you probably want to prioritize filename matches. When your search query looks like a filepath, you probably want to use an algorithm designed for filepath matching. This makes zf a “do what I mean” program. — A different approach to fuzzy finding

2023-03-20 09:35 #

♪ Plain White T’s · Hey There Delilah

2023-03-20 09:33 #

Together with Vinfo, dpans2texi makes it easy to navigate through CL help files. Be sure to apply the following patch as well. #vim #lisp

2023-03-17 21:08 #

Peonia is waiting for its time…

img

2023-03-08 15:56 #

Testing my new mapping of the month:

nnoremap <expr> <tab> tabpagenr('$') ==? 1 ? "<C-^>" : ":tabnext<cr>"

Basically, use TAB to switch to the alternate buffer when there’s no other tab, otherwise go to next tab (and cycle). #vim

2023-02-27 12:24 #

♪ Washed Out · Amor Fati

2023-02-27 12:13 #

Each time I take a look at This week in Neovim (#33 right there), I feel like there’s so much new stuff published every week that we will get another (M)ELPA for Neovim packages at some point. #vim

2023-02-27 12:11 #

European Route Planning: Clear and elegant use of postgres and shell scripting.

2023-02-27 11:56 #

I’ve been using part of mini.nvim last year but for now I’m just loading the completion module. I noticed there’s an increased number of modules developed since last time I checked. I warmly recommend those modules if you want something light, easy to install and to setup. #vim