Viewing profile — xomodo
xomodo
HN member- Joined
- Mon, Oct 02, 2017, 6:38 AM UTC
- HN karma
- 16
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About xomodo
Recent public activity
-
comment
Comment #46077576
I think I found some repos here: https://github.com/search?q=in:description+Sha1-Hulud&type=r...
-
comment
Comment #45947233
> How would you package this inside a Git repo? There are many ways to do that. Start with a simple repo and spin up a VM instance from the cloud provider of your choice. Then inte…
-
comment
Comment #45479838
Thx. The only problem I have with litestream binary is ~31Mb !? This why I prefer to take backup stuff in a side container, eg: https://github.com/atrakic/gin-sqlite/blob/main/comp…
-
comment
Comment #40765086
man chattr
-
comment
Comment #40100764
I don't mind json outputs, but pls keep cli options as low letters, eg.: 'kubectl get pods -o json'.
-
comment
Comment #40091441
Xunit offers several methods: https://xunit.net/docs/shared-context
-
comment
Comment #39962905
Sounds complicated. What object storage you use? If on aws, 's3 sync' might help.
-
comment
Comment #39910922
Thx. Timeline shows attack begun by adding ignore entry in .gitignore file. That is hard to detect nowadays.
-
comment
Comment #38377348
So true. Even small children are having same attitude. This is why many of us had to move abroad.
-
comment
Comment #37582276
Thx. I have extended a bit as a script: # !/bin/bash ARG1=${1:-'select Date from stdin order by USD asc limit 1;'} curl -o - -Ls https://www.ecb.europa.eu/stats/eurofxref/eurofxref…
-
comment
Comment #37023264
Root-module: contains resources, sub-modules, incl. remote module calls. Stack: deployable with hardcoded tfstate and tfvars configs.
-
comment
Comment #37023197
Use 'terraform destroy' during CI phase. That is your pre-prod.
-
comment
Comment #29093320
Have you tried emacs org mode?
-
comment
Comment #28238303
Interesting approach. Do you mind sharing link with repos?
-
comment
Comment #26443753
How could one selfhost localhost.run setup on own wildcard domaine?
-
comment
Comment #25882025
Looks like gitpod to me: https://github.com/gitpod-io/gitpod
- comment
-
comment
Comment #24209984
Im using this IAM policy on ec2 instance profile: "arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore"
-
comment
Comment #24209211
For accessing aws ec2 instances behind nat/fw add this lines ~/.ssh/config: Host i-* mi-* ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession …
-
comment
Comment #23643959
Try docker contexts: https://www.docker.com/blog/how-to-deploy-on-remote-docker-h...