• 3 Posts
  • 216 Comments
Joined 2 年前
cake
Cake day: 2023年10月21日

help-circle







  • As I mentioned it is mainly to reduce dependency on CI tool. You may have to shift the tool in the future and if you use a lot of commands specific to the CI tool, that is going to be a nightmare.

    Ansible is agent less and only needs SSH access. You can SSH into your local system, from the same local system. Need to add few entries in your SSH config and known_hosts. Essentially everything in Ansible are shell commands. So you are not really that much locked into Ansible.

    On the question,

    Does that make running it locally easier?

    If you mean making it easier compared to remote, on the surface level, the answer is ‘it depends’. You are treating the local as a remote Ansible can SSH into. Which means you can use the same Ansible playbook for both local and remote testing. It becomes easier because you get to run things locally by SSH into the same machine.

    To do that, you may add a local only git branch which will act as the trigger for running it locally. Then you can test it by pulling / merging into that branch, and using the same Ansible playbook to run tests locally.

    Bonus point is you can also create a working but basic CD system with Ansible.




  • Finding a right therapist is actually very difficult. Were you able to do therapy regularly? Or it was more like you saw them only during crisis? If it was irregular due to bad experience with therapists, it should not discourage you to seek help again.

    I don’t know anything about you other than what you said in the post. But my gut feeling is that you need some for of intervention, and good guidance on how to work out things. In another comment you mentioned about spirituality. There are counselling services associated with different religious institutions. That can also be an option. But again, as my psychiatrist ones said, it is difficult to find a good psychologist who won’t influence you with their own personal biases.

    If you have good savings, and can afford to not work for a few months, then some form of retreat into a less chaotic place can also be a good idea.









  • Haa understood. In that perspective yes it is not simple. I would also be happy if pacman had better support for AUR.

    But I have a different perspective on this. I always look for the right or the best tool available to do something. So I’m not that hesitant to use another tool for AUR. I guess it’s a personal preference after all.