Live data from Hacker News

The Beauty of Unix Pipelines

prithu.xyz

1–10 of 388 posts

Re: The Beauty of Unix Pipelines

#3
post #2

What does it mean to say that the video shows "Kernighan being a complete chad"?

Based on some searching, it seems calling someone a "Chad" is evoking the cool and attractive image that the name presents.

"Chad is a man who automatically and naturally turns girls on due to his appearance and demeanor" https://www.reddit.com/r/ForeverAlone/comments/6bgbc2/whats_...

Re: The Beauty of Unix Pipelines

#6
Unix pipelines are cool and I am all for it. In recent times however, I see that sometimes they are taken too far without realizing that each stage in the pipeline is a process and a debugging overhead in case something goes wrong.

A case in point is this pipeline that I came across in the wild:

TOKEN=$(kubectl describe secret -n kube-system $(kubectl get secrets -n kube-system | grep default | cut -f1 -d ' ') | grep -E '^token' | cut -f2 -d':' | tr -d '\t' | tr -d " ")

In this case, perhaps awk would have absorbed 3 to 4 stages.

Re: The Beauty of Unix Pipelines

#10
post #8
post #2

What does it mean to say that the video shows "Kernighan being a complete chad"?

It's an alt-right in-joke related to the incel subculture.

I wouldn't be so quick to say it's an alt-right joke. Plenty of my friends will describe something/someone as a Chad and it has nothing to do with incel/alt-right cultures. Are those kind of phrases thrown out in those circles? Yes, but that's more of the general meme/internet lingo as opposed to subscribing to an ideology.
Post reply on HN