• 0 Posts
  • 96 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle



  • I’d argue that deploying from one codebase to 3+ different platforms is new functionality, although not for the end user per se.

    I wish though that more of the web apps would come as no batteries included (by default or at least as a selectable option), i.e. use whatever webview is available on the system instead of shipping another one regardless of if you want it or not.













  • General advice - don’t be picky about dedicated media controls; sure they’re nice to have, but they severely limit your choices (I was in that boat too). At the same time it’s very easy to make key combinations; e.g. the Caps Lock key very often gets neglected, and if this is the case for you, you can repurpose it to Fn, and from there you can do Fn+W to play/pause, Fn+Q/Fn+E for prev/next track respectively and so on (of course the specific keys are up to you). Look for QMK/VIA support over manufacturer-specific software.

    Sorry I can’t give a more specific recommendation. I second the idea that Keychron generally have good value for the money, so do Vortex and Ducky (although Ducky have gone up in price while not staying very competitive).





  • I agree with the “learn the CLI”, but to newcomers I’ll also suggest to look at the IDE/editor’s output channel - if there’s GUI for Git, there are also most likely logs for what’s happening under the hood - even if a little noisy, it can be a good learning resource. And of course if you’re learning and unsure of what’s happening (with the CLI or through a GUI), do so in a non-destructive manner (by having proper backups).