Below you will find pages that utilize the tag “Tech-Snippets”
Posts
read more
Write With Sudo
A snippet that I find myself needing more often than I’d like to admit - when you’ve opened a file for editing in vim, but when you go to save you are reminded that it needs root permissions to do so.
Posts
read more
Excluding Weeknotes From Main Page
I just went to write up a new weeknotes post, and noticed that that would have meant that all three previewed posts on my main page would have been weeknotes. That simply will not do! So into the depths of Hugo layouts I ventured once more.
Posts
read more
Upsert in Postgres
A real quick blog post just to record a useful technique I just discovered that I’ll want to have a record for in the future - if inserting into a Postgres table, so long as you’re on >9.5, you can upsert-and-overwrite with the following syntax: