Have any of you scripted common responses to GitHub issues and PRs for a project? I'm pondering the best way for a team to share materials and have a consistent response.
Looking for something that you wish were there in the tiers list, but can't find it? Let's talk! I'm still working those tiers out and I haven't done something like this before!
I desperately want/need a port of http://npm.im/standard-version for Cargo. After all the work I put into my Node-land release stuff, doing a manual `cargo publish` is such a pain. And I know about the `cargo-release` crate. It doesn't do what I want it to do. Most notably, changelogs.
@zwol Have you tried Terraform? I’m new to it (just started working there) but I like the setup and teardown functionality a lot. You can feed in your configuration script after provisioning.
Sysadmins, what software do you like for configuration management when the top priority is being able to reproduce a server configuration from a scratch install, but there won’t ever be more than one of it at a time?
Everything I’m finding seems to believe you have an entire data center to wrangle and I cannot with the mental overhead.
I made a thing that turns the full history of an RSS/Atom feed into a lightweight static HTML+CSS navigation UI. It works with WordPress feeds and the few feeds which implement the RFC5005 standard (otherwise it can't get the whole history). https://github.com/jameysharp/reader-py
What are your favorite Go resources for filling in the gaps between the intro tutorials and regular use? Especially interested in learning conventions and common approaches