Live data from Hacker News

Ask HN: What are good high-information density UIs (screenshots, apps, sites)?

news.ycombinator.com

1–10 of 392 posts

Ask HN: What are good high-information density UIs (screenshots, apps, sites)?

#1
Just yesterday I tried to find examples of good high information density UIs... and seems to be an impossible task.

Search engines are full to the brim with vague articles repeating each other's talking points, and exception being this blog post by Matthew Ström: https://matthewstrom.com/writing/ui-density/

Image search is no better, with largely irrelevant results.

In the age when everything is spaced out and zoned out gray on gray, what are your go-to examples of UIs that pack a lot of info?

Re: Ask HN: What are good high-information density UIs (screenshots, apps, sites)?

#4
I recall seeing some discussion about the UI density Japanese websites (specifically Japanese news sites). For example: https://www.asahi.com/ Now that I think about it, news sites in general have fairly high density UIs, not that I consider them to be shining examples of great UIs. https://www.yahoo.com https://www.bloomberg.com/

Re: Ask HN: What are good high-information density UIs (screenshots, apps, sites)?

#8
I always thought video games were a good thing to look at here. They're NOT always an appropriate reference (being an entertainment medium), but you often have to get a pile of info up on the screen, legible, quickly. The Game UI Database is pretty cool, with 1300-ish games: https://www.gameuidatabase.com

Re: Ask HN: What are good high-information density UIs (screenshots, apps, sites)?

#9
I am developing this project, which replaces product lists with what I call "product charts":

https://www.productchart.com

The idea is to sort products not by one parameter (like price or release date) but by two - which creates an x/y chart. The product info is displayed dynamically - by default only the image is show. On hover, more info is displayed in a tooltip. And when you click "details", all data is shown.

This way, 300 products easily fit on the screen.

You need to watch it on a monitor to see the chart interface. On mobile, I just display a normal list.

Re: Ask HN: What are good high-information density UIs (screenshots, apps, sites)?

#10
Tracy [1] is the first thing that comes to my mind, then RenderDoc [2].

After that Visual Studio while debugging. In general, I think graphical debuggers and profiling tools do a relatively good job of packing lots of information into many, small windows.

[1] https://github.com/wolfpld/tracy

[2] https://github.com/baldurk/renderdoc

Post reply on HN