Reply
  • Aug 22, 2024
    ·
    2 replies

    current role at my intern doesn't have me coding as much as I wanted as its more of a testing job. most coding i do is primarily writing scripts to make tasks easier.

    recently my supervisor told me to start testing snmp which i have never done before. my department had very bad scripts for these tests i decided to write my own script that is able to take the .mib file and parse through and and store all the OID names with their specific OID. i had to do it this way because we do not have access to the internet so downloading libraries is not option (you are given libraries from your supervisor). there is a simplier way to do this through a getbulk request but for some reason getting python 2.7 to read the .mib file was practically impossible (oonly worked when i passed oid and its not possible to get the name from the oid as far as I know).

    i then generalized the code further to make it so there is a gui where you can just choose any .mib file and it will automatically get all oids and names and store them into a OIDVariables.py file. (i don't think this is right naming conventation i dont write python code). after i did this writing functions to atuomate tasks was really simple but since its system testing it can be morte complex for example if you change one thing it will affect 4 other things so you have to keep track of everything. this took me about 2 days to accomplish (monday,tuesday)

    yesterday the products i work on have a designated software and hardware person that u can talk to when you run into an issue.

    the software person often comes down and checks on how its going etc (he was the one that told me to try to do this). i showed him how i did the task and he then gave me a task that he is working on and handed it off to me its basically desiging a frontend interface through qt using qml. (i have no idea yesterdayt was the first time ever hearing about this)

    i'm honestly feeling really motivated after feeling extremely down after not really achieving anything at work. i like feeling challenged and really seeing how much I can learn so I guess im just happy

  • Aug 22, 2024
    kusa

    current role at my intern doesn't have me coding as much as I wanted as its more of a testing job. most coding i do is primarily writing scripts to make tasks easier.

    recently my supervisor told me to start testing snmp which i have never done before. my department had very bad scripts for these tests i decided to write my own script that is able to take the .mib file and parse through and and store all the OID names with their specific OID. i had to do it this way because we do not have access to the internet so downloading libraries is not option (you are given libraries from your supervisor). there is a simplier way to do this through a getbulk request but for some reason getting python 2.7 to read the .mib file was practically impossible (oonly worked when i passed oid and its not possible to get the name from the oid as far as I know).

    i then generalized the code further to make it so there is a gui where you can just choose any .mib file and it will automatically get all oids and names and store them into a OIDVariables.py file. (i don't think this is right naming conventation i dont write python code). after i did this writing functions to atuomate tasks was really simple but since its system testing it can be morte complex for example if you change one thing it will affect 4 other things so you have to keep track of everything. this took me about 2 days to accomplish (monday,tuesday)

    yesterday the products i work on have a designated software and hardware person that u can talk to when you run into an issue.

    the software person often comes down and checks on how its going etc (he was the one that told me to try to do this). i showed him how i did the task and he then gave me a task that he is working on and handed it off to me its basically desiging a frontend interface through qt using qml. (i have no idea yesterdayt was the first time ever hearing about this)

    i'm honestly feeling really motivated after feeling extremely down after not really achieving anything at work. i like feeling challenged and really seeing how much I can learn so I guess im just happy

  • Aug 25, 2024

    Getting into XML! ArborText gang wya?

  • Aug 25, 2024

    Asked the big boss what’s up with this position and if he heard anything. Keep reiterating they like me and are working with the finance team to see what they can do. Still applying to other positions on base jic

  • Aug 25, 2024
    ·
    1 reply

    So I'm watching the professor messer sect+ 701 videos on YouTube and he's legit going over what a fence and lamp post is, am I doing this right?

  • Aug 25, 2024
    POOM POOM DOOM

    So I'm watching the professor messer sect+ 701 videos on YouTube and he's legit going over what a fence and lamp post is, am I doing this right?

    physical security is part of the sec+, gotta be aware of physical security controls that deter unauthorized access attempts.

  • Aug 27, 2024

    Recruiter told me if i get MSQL cert i’ll have 105-110 tax free to be a Database Admin. Nigga say less

  • Aug 27, 2024

    moving from being a "software consultant" working as a tester to an actual QA role

  • Sep 9, 2024
    ·
    1 reply

    who's got a list of books podcast for very strictly IT fam. security, troubleshooting, concepts.

    dont need anything on coding as i dont consider that IT at its core.

  • Sep 11, 2024
    ·
    1 reply

    How are ya'll landing QA roles these days? I've worked over a decade in QA. I avoid automation as much as I can, though have decent knowledge over the years. Just hate coding tbh

    Still, I'm overqualified as a QA lead. Which was my last role. I need a role asap since my last one, and can't seem to even get interviews for manual or automation roles

    Reddit threads talking about manual qa still being in demand and will be for the next decade as you still require manual QA coverage

    Cold applying isn't doing much. I was told targeting smaller companies and start ups but no leads. Do I dive deeper in automation and commit to land a role for now or stick to manual and apply in smarter ways?

  • Sep 16, 2024
    ·
    1 reply
    kusa

    current role at my intern doesn't have me coding as much as I wanted as its more of a testing job. most coding i do is primarily writing scripts to make tasks easier.

    recently my supervisor told me to start testing snmp which i have never done before. my department had very bad scripts for these tests i decided to write my own script that is able to take the .mib file and parse through and and store all the OID names with their specific OID. i had to do it this way because we do not have access to the internet so downloading libraries is not option (you are given libraries from your supervisor). there is a simplier way to do this through a getbulk request but for some reason getting python 2.7 to read the .mib file was practically impossible (oonly worked when i passed oid and its not possible to get the name from the oid as far as I know).

    i then generalized the code further to make it so there is a gui where you can just choose any .mib file and it will automatically get all oids and names and store them into a OIDVariables.py file. (i don't think this is right naming conventation i dont write python code). after i did this writing functions to atuomate tasks was really simple but since its system testing it can be morte complex for example if you change one thing it will affect 4 other things so you have to keep track of everything. this took me about 2 days to accomplish (monday,tuesday)

    yesterday the products i work on have a designated software and hardware person that u can talk to when you run into an issue.

    the software person often comes down and checks on how its going etc (he was the one that told me to try to do this). i showed him how i did the task and he then gave me a task that he is working on and handed it off to me its basically desiging a frontend interface through qt using qml. (i have no idea yesterdayt was the first time ever hearing about this)

    i'm honestly feeling really motivated after feeling extremely down after not really achieving anything at work. i like feeling challenged and really seeing how much I can learn so I guess im just happy

    snmp in 2024 ?

  • Sep 16, 2024
    hoopsplayer21

    who's got a list of books podcast for very strictly IT fam. security, troubleshooting, concepts.

    dont need anything on coding as i dont consider that IT at its core.

    Sandworm
    Hacking APIs
    All Cisco Books
    Linux Bible
    Practice of System and Network Administration

  • Sep 16, 2024

    Coders are not welcome itt

  • Sep 16, 2024
    ·
    1 reply
    darkknight

    How are ya'll landing QA roles these days? I've worked over a decade in QA. I avoid automation as much as I can, though have decent knowledge over the years. Just hate coding tbh

    Still, I'm overqualified as a QA lead. Which was my last role. I need a role asap since my last one, and can't seem to even get interviews for manual or automation roles

    Reddit threads talking about manual qa still being in demand and will be for the next decade as you still require manual QA coverage

    Cold applying isn't doing much. I was told targeting smaller companies and start ups but no leads. Do I dive deeper in automation and commit to land a role for now or stick to manual and apply in smarter ways?

    Go DevOps route boy

  • Sep 16, 2024
    ·
    1 reply

    AI going up quickly in coding yall better start learn networking and cybersec rn to have a job and learn how internet work fellas

  • Sep 17, 2024
    Vertical1600

    AI going up quickly in coding yall better start learn networking and cybersec rn to have a job and learn how internet work fellas

    As a network engineer, I stay busy and there's not a lot of us. Hell, its hard to find just Network Techs and Field techs for entry level jobs.

  • Sep 17, 2024
    ·
    edited
    ·
    1 reply
    Vertical1600

    snmp in 2024 ?

    You'd be surprised. I would argue most ISPs and SMBs are still using it.

  • Sep 17, 2024

    There's still a ton of legacy tech and protocols being used. Especially from the OT side.

  • Sep 17, 2024

    Any Mental Outlaw enjoyers itt ?

  • Sep 17, 2024
    Undecided

    You'd be surprised. I would argue most ISPs and SMBs are still using it.

    Yes I know crazy s*** SNMP is deprecated and still in use

  • Sep 18, 2024
    ·
    1 reply
    Vertical1600

    Go DevOps route boy

    Is this similar to cyber security route? I'm trying to avoid coding/automation

  • Sep 18, 2024
    darkknight

    Is this similar to cyber security route? I'm trying to avoid coding/automation

    Ansible Python Terraform Powershell

  • Sep 18, 2024
    ·
    3 replies

    Infra and Cyber > all that coding s***

  • Sep 23, 2024

    Job search is absolutely brutal

  • Sep 23, 2024
    ·
    1 reply
    Vertical1600

    Infra and Cyber > all that coding s***

    What certs do you have/recommend?