djblue | 3 years ago | on: Clojure Turns 15 panel discussion video
djblue's comments
djblue | 5 years ago | on: ClojureScript 1.10.844
djblue | 5 years ago | on: ClojureScript 1.10.844
djblue | 5 years ago | on: Espruino: JavaScript for Microcontrollers
djblue | 5 years ago | on: Show HN: Portal – A new data browser for Clojure to navigate through your data
djblue | 5 years ago | on: Show HN: Portal – A new data browser for Clojure to navigate through your data
djblue | 5 years ago | on: Show HN: Portal – A new data browser for Clojure to navigate through your data
djblue | 7 years ago | on: Show HN: Tetris Implemented in ClojureScript
djblue | 7 years ago | on: Show HN: Tetris Implemented in ClojureScript
djblue | 7 years ago | on: Show HN: Tetris Implemented in ClojureScript
djblue | 7 years ago | on: Show HN: Tetris Implemented in ClojureScript
djblue | 7 years ago | on: Show HN: Tetris Implemented in ClojureScript
djblue | 7 years ago | on: Show HN: Tetris Implemented in ClojureScript
djblue | 7 years ago | on: Way to store your dotfiles: A bare Git repository (2016)
1. Template files using a syntax that was easy find / replace using a regex. You could use an existing one if you like.
2. Generate a bash install script with all the file variants embedded as base64 strings. I can build this script locally, but I also have a travis ci build that pushes up the install.sh script as a gh-pages like branch.
3. I can now curl the install.sh script from any machine I want and bootstrap my dotfiles. The only install time dependencies are bash, curl, git, base64, mkdir, and echo so it's a very portable self-contained script.
4. During install time, I use a case on hostname to determine which files to use and I use git to put them into my $HOME directory using a similar strategy described by the article.
github: https://github.com/djblue/dotfiles install.sh: https://git.io/vxQ4g
djblue | 7 years ago | on: Chicken Scheme 5.0
djblue | 10 years ago | on: GitHub user 4148 just starred 129k repositories and still counting
djblue | 10 years ago | on: GNU Guile site redesign
djblue | 11 years ago
djblue | 11 years ago | on: Show HN: Setup a Ghost Blog Using Docker and Nginx
djblue | 11 years ago | on: Show HN: Node.js middleware for unifying the way you send HTTP response statuses