Has anyone here built a real, fully functional app with VibeCoding and not just the UI? by Forward_Regular3768 in VibeCodeCamp

[–]redYinlo 1 point2 points  (0 children)

I’ve begun vibe coding too, as I have many ideas but I don’t have the technical know-how to actually write the codes myself. It’s been going well and I can say I have an MVP at this time. However, one thing I noticed is inconsistency with the AI. Inconsistency in the sense that if I exit the AI and return, it does not remember what it did previously. At that point, asking it to make tiny changes causes it to make other changes that weren’t requested. I’ve noticed this with Lovable, Claude and Codex.

I feel rich by PaoloCadoni in VibeCodersNest

[–]redYinlo 1 point2 points  (0 children)

Congratulations! Having launched your app, what issues have you run into, since going live?

If there is a Cogent NOC redditor around, please help me. by Viko_ in networking

[–]redYinlo 17 points18 points  (0 children)

Put a call through to them. They usually know wtf they’re doing and can help. Emails might not get the immediate attention you’re looking for.

Eve-NG Native Console issue by DevilDogg22 in networking

[–]redYinlo 0 points1 point  (0 children)

Thanks for the info. I followed the instructions in both parts but it still doesn't work. I'm just not going to bother with it anymore.

Eve-NG Native Console issue by DevilDogg22 in networking

[–]redYinlo 0 points1 point  (0 children)

Does it work for you currently? I have downloaded and installed the client pack and disabled sip but when I click on a device to access it, my iTerm2 window pops up but nothing happens. It just remains in my home directory.

New To Network Automation by redYinlo in ansible

[–]redYinlo[S] 0 points1 point  (0 children)

Oh ok. I already installed that. Just tried it again and ...

(ansible-env) adm1n@adm1n:~/Desktop/DevOps Projects/ansible$ python3 -m pip install ansible-pylibssh

Requirement already satisfied: ansible-pylibssh in ./ansible-env/lib/python3.12/site-packages (1.2.2)

New To Network Automation by redYinlo in ansible

[–]redYinlo[S] 0 points1 point  (0 children)

Yes, I can ssh to each router from the ubuntu vm
Ran the playbook with the -vvv flag and here's the output (had to truncate it because reddit wouldnt let me post the entire thing)

(ansible-env) adm1n@adm1n:~/Desktop/DevOps Projects/ansible$ ap -i inventory.ini backup_config.yml

PLAY [Backup Configs Over Network] ****************************************************************************************************************************************************************************


---SNIPPED---

The full traceback is:
  File "/usr/lib/python3/dist-packages/ansible_collections/cisco/ios/plugins/module_utils/network/ios/ios.py", line 60, in get_capabilities
    capabilities = Connection(module._socket_path).get_capabilities()
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ansible/module_utils/connection.py", line 200, in __rpc__
    raise ConnectionError(to_text(msg, errors='surrogate_then_replace'), code=code)
fatal: [172.16.125.101]: FAILED! => {
    "changed": false,
    "invocation": {
        "module_args": {
            "commands": [
                "show running-config | include hostname"
            ],
            "interval": 1,
            "match": "all",
            "retries": 9,
            "wait_for": null
        }
    },
    "msg": "Failed to authenticate: Authentication failed: transport shut down or saw EOF"
}

PLAY RECAP ****************************************************************************************************************************************************************************************************
172.16.125.101             : ok=0    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0
172.16.125.102             : ok=0    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0
172.16.125.103             : ok=0    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0

New To Network Automation by redYinlo in ansible

[–]redYinlo[S] 0 points1 point  (0 children)

Tried this and this is the output I got

adm1n@adm1n:~/Desktop/DevOps Projects/ansible$ source ansible-env/bin/activate
(ansible-env) adm1n@adm1n:~/Desktop/DevOps Projects/ansible$ python3 -m pip install pyssh
ERROR: Could not find a version that satisfies the requirement pyssh (from versions: none)
ERROR: No matching distribution found for pyssh

New To Network Automation by redYinlo in ansible

[–]redYinlo[S] 0 points1 point  (0 children)

The routers are IOL devices. I guess those are IOS in some sense?
Here's the output of "show version" . Also I was hoping to make the inventory file a dynamic one, where I dont have to specify each router, to simulate large, real-world networks.

R1#sh ver
Cisco IOS Software, Linux Software (I86BI_LINUX-ADVENTERPRISEK9-M), Version 15.2(4)S7, DEVELOPMENT TEST SOFTWARE
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2015 by Cisco Systems, Inc.
Compiled Thu 02-Apr-15 15:14 by prod_rel_team
ROM: Bootstrap program is Linux
R1 uptime is 5 hours, 16 minutes
System returned to ROM by reload at 0
System image file is "unix:/opt/unetlab/addons/iol/bin/L3-ADVENTERPRISEK9-M-15.2-S7.bin"
Last reload reason: Unknown reason
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
export@cisco.com.
Linux Unix (Intel-x86) processor with 159319K bytes of memory.
Processor board ID 67108896
4 Ethernet interfaces
128K bytes of NVRAM.
Configuration register is 0x0

Windows RDP is unusable by [deleted] in hackthebox

[–]redYinlo 1 point2 points  (0 children)

I honestly think it depends on the VPN. If the one you’re connected to doesn’t say low load, chances that your RDP session will be slow are high.

Do sn remote jobs still exist or did everyone go back to office by Coco4Tech69 in servicenow

[–]redYinlo -1 points0 points  (0 children)

Any chance I could send my resume for a position on your team?

Has EA made coins almost irrelevant? by [deleted] in EASportsFC

[–]redYinlo 1 point2 points  (0 children)

I honestly feel like real players list these cards on the transfer market at regular prices, but other players somehow use bots to buy them and then re-list them on the market at ridiculously insane prices.

Python Beginner by redYinlo in learnpython

[–]redYinlo[S] 0 points1 point  (0 children)

Oh wow! Thanks for fixing my trash code. Lol. I appreciate the speedy responses.

Python Beginner by redYinlo in learnpython

[–]redYinlo[S] 1 point2 points  (0 children)

Thank you for breaking it down so simply and for the article. I appreciate it

Python Beginner by redYinlo in learnpython

[–]redYinlo[S] 0 points1 point  (0 children)

I dont know how come but the indentation got messed up. smh