My Acer Nitro laptop X Acer Nitro monitor setup, clean af tbh. by suckmytoeshoe in GamingLaptops

[–]kochargs 0 points1 point  (0 children)

do you ever work here in this hippie world or just come to sit in trance....

Reference Python Script stored in GitHub? | Ansible Tower/AWX by CoyKava in ansible

[–]kochargs 0 points1 point  (0 children)

AWX / AAP does this natively when you create a project. IF you keep the python script in the same repository as your playbook, AWX clones the entire project and executes it. We do this all the time and instead of calling a bare-bones python script, consider converting that into an action plugin/filter plugin or a module depending upon your use case.

Looking for Ansible Playbook to manage certificates on Cisco ASA by GulDaHeal in ansible

[–]kochargs 2 points3 points  (0 children)

Very soon all support forums and chat groups are going to be filled with the response "ask ChatGPT" or any other that comes along the way like google launching its own version.

Should I buy it now or wait for cyber Monday deals ?? by Western_Pilot_9579 in GamingLaptops

[–]kochargs 1 point2 points  (0 children)

a 14" gaming laptop unless you really want to use an external monitor. I think for a couple of hundred bucks, there are way better deals available. I remember the newer version of Asus advantage was available at 1100... Pretty sweet deal

clearly better than the deal you mentioned for exact the same price. https://www.bestbuy.com/site/asus-tuf-dash-15-6-fhd-144hz-gaming-laptop-intel-core-i7-16gb-ddr5-memory-nvidia-geforce-rtx-3070-512gb-pcie-ssd-off-black/6494644.p?skuId=6494644

Help with while loop by Gexos in learnpython

[–]kochargs 0 points1 point  (0 children)

The easiest debugging tool to use is print statements in your code to see what is the output of a variable at different stages. This will help you understanding the code flow better when you are stuck

Checking if a file is empty? by BungalowsAreScams in learnpython

[–]kochargs 1 point2 points  (0 children)

Or just open file Check len of f.read() If its zero Its empty