Live data from Hacker News

Replying to comments about our web page design

research.exoticsilicon.com

11–20 of 211 posts

Re: Replying to comments about our web page design

#11
Well, the current trend of gradients in text colors (usually purple to blue) is something we were told not to do in the 90s, because it would make our sites look like cheap videogames from the 80s. We would be doing it with GIFs.

However inventing something new is really difficult especially after the space of the ideas had been explored for a long time.

As for fashion, once you exhausted all the variations of the current fad you have to start again with an old one, with a twist. The result is that all those new web sites look old to me.

Exoticsilicon looks really old.

Re: Replying to comments about our web page design

#16
post #2

I've always liked ExoticSilicon's design, but not until this post did I realize their smart bit of CSS for default font size: font-size: min(max(1em, 1.3vw), 1.3em); Which explains why it looks just right on my high-DPI Chromebook even though I haven't configured a big enough default font size for the browser. This is going to be the default font-size for all of my websites now (preceded by a fallback for maximum com…

If you want it to be even more readable you could do the following:

    font-size: clamp(1em, 1.3vw, 1.3em);
I would also consider using `rem` instead of `em` incase you want to use it anywhere other than the root element.

Re: Replying to comments about our web page design

#18
Tried out all of their themes on the welcome page, which seems like a nice showcase of what's available when you switch the themes: https://research.exoticsilicon.com/welcome

Here's the aspects that I personally enjoyed:

  - Tropical nights: this feels like a pleasant theme on the eyes, almost like an IDE dark mode
  - Nitrate memories: another theme that feels fairly readable, with the contrast being okay in *most* places
  - Light pastels: this one dials down the colors a little bit so they're not as distracting
That said, when most of the web looks more or less the same way, it feels like this site stands out too much and the design detracts from the experience, in my eyes. For example, opening the page linked in this post, you're confronted with colorful shadows, titles (the questions) in a serif font that's not as bold as the answers that come in a sans serif font, a static background for when you scroll the content that's an image that you can't quite read.

I'd probably just have a chuckle about the quirky design and go browse other sites that might have the information that I'm looking for, due to my eyes scanning them more quickly and easily, much like you'd look at data in a spreadsheet (sans annoying pop-ups and other dark patterns that web is plagued with). But you know what? Their website design is none of my business, it's fine for them to make their own choices and run it how they desire, even if some of the answers on this particular page are a bit on the nose.

Can't say whether we'd benefit from more or less of that, in general, though.

Re: Replying to comments about our web page design

#20
post #15

> You agree not to use the content to train AI systems or machine learning systems. https://research.exoticsilicon.com/terms First I’ve seen that.

Seems unlikely to be enforceable as "overly expansive", as someone could surely argue our brains are just AI and/or ML but in organic form. Does that mean I'm not allowed to learn from the website?
Post reply on HN