cross-posted from: https://sopuli.xyz/post/7432003

I’ve just transferred all of my serious projects on Codeberg over to a separate organisation, and I’ve noticed that there are now only two mediocre repos on my main profile. Does anyone have any ideas for simple, handy things I could build to flesh it out?

I code mainly in Python, I know HTML (but not JS), I regularly use Bash and Zsh, and I am learning C++.

  • keyEnglish
    arrow-up
    16
    arrow-down
    1
    ·
    10 months ago
    link
    fedilink

    Have you tried writing a program that checks if other programs will ever finish running? Should be a quick and easy project!

    • Starfighter
      arrow-up
      2
      arrow-down
      0
      ·
      10 months ago
      edit-2
      10 months ago
      link
      fedilink

      Adding a Turing award to your profile is certainly one way to flesh it out

    • coloredgrayscale
      arrow-up
      2
      arrow-down
      1
      ·
      10 months ago
      edit-2
      10 months ago
      link
      fedilink

      Process.start(program, arguments)
      Print(“it finished”)

        • coloredgrayscale
          arrow-up
          1
          arrow-down
          1
          ·
          10 months ago
          link
          fedilink

          I’m aware, the halting problem is semi decideable - only positive instances of the problem can be decided.