this post was submitted on 15 Feb 2024
415 points (94.4% liked)
Technology
59232 readers
4219 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, as for development I'd say Linux (or any Unix-like) is more suited for that, especially when you have really great shell, development utilities and awesome package managers, and the overall system design is good for that. Also some stuff is just faster to do in command line, I could never see myself using git graphically for example, as doing so only gives me more headaches. But for most stuff I prefer GUI, because GUI's tend to have common design choices, and you can generally figure it out in few minutes, while for CLI utilities anything goes, some have built-in interactive prompts, some incompatible syntax, there's sometimes steep learning curve, and list goes on.