|
You are here |
willj.net | ||
| | | | |
www.ramblingcode.dev
|
|
| | | | | Collection of bite-sized posts and projects on web development - focusing mainly on Ruby, Linux and Javascript. | |
| | | | |
blog.jonm.dev
|
|
| | | | | Update 3: Ok, got this all documented, cleaned up, and pushed to Github: vagrant-concourse-local. Update 2: Bosh deployment also didn't work on Windows. I did finally manage to get builds working. Rough recipe was: use Vagrant (from the Windows shell) to spin up an Ubuntu box. Run vault, postgres, and concourse via docker-compose (I wanted to use Vault because that's how I am used to managing secrets, although unsealing is a pain). | |
| | | | |
nathanchance.dev
|
|
| | | | | Recently, I built a computer for school that I installed Windows 10 Pro on (link to the current specs if you are curious). I was a little bummed about leaving Chrome OS because I was going to lose my local Linux development environment; however, Windows Subsystem for Linux is a thing and it has gotten even better with WSL 2, as it is actually running a Linux kernel so there is full Linux compatibility going forward. | |
| | | | |
github.com
|
|
| | | An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. - regex/regex-lite at master · rust-lang/regex | ||