![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
A slash: /
A backslash: \
Slashfic is named after the slash: Kirk/Spock
Fractions are written sometimes with slashes: 1/2
When you list alternatives in a sentence, you may say "slash": his/her
There are slashes in URLs: http://cos.livejournal.com/profile
Backslashes appear nowhere in the natural world, aside from a crufty old operating system from Microsoft and some of its descendants. Unfortunately, it seems to have gotten half the computing world into saying "backslash" wherever either a slash or a backslash appears. This creates confusion, and wastes syllables. I know syllables aren't such a limited resource and we can always make more, but conservation of syllables seems to be a driving force in the evolution of English, so we should be able to defeat this annoying anomaly.
If in doubt, just say "slash". You'll rarely be wrong (as opposed to being wrong almost all the time if you're in doubt and say "blackslash").
Please pass it on! Thank you :)
A backslash: \
Slashfic is named after the slash: Kirk/Spock
Fractions are written sometimes with slashes: 1/2
When you list alternatives in a sentence, you may say "slash": his/her
There are slashes in URLs: http://cos.livejournal.com/profile
Backslashes appear nowhere in the natural world, aside from a crufty old operating system from Microsoft and some of its descendants. Unfortunately, it seems to have gotten half the computing world into saying "backslash" wherever either a slash or a backslash appears. This creates confusion, and wastes syllables. I know syllables aren't such a limited resource and we can always make more, but conservation of syllables seems to be a driving force in the evolution of English, so we should be able to defeat this annoying anomaly.
If in doubt, just say "slash". You'll rarely be wrong (as opposed to being wrong almost all the time if you're in doubt and say "blackslash").
Please pass it on! Thank you :)
Tags:
no subject
no subject
no subject
(no subject)
From:(no subject)
From:(no subject)
From:no subject
It's a small contribution, but every syllable counts. Omit the "back"!
no subject
I agree that saying backslash when you mean slash is worse than the converse, but it doesn't really solve the problem of using them indiscriminately and then not knowing why things break. That problem's a lot harder to solve, of course...
(And, for the record, backslashes are often used for the complement of sets, e.g. A \ B)
(no subject)
From:(no subject)
From:(no subject)
From:(no subject)
From: (Anonymous) - Date: 2010-05-28 02:40 (UTC) - Expandno subject
A digression -- whatever happened to Uniform Resource Names (URNs), which by now were supposed to largely supplant URLs and be much more human-friendly?
Amusingly
From:Re: Amusingly
From:Re: Amusingly
From:Re: Amusingly
From:no subject
no subject
no subject
(no subject)
From:do dot dash dash
From: (Anonymous) - Date: 2010-05-27 22:43 (UTC) - Expandno subject
(no subject)
From:(no subject)
From:no subject
On a related note, I heard somewhere recently that one of the founders of the Web (I think it was Tim Berners Lee) came out and said "Um, about the two slashes in http URLs? Sorry about that. Turns out they weren't really doing anything important there." or something to that effect.
(no subject)
From:(no subject)
From: (Anonymous) - Date: 2010-05-27 19:12 (UTC) - Expandno subject
All modern browsers accept URLs without those two prefixes, but computer users and popular media still use them. Granted, there are sites that show nothing when www. is skipped, but that's the fault of their administrators.
(no subject)
From: (Anonymous) - Date: 2010-05-27 19:24 (UTC) - Expand//
But then there's \\machname\resource\item in SMB networking ...
no subject
(no subject)
From:(no subject)
From:no subject
!! you're all dead.
Thats what you get for being too picky.
And to round out the somewhat error prone group
this is a forward slash _
In the order back normal forward \ / _
Re: And to round out the somewhat error prone group
From: (Anonymous) - Date: 2010-06-02 18:11 (UTC) - ExpandEscape Character
Eg. in C the following piece of code
#include
Eg. in C the following piece of code
#include <stdio.h>
int main(void)
{
printf("This\nis\ta\ntest.\n");
return 0;
}
would show the following result
This
is a
test.
the escape character being the \ and the n then standing for "a new line" or t standing for "a tab".
Re: Escape Character
From:slash and backslash
The APL programming language (Q.V.) used forward slash as a function to perform compression. It used backslash to perform expansion... quite clever actually... see below:
user types:
0 0 1 1 1 1 / 'ABCDEF'
APL replies with answer:
CDEF
user types:
1 1 0 0 0 0 \ 'ABCDEF'
APL replies with answer:
AB
This use of backslash predates Microsoft, the internet and even BASIC!
Re: slash and backslash
From:no subject
like the full grown adults still mistaking < with >
no subject