It was Bill Joy's password, not Ken Thompson's, that had a control character
31–40 of 58 posts
Re: It was Bill Joy's password, not Ken Thompson's, that had a control character
#32Earlier quoted context omitted.
You need an email account in order to join a mailing list, so get one of those. Your ISP probably gives you one, but you can also use one of the more obscure email providers like yahoo or gmail if you want. I'm a fan of fastmail on my own domain. Once you have an email address, this content is now available to you! Most mailing lists are free and easy to subscribe to.
I understand where you coming from, but I don't think this "modern web-user" is unfamiliar with what email is, so the sarcastic tone is a bit over the top and usually not appreciated on HN. Instead you could have spent time explaining a better way of browsing the content, or what to consider when reading. Instead of assuming this person doesn't know what a email address is.
Re: It was Bill Joy's password, not Ken Thompson's, that had a control character
#33Re: It was Bill Joy's password, not Ken Thompson's, that had a control character
#34I inadvertently had this on a Sun. I was entering a new password from a remote terminal and accidentally hit a lower case letter where I wanted an upper case one. Reflexively I hit backspace, and the Sun used DEL, so it stored a ^H in the password. I was then unable to change it because while getty or login could handle it, passwd wouldn’t accept it as my existing password.
Re: It was Bill Joy's password, not Ken Thompson's, that had a control character
#35Re: It was Bill Joy's password, not Ken Thompson's, that had a control character
#36Earlier quoted context omitted.
Google can't monetize this content so it ends up on page 5 behind all the irrelevant SEO links.
If enough legit and important articles linked to it , it would be at the top.
Re: It was Bill Joy's password, not Ken Thompson's, that had a control character
#37The current title ("It was Bill Joy's password, not Ken Thompson") I assume is in reference to Ken's password being cracked two weeks ago. The title is not correct. Ken's password was cracked. Bill Joy's password has now also been cracked, but not disclosed w/o getting permission from Joy to do so first. Discussion from two weeks ago - https://news.ycombinator.com/item?id=21202905 Message posting /etc/password entrie…
Maybe a correct title is creeps crack Bill Joy's password without permission - or did they get permission first?
Re: It was Bill Joy's password, not Ken Thompson's, that had a control character
#38Re: It was Bill Joy's password, not Ken Thompson's, that had a control character
#39I inadvertently had this on a Sun. I was entering a new password from a remote terminal and accidentally hit a lower case letter where I wanted an upper case one. Reflexively I hit backspace, and the Sun used DEL, so it stored a ^H in the password. I was then unable to change it because while getty or login could handle it, passwd wouldn’t accept it as my existing password.
Anecdotally pressing ^v triggers quoting so the next character is taken verbatim. So ^v^h should have worked.
Re: It was Bill Joy's password, not Ken Thompson's, that had a control character
#40Earlier quoted context omitted.
Anecdotally pressing ^v triggers quoting so the next character is taken verbatim. So ^v^h should have worked.
There was a ton of wizardry I didn’t know at the time