Like the author, I frequently get hung up on which of "log in", "sign in", or any of their variants is 'more correct' every time I put together software with users. "Authenticate" might be the most correct verb, although it's not very user friendly?
The origin of “log in” (2011)
11–20 of 64 posts
Re: The origin of “log in” (2011)
#12Re: The origin of “log in” (2011)
#13I knew about ships' logs, but I didn't know that the word "log" originated from the use of a wooden log tossed overboard attached to a knotted rope, so that the observed speed could be entered into a book that eventually came to be known as a ship's log.
Also interesting in that manual is that each "segment" of a command (what we now call a token) was six characters, blank-padded. The 7094 had 36-bit words and 6-bit bytes.
†http://bitsavers.trailing-edge.com/pdf/mit/ctss/CTSS_Program...
††http://webcache.googleusercontent.com/search?q=cache:SapGOxk...
Re: The origin of “log in” (2011)
#14My father used to use a system (IBM?) that required him to 'track on' and 'track off'. Anyone come across this?
CP-67 ran on the 360/67, which was a 360/65 with special DAT hardware that allowed it to provide each user with their own virtual machine with its own address space.
Re: The origin of “log in” (2011)
#15I liked this, a pretty cool origin of a now common phrase we use. I liken it to the origin of the term Computer, the person who would compute the result of some mathematical function...
Re: The origin of “log in” (2011)
#16So the right one to use depends somewhat on the context. It's the "login page" but "you need to log in". But it's not super clear in all cases.
Re: The origin of “log in” (2011)
#17My father used to use a system (IBM?) that required him to 'track on' and 'track off'. Anyone come across this?
On a side note, it was pretty easy to get the data off and reverse engineer the file format using visual basic at the time.
Was quite a fun project :)
Re: The origin of “log in” (2011)
#18My father used to use a system (IBM?) that required him to 'track on' and 'track off'. Anyone come across this?
Re: The origin of “log in” (2011)
#19It's interesting that the 1964 CTSS manual† linked from the article (OCR'ed by Google††) uses "login", one word, no blank. See page 6 (page 14 of the PDF). I knew about ships' logs, but I didn't know that the word "log" originated from the use of a wooden log tossed overboard attached to a knotted rope, so that the observed speed could be entered into a book that eventually came to be known as a ship's log. Also inte…
Like "useradd" on contemporary Linux.
Re: The origin of “log in” (2011)
#20Like the author, I frequently get hung up on which of "log in", "sign in", or any of their variants is 'more correct' every time I put together software with users. "Authenticate" might be the most correct verb, although it's not very user friendly?
Personally I prefer "log in" to "sign in" because it makes it stand out more from "sign up", thus hopefully leading to fewer users accidentally selecting one when they wanted the other. And regarding the variations, I've always been under the impression that "log in" is the act of logging in, while "login" is either the situation/event ("a login happened") or an alternative term for username.
Both "log in" and "sign in" are anachronisms though - they're justified when you're actually signing-in-and-out of a computer system or building to log your visit, but the metaphor doesn't technically make as much sense when you're talking about authenticating the user on a website.
The evolution of the terms does let you nicely abstract away the actual mechanism of authentication for a user, which I suppose is the point.