POC14 Local Native Demo on macOS - from Installation to Syncing
- Install Local Native browser extension for Firefox and Chrome
- Install Local Native macOS desktop application
- Search by query and filter by time range
- Syncing Local Native desktop with another mobile device
POC13 rustup - Cargo - IntelliJ Rust Plugin
cargo build
POC10 Git clone localnative Code Repo
# dotfiles
source "$HOME/.homesick/repos/homeshick/homeshick.sh"
homeshick link
mr u
ls
# config git
git config --global user.name "your name"
git config --global user.email "email@example.com"
less .gitconfig
q
vim .gitconfig
:PlugInstall
:q
# clone code repo
mkdir -p repos/localnative
cd repos/localnative
git clone git@gitlab.com:localnative/localnative.git
tree -L 2 localnative
POC9 Brew Install vim ffmpeg etc
brew install vim ffmpeg tig tree htop
ffmpeg -i video.mkv -c copy video.mp4
POC8 Install Xcode and Android Studio
- Install Xcode from App Store - It will take some time to download
- Android Studio - Install from official website
- Homebrew - Install from command line
- Android Studio - Install from Toolbox App
- Install Intel HAXM - Allow "Intel Apps" in Security
- IDEs First Time Run - Initial configuration
POC7 Mac Settings - FileVault etc
- Sound - Show volume in menu bar
- Input - Add Pinyin
- Display - Turn off separate spaces to allow window span multiple monitors
- FileVault - Create a recovery key
POC6 Mac Settings - Dock and Trackpad etc
- Dock - Size and automatically hide
- Trackpad - Tap to click and scroll direction
- Trackpad - Enable three finger drag
- Display - Enable night shift
- Spotlight - Adjust search results
- Finder - Change new windows preference
POC4 VuePress - Static Website Setup for HXNYC 2020 Software Class
Use VuePress to setup the static website for HXNYC 2020 software engineering exercise class.
POC3 GIMP - Proof of Photo App Icon Creation
Use GNU Image Manipulation Program (GIMP) to create Proof of Photo (PP) App Icon.
POC2 Embed YouTube Video with iFrame
Embed YouTube video in static website with iFrame.
POC1 Proof of Codes Static Website Creation
Proof of Codes website creation with zola and firebase.