Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
Doing without knowing
#365daywriting Without much knowledge about macOS programming, I spent my afternoon in the first day of the year of Horse gluing things together to have a macOS app telling me how my Macbook resources are at now Introducing MyMacFen I spent sometime...
Some notes on using VietArduino board
https://github.com/productmakerlabvn/Vietduino-WiFi-BLE-ESP32/blob/main/README.md Some Problems on macOS when trying with this board (you only be stupid once!) First problem - wrong wiring causing unable to upload software into the board This was...
[git] list all change-logs (commit) of a certain project between tags
git log --oneline oldTag..newTag
Notes on Android Studio setup on M1 Macbook
Some notes JDK setup Download JDK from Azul site Using Azul JDK above 2. Android Studio download Choose the ARM version (in preview mode) 3. Setup ENV export ZSH="/Users/toantran/.oh-my-zsh" export ANDROID_HOME="/Users/toantran/Library/Android/sd...