▲ 1586 ▼ Linux Reaches 5% Desktop Market Share In USA (ostechnix.com) submitted 1 year ago by herseycokguzelolacak@lemmy.ml to c/technology@lemmy.world 313 comments fedilink hide all child comments
[–] Switorik@lemmy.zip 266 points 1 year ago (11 children) I just transitioned to Linux. Fully removed windows. I'm doing my part! permalink fedilink source hideshow 11 child comments replies: [–] FarraigePlaisteach@lemmy.world 100 points 1 year ago* (last edited 1 year ago) (2 children) I consider myself a trans ally, but I’m behind on the latest pronouns. Congrats! permalink fedilink source parent hideshow 2 child comments replies: [–] ramjambamalam@lemmy.ca 65 points 1 year ago* (1 child) I identify as Linux and my pronouns are root/0. permalink fedilink source parent hideshow 1 child comment replies: [–] Cenzorrll@lemmy.world 3 points 1 year ago Somebody has a root complex, jeez. permalink fedilink source parent [+] goatinspace@feddit.org -10 points 1 year ago (7 children) It's not perfect but there are different values permalink fedilink source parent hideshow 7 child comments replies: [–] cyberpunk007@lemmy.ca 29 points 1 year ago (6 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. permalink fedilink source parent hideshow 6 child comments replies: [–] Appoxo@lemmy.dbzer0.com 15 points 1 year ago (4 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? permalink fedilink source parent hideshow 4 child comments replies: [–] rbos@lemmy.ca 15 points 1 year ago (3 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. permalink fedilink source parent hideshow 3 child comments replies: [–] voodooattack@lemmy.world 7 points 1 year ago (1 child) 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 permalink fedilink source parent hideshow 1 child comment replies: [–] rbos@lemmy.ca 6 points 1 year ago Oh, that is interesting. permalink fedilink source parent [–] lastweakness@lemmy.world 2 points 1 year ago Nushell? permalink fedilink source parent [–] Blackmist@feddit.uk 9 points 1 year 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. permalink fedilink source parent
[–] FarraigePlaisteach@lemmy.world 100 points 1 year ago* (last edited 1 year ago) (2 children) I consider myself a trans ally, but I’m behind on the latest pronouns. Congrats! permalink fedilink source parent hideshow 2 child comments replies: [–] ramjambamalam@lemmy.ca 65 points 1 year ago* (1 child) I identify as Linux and my pronouns are root/0. permalink fedilink source parent hideshow 1 child comment replies: [–] Cenzorrll@lemmy.world 3 points 1 year ago Somebody has a root complex, jeez. permalink fedilink source parent
[–] ramjambamalam@lemmy.ca 65 points 1 year ago* (1 child) I identify as Linux and my pronouns are root/0. permalink fedilink source parent hideshow 1 child comment replies: [–] Cenzorrll@lemmy.world 3 points 1 year ago Somebody has a root complex, jeez. permalink fedilink source parent
[–] Cenzorrll@lemmy.world 3 points 1 year ago Somebody has a root complex, jeez. permalink fedilink source parent
[+] goatinspace@feddit.org -10 points 1 year ago (7 children) It's not perfect but there are different values permalink fedilink source parent hideshow 7 child comments replies: [–] cyberpunk007@lemmy.ca 29 points 1 year ago (6 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. permalink fedilink source parent hideshow 6 child comments replies: [–] Appoxo@lemmy.dbzer0.com 15 points 1 year ago (4 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? permalink fedilink source parent hideshow 4 child comments replies: [–] rbos@lemmy.ca 15 points 1 year ago (3 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. permalink fedilink source parent hideshow 3 child comments replies: [–] voodooattack@lemmy.world 7 points 1 year ago (1 child) 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 permalink fedilink source parent hideshow 1 child comment replies: [–] rbos@lemmy.ca 6 points 1 year ago Oh, that is interesting. permalink fedilink source parent [–] lastweakness@lemmy.world 2 points 1 year ago Nushell? permalink fedilink source parent [–] Blackmist@feddit.uk 9 points 1 year 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. permalink fedilink source parent
[–] cyberpunk007@lemmy.ca 29 points 1 year ago (6 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. permalink fedilink source parent hideshow 6 child comments replies: [–] Appoxo@lemmy.dbzer0.com 15 points 1 year ago (4 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? permalink fedilink source parent hideshow 4 child comments replies: [–] rbos@lemmy.ca 15 points 1 year ago (3 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. permalink fedilink source parent hideshow 3 child comments replies: [–] voodooattack@lemmy.world 7 points 1 year ago (1 child) 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 permalink fedilink source parent hideshow 1 child comment replies: [–] rbos@lemmy.ca 6 points 1 year ago Oh, that is interesting. permalink fedilink source parent [–] lastweakness@lemmy.world 2 points 1 year ago Nushell? permalink fedilink source parent [–] Blackmist@feddit.uk 9 points 1 year 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. permalink fedilink source parent
[–] Appoxo@lemmy.dbzer0.com 15 points 1 year ago (4 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? permalink fedilink source parent hideshow 4 child comments replies: [–] rbos@lemmy.ca 15 points 1 year ago (3 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. permalink fedilink source parent hideshow 3 child comments replies: [–] voodooattack@lemmy.world 7 points 1 year ago (1 child) 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 permalink fedilink source parent hideshow 1 child comment replies: [–] rbos@lemmy.ca 6 points 1 year ago Oh, that is interesting. permalink fedilink source parent [–] lastweakness@lemmy.world 2 points 1 year ago Nushell? permalink fedilink source parent
[–] rbos@lemmy.ca 15 points 1 year ago (3 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. permalink fedilink source parent hideshow 3 child comments replies: [–] voodooattack@lemmy.world 7 points 1 year ago (1 child) 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 permalink fedilink source parent hideshow 1 child comment replies: [–] rbos@lemmy.ca 6 points 1 year ago Oh, that is interesting. permalink fedilink source parent [–] lastweakness@lemmy.world 2 points 1 year ago Nushell? permalink fedilink source parent
[–] voodooattack@lemmy.world 7 points 1 year ago (1 child) 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 permalink fedilink source parent hideshow 1 child comment replies: [–] rbos@lemmy.ca 6 points 1 year ago Oh, that is interesting. permalink fedilink source parent
[–] Blackmist@feddit.uk 9 points 1 year 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. permalink fedilink source parent