HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aynawn

no profile record

Submissions

Atlantis (Open Source Terraform Automation) v0.22.3 Released

github.com
1 points·by aynawn·há 3 anos·0 comments

Iamlive – Generate an IAM policy from AWS client-side monitoring

github.com
81 points·by aynawn·há 5 anos·35 comments

comments

aynawn
·há 2 anos·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
·há 3 anos·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
·há 3 anos·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
·há 4 anos·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
·há 4 anos·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
·há 4 anos·discuss
aynawn
·há 4 anos·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
·há 4 anos·discuss
I never thought about how the ampersand looks like a duck.
aynawn
·há 4 anos·discuss
Or -L to follow redirects
aynawn
·há 4 anos·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
·há 4 anos·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
·há 4 anos·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
·há 4 anos·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
·há 4 anos·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
·há 4 anos·discuss
why don't the dev machines also closely represent customer set ups?
aynawn
·há 4 anos·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
·há 5 anos·discuss
Clever. Nice work.

Would you also add the average score per season ?
aynawn
·há 5 anos·discuss
This helped me learn git visually.

https://learngitbranching.js.org/

You can probably complete that in less than a day
aynawn
·há 5 anos·discuss
I'm unsure but it does make me wonder.

Perhaps there are fewer EMTs signing up than cosmotologists?

Or perhaps the number of practice hours to e.g. create the perfect braid is lower than the number of practice hours to e.g. apply narcan?

Or perhaps the effectiveness of the school education for one profession is more closely related to what you will experience in the real world, thereby requiring fewer hours of on-the-job training?