• 0 Posts
  • 55 Comments
Joined 1 year ago
cake
Cake day: October 5th, 2023

help-circle
  • The open alternatives don’t have particularly good UIs which was a massive perk of GitKraken.

    These days I rely heavily on the Git UI within jetbrains various IDEs. If you’re working on open source projects then you can get a free license. Or they do educational discounts. If you’re using it commercially then it’s going to be roughly the same price as for Kraken but you get a best in class IDE included…








  • Honestly, it’s not as important. These projects are working with very limited resources, typically dependent on free labour. Accessibility is incredibly hard to get right and half arsing it isn’t going to work. The priority should be pushing out a reliable, working prototype that people want to use. Once that’s accomplished you can refocus on expanding the features.

    Demand for reliable multi monitor support is going to be far higher than screen reading capabilities.





  • Blazor WebAssembly ticks the boxes that @treechicken@lemmy.world described.

    I have this dream of a single WASM runtime environment across web, desktop, mobile with devs writing apps once, compiling them down to WASM, distributing them over the Internet, and users running them on any platform they like.

    You write the app once and it can be compiled to WebAssembly that works across web, desktop, and mobile.

    In reality to take full advantage of Blazor you’re probably going to use Blazor Server/hybrid for desktop and mobile but the principle is the same, you’ve only written your app once but it works in every environment.