this post was submitted on 21 Jul 2023
86 points (93.0% liked)

Programming

17025 readers
95 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

Some folks on the internet were interested in how I had managed to ditch Docker for local development. This is a slightly overdue write up on how I typically do things now with Nix, Overmind and Just.

you are viewing a single comment's thread
view the rest of the comments
[–] astral_avocado@programming.dev 1 points 1 year ago (1 children)

I mean.. all those buttons are essentially just calling a command line in the end. And coding that button takes more work so command line is always going to be more likely to be your only option. If you find commands arcane then that's probably an argument that the help docs should be clearer or the commands themselves should be clearer.

[–] JBloodthorn@kbin.social 1 points 1 year ago (1 children)

Making a little program that opens a window with some buttons to pin to my taskbar is infinitely easier than digging out docs and copy pasting into a command line every time I need to do anything. Paste the command once, done. It's like 10 lines of code, plus about 3-4 for each command I add. Maybe drag the window a bit bigger when I add the button.

[–] astral_avocado@programming.dev 1 points 1 year ago (1 children)

We were talking about software development and deployment in this thread, not necessarily how easy your desktop GUI is to use.

[–] JBloodthorn@kbin.social 1 points 1 year ago

No shit. I'm saying the tools I had to make myself should come standard instead of wasting dev time on command line bullshit.