jdev - 2025-05-07


  1. halscode

    introduction time! my name is Hal and I'm working on this: https://codeberg.org/spades/spades-flutter

  2. halscode

    introduction time! my name is Hal and I'm working on this: https://codeberg.org/spades/spades-flutter (excuse the outdated readme)

  3. theTedd

    404

  4. singpolyma

    halscode: welcome! I was just looking at your project yesterday looks interesting

  5. halscode

    > 404 oh yeah, you have to be signed in to see it. lemme fix that

  6. halscode

    > halscode: welcome! I was just looking at your project yesterday looks interesting thanks! your name rings a bell, where have I seen it before?

  7. halscode

    theTedd, it should be public now, my bad.

  8. halscode

    https://blakes.dev:5443/upload/d24cfdd47d174098281d20c69ce9a5ae80dd0628/2ebHQ3HN9Fy8aVxfIozlijvt8nv1dh5yBGkStNdX/b14ff8b8-11bc-41c4-99dd-efd60354e097.png

  9. halscode

    actually that's a bad screenshot hold on

  10. halscode

    https://blakes.dev:5443/upload/d24cfdd47d174098281d20c69ce9a5ae80dd0628/V4slVM8HYd2udu6dVcrmlkFAF87Ti74uy3JtU43w/2a8690b8-6bfc-449d-97d6-165a3fb5e958.png

  11. halscode

    It's still pretty early, there are still placeholders in this screenshot (the encryption icon, for one). I lost a lot of progress and I'm just now gaining the strength to re-do it. Right now I'm working on ad-hoc commands, which is easier to do than registration but still has a lot of the same internals (data forms). Registration will come next, and then encryption (OMEMO/2) will be after that, though this will take some time of course

  12. singpolyma

    Command UI, nice. Are you doing the protocol bits from scratch or basing on something?

  13. halscode

    > Command UI, nice. Are you doing the protocol bits from scratch or basing on something? It's using moxxy's SDK. I'm considering making my own and switching to that but that's a lot of work...

  14. singpolyma

    Yeah always best to use something existing and contribute when you can