Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xomodo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
xomodo
10mo ago
I think I found some repos here: https://github.com/search?q=in:description+Sha1-Hulud&type=r...
2.
▲
by
xomodo
10mo ago
> 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 integrate the commands from this article into a cloud-init co
3.
▲
by
xomodo
1y ago
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/compose.yml As a side note,
4.
▲
by
xomodo
2y ago
man chattr
5.
▲
by
xomodo
2y ago
I don't mind json outputs, but pls keep cli options as low letters, eg.: 'kubectl get pods -o json'.
6.
▲
by
xomodo
2y ago
Xunit offers several methods: https://xunit.net/docs/shared-context
7.
▲
by
xomodo
2y ago
Sounds complicated. What object storage you use? If on aws, 's3 sync' might help.
8.
▲
by
xomodo
2y ago
Thx. Timeline shows attack begun by adding ignore entry in .gitignore file. That is hard to detect nowadays.
9.
▲
by
xomodo
3y ago
So true. Even small children are having same attitude. This is why many of us had to move abroad.
10.
▲
by
xomodo
3y ago
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-
11.
▲
by
xomodo
3y ago
Root-module: contains resources, sub-modules, incl. remote module calls. Stack: deployable with hardcoded tfstate and tfvars configs.
12.
▲
by
xomodo
3y ago
Use 'terraform destroy' during CI phase. That is your pre-prod.
13.
▲
by
xomodo
5y ago
Have you tried emacs org mode?
14.
▲
by
xomodo
5y ago
Interesting approach. Do you mind sharing link with repos?
15.
▲
by
xomodo
6y ago
How could one selfhost localhost.run setup on own wildcard domaine?
16.
▲
by
xomodo
6y ago
Looks like gitpod to me: https://github.com/gitpod-io/gitpod
17.
▲
by
xomodo
6y ago
Im using this IAM policy on ec2 instance profile: "arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore"
18.
▲
by
xomodo
6y ago
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 --parameters 'portNumber=%p&
19.
▲
by
xomodo
6y ago
Try docker contexts: https://www.docker.com/blog/how-to-deploy-on-remote-docker-h...