Sure, but that’s not a double entendre. Double entendres are ambiguous. Your example is a pun.
Sure, but that’s not a double entendre. Double entendres are ambiguous. Your example is a pun.
docker handbrake has a web-ui, thanks to virtual frame buffer and vnc. It works just like the desktop version, because that’s what it is, but in a browser.
Two nuns were riding bicycles through the old town on their way back to the convent. The one in front led them down a cobblestone road. The one in back said “I’ve never come this way before!”
In the words of Sam Harris: “People were murdered over cartoons. End of moral analysis.”
The human mind makes it possible to imprint false memories. https://www.psychologytoday.com/us/basics/false-memories
This feature seems like an open ended disaster for human psychology, which is already unreliable and untrustworthy.
Linux != FreeBSD
I did not! Interesting feature.
Not powerful, but often useful, column -t
aligns columns in all lines. EG
$ echo {a,bb,ccc}{5,10,9999,888} | xargs -n3
a5 a10 a9999
a888 bb5 bb10
bb9999 bb888 ccc5
ccc10 ccc9999 ccc888
$ echo {a,bb,ccc}{5,10,9999,888} | xargs -n3 | column -t
a5 a10 a9999
a888 bb5 bb10
bb9999 bb888 ccc5
ccc10 ccc9999 ccc888
Don’t run killall
on aix before reading the man page!
Great call out! I first used ftp about 30 years ago, and lftp has been my go to for about the last decade. I rarely need it anymore, but I still use it for quickly transferring files with my homebrew switch.
I love jq, but I wouldn’t call it “surprising simple” for anything but pretty-formatting json. It has a fairly steep learning curve for doing anything with all but the simplest operations on the simplest data structures.
Also, you can make yes
return anything:
yes no
One of my coworkers lost a lot of weight, and when I asked him what he was doing to lose weight he said he was ordering kids meals.
Is it really a double entendre if it’s unambiguous? I can’t think of any other double entendre jokes that are spoiled by revealing a single interpretation.
Not realizing it’s a double entendres is part of double entendre humor. Some people are clever enough to figure it out right away, and some are not. That is part of the humor.