Viewing profile — aynawn
aynawn
HN member- Joined
- Tue, Oct 24, 2017, 5:34 AM UTC
- HN karma
- 60
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About aynawn
https://explorer.blockstack.org/address/14wBAgodtkLahYVG71Zcshu9CzFJv3ZxSz
meet.hn/city/us-Omaha
Contact: https://bit.ly/2K7e76D
Recent public activity
-
comment
Comment #42370580
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. Ed…
-
comment
Comment #34463806
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!
-
comment
Comment #34436892
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 …
- story
-
comment
Comment #34152584
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 ev…
-
comment
Comment #33741585
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 si…
- comment
-
comment
Comment #32161330
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 globa…
-
comment
Comment #31940991
I never thought about how the ampersand looks like a duck.
-
comment
Comment #31881326
Or -L to follow redirects
-
comment
Comment #31831993
These are great comments. The code is open source. I'm sure the owner would love a pull request that would address these concerns.
-
comment
Comment #31717704
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" org…
-
comment
Comment #31521408
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 compa…
-
comment
Comment #31458139
Agreed. If the code is in GitHub, it's incredibly easy to create a simple github actions workflow that could run the app.
-
comment
Comment #31201171
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.
-
comment
Comment #30810789
why don't the dev machines also closely represent customer set ups?
-
comment
Comment #30467866
Another contender is gron which does the same. It's written in golang instead of rust. https://github.com/tomnomnom/gron $ cat test.json | gron
-
comment
Comment #28660101
Clever. Nice work. Would you also add the average score per season ?
-
comment
Comment #27456613
This helped me learn git visually. https://learngitbranching.js.org/ You can probably complete that in less than a day
-
comment
Comment #26778246
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 lowe…
- story
-
comment
Comment #25911433
You can do this in 1password using a shared vault with your TOTP secret to generate authenticated tokens. The vault can be shared with your entire team or company. What benefit doe…
-
comment
Comment #25808679
I've been in the market for an open source authenticator that works on android and desktop with a cloud sync. I cannot find one and so I'm stuck on using authy. I have exported all…
-
comment
Comment #25400927
As a terraform SAST tool, this has competition with tfsec, tflint, and checkov. I do like how it also checks the kubernetes yaml. I'd like if these types of articles would mention …
-
story
Ask HN: Language agnostic linter / converter for oppressive language?
Our company, much like other companies, are thinking of renaming our master branch to main, like Github suggests, and renaming master/slave, renaming blacklist/whitelist, etc. Is t…