this post was submitted on 06 Jan 2024
585 points (98.2% liked)

Programmer Humor

32479 readers
1165 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

The lost meme in question was like this: A post on r/notinteresting saying "I don't know anything about programming, ask me anything." A comment asked "How to kill the child process?" Then replied to himself: Who reported me ๐Ÿ’€

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 40 points 10 months ago (1 children)

When you Google a technical thing you could use the whole sentence like "in a bash session how would you pipe the output from cat to something else?" But that is long winded and can be constraining for the search engine so you boil it down to just the essential words". Start with "how to" then add "bash Cat pipe", and insert "with" because that is the desired adjective.

I've just woken up and I'm wondering if I missed an implied /s. Anyway.

[โ€“] [email protected] 1 points 10 months ago

OK but if you already know to use a pipe why would you search that?