Tweet
Yup it is. Number one skill to learn in the current AI environment is #BASH #BuildinPublic
I also have a number of #bash scripts that I can run from my laptop. For instance, if I want to see some database stats I can run ./db_stats.bash ..avoiding ssh-ing into the box and querying by hand #buildinpublic #bashscripting
232 commits later: the initial working version of my #dotfiles 'toolbox' is near. Will #opensource it somewhen.

Learned new:
πŸ‘‰ #SHELL
πŸ‘‰ #BASH
πŸ‘‰ #ZSH

Improved skills:
πŸ‘‰ #Homebrew
πŸ‘‰ #Git
πŸ‘‰ #macOS internals

All in 2 months; on side. Somehow proud! πŸ₯·#buildinpublic
Weekend chores are done!
β˜‘οΈ Meals planned
β˜‘οΈ Groceries purchased
β˜‘οΈ Vehicles fueled
β˜‘οΈ Vehicles washed
β˜‘οΈ Wipers replaced
β˜‘οΈLightbulb fixed

Time to get to the important stuff!
⬛ @n8n dynamic #BASH scripts
⬛ @caddyserver experiments

#NoCode #buildinpublic #automation #startups
Currently, Osm Admin codebase is 6368 lines long.

How do I know that?

Here is a little handy command πŸ‘‡

find src -name '*.php' | xargs wc -l

#osmadmin #buildinpublic #bash
Decided to put my @CANARIE_Inc DAIR scripts up on @github for others to use. You can find them at github.com/TephlonDude/da…

Feel free to help yourself!

#NoCode #buildinpublic #scripting #bash #VM
{ Portfolio Update 2 }
#vscode #reactjs #styledcomponents #buildinpublic
Had to reinstall Ubuntu as a chmod -R went wrong and I locked myself out of my own file system. Thank god for #bash scripts and backups.
This weekend I want to clean up and improve on the Bash scripts for Deployment from Scratch. It's amazing how little Bash can give you a nice framework for small server configuration. #bash #linux