• Tsuki@beehaw.org
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      Dude, literally me. Whenever my friends or my brother’s friend come to my room, I opened up a few terminals with only one of them is actually for coding and they thoight I could hack someone’s Facebook account or something LMAO.

      Yes I live in Southeast Asia

    • Duckef@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      What I want to know is who taught the original Indian YouTube tutor. Was he born with the knowledge?

  • bagfatnick@kulupu.duckdns.org
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    I can really emphasise with Samir. Working in healthcare I’m basically limited to just the Office applications. However in the past few years I’ve been able to cook up solutions by reading / writing to file based databases, and using VBA to generate and bind to HTML contents on the fly for the built in IE11 instance. It’s as close to getting to some kind of web-stack within the confines of IT Sec in healthcare.

  • Atiran@lemm.ee
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    I have worked with most of these people at one point or another. I used to sit next to an old architect like walters. He had so many patents the company only recognize him on every 10th one.

  • Crow@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Ten years into casual programming and I still don’t know how to use a debugger.

        • erogenouswarzone@lemmy.ml
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          Yes, but only because it gives you a link to where that was run. Click the link to the right with filename:lineNumber, and it will open the sources tab to that line. Set a breakpoint and rerun to pause there, then step through the code’s execution.

          Of course, if you’re using minified or processed code, this will be more difficult, in that case figure out how to do it in VS Code.

  • DerEineDa@feddit.de
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    What is this meme about? “Competition”, “Leaderboard”, “Waiting for the timer to hit 0:00”? I am so confused.

    • shebpamm@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Competitive programming.

      Usually multiple algorithmic problems that are released to public at the same time and the fastest people to submit a correct solution get more points.

      A fun one I still like to participate in is advent of code, which is a yearly christmas themed one with two problems released a day during advent.

      If you want to seriously compete in competitive programming, you need to learn and memorize different problem types and the solutions to those. A bit like you start learning patterns in chess.

      For practicing, the CSES Problem Set is a gold mine for practice problems. Theres also a list of competitive programming books on the site.

  • ComradeSharkfucker@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    As someone with ADHD I am a mix of hackerman and tharg. Unfortunately the Adderall just makes me barely function and Ive never actually hacked anything