A wise man once said “own your words”, he couldn’t be more right. This is my personal repository. I hope you find something helpful here.
Recent Posts
Rust Talk Links
The following are the links from my presentation at KCDC called “A Web Developer’s Guide to Rust”
I hope you enjoyed it!
For full slide export, click here.
White House Paper Memory Safety
Understanding Rust’s Borrow Checker
Referencing Git File Versions In Perpetuity
A real-world use case for referencing a version of a git file came up in practice recently. The suggested solution was to copy a file into git to a folder as the project morphed and evolved over time. I suggested there would be a better way utilizing the power of version control.
Permalinks
cat-file
will work within the git command line to cat
a file out at a particular point in time. This command, assuming you have git installed on the machine you want to view this permanent link at, will allow you to do so at any time.