• @unagi@feddit.nl
    link
    fedilink
    111
    edit-2
    11 months ago

    Yeah don’t let this stop you! If you do the side project for fun and/or learning, just go ahead and build stuff. Don’t look at other projects too soon so you give space to your own creativity. But perhaps compare stuff in a later stage.

    • @Atiran@lemm.ee
      link
      fedilink
      3611 months ago

      This is a great perspective. I have definitely fallen into this meme’s sentiment many times. You have to remind yourself that it doesn’t matter.

    • @outdated_belated@lemmy.sdf.org
      link
      fedilink
      11
      edit-2
      11 months ago

      give space to your own creativity

      This is key. One will inevitably make many different design and UX decisions vs whatever preexisting projects are out there, making one’s project more suited to at least a few contexts than anything preexisting.

      In addition to being plain demotivating, looking at other stuff too early basically encourages one to just make the same decisions as others, becoming much more like just a second implementation of what already exists.

    • @abejfehr@lemm.ee
      link
      fedilink
      311 months ago

      Someday people might look at your project and become demotivated at their own, and the cycle continues

  • magic_lobster_party
    cake
    link
    fedilink
    6711 months ago

    For me it usually stops when I mentally calculate how much work it requires, and I realize I’d rather just play video games.

    • @mrmanager@lemmy.today
      link
      fedilink
      1511 months ago

      Yeah I’m at that stage too. I used to have a lot of time for projects but as an adult, I really have to be selective with my time and energy.

    • @Zetaphor@zemmy.cc
      link
      fedilink
      English
      611 months ago

      This is where ChatGPT and Codium.ai has been a godsend for me. Something that would have taken me a few hours to 1+ days to iterate on is now reduced down to anywhere from minutes to an hour. I don’t even always see it all the way through to completion, but just knowing that I can iterate on some version of it so quickly is often motivation enough to get started.

      If you’re paying for the Plus subscription, GPT-4 with Code Interpreter is absolutely OP. Did you know you can hand it a zip file as a way of giving it multiple files at once?

      • magic_lobster_party
        cake
        link
        fedilink
        411 months ago

        I’ve been using GPT4 actually, and I agree it’s a godsend for lazy people like me. Haven’t been using it lately because all my ideas right now involves fine tuning LLMs, which I can’t financially justify at the moment.

  • redcalcium
    link
    fedilink
    30
    edit-2
    11 months ago

    Who cares if it already exists, just make it.

    Also consider the possibility when the other, more popular projects got enshittified. Now the fleeing users have an option to switch to your project. It actually happened on one of my side project. I made it because I want to try building my own version of X. It got ~2000 users, but later down the road, X got sold to a new shitty owner that waste no time to enshittify it, and my side project suddenly grow to 20,000 users overnight.

    • xuxebiko
      link
      fedilink
      611 months ago

      This makes me want to revive some of my comatose projects.

  • @TheCheddarCheese@lemmy.world
    link
    fedilink
    2111 months ago

    or you realize that the idea fundamentally wouldnt work. i wanted to build a lemmy music recognition bot until i remembered lemmy has no videos lmao

  • @HughJanus@lemmy.ml
    link
    fedilink
    1811 months ago

    Guess that depends on what your goal is. Are you doing it for fun? Or for money? If it’s the latter it’s all in the marketing.

  • @tahoe@lemmy.world
    link
    fedilink
    1711 months ago

    Most times I find that these projects are either old or badly made (often both). If you’re inspired and you feel like you can make them better, then go for it.

    An artist isn’t going to refrain from painting a portrait of a dog if other artists have already painted dog portraits, so why should you?

  • @nothendev@sopuli.xyz
    link
    fedilink
    1611 months ago

    A Minecraft rewrite in Rust with a very specific engine and goals certainly hadn’t been done… right?..

  • Yote.zip
    link
    fedilink
    1011 months ago

    If it brings you joy, you should make the 27th implementation of neofetch in rust.

  • passably9
    link
    fedilink
    811 months ago

    Learning is the main point of taking on a side project. Whether it’s original or not doesn’t matter

  • @Mikurei@lemmy.ml
    link
    fedilink
    8
    edit-2
    11 months ago

    Instead, you can try to extend the existing project with new features, possibly improving your code reading skills and discovering new practices

  • db2
    link
    811 months ago

    I’ve built little things that already have a solution when that other solution either didn’t do it the way I had in mind or did more things than I needed it to. It really depends on how you’re valuing your time and knowledge/experience in the end.

      • db2
        link
        811 months ago

        That’s how you find that one variable that isn’t used anywhere but breaks everything if you remove it.

          • db2
            link
            611 months ago

            You know, it occurs to me that doing that with print really isn’t any different than the accepted method of debug logging other than where the output is directed to.

    • @randomTingler@lemmy.world
      link
      fedilink
      511 months ago

      Try to add 100+ things to make it very big project, then dropped without even completing 10% of to-do list.

      Eventually you get a better idea to start the same project from scratch, then drop it.