TIN@feddit.uk to Programmer Humor@lemmy.mlEnglish · 1 year agoWhen the marketing director wants it to look "techie"message-squaremessage-square56fedilinkarrow-up1273arrow-down11file-text
arrow-up1272arrow-down1message-squareWhen the marketing director wants it to look "techie"TIN@feddit.uk to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square56fedilinkfile-text
minus-squareShaunaTheDead@kbin.sociallinkfedilinkarrow-up62arrow-down1·edit-21 year agoAt 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.
minus-squarestarman@programming.devlinkfedilinkEnglisharrow-up46·edit-21 year agoAnd that <\ at the end 👌
minus-squarez500@startrek.websitelinkfedilinkEnglisharrow-up21·edit-21 year agoA self-closening null tag. Perfection.
minus-squareTBi@lemmy.worldlinkfedilinkEnglisharrow-up23arrow-down1·1 year agoI like that they try to scare you that the streaming websites will steal your info when the “legit” companies already do that…
minus-squarexantoxis@lemmy.worldlinkfedilinkarrow-up12·1 year agowhatever 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.
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.
And that <\ at the end 👌
A self-closening null tag. Perfection.
deleted by creator
I like that they try to scare you that the streaming websites will steal your info when the “legit” companies already do that…
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.