You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
The web today.
On macOS, relying on ZDOTDIR=$HOME/.config/zsh
helps to declutter hidden files in $HOME
. I initially put it in my $HOME/.zprofile
, but you will need to use .zshenv
(a symlink to .zprofile
also works) in order to make your $PATH
available in Neovim terminal. #vim
TIL about LocalSend.
Apparently, vibe coding is when you explain to your AI-based editor what the heck you wanted to do, except you’re much more into debugging code written for you. WTF it is calling vibe coding? I wouldn’t mind it being called AI coding, but vibe? — Am I becoming obsolete or just older?
Other languages may share some of these features, but Lisp has them all together. It is a language that was designed to be used as a tool for thinking about problems, and that is the fun part of programming. — Why I Program in Lisp
What happens when you neglected your feed reader for two months or so.
Interesting read from weeks ago (yeah, I’ve been pretty suiet lately): 100 years to solve an integral.
14 Advanced Python Features. Note that this covers features introduced in Python 3.10+. #python