• hark@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    17 hours ago

    Laying in bed thinking about the problem, “oh, that must be it!” Jump excitedly out of bed to work on the problem, “welp, that wasn’t it.”

  • LovableSidekick@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    20 hours ago

    My friend just finished a couple solid days of debugging where there turned out to be a whole series of problems that looked like one bug, so even though he kept fixing things the app still kept not working. Finally hacked his way out of that jungle into the bright light of day.

  • zqwzzle@lemmy.ca
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    23 hours ago

    Reminder to all you chaos monkeys: use [Object object] on web forms occasionally for a bit of fun.

    Edit: and to remind typescript devs they’re just transpiling to JavaScript

      • Elvith Ma'for@feddit.org
        link
        fedilink
        arrow-up
        6
        ·
        1 day ago

        Does Trafik also allow DNS based challenges with additional certbot plugins, or does it only work by serving a challenge in /.well-known/?

        I’ve set up my internal homelab with LE certificates, but if I could get rid of certbot and do this automagically, it’d be nice…

        • Dhs92@programming.dev
          link
          fedilink
          arrow-up
          7
          ·
          1 day ago

          I have it setup to use DNS challenges through Cloudflare, but it supports different providers as well. I just add the labels to my docker container and voila, I have TLS

        • Rob Bos@lemmy.ca
          link
          fedilink
          English
          arrow-up
          4
          ·
          1 day ago

          Not all dns providers support acme, I’ve discovered to my recent annoyance. The one I use at work, for instance.

            • Rob Bos@lemmy.ca
              link
              fedilink
              English
              arrow-up
              2
              ·
              24 hours ago

              Yeah. For wildcard DNS from letsencrypt, you can’t do HTTP validation, only DNS, which involves creating a TXT record.

              Your DNS provider needs to run an ACME server, which runs an API that’ll add the required TXT records on request.

              As I understand it.

              • Elvith Ma'for@feddit.org
                link
                fedilink
                arrow-up
                1
                ·
                9 hours ago

                The DNS provider needs to provide an API, but not an ACME server.

                Your server contacts Lets Encrypt and wants a certificate - say for homeserver.example.com. It tells Let’s Encrypt to use DNS based authentication. Let’s encrypt answers with a challenge code, that you now publish as a txt record with a defined name via your providers API for this (sub)domain. Let’s encrypt then checks the TXT record and if it finds the challenge there, it sends you the certificate.

  • luciole (he/him)@beehaw.org
    link
    fedilink
    arrow-up
    8
    ·
    1 day ago

    Aw come on, debugging can be fun. I love the investigative vibe of it. You get to be your favorite detective. You start asking around. You pin the the culprit. You get closer and closer to damning evidence. And then Bam! Fixed. Another mystery solved. Mine’s Columbo.

    • pinball_wizard@lemmy.zip
      link
      fedilink
      arrow-up
      7
      ·
      23 hours ago

      I love asking,

      “What sick fuck thought this was an acceptable solution?”

      And a few moments later:

      “Oh. It was me.”

    • Sergio@slrpnk.net
      link
      fedilink
      arrow-up
      5
      ·
      24 hours ago

      Agreed, for any non-trivial bug I just start dumping text into a word file to track what I’m doing. Like: error messages, values of variables at key places, libraries used, URLs of documentation and background reading and stackoverflow pages looked at, test fixes and their effects, etc. Then if someone asks me wtf I’ve been doing all day I can easily show them. Also, if I have the same problem a couple months later I can remind myself.

  • JATth@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    22 hours ago

    My favorite so far:

    $ gdb -ex 'file /bin/gdb'
    run
    corrupted double-linked list
    
    Thread 1 "gdb" received signal SIGABRT, Aborted.
    
  • tahoe@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    1 day ago

    I’ve been trying and failing to fix an email being sent to spam issue since last fucking Monday (with all the SPF, DMARC and DKIM garbage).

    I want to die.

    • tetris11@lemmy.ml
      link
      fedilink
      arrow-up
      14
      ·
      1 day ago

      SPF, DMARC and DKIM

      Ironically, spam generators are experts EXPERTS in this trash fire of a topic

  • rcbrk@lemmy.ml
    link
    fedilink
    English
    arrow-up
    13
    ·
    1 day ago

    LoL, blue shirt has no persistence. Anger and giving up gets you nowhere.
    XKCD #349 - "Success": [Four full-width panels arranged vertically, each with a label for number of hours elapsed, with a title above the stack of panels.];    Title: As a project wears on, standards for success slip lower and lower.;    [Megan is standing behind Cueball, watching him as he sits at a desk working on a desktop computer on the desk.];    Label: 0 hours;    Cueball: Okay, I should be able to dual-boot BSD soon.;    [Cueball is on the floor fiddling with the open tower in front of him. Megan is not shown in the panel, but may be off-panel unless Cueball is talking to himself.];    Label: 6 hours;    Cueball: I'll be happy if I can get the system working like it was when I started.;    [Cueball is standing in front of the computer, which now has a laptop plugged into the tower. Megan is still not shown in the panel, but may be off-panel again.];    Label: 10 hours;    Cueball: Well, the desktop's a lost cause, but I think I can fix the problems the laptop's developed.;    [Cueball and Megan are swimming in the sea; an island and a beach can be seen in the distance.];    Label: 24 hours;    Cueball: If we're lucky, the sharks will stay away until we reach shallow water.;    Megan: If we make it back alive, you're never upgrading anything again.

    Title text:

    40% of OpenBSD installs lead to shark attacks. It’s their only standing security issue.