HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aynawn

no profile record

Submissions

Atlantis (Open Source Terraform Automation) v0.22.3 Released

github.com
1 points·by aynawn·قبل 3 سنوات·0 comments

comments

aynawn
·قبل سنتين·discuss
Does it support email filters? I'd love to manage my gmail filters programmatically or use a configuration file to manage them so I can reuse the filters across multiple emails.

Edit: there is a separate tool for this for gmail https://github.com/mbrt/gmailctl
aynawn
·قبل 3 سنوات·discuss
I'm another ex-massachusettser and also love Somerville and would have shared a brat with you. Sounds like you made the best of it!
aynawn
·قبل 3 سنوات·discuss
I've evaluated crossplane and one of the biggest drawbacks is not being able to properly diff your expected changes with your actual state. Basically there is no way to run a plan of your change. It's essentially a diff in a github pr, then you merge, sync with argocd, and hope your crossplane apply won't fail.

I prefer the terraform method where you are declarative, run plan and then apply. Ive worked with env0, terrafo cloud, spacelift, and atlantis. Ive worked with crossplane and argocd. So far my favorite has been to use terraform with a cicd solution.

Crossplane is too bleeding edge and will need some time for maturity. I do see crossplane or something similar once the edges have been fully polished.
aynawn
·قبل 4 سنوات·discuss
Agreed. It should at least log you out of all sessions without you having to do it yourself. This is good to know if I ever want to rotate my encryption key. Knowing this, I may even log out of all sessions even if I was rotating my master key.
aynawn
·قبل 4 سنوات·discuss
See the aws-ia official eks-blueprints repo. They have a ton of modules that reuse their helm-addon and irsa modules. Adding the aws-load-balancer-controller, for instance, is a single boolean.

https://aws.amazon.com/blogs/containers/bootstrapping-cluste...

https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/...
aynawn
·قبل 4 سنوات·discuss
aynawn
·قبل 4 سنوات·discuss
asdf works as a universal tool for any cli app i.e. python, terraform, ruby, golang, etc

https://github.com/asdf-vm/asdf

    asdf plugin add python

    asdf install python 3.9.1

    asdf global python 3.9.1

    asdf local python 3.9.1
aynawn
·قبل 4 سنوات·discuss
I never thought about how the ampersand looks like a duck.
aynawn
·قبل 4 سنوات·discuss
Or -L to follow redirects
aynawn
·قبل 4 سنوات·discuss
These are great comments. The code is open source. I'm sure the owner would love a pull request that would address these concerns.
aynawn
·قبل 4 سنوات·discuss
Cng sounds cool. "Code Not Guns" is probably inspired by "Food Not Bombs" which coincidentally I heard of only fairly recently.

You can also checkout all the "Code For America" organizations for local nonprofit government coding projects. I don't know if it will fit your anarchist philosophy but it would certainly help to have more volunteers to help connect citizens to their local US governments.
aynawn
·قبل 4 سنوات·discuss
If i have to deal with ancient osx gnu gplv2 utilities, i think I'd go bananas. You have to modify the default settings at some point or your productivity will surely wane in comparison to others. I see your point with some defaults but the purest approach doesn't seem practical either.
aynawn
·قبل 4 سنوات·discuss
Agreed. If the code is in GitHub, it's incredibly easy to create a simple github actions workflow that could run the app.
aynawn
·قبل 4 سنوات·discuss
Use a password manager to generate 16 character strings as answers to each security questions. I guarantee your IT person will no longer remember them.
aynawn
·قبل 4 سنوات·discuss
why don't the dev machines also closely represent customer set ups?
aynawn
·قبل 4 سنوات·discuss
Another contender is gron which does the same. It's written in golang instead of rust.

https://github.com/tomnomnom/gron

<pre>$ cat test.json | gron</pre>
aynawn
·قبل 5 سنوات·discuss
Clever. Nice work.

Would you also add the average score per season ?