this post was submitted on 16 Jul 2025
1533 points (99.0% liked)

Technology

72894 readers
3141 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] cyberpunk007@lemmy.ca 29 points 2 days ago (2 children)

The funny thing is there are lots of things that are designed better on Linux vs Windows/macos too.

My memory is fading on some of them since I primarily use Windows for work and a steam deck for gaming now, but keyboard shortcuts was definitely one of them. Easier to get shit done automation-wise from simple scripts. CMD is so basic and PowerShell feels like my fingers are exhausted from doing a simple thing, and like you always need to write a paragraph to get a simple thing done.

[–] Appoxo@lemmy.dbzer0.com 14 points 2 days ago (1 children)

Afaik from my limited interaction with bash: At least you have proper datatypes.
Isnt bash essentially treating everything like a string and it's up to you to resolve that?

[–] rbos@lemmy.ca 13 points 2 days ago (2 children)

Pretty much, though I use a lot of jq these days and many tools support json output and input. I'd love to see that paradigm expanded for more Unix tools. Maybe a new kind of pipe symbol for shells that implies strict json objects.

[–] voodooattack@lemmy.world 7 points 1 day ago (1 children)

Not sure if you know of it, but I found this a while back and it helped me a lot: https://github.com/kellyjonbrazil/jc

[–] rbos@lemmy.ca 6 points 1 day ago

Oh, that is interesting.

[–] Blackmist@feddit.uk 8 points 1 day ago

Yeah, command lines just feel native on Linux, where in Windows it feels like it's running off behind the scenes to fetch a grown up.