![[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
no subject
no subject
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
See: Perl regex.
no subject
No it's not. It's just less likely to happen. Most of the people who actually need both slashes and backslashes know the difference. If you don't know, then you probably don't use backslashes.
> particularly given the predominance of users that must work with that crufty old operating system
mm, but how many Windows users type their filepaths by hand? Most don't, they browse through the filesystem with graphical thingies (generally Windows Explorer, which doesn't even show the filepath by default). Also, Any relatively modern version of windows accepts / as well as \ in filepaths
no subject
no subject
Context is *everything*.
no 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
Cos, I'm surprised to learn that people pronounce the slash in reading things like "his/hers" - I always use the words 'or' or 'and' there. In fact, one of the writing guides I try to follow is never to use slashes in that way because the person reading it doesn't know whether you mean "or" or "and." Use those words instead - or so I was taught.
Re: Amusingly
Re: Amusingly
Re: Amusingly
no subject
no subject
no subject
no subject
do dot dash dash
no subject
no subject
I am saying this from now on.
no subject
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
However, given that it got standardized, I think it was much worse for Netscape to omit the // in mailto: URLs, and I'd like to see them apologize for that :)
no subject
":" is the single separator character, and not "://". See http://en.wikipedia.org/wiki/URI_scheme#Official_IANA-registered_schemes.
no 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
The point being is that in a URL there is a protocol portion for a reason.
getting rid of www. would be good for a lot of sites.. others it is important to (consider IBM with dozens of webservers pumping out millions of pages versus their other corporate presence and entities.
//
But then there's \\machname\resource\item in SMB networking ...
no subject
no subject
no subject
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
this is a forward slash _
In the order back normal forward \ / _
If so, then what is an underscore??? (_)
By the way, it is also called a low-dash or low-line. Seems to me there are many words that can be use for the same symbol.
But forward slash is not one for underscore (low-dash low-line)
Escape 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
It's tangential, though - people who use this, know the difference between slash and backslash and are not the target audience here.
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
no subject
like the full grown adults still mistaking < with >
no subject