this post was submitted on 05 Oct 2023
270 points (99.6% liked)

Programmer Humor

32563 readers
1108 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Don't tell me that's going to parse in a CLI

you are viewing a single comment's thread
view the rest of the comments
[–] ShaunaTheDead@kbin.social 58 points 1 year ago* (last edited 1 year ago) (3 children)

At the very least you'd think they'd get C:\> correct, but I guess whoever made that was probably on iOS or Linux.

I wonder what the CLI for "They" does. Pretty odd that it takes 8 arguments, let alone starting with an uppercase letter.

[–] starman@programming.dev 44 points 1 year ago* (last edited 1 year ago) (2 children)
[–] z500@startrek.website 20 points 1 year ago* (last edited 1 year ago)

A self-closening null tag. Perfection.

[–] TBi@lemmy.world 22 points 1 year ago

I like that they try to scare you that the streaming websites will steal your info when the “legit” companies already do that…

[–] xantoxis@lemmy.world 12 points 1 year ago

whatever it does, it's being run with stdin redirected from the root / directory, which can't be opened for reading, so it'll actually fail before the program even tries to launch.