Skip to content

Instantly share code, notes, and snippets.

View jswny's full-sized avatar
🦥
AI slop

Joe Sweeney jswny

🦥
AI slop
View GitHub Profile
@jswny
jswny / hn-opinions.md
Last active July 20, 2016 19:44
A list of things that Hacker News likes and dislikes.

Likes

  • Haskell
  • Go
  • Rust
  • Visual Studio Code
  • Vim
  • PostgreSQL
  • Elixir
  • Phoenix
@jswny
jswny / j1.io-deploy.sh
Created May 25, 2016 19:43
Shell script to automatically deploy j1.io using Docker.
# This file will automatically deploy j1.io using Docker to /var/www/j1.io
printf "Starting deployment...\n"
cd /var/www
printf "Cleaning up before starting...\n"
rm -rf j1.io
docker stop j1.io
docker rm j1.io
docker rmi jswny/j1.io