Skip to content

Instantly share code, notes, and snippets.

View alejandro-llanes's full-sized avatar
🏠
Working from home

Alejandro Llanes alejandro-llanes

🏠
Working from home
  • Medellin, Colombia
View GitHub Profile
@alejandro-llanes
alejandro-llanes / gist:8bb72500fc1ebe43be3ea0cb0174e275
Created September 1, 2026 20:28
Local installation of tree-sitter parser
# Install tree-sitter parser that will be loaded by maxgus editor.
git clone --depth=1 https://github.com/tree-sitter-grammars/tree-sitter-kdl.git
cd tree-sitter-kdl
gcc -shared -fPIC -Isrc src/parser.c src/scanner.c -o libtree-sitter-kdl.so
sudo install -m 755 libtree-sitter-kdl.so ~/.local/share/maxgus/grammars/
# Install tree-sitter parser that will be loaded by maxgus editor.
git clone --depth=1 https://github.com/tree-sitter-grammars/tree-sitter-kdl.git
cd tree-sitter-kdl
gcc -shared -fPIC -Isrc src/parser.c src/scanner.c -o libtree-sitter-kdl.so
sudo install -m 755 libtree-sitter-kdl.so /usr/lib/

FreeBSD Wireless bridge + bhyve + Alpine Linux.

Brief

I always liked FreeBSD because its stability, some servers I've launched years ago are still up and working; however I feel like the desktop experience cannot satisfy my requirements to be used as a daily driver.

The main stopper to me, is the low wifi performance with the actual available drivers; I've been twerking lots of kernel options and others configs, but at