2020-06-04T22:14:24+00:00
What a cool website... Music For Programming
What a cool website... Music For Programming
docker-compose up -d
Now I can open Visual Studio Code and run a go project against SQL Server, and tear it all down as I want. Gonna definitely blog on this, as it's super cool to see this work so well.
While Docker has a steep learning curve, being able to have a full clean dev test environment with SQL Server in a local container and another Ubuntu container to run Go projects in absolutely amazing, not to mention working "inside it" with Remote Workspaces extension from Microsoft.
Quickly install Git Town using bash in Ubuntu container with the following:
{{< gist sheldonhull "adeb27394527dbd9a27408c1ba79718d" "install-git-town.sh" >}}
Iterm2 is just beautiful. What a fantastic tool with so many usability features.
Migrating from Windows 10 to macOS for professional use this week. So far the most painful things have been:
Other than that, so far have most things up and running, and forced myself to do it through Ansible to learn something new. I now know I could setup my macbook 90% of the way in minutes with Ansible, so that's a win!
Digging the guitar tone in this. Need to break out my Line6 Helix now. 🎸
{{< youtube PanHXyARGlM >}}
✔ Animated a fuzzy tickle creature.
✔ Rescue a bird stuck in a vent
✔ Begin DevOps yaking shaving session
Jedi: Fallen Order has the most linear gameplay I've done in a while. View map, get object, run for 15 mins to get back to beginning of map. Rinse and repeat. Feels like I'm back to Skyrim and endless walking. I think Dying Light ruined me with it's parkour and movement dynamics that made everything feel so immersive.
GitHub Codespaces was announced today. I've been a believer in this for a while now, and have been on the early access testing of online.visualstudio.com. Apparently it's renamed to Visual Studio Codespaces now, and is the same tech. Will be a while before this trickles out to be mainstream, but as an early adopter of "developer workspaces as code" it's an exciting time.
The fact that I can now spin up with a couple text files a full development test environment, with SQL Server in Docker, a configured development environment with linting and more, and then rebuild this in a few minutes on any machine is pretty incredible.