Live data from Hacker News

Dennis Ritchie’s page on Bell Labs website

bell-labs.com

21–30 of 60 posts

Re: Dennis Ritchie’s page on Bell Labs website

#21

A number of academics seem to have very simple HTML pages like this one. See Knuth's page for example. Most of the Comp Sci professors at my school had pages like this also. Only thing I don't like about reading them on a modern wide monitor is that the lines get too long. A bit of CSS to set a max width and a margin and they'd be near-perfect. Fortunately there's reader mode.

I like websites like this.

Simple fast, and, as you say, you can use reader mode.

Some people have blogs like this arguing that the user should have the power to customize his experience, for example, using a custom CSS. So they deliver plain html, with a very basic CSS sheet.

Re: Dennis Ritchie’s page on Bell Labs website

#22
post #18

I see no mention of family beyond siblings. Was he not married/in a relationship? I realize some people don't want that, but it's always made me sad even so.

Nothing on his Wikipedia page https://en.wikipedia.org/wiki/Dennis_Ritchie#Personal_life_a...

It does make me sad, because I know a lot of people who shelter themselves in computers, always wanting something more out in the real world but never being able to get their comfort zone wide enough to achieve it.

Re: Dennis Ritchie’s page on Bell Labs website

#23
post #20

"My undergraduate experience convinced me that I was not smart enough to be a physicist, and that computers were quite neat." Thank god I am not the only one!

In fairness, I'm not sure the return to society of minting another physicist is all that high. Many seem to go into computing anyway.

Re: Dennis Ritchie’s page on Bell Labs website

#24

A number of academics seem to have very simple HTML pages like this one. See Knuth's page for example. Most of the Comp Sci professors at my school had pages like this also. Only thing I don't like about reading them on a modern wide monitor is that the lines get too long. A bit of CSS to set a max width and a margin and they'd be near-perfect. Fortunately there's reader mode.

[flagged]

That's a feature, not a bug.

Re: Dennis Ritchie’s page on Bell Labs website

#25
post #20

"My undergraduate experience convinced me that I was not smart enough to be a physicist, and that computers were quite neat." Thank god I am not the only one!

I started university in 1967, intending to study physics. Unfortunately, Physics was at 0830, and I soon discovered that I liked physics, but not enough to get to campus reliably at that time. Fortunately, Computer Science was at 1630. My academic career was thus determined.

Re: Dennis Ritchie’s page on Bell Labs website

#26

A number of academics seem to have very simple HTML pages like this one. See Knuth's page for example. Most of the Comp Sci professors at my school had pages like this also. Only thing I don't like about reading them on a modern wide monitor is that the lines get too long. A bit of CSS to set a max width and a margin and they'd be near-perfect. Fortunately there's reader mode.

>> Only thing I don't like about reading them on a modern wide monitor is that the lines get too long.

It's HTML where the whole point is to reflow to fit your window. YOU determine the page width and the content reflows to fit.

The problem was when it took off and a bunch of publishers and print people came along and demanded control over the layout. Now they even have custom fonts FFS.

Re: Dennis Ritchie’s page on Bell Labs website

#27

A number of academics seem to have very simple HTML pages like this one. See Knuth's page for example. Most of the Comp Sci professors at my school had pages like this also. Only thing I don't like about reading them on a modern wide monitor is that the lines get too long. A bit of CSS to set a max width and a margin and they'd be near-perfect. Fortunately there's reader mode.

Did you try resizing your window?

Re: Dennis Ritchie’s page on Bell Labs website

#28
post #18

I see no mention of family beyond siblings. Was he not married/in a relationship? I realize some people don't want that, but it's always made me sad even so.

He reportedly was never in a relationship. This comes from unidentified members of the Ritchie family who set up a web site focussed mostly on his unpublished PhD thesis. The site includes some personal information on his life.

From https://dmrthesis.net/story-and-question/ (near the bottom)

"In his adult years Dennis had a reputation for being famously private.... There were topics that were completely off limits with Dennis – mostly having to do with any form of personal intimacy. This was true for his Bell Labs colleagues, who speak of Dennis’ personal life as a kind of private zone where they do not tread, and true with his siblings also. This was just his way.

"As an adult, Dennis lived an ascetic lifestyle. In September 1967, he moved back into the attic of his family home and set up a home office in the basement, where he lived with his parents until 1989. He worked from 1PM until 3AM six days a week, Sundays off for reading. He had no friends outside of his business colleagues, he rarely socialized, he did not have (nor never had) a relationship with anyone, he wouldn’t talk about/acknowledge discussion about emotional issues in any form. (He did have a wonderful family who loved him dearly and whom he loved dearly as well.) It was almost as if he needed to blot out any awareness of his personal life from the world by using the strategy of having no personal life to be observed.

"This affect wasn’t just something neutral, it could be an active force."

Re: Dennis Ritchie’s page on Bell Labs website

#29

A number of academics seem to have very simple HTML pages like this one. See Knuth's page for example. Most of the Comp Sci professors at my school had pages like this also. Only thing I don't like about reading them on a modern wide monitor is that the lines get too long. A bit of CSS to set a max width and a margin and they'd be near-perfect. Fortunately there's reader mode.

>> Only thing I don't like about reading them on a modern wide monitor is that the lines get too long. It's HTML where the whole point is to reflow to fit your window. YOU determine the page width and the content reflows to fit. The problem was when it took off and a bunch of publishers and print people came along and demanded control over the layout. Now they even have custom fonts FFS.

I grew up with simple HTML pages. I love them to death for this reason and others. I'm still very happy every time I come across one that seems to still be alive.

I'm sure it was done for a reason - popularity, A/B testing, money, an IMHO misguided sense of aesthetics - but personally, I definitely never asked for the "design"-ization of the web.

Re: Dennis Ritchie’s page on Bell Labs website

#30

Earlier quoted context omitted.

>> Only thing I don't like about reading them on a modern wide monitor is that the lines get too long. It's HTML where the whole point is to reflow to fit your window. YOU determine the page width and the content reflows to fit. The problem was when it took off and a bunch of publishers and print people came along and demanded control over the layout. Now they even have custom fonts FFS.

I grew up with simple HTML pages. I love them to death for this reason and others. I'm still very happy every time I come across one that seems to still be alive. I'm sure it was done for a reason - popularity, A/B testing, money, an IMHO misguided sense of aesthetics - but personally, I definitely never asked for the "design"-ization of the web.

[flagged]
Post reply on HN