Hacker News new | ask | show | jobs
by kbenson 1682 days ago
At first I thought the author was purposefully eschewing any useful formatting to make a point later about how this work itself would be easier to read if a minimal amount of formatting was provided to make it more palatable to those reading it, but no, upon checking other pages of theirs, and even loading up developer tools in case some CSS file was failing to load (and finding none), it seems this author is blind to their own shortcomings in communication.
6 comments

Extremely basic HTML pages (is this brutalist? minimalist?) is pretty much the fashion for CS people isn't it? I mean, I get it if it's not your cup of tea but it's pretty much standard formatting, dark font on light background, readable font size. The only thing I can complain is the long lines but I resize my browser window and, voila!

Again, each to his own, but I find it pretty ironic to find this comment here of all places. HN isn't that far in terms of design either. This site spent a bit more time choosing colors but font is too small, and lines run a similar length.

Curious to know what minimum formatting you expect.

> HN isn't that far in terms of design either.

HN does get called out for that, and additionally, HN is not presenting a critique on communication.

> Curious to know what minimum formatting you expect.

For a CS professor? Little to none. For a CS professor that is providing criticisms in how papers are presented as "sins"? A minimal amount of formatting to provide some readability, such as what they would likely critique in any paper they expected others to read, would be a good minimum.

As I noted in another reply, once you start critiquing communication issues, you're fair game. Otherwise, I could care less, and I'm not usually one to complain about site design or usability, because honestly I generally prefer it somewhat minimal (but "minimal" that becomes "somewhat unreadable" over time is something that can and should be avoided).

It is. CS professors are known to do these.
oleg kyseliov is famous for that https://okmij.org/ftp/
Blame your browser for being crap at doing the main thing it was created for: Rendering good old plain HTML.
It seems perfectly readable to me. I appreciate that it is almost all meat and no filler.
This is how HTML renders by default - I guess it's an artifact of times when not everyone had a 2 foot wide screen. Fortunately many browsers/extensions can fix this for you with reader mode.
The webpage was written in 1997.
Check out how readable the HTML is.
This seems somewhat ungenerous. This article was written in 1997, barely a year after the CSS standard was released. If anything, it's a failing of browsers to not render basic html in a palatable way.

One day, I truly wish to come to hacker news and not have this type of comment be the first thing that people decide is worth posting.

I don't think it is. I thought about it quite a bit before posting, actually.

The entire page I'm critiquing is itself a critique of poor methods of communication. That's the only reason I bothered to post a critique at all. If someone's going to post a rant about how people aren't writing their papers well, I definitely see them as fair game for a critique on how they chose to communicate that to the reader.

You can try to equate what I did to someone complaining that some site explaining a math concept breaks their scrolling, or that the color scheme is hard to read on mobile for some game blog, but I think this is different. When the subject matter is communication, and that communication is done in a way which aged very poorly, I think that's worth pointing out. I doubt this person would have submitted a paper with poor font sizing and spacing, because those are fairly well established as to what's acceptable and what isn't, yet they haven't bothered to make sure their own writing doesn't confirm to many other widely accepted sins.

For what it's worth, he has another, newer page at http://people.eecs.berkeley.edu/~jrs/ with links to items as new as in 2021, yet still prominently links this same page and doesn't have any formatting on the rest of their content.

In my eyes, that makes them fair game for criticism of this sort, and I think that also makes it relevant.

Nowhere in the essay you read does the author criticize presentation of text on the page. He critiques the actual content of technical papers. You are critiquing his use of CSS (or lack thereof).
I think it's a bit more nuanced that that, since he's also talking about placement of points and descriptive sentences and how it turns into a type of table of contents, which is a bit of both content and presentation in my opinion, but I could see how you might differ on that point. To me, data presentation and making it palatable to those intended to consume it is important, and not easily teased apart from the data itself when viewed with respect to communication.

For what it's worth, if you look at the source of the page, you can see how he actually does seem to care about line length with respect to legibility for himself, it just doesn't seem to extend to something he cares about with respect to his readers.