▲ 794 ▼ finally something worse then curl | sh (thelemmy.club) submitted 3 weeks ago by not_IO@lemmy.blahaj.zone to c/programmer_humor@programming.dev 133 comments fedilink hide all child comments https://labyrinth.zone/objects/96478395-64d9-452c-a906-9e6159cd10a3
[–] fargeol@lemmy.world 279 points 3 weeks ago (6 children) Relevant XKCD: permalink fedilink source hideshow 12 child comments replies: [–] LodeMike@lemmy.today 113 points 3 weeks ago (3 children) How am I still learning about XKCDs I've never seen especially ones in the 1000 range. permalink fedilink source parent hideshow 6 child comments replies: [–] MelodiousFunk@slrpnk.net 78 points 3 weeks ago (2 children) Congrats on being one of today's lucky 10,000! permalink fedilink source parent hideshow 4 child comments replies: [–] perishthethought@piefed.social 42 points 3 weeks ago (1 child) So meta permalink fedilink source parent hideshow 2 child comments replies: [–] jjj@lemmy.blahaj.zone 20 points 3 weeks ago (1 child) Too meta. https://xkcd.com/1447/ permalink fedilink source parent hideshow 2 child comments replies: [–] DeltaWingDragon@sh.itjust.works 5 points 3 weeks ago I'm So Meta Even This Acronym permalink fedilink source parent [–] wpb@lemmy.world 11 points 3 weeks ago (2 children) Is this a reference to something? permalink fedilink source parent hideshow 4 child comments replies: [–] Redkey@programming.dev 24 points 3 weeks ago Yes. https://xkcd.com/1053/ permalink fedilink source parent [–] 18107@aussie.zone 9 points 3 weeks ago https://xkcd.com/1053/ permalink fedilink source parent [–] db2@lemmy.world 30 points 3 weeks ago It's the Key and Peele of geek comics permalink fedilink source parent [–] FishFace@piefed.social 26 points 3 weeks ago (1 child) When you first learnt about xkcd, did you not S L O O O R P the entire back catalogue? I guess when I did that there were A LOT fewer. Cuz I'm old. permalink fedilink source parent hideshow 2 child comments replies: [–] criticon@lemmy.ca 17 points 3 weeks ago I'm so old I remember anticipating the 404 permalink fedilink source parent [–] eager_eagle@lemmy.world 44 points 3 weeks ago (1 child) if $1 is not installed after that, wipe your hard drive and start over permalink fedilink source parent hideshow 2 child comments replies: [–] SleeplessCityLights@programming.dev 25 points 3 weeks ago (1 child) It could be a crate... permalink fedilink source parent hideshow 2 child comments replies: [–] boonhet@sopuli.xyz 18 points 3 weeks ago (1 child) Script needs to be updated, Rust wasn't particularly popular back then (if it existed. I don't know how old this one is, but it's pretty old) permalink fedilink source parent hideshow 2 child comments replies: [–] NeatNit@discuss.tchncs.de 13 points 3 weeks ago March 11, 2016 according to https://www.explainxkcd.com/wiki/index.php/1654:_Universal_Install_Script According to the Rust Wikipedia article, it was juuuust starting to be used in real things around that period. Definitely before it was popular. permalink fedilink source parent [–] zr0@lemmy.dbzer0.com 38 points 3 weeks ago* (1 child) apt-get install sudo apt-get install sigh permalink fedilink source parent hideshow 2 child comments replies: [–] ryannathans@aussie.zone 10 points 3 weeks ago I know right could just be apt install permalink fedilink source parent [–] SleeplessCityLights@programming.dev 32 points 3 weeks ago (1 child) I can stop laughing at steamcmd. permalink fedilink source parent hideshow 2 child comments replies: [–] NeatNit@discuss.tchncs.de 24 points 3 weeks ago Good. If you couldn't that would be a real problem. permalink fedilink source parent [–] MonkeMischief@lemmy.today 5 points 3 weeks ago (clears throat in Zypper install) :p permalink fedilink source parent [–] psud@aussie.zone 5 points 3 weeks ago (3 children) With all those connected with & won't it skip the rest after the first failure? Or does 'no such program' or 'you don't have permission' not produce an error? permalink fedilink source parent hideshow 6 child comments replies: [–] Kimplul@programming.dev 10 points 3 weeks ago (1 child) In bash, & just starts the program in the background, so all of the commands are run in parallel. You're probably thinking of &&, which runs the command on its left, checks its return code, and then decides whether run the command on the right. Although, in this case there are no 'commands on the right' since all the commands are on separate lines. You'd need to backslash the commands together, something like pip install "$1" && \ easy_install "$1" && \ ... permalink fedilink source parent hideshow 2 child comments replies: [–] psud@aussie.zone 6 points 3 weeks ago I saw it as wrapped, so couldn't dismiss the option that all were on a single logical line. But you're right, I was thinking of && permalink fedilink source parent [–] Tja@programming.dev 8 points 3 weeks ago (1 child) That would be &&. A single & will run them in parallel. permalink fedilink source parent hideshow 2 child comments replies: [–] psud@aussie.zone 3 points 3 weeks ago Thanks permalink fedilink source parent [–] katze@lemmy.4d2.org 0 points 3 weeks ago Yes, it should have been a ; instead. permalink fedilink source parent
[–] LodeMike@lemmy.today 113 points 3 weeks ago (3 children) How am I still learning about XKCDs I've never seen especially ones in the 1000 range. permalink fedilink source parent hideshow 6 child comments replies: [–] MelodiousFunk@slrpnk.net 78 points 3 weeks ago (2 children) Congrats on being one of today's lucky 10,000! permalink fedilink source parent hideshow 4 child comments replies: [–] perishthethought@piefed.social 42 points 3 weeks ago (1 child) So meta permalink fedilink source parent hideshow 2 child comments replies: [–] jjj@lemmy.blahaj.zone 20 points 3 weeks ago (1 child) Too meta. https://xkcd.com/1447/ permalink fedilink source parent hideshow 2 child comments replies: [–] DeltaWingDragon@sh.itjust.works 5 points 3 weeks ago I'm So Meta Even This Acronym permalink fedilink source parent [–] wpb@lemmy.world 11 points 3 weeks ago (2 children) Is this a reference to something? permalink fedilink source parent hideshow 4 child comments replies: [–] Redkey@programming.dev 24 points 3 weeks ago Yes. https://xkcd.com/1053/ permalink fedilink source parent [–] 18107@aussie.zone 9 points 3 weeks ago https://xkcd.com/1053/ permalink fedilink source parent [–] db2@lemmy.world 30 points 3 weeks ago It's the Key and Peele of geek comics permalink fedilink source parent [–] FishFace@piefed.social 26 points 3 weeks ago (1 child) When you first learnt about xkcd, did you not S L O O O R P the entire back catalogue? I guess when I did that there were A LOT fewer. Cuz I'm old. permalink fedilink source parent hideshow 2 child comments replies: [–] criticon@lemmy.ca 17 points 3 weeks ago I'm so old I remember anticipating the 404 permalink fedilink source parent
[–] MelodiousFunk@slrpnk.net 78 points 3 weeks ago (2 children) Congrats on being one of today's lucky 10,000! permalink fedilink source parent hideshow 4 child comments replies: [–] perishthethought@piefed.social 42 points 3 weeks ago (1 child) So meta permalink fedilink source parent hideshow 2 child comments replies: [–] jjj@lemmy.blahaj.zone 20 points 3 weeks ago (1 child) Too meta. https://xkcd.com/1447/ permalink fedilink source parent hideshow 2 child comments replies: [–] DeltaWingDragon@sh.itjust.works 5 points 3 weeks ago I'm So Meta Even This Acronym permalink fedilink source parent [–] wpb@lemmy.world 11 points 3 weeks ago (2 children) Is this a reference to something? permalink fedilink source parent hideshow 4 child comments replies: [–] Redkey@programming.dev 24 points 3 weeks ago Yes. https://xkcd.com/1053/ permalink fedilink source parent [–] 18107@aussie.zone 9 points 3 weeks ago https://xkcd.com/1053/ permalink fedilink source parent
[–] perishthethought@piefed.social 42 points 3 weeks ago (1 child) So meta permalink fedilink source parent hideshow 2 child comments replies: [–] jjj@lemmy.blahaj.zone 20 points 3 weeks ago (1 child) Too meta. https://xkcd.com/1447/ permalink fedilink source parent hideshow 2 child comments replies: [–] DeltaWingDragon@sh.itjust.works 5 points 3 weeks ago I'm So Meta Even This Acronym permalink fedilink source parent
[–] jjj@lemmy.blahaj.zone 20 points 3 weeks ago (1 child) Too meta. https://xkcd.com/1447/ permalink fedilink source parent hideshow 2 child comments replies: [–] DeltaWingDragon@sh.itjust.works 5 points 3 weeks ago I'm So Meta Even This Acronym permalink fedilink source parent
[–] DeltaWingDragon@sh.itjust.works 5 points 3 weeks ago I'm So Meta Even This Acronym permalink fedilink source parent
[–] wpb@lemmy.world 11 points 3 weeks ago (2 children) Is this a reference to something? permalink fedilink source parent hideshow 4 child comments replies: [–] Redkey@programming.dev 24 points 3 weeks ago Yes. https://xkcd.com/1053/ permalink fedilink source parent [–] 18107@aussie.zone 9 points 3 weeks ago https://xkcd.com/1053/ permalink fedilink source parent
[–] Redkey@programming.dev 24 points 3 weeks ago Yes. https://xkcd.com/1053/ permalink fedilink source parent
[–] db2@lemmy.world 30 points 3 weeks ago It's the Key and Peele of geek comics permalink fedilink source parent
[–] FishFace@piefed.social 26 points 3 weeks ago (1 child) When you first learnt about xkcd, did you not S L O O O R P the entire back catalogue? I guess when I did that there were A LOT fewer. Cuz I'm old. permalink fedilink source parent hideshow 2 child comments replies: [–] criticon@lemmy.ca 17 points 3 weeks ago I'm so old I remember anticipating the 404 permalink fedilink source parent
[–] criticon@lemmy.ca 17 points 3 weeks ago I'm so old I remember anticipating the 404 permalink fedilink source parent
[–] eager_eagle@lemmy.world 44 points 3 weeks ago (1 child) if $1 is not installed after that, wipe your hard drive and start over permalink fedilink source parent hideshow 2 child comments replies: [–] SleeplessCityLights@programming.dev 25 points 3 weeks ago (1 child) It could be a crate... permalink fedilink source parent hideshow 2 child comments replies: [–] boonhet@sopuli.xyz 18 points 3 weeks ago (1 child) Script needs to be updated, Rust wasn't particularly popular back then (if it existed. I don't know how old this one is, but it's pretty old) permalink fedilink source parent hideshow 2 child comments replies: [–] NeatNit@discuss.tchncs.de 13 points 3 weeks ago March 11, 2016 according to https://www.explainxkcd.com/wiki/index.php/1654:_Universal_Install_Script According to the Rust Wikipedia article, it was juuuust starting to be used in real things around that period. Definitely before it was popular. permalink fedilink source parent
[–] SleeplessCityLights@programming.dev 25 points 3 weeks ago (1 child) It could be a crate... permalink fedilink source parent hideshow 2 child comments replies: [–] boonhet@sopuli.xyz 18 points 3 weeks ago (1 child) Script needs to be updated, Rust wasn't particularly popular back then (if it existed. I don't know how old this one is, but it's pretty old) permalink fedilink source parent hideshow 2 child comments replies: [–] NeatNit@discuss.tchncs.de 13 points 3 weeks ago March 11, 2016 according to https://www.explainxkcd.com/wiki/index.php/1654:_Universal_Install_Script According to the Rust Wikipedia article, it was juuuust starting to be used in real things around that period. Definitely before it was popular. permalink fedilink source parent
[–] boonhet@sopuli.xyz 18 points 3 weeks ago (1 child) Script needs to be updated, Rust wasn't particularly popular back then (if it existed. I don't know how old this one is, but it's pretty old) permalink fedilink source parent hideshow 2 child comments replies: [–] NeatNit@discuss.tchncs.de 13 points 3 weeks ago March 11, 2016 according to https://www.explainxkcd.com/wiki/index.php/1654:_Universal_Install_Script According to the Rust Wikipedia article, it was juuuust starting to be used in real things around that period. Definitely before it was popular. permalink fedilink source parent
[–] NeatNit@discuss.tchncs.de 13 points 3 weeks ago March 11, 2016 according to https://www.explainxkcd.com/wiki/index.php/1654:_Universal_Install_Script According to the Rust Wikipedia article, it was juuuust starting to be used in real things around that period. Definitely before it was popular. permalink fedilink source parent
[–] zr0@lemmy.dbzer0.com 38 points 3 weeks ago* (1 child) apt-get install sudo apt-get install sigh permalink fedilink source parent hideshow 2 child comments replies: [–] ryannathans@aussie.zone 10 points 3 weeks ago I know right could just be apt install permalink fedilink source parent
[–] ryannathans@aussie.zone 10 points 3 weeks ago I know right could just be apt install permalink fedilink source parent
[–] SleeplessCityLights@programming.dev 32 points 3 weeks ago (1 child) I can stop laughing at steamcmd. permalink fedilink source parent hideshow 2 child comments replies: [–] NeatNit@discuss.tchncs.de 24 points 3 weeks ago Good. If you couldn't that would be a real problem. permalink fedilink source parent
[–] NeatNit@discuss.tchncs.de 24 points 3 weeks ago Good. If you couldn't that would be a real problem. permalink fedilink source parent
[–] MonkeMischief@lemmy.today 5 points 3 weeks ago (clears throat in Zypper install) :p permalink fedilink source parent
[–] psud@aussie.zone 5 points 3 weeks ago (3 children) With all those connected with & won't it skip the rest after the first failure? Or does 'no such program' or 'you don't have permission' not produce an error? permalink fedilink source parent hideshow 6 child comments replies: [–] Kimplul@programming.dev 10 points 3 weeks ago (1 child) In bash, & just starts the program in the background, so all of the commands are run in parallel. You're probably thinking of &&, which runs the command on its left, checks its return code, and then decides whether run the command on the right. Although, in this case there are no 'commands on the right' since all the commands are on separate lines. You'd need to backslash the commands together, something like pip install "$1" && \ easy_install "$1" && \ ... permalink fedilink source parent hideshow 2 child comments replies: [–] psud@aussie.zone 6 points 3 weeks ago I saw it as wrapped, so couldn't dismiss the option that all were on a single logical line. But you're right, I was thinking of && permalink fedilink source parent [–] Tja@programming.dev 8 points 3 weeks ago (1 child) That would be &&. A single & will run them in parallel. permalink fedilink source parent hideshow 2 child comments replies: [–] psud@aussie.zone 3 points 3 weeks ago Thanks permalink fedilink source parent [–] katze@lemmy.4d2.org 0 points 3 weeks ago Yes, it should have been a ; instead. permalink fedilink source parent
[–] Kimplul@programming.dev 10 points 3 weeks ago (1 child) In bash, & just starts the program in the background, so all of the commands are run in parallel. You're probably thinking of &&, which runs the command on its left, checks its return code, and then decides whether run the command on the right. Although, in this case there are no 'commands on the right' since all the commands are on separate lines. You'd need to backslash the commands together, something like pip install "$1" && \ easy_install "$1" && \ ... permalink fedilink source parent hideshow 2 child comments replies: [–] psud@aussie.zone 6 points 3 weeks ago I saw it as wrapped, so couldn't dismiss the option that all were on a single logical line. But you're right, I was thinking of && permalink fedilink source parent
[–] psud@aussie.zone 6 points 3 weeks ago I saw it as wrapped, so couldn't dismiss the option that all were on a single logical line. But you're right, I was thinking of && permalink fedilink source parent
[–] Tja@programming.dev 8 points 3 weeks ago (1 child) That would be &&. A single & will run them in parallel. permalink fedilink source parent hideshow 2 child comments replies: [–] psud@aussie.zone 3 points 3 weeks ago Thanks permalink fedilink source parent
[–] katze@lemmy.4d2.org 0 points 3 weeks ago Yes, it should have been a ; instead. permalink fedilink source parent