Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

really? like what? I like hn precisely because of its minimalistic approach.


Pagination. I'm sure most people don't know that you can click on "More replies" at the bottom of the page to read more comments. At least I didn't know at first and spent many years reading only the first page.

Edit: It's actually "More" not "More replies".


I have never understood this. On websites, paginators are always at the end of pages. This one is there and it clearly says what it does. How can someone miss it?


Usually there are two buttons "Prev-Next" or something like "Page: 1,2,3,4..".

And I just checked, it's actually just "More". Maybe it's me but it's not immediately obvious that a link (not even a button) called "More" means that you can go to the next page. Add to that that HN is so lightweight I just assumed all messages were loaded at once.


I think people ctrl+F for something and then post a comment "I can't believe no one mentioned X...".

People don't usually reach the bottom of the first page when they go through comments, because the first page is quite big, so they never have to see the pagination (though they do need to know it's not the complete view).


The only thing I can think of is that pagination didn't originally exist, so users could have "learned" that if Ctrl-F didn't find a term, that it didn't exist in the comments (rather than didn't exist on this page of comments). That seems incredibly minor to me, though.


Other sites design their UI to stand out. Paginators may be bolded, or in a different font. And there will usually be other visual cues like a "Page x of y" somewhere. Hacker News' primary color scheme is minimalist grey on grey, specifically so the UI doesn't distract from the content.

As a result, people here develop feature blindness to the point that dang has to remind people that pagination even exists in most paginated threads.


Really? Interesting, also explains why some mods (I think dang does it) make a stickied post explaining this in big enough threads. Maybe putting a message at the top of threads with multiple pages with its own div / table style would suffice.


Option to set colours for more than just the top bar and … that’s about it


I use stylish to changes fonts and colors, here's my custom stylesheet

  * {
    color: #F3F1A1 !important;
    background-color: #000 !important;
  }
  body > center > table > tbody > tr:first-child * {
    background-color: #073642 !important;
  }
  body > center > table > tbody > tr:first-child * a:hover {
    background: #002b36 !important;
  }
  code, pre, input, textarea {
    background: #073642 !important;
  }
  a, .pagetop, .hnname a:visited, .rank, .athing {
    color: #b58900 !important;
  }
  .commtext {
    font-size: 125%;
  }
  .title {
    font-size: 112%;
  }
  .subtext {
      font-size:75%;
  }
  .subtext *, .sitebit, .sitestr, .subtext:nth-child(2) {
      color: #9e7800 !important;
  }
  a:visited, a:visited span {
      color: #717600 !important;
  }
  a:hover, a:hover span {
      background: #073642 !important;
  }
P.s. I am a slightly colorblind, please don't judge my colors palette


Have they fixed quote wrapping?


a lot of people complain about the font size, for instance.


A strange thing to complain about, given browsers can override with user settings, if not user plugins.


One could argue that if your text-based forum, which is designed to be read, depends on browser settings and plugins to be readable to a vocal minority of users, then your design is deficient. Many people on HN would make that argument with regards to the need for browsers to have a reader mode.

Ignoring modern web typography standards and keeping the default font size, line spacing and contrast such that it's uncomfortable for many people to read is an anti-feature. Particularly given the only reason it is the way it is is that pg didn't consider it worth caring about.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: