That's a very BIG NO NO NO NO NO NO NO. What a bad argument! Bad, bad, bad, bad, bad, bad, bad, bad, bad. Besides, no one uses double spacing today (except stubborn engineers trying to enforce standards from the 1960s that don't make sense anymore).The two spaces only appear after a period that terminates a sentence. Not after one for an abbreviation. That is how you tell the two cases apart.
1 case in Dutch that I know is a postal code followed up by a town name on a letter or package. No idea where it originates from but it's done a lot. It may have to do with the code format xxxx yy that contains a space itself but should be considered a word. The parts separated have no meaning. Maybe a space is added after it for clarity. because there should be no period.Sometimes, engineers think they are smarter than everybody else and end up making very silly decisions. The fact that POSIX standards define the end of a sentence as needing two spaces after the period is asinine, regardless of the technical reasons that may have led to such a conclusion. In English and in any other language that uses the Roman alphabet you never use two consecutive spaces for anything, let alone after a period. Thanks to this genius decision, one cannot navigate or operate on real sentences when editing a common text file in nvi. This opinion is not mine, but God's, who has decided to reveal it to me, so don't even try to contradict it or justify the standard.
tar xzf ../myproject.tar.gz
tar czf ../myproject.tar.gz .
in college we once didI just accidentally threw away a whole week's worth of work by entering
instead ofBash:tar xzf ../myproject.tar.gz
in myproject dir.Bash:tar czf ../myproject.tar.gz .
tar cf * and that suckedI just accidentally threw away a whole week's worth of work by entering
instead ofBash:tar xzf ../myproject.tar.gz
in myproject dir.Bash:tar czf ../myproject.tar.gz .
Damn you, bash history.![]()
a) we know how to useCode:#!/bin/sh echo "deny atax1a cmd tar" >> /usr/local/etc/doas.conf echo "deny eternal_noob cmd tar" >> /usr/local/etc/doas.conf
cpioThank you for your bug report. Our team has received your submission and will review it shortly. We appreciate your feedback!a) we know how to usecpio
b) much like nicking our finger on our mandoline, we only did this once
Nope.We've all been there.
Decades ago, I had nothing to do. I was an electronics guy but I had nothing to do one day and the software manager asked me to do him a favor and erase/reformat about 50 floppy disks using a computer in one large room. No, we didn't have a bulk eraser.We've all been there.
we developed a habit ofYeah, globbng fails are mainly a matter of time.
echoing globs before we actually run their commandsI found it amusing. The other part is that no one even noticed the server was down save the person who called my attention to the time being off. It was down for about 2 minutes.I'm going to kill myself now.
It's darkly hilarious. I like it.I found it amusing. The other part is that no one even noticed the server was down save the person who called my attention to the time being off. It was down for about 2 minutes.
I never caused any data loss in my company. At home, I did. I always took more precautions at work than at home. I'm speaking from the afterlife.We've all been there.
If you ask me, it was that software guy's fault, not yours.Turns out one of the software guys [...]