• naught101@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    28 minutes ago

    I was like this 5 years ago. Networking a lot is still effort for me, but it is just another learnable skill, and it has lots of benefits (depending on your aims, I guess)

    Edit: hah, just realised this is about connecting computers, not about talking to people…

  • slacktoid@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 hour ago

    My confidence in disk management and partition tables is made of horse hair, single strand.

  • rockSlayer@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 hours ago

    I’ve been trying to remotely connect to a relational database of medical data. I’ve been smashing my head against a keyboard for days trying to get my fucking code to work. I can’t even connect to their db on their Jupyter Spark cluster

  • OwOarchist@pawb.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 hours ago

    I’ve enabled all the relevant permissions. I’ve disabled firewall protection. I’ve enabled file sharing on both sides. I’ve checked for connectivity to the other machine from the command line…

    Why is my shared folder still not accessible!??!

  • partial_accumen@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 hours ago

    If it helps, I’m from the other side of networking and infra. You could swap the labels and make the meme accurate for me.

    In the mid 1980s I learn the BASIC programming command GOTO and fell in love for a lifetime. If you look any anything I used to write in Ruby script or today in Python you’ll see my love affair with “if” “elfi” and “else” continues. My universe is nested “if” statements all the way down.

    • Zos_Kia@jlai.lu
      link
      fedilink
      arrow-up
      0
      ·
      1 hour ago

      It was fashionable at a time to avoid ifs and other imperative structures, but I tend to like them. Functional is nice and all but I like my code to be smart in the way it works, not in the way it’s written. Nested ifs are readable, collapsible, and easy to make sense of at a glance, there’s often nothing wrong with using them.

    • db2@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      2 hours ago

      My universe is nested “if” statements all the way down

      Also known as AI 🤣

    • otacon239@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      2 hours ago

      Same here! I can put together a half-descent network in just a few hours, but even programming simple stuff on microcontrollers is a major endeavor. And the documentation is usually terrible or nonexistent. And the tutorials are usually barely able to cover basic questions. At least in the space of networking, there’s enough context clues in the UI that I can piece together the solution I need.

  • uen3@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    3 hours ago

    That’s why I decided to build my first online multi-player game as an offline single-player game, and just figure out how to add the networking stuff when everything else is done- an architectural choice I definitely won’t come to regret later…

    • ohshit604@lemmy.halstead.host
      link
      fedilink
      arrow-up
      0
      ·
      3 hours ago

      As someone who understands the concept of network but has never professionally entered the field, i assume this just dumps a TCP packet to be inspected, correct?

        • ohshit604@lemmy.halstead.host
          link
          fedilink
          arrow-up
          0
          ·
          2 hours ago

          Thank you for the affirmation, I got reverse proxies and certificates relatively down, however I am struggling to understand headers and their purposes, I know Mozilla has great documentation regarding headers but lately I’ve gotten lazy, haha.

          • floquant@lemmy.dbzer0.com
            link
            fedilink
            arrow-up
            0
            ·
            44 minutes ago

            HTTP headers or headers in general? For the former I suggest Burp Suite to inspect and manipulate headers to see how things change, for the latter tcpdump/wireshark, to supplement your theory reading :)

    • printf("%s", name);@piefed.blahaj.zoneOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 hours ago

      Thanks! I started with Wireshark, settled on tcpdump for a while and now I’m too busy learning electrical engineering to give any fucks at all. 🤣 Nah but seriously, tcpdump gave me lots of insight! :)

    • nymnympseudonym@piefed.social
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 hours ago

      Still doesn’t help with things like understanding routing and subnet masks and frame sizes and jfc how does any of this work