Live data from Hacker News

Viewing profile — xomodo

xomodo

HN member
Joined
Mon, Oct 02, 2017, 6:38 AM UTC
HN karma
16
Public activity
20 items

About xomodo

dev from DK

Recent public activity

  1. comment
    Comment #46077576

    I think I found some repos here: https://github.com/search?q=in:description+Sha1-Hulud&type=r...

  2. 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…

  3. 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…

  4. comment
    Comment #40765086

    man chattr

  5. comment
    Comment #40100764

    I don't mind json outputs, but pls keep cli options as low letters, eg.: 'kubectl get pods -o json'.

  6. comment
    Comment #40091441

    Xunit offers several methods: https://xunit.net/docs/shared-context

  7. comment
    Comment #39962905

    Sounds complicated. What object storage you use? If on aws, 's3 sync' might help.

  8. comment
    Comment #39910922

    Thx. Timeline shows attack begun by adding ignore entry in .gitignore file. That is hard to detect nowadays.

  9. comment
    Comment #38377348

    So true. Even small children are having same attitude. This is why many of us had to move abroad.

  10. 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…

  11. comment
    Comment #37023264

    Root-module: contains resources, sub-modules, incl. remote module calls. Stack: deployable with hardcoded tfstate and tfvars configs.

  12. comment
    Comment #37023197

    Use 'terraform destroy' during CI phase. That is your pre-prod.

  13. comment
    Comment #29093320

    Have you tried emacs org mode?

  14. comment
    Comment #28238303

    Interesting approach. Do you mind sharing link with repos?

  15. comment
    Comment #26443753

    How could one selfhost localhost.run setup on own wildcard domaine?

  16. comment
    Comment #25882025

    Looks like gitpod to me: https://github.com/gitpod-io/gitpod

  17. comment
  18. comment
    Comment #24209984

    Im using this IAM policy on ec2 instance profile: "arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore"

  19. 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 …

  20. comment
    Comment #23643959

    Try docker contexts: https://www.docker.com/blog/how-to-deploy-on-remote-docker-h...