glitr.io

im working on a p2p file transfer app. at the moment its a close-source webapp, but i hope to work towards some selfhosted options as seen on my other projects.

the storage is local-only from your browser/device. so like “the cloud”, but the cloud storage capacity is made up of your devices.

ive recently updated the landing page and i hope ive got it as simple as possible to transfer a file from one device to another.

im looking for feedback on the experience.

(Note 1: its still a work in progress. if there is an issue, you can usually refresh the browser and try again)

(Note 2: it seems important to mention: this app is not libre software. This needs more consideration to see if I can align to this. For information and open-source examples of the code in action, take a look at the docs and github for decentralized chat)

    • xoron@programming.devOP
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      edit-2
      7 months ago

      I tried foss. I couldn’t get it to work so i’m trying something different.

      • chaoticnumber@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        7 months ago

        I’m sorry for being a dick, but without seeing what the ones and zeros are doing I’m just not touching it with a ten foot pole. Good luck to you.

      • prole@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        7 months ago

        I’m the farthest thing from an expert when it comes to programming, etc., but my understanding was that the FOSS end of it is more about which license you use to distribute, and whether or not you provide the code to the public?

        I don’t really understand how that would affect the functioning of the app itself. But again, I’m not a programmer so maybe I’m missing something here.

        • xoron@programming.devOP
          link
          fedilink
          arrow-up
          0
          arrow-down
          2
          ·
          7 months ago

          I’m no expert on the matter of licences either. I made the open source code some bsd licence because some of the dependencies called for it.

          I created some code and made some open source. I don’t have to apply that to all my projects.

      • bobbyfiend@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        6 months ago

        I’m sure it’s a hard problem to solve. However, I’m still not using a product missing a critical feature just because the developer found it too difficult to include the feature. Sympathy to the developer but also I need that feature.

  • opi@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    7 months ago

    There ain’t no trust in this game. If it isn’t open source then it’s pretty much dead in the water. You can’t compete with OSS with closed code in this space, really. There’s a few alternatives (and ones that are more mature and proven) that will always be first choices.

  • butsbutts@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    strong title

    • not open source
    • similar to other free software but might have some difference (webrtc?)
    • what is the market for that target user (doesnt seem include lemmy audience) who needs that difference
  • Phoenixz@lemmy.ca
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    7 months ago

    If it’s not open source then forget about it, it won’t go anywhere. I’ve had that stance of all software for decades now, but in the last few years boat loads of others have caught on.

    Its simple really. If the software is open source (ALL of it, servers, clients) we can all check it and all be sure it does what is advertised. If not, we have no way of knowing what you’re doing, especially on the server side of things, and if we’ve finally collectively learned on thing, it’s that we can’t trust companies on the server side of things. Data WILL be used in other ways than advertised.

    Since this software is supposed to be a security product, trust is paramount, and it’s bot there at all. Unless this product would be open source I won’t even look at it.

  • nyankas@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    Cool project, but it seems to be very similar to PairDrop with the major downside of not being open-source. What would be the advantages of using this project over existing FOSS-solutions?

    • xoron@programming.devOP
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      edit-2
      7 months ago

      Thanks!

      Here is the foss equivalent of this project: https://github.com/positive-intentions/chat

      Unfortunately, open source isn’t sustainable. I’m investigating close-source as a way to create something competitive. My plan is to try to sell it on the Play store.

      As for pairdrop, their approach to peer discovery relies on knowing the network you’re connected to. This makes it easy to find peers in cases where you use the same WiFi network. In mine I’m using WebRTC to allow connections over the internet. Peer discovery is achieved by using crypto-random IDs exchanged as a link or QR code.

      Ultimately it’s worth noting my app is a work in progress. I hope I can update the UX to make the functionality as seamless as pairdrop.

  • fmstrat@lemmy.nowsci.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    Closed source and a crowded market.

    Sorry to say, but I don’t think you understand the audience for this.

      • warm@kbin.earth
        link
        fedilink
        arrow-up
        2
        ·
        7 months ago

        I understand you want to make money from this, but for privately sending files, the much more mature and free open source projects will be greatly preferred. So I dont see this app going anywhere. Closed source doesn’t lend itself to privacy all that well. Gl.