Explore >> Select a destination


You are here

www.poppastring.com
| | jrhawley.ca
2.7 parsecs away

Travel
| | I run this site using GitHub Pages, so here's my setup of how I make it easier to test my site before I make changes, using Visual Studio Code.
| | www.joeltok.com
2.2 parsecs away

Travel
| | The Problem Over the years I've often needed to search for specific files by their name in Visual Studio Code, but never figured out how to do it. I had always assumed that a Command F would reveal the file to me, but nope, that always only searched within files. So I've had to always resort to using complicated bash commands from search engine results (searching a new method each time I needed to do this), or literally trying my luck poking at folders in a random search.
| | www.forrestthewoods.com
1.3 parsecs away

Travel
| | A step-by-step guide for debugging Rust with Visual Studio Code.
| | nickcharlton.net
52.1 parsecs away

Travel
| Ive been playing around with Kubernetes a bunch recently, especially with Google Kubernetes Engine (GKE). Google Cloud, and especially, their managed Kubernetes solution works really well. The best tool for configuring this sort of thing is Terraform, but the few examples I came across had lots of extra complexity which I felt distracted from what really needed to be there. This starts with a very basic implementation to bring up a cluster, through to some useful configuration for nodes which you can bui...