Walk in the park, look at the sky: collected thoughts, processes and observations made during the course of making things
- 3D
- Ack
- adobe
- Altoids
- Analog
- Arduino
- Automator
- Backup
- Bash
- coltrane
- conference
- dataart
- Design
- Dropbox
- Eno
- Eyes
- Face-Tracking
- ffmpeg
- FOTB
- Fusion360
- Future-Everything
- fzf
- Git
- gridmarkets
- Hardware
- hitfilm
- houdini
- IFTTT
- IndieWeb
- Input
- Inspiration
- Interview
- Inventory
- iOS
- Keyshot
- Kirby
- Leap Motion
- Mac
- Makerbot
- Making
- making
- Markdown
- Misconceptions
- nft
- notch
- Notes
- OpenFrameworks
- Opinion
- Output
- P5js
- photoshop
- Plain Text
- Process
- Processing
- robots
- ThisisHCD
- tmux
- Tools
- touchdesigner
- Transferwise
- Travel
- tw3
- tx3
- Ultisnips
- URL
- Video
- Vim
- Vimwiki
- Watson
- Web
- Work
- ZX81
- Everything
/Git
- 24.07.18 Automatic Creation of .gitignore using the Command Line and Vim
I recently chanced upon a great little service called gitignore.io which provides an easy way to make .gitignore files for pretty much any…
- 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…
- 22.02.18 The Path of Least Resistance — Updating A Server Using DeployHQ
It's very easy to get stuck into certain ways of doing things; there's a comfort in the familiar yet the danger is there's actually a…
- 19.02.18 Exporting Git Branches
Here's something that may be handy for some of you working with Git. At the end of a project I'll often have many branches that I made…
- 08.02.18 Using a Git Repo to create a physical document of the work
I've always felt it important to document the work. Sketches, scraps, iterations, failures and surprises are all part of the process and so…