• axib@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      27 minutes ago

      I’m trying to politely explain that if you want people to care more about your software, then you should go to more effort to explain it. If you just dump your source code online with minimal explanation, not as many people will care as if you explain what you’re trying to solve, how your thing works, and maybe alternatives that you considered, future features you’d like to address. Going through the source is the hardest part that many people might not want to bother doing. But most people might read a brief description and watch a short video, even if they aren’t all that interested in your idea at first. Even if they are skeptical of the need for a barter system, they can still appreciate the work you put in, and offer advice on the technical side, to help you with this and future projects.

      I did skim your source and it looks like it’s mostly wrappers around a database. Some ideas, if you wanted to write about it:

      • what are the different options that I user has? It looks like they can say “I want X” or “I have Y”, then what happens next? I shouldn’t need to read your source code to understand what your software does.
      • I saw something about connecting to your database over TOR, I don’t quite understand that. If there’s an exchange of real good, what is the benefit of TOR? Don’t you have to break anonymity to trade real goods?
      • how is your database hosted? If this is for a “currencies have collapsed” type of scenario, instead of relying on TOR, it might make sense to rely on a decentralized database that exists on everyone’s phones.
      • security concerns: it looks like people can write to the database. Does that mean someone could also erase all the entries? How can you prevent abuse like that?