I use Apple M1 max for daily use. Majority of development happens here. Everyonce in a while when I need x86-64 arch for something I create a linux VM on my local proxmox server that I run at home.
Tools I use#
- Git
- VScode
- Docker
- Obsidian
- pre-commit
from pprint import pprint
def show(json):
pprint(json)
package main
import fmt
// main function
func main(){
fmt.Println("Hello World")
}