16 comments

  • martinvonz 2 days ago
    Thanks for working on this project!

    It was mentioned on the JJ Discord server that there doesn't seem to be any information available about who you are. Especially since the project seems to be closed-source, perhaps you could share some information about who you are in order to build trust.

    I hope you understand. I think users may hesitate to download and install the application without knowing anything about its publisher.

    • bitpatch 1 day ago
      Totally understandable! I'm a solo dev out of LA who's mostly consulted on various apps and sites over the years, and out of my own personal need I began working on the project earlier this year.

      The project is indeed closed-source. Personally I've had experiences where I found the project moved forward towards the roadmap much faster - specifically when considering smaller-scale projects that are UI heavy and therefore take in many UI changes in parallel - when I instead implemented feature requests and focused most of my energy on listening to user feedback rather than reviewing code. UI polish can be quite tricky when it comes from many sources :)

      That said, nothing is set in stone! If at some point there are enough feature requests to where I am the bottleneck, this is something I would revisit.

      I'd be happy to hop on the Discord as well!

      • MrJohz 1 day ago
        You can make the code open source without accepting pull requests or contributions from other people. You might still get pull requests or patches, but you can set expectations up front and then ignore/auto-close any contributions you get.

        This is how SQLite is developed, for example.

      • socalgal2 1 day ago
        More power to you! I bought Sublime Merge. I'd consider buying yours once it has a little more history. I've been using gg and really miss a side-by-side diff view. Maybe that makes less sense with jj though
    • juped 1 day ago
      That's their choice, don't try to pressure them to self-dox. What is wrong with you / the "JJ Discord server"? Please identify yourself and everyone there so I can be sure to up my paranoia around each of you.
      • martinvonz 1 day ago
        I think you misunderstood. I didn't ask for their name. Luckily the author didn't seem to misunderstand.

        As for information about me, you can search the internet for my username. Let me know if you don't find anything and I can try to help. I'm not going to share information about others on the Discord server.

        • juped 21 hours ago
          I think you're a person behaving in a very socially harmful way, purportedly representing a group of such people. I think this based on the actual words you wrote. You're not behaving harmfully because you don't want to use software without the author's dox, you can have any preferences you like, but because you think your desire not to use it without the author's dox gives you any standing to impose demands on another person.

          "I didn't ask for their name" is a ridiculous reply. You asked for some unspecified degree of personal information. Luckily the author didn't bow to your pressure but just said "I'm a software developer", which we already knew because of the developed software.

          Why don't I have standing to demand people's dox as some random idiot Internet commenter? Answer this question and then turn your answer around on yourself. Then, maybe, apologize? Or don't, if you have some other way to psychologically ensure you won't go around demanding people's information in the future.

          • usefulcat 18 hours ago
            Maybe there's some other subtext here that I'm completely unaware of, but based on what I've read here, I gotta say that this is an impressive level of hostility, even by internet standards.
      • kpcyrd 1 day ago
        The post also mentions this is only a problem because of closed source, I think "I want to keep my government identity private, but here's the source code" would be a fair compromise.

        If one wants to be extra "there's nothing up my sleeve" they could also publish instructions for how to do reproducible builds for the compiled artifacts (which does require publishing the source code however).

      • wiseowise 1 day ago
        Nobody is pressuring anyone. GP is free to ask and OP is free to decline.
  • onatm 1 day ago
    This looks great though I like TUIs more. I’ve been using https://github.com/idursun/jjui for the last few months, I highly recommend it if you are a TUI person like me.
    • bitpatch 1 day ago
      Yeah the TUI ecosystem is much more built out than GUIs for JJ so far. TUIs are great too - over time I've personally found myself ~50% in the CLI and ~50% in some sort of GUI, but a TUI can fill both gaps pretty nicely. I have always hated viewing diffs in the terminal though.
    • KempyKolibri 1 day ago
      jjui is amazing, sometimes I feel like I shouldn't rely on it so much so I learn the CLI, but it's just so useful!
  • deevus 1 day ago
    Since no one has asked. What is the tech stack?
    • jgtrosh 1 day ago
      From the Discord:

      > It's a compose multiplatform[1] app, and it's templated-output-parsed rather than Rust-based.

      [1]: https://www.jetbrains.com/compose-multiplatform/

      • zem 1 day ago
        interesting, would love to read more about the experience of using compose multiplatform for this
        • bitpatch 1 day ago
          It was really great! The thing is, kind of like the Flutter ecosystem, it's as good as its third party libraries. This app is mostly a very advanced UI on top of the CLI with not a whole lot else - I think maybe the only 3rd party library I'm using is the file picker. But for other apps that might have more complex use cases there may be more of a struggle there.

          The framework itself is great.

          • zem 1 day ago
            thanks! I'll have to play with it sometime, didn't find flutter that great on non-mobile platforms.
  • hoistbypetard 1 day ago
    FWIW, there's another jujutsu GUI called judo:

    https://github.com/schwa/judo

  • stavros 1 day ago
    I haven't managed to try this because the "select repo" does nothing on Ubuntu 24.04. It doesn't seem I can actually perform any action at all.
    • bitpatch 1 day ago
      Odd okay, I got a separate report on Linux that the app crashes on startup. So for you, it launches fine, but the Select a repo button does nothing? This may sound weird, but have you waited ~1min to see if a file picker pops up?
      • stavros 1 day ago
        Hm no, I didn't wait that long. Yep, no element did anything, it was as if the whole window were just an image, with no element responding to any sort of input.
  • ambentzen 1 day ago
    Looks neat, have you considered releasing an AppImage for wider Linux support?
    • bitpatch 1 day ago
      Yes, definitely looking into this! What Linux distro are you running?
  • swaits 1 day ago
    This looks great! Excited to try out out and play with it!
  • IshKebab 2 days ago
    It's difficult to go back to a separate VCS app after using IDE git support (specifically VSCode & the 'git graph' extension which is sadly permanently abandoned).
    • tcoff91 1 day ago
      I think there’s a JJ vscode plugin
    • ilyagr 1 day ago
      VS Code now has an OKish git graph built-in, in case you didn't know. This feature is a few months old.
      • IshKebab 1 day ago
        Yeah I did but it's merely OKish as you said. Git Graph is still significantly better.
    • chrisweekly 1 day ago
      I'm confused -- what would you be going back from, given your preferred VSCode extension is abandoned?
    • haykuro 1 day ago
      give "git lens" a try.
      • IshKebab 1 day ago
        Yeah I've used it for a long time but not for its commit graph feature, which still isn't as nice as Git Graph. Actually the main feature I used it for was "Compare working tree with <commit>" which gives you a nice "what have I changed overall" view but one where the files are editable still in the diff view.

        However I found this better extension for that: https://marketplace.visualstudio.com/items?itemName=letmaik....

        So I don't really need Git Lens any more, which is good because they've made it all commercial and annoying.

  • swoorup 1 day ago
    not to be that annoying guy, but does anyone have a nix flake for this xD ?
  • harryyking 2 days ago
    Awesome would love to follow this journey
  • aaomidi 1 day ago
    I wish this was open source. Even if you kept comments etc disabled.

    Or if you shipped the source code alongside the binary. Or just had a zip of the source.

  • g00k 1 day ago
    This is so cool. Man I need to find another line of work there are too many cracked devs out there
  • cies 1 day ago
    There are a lot of new use cases for VCSes with AI around.
  • rana762 1 day ago
    [dead]
  • snakemountain 1 day ago
    [dead]
  • lolmisfortune 1 day ago
    Nitpick: "judo" and "jujutsu" are already heavily used terms. Googling around for information about this, at least for me, is pretty difficult. Judo is an international olympic sport, jujutsu is one of the most famous traditional japanese martial arts, jiu jitsu is the most popular submission base for MMA...

    I'd love a rebrand or rename in order to avoid having to work around the name collision.

    Best of luck!

    • jgtrosh 1 day ago
      "JudoJJ" is quite distinct and searchable imo
      • bitpatch 1 day ago
        Yeah I'm actually flip flopping between "Judo for JJ" and "JudoJJ"...