Walk in the park, look at the sky: collected thoughts, processes and observations made during the course of making things
- 3D
- Altoids
- Analog
- Arduino
- Backup
- Bash
- Bookmark
- Design
- Dropbox
- Eno
- Eyes
- Face-Tracking
- ffmpeg
- Fusion360
- Future-Everything
- fzf
- Git
- Hardware
- IFTTT
- IndieWeb
- Input
- Inspiration
- Interview
- Inventory
- iOS
- Keyshot
- Kirby
- Leap Motion
- Mac
- Makerbot
- Making
- making
- Misconceptions
- OpenFrameworks
- Opinion
- Output
- P5js
- Plain Text
- Process
- Processing
- ThisisHCD
- tmux
- Tools
- Transferwise
- Travel
- URL
- Video
- Vim
- Vimwiki
- Watson
- Web
- Work
- Working
- ZX81
- Everything
/Bash
- 12.02.19 Using FFmpeg to convert image sequences to video
Often times my workflow involves converting a series of images into a video. I've always used Quicktime Player 7 Pro as the app I use to do…
- 07.03.18 Crazy-Fast Finding and Opening Files on the Command Line
It's usually always the case that I have a terminal session open somewhere on my Mac — either managing a Git repo, working with a Nodejs i…
- 05.03.18 Quicker Git with Handy Bash Functions
In the course of a typical day I'll write a lot of Git commits, typing out git commit -a -m 'a message' and then doing a git push again and…