alt.hn

6/22/2026 at 4:45:52 PM

DisplayMate

https://www.displaymate.com/

by skibz

6/22/2026 at 5:54:03 PM

beautiful web design :) We aren't usually supposed to comment on it but im pretty sure thats exactly the reason this has been submitted.

by RugnirViking

6/22/2026 at 6:13:57 PM

It’s like a slice of the earlier web. Realized I haven’t seen a c|net logo around for a long time.

by elcritch

6/22/2026 at 11:31:45 PM

Despite being a web dev back in that era, I had totally forgotten about best practice back then being to add "click here for [...]" in link text. Because users didn't necessarily understand what links were!

by derefr

6/22/2026 at 9:43:12 PM

I had completely forgotten how beautiful antique designs are

by cocodill

6/22/2026 at 10:09:21 PM

Nostalgic maybe, but not sure it qualifies as beautiful.

by minton

6/23/2026 at 7:39:09 AM

there was a time when this, exactly this, was the future. It's old hat now, and soon too will modern web design seem clunky and outdated.

by RugnirViking

6/22/2026 at 5:42:09 PM

I'm not familiar with DisplayMate, and the site appears to be hugged. Unsure what this is doing on the front page, but for any similarly lost folks:

> DisplayMate is the Worldwide Leader in Video Diagnostics and the World's most advanced Display Calibration and Optimization Software.

by shortstuffsushi

6/22/2026 at 7:48:15 PM

I’ve always used lagom.nl/lcd-test/

by AWTom

6/22/2026 at 9:20:52 PM

Haven’t needed it in years, but when it was still common that VGA was the only input into an LCD, this website had the images for easy calibration to perfect pixel alignment.

by jonathanlydall

6/23/2026 at 8:00:45 AM

Oh my, inspecting the page gave me a warm, cozy, nostalgic feeling and made me feel grateful for all the meals <table>s just like that put on my family's table throughout the late 90s and early 2000s.

by gabrielso

6/23/2026 at 12:15:05 PM

While not used on the site, don’t forget the practice of having an invisible 1x1 pixel to create table borders.

by alberth

6/23/2026 at 3:45:29 PM

Beautiful archaic design. Please consider adding shelves labeled by genre; that could look great and make it easier for users to browse.

by shwetarkadam257

6/22/2026 at 5:47:49 PM

A popular tool preceding the days of YouTube reviews, used for testing and reviewing displays.

by cyberjunkie

6/22/2026 at 5:54:48 PM

Am I confused, or are these a bunch of JPGs on a CD? There's no hardware, right?

by InsideOutSanta

6/22/2026 at 6:12:32 PM

TLDR: Not JPGs, BMPs more likely.

I recall when the first LCD TVs came out and I wanted to get a cheap 1080 one. The problem was that almost every TV said 1080 even if it was just 720 upscaled.

I put a uniform image in BMP on a memory stick - every column being R, then G, then B repeated. As the image was exactly 1080, viewing it in full-screen on a 1080 screen gave a sort of uniform grey color. On an upscaled monitor you could see very visible banding.

This would not have worked had the image been JPG.

by lelanthran

6/22/2026 at 7:55:03 PM

This would also help to detect overscan. I remember when I was shopping for my first 1080p TV, many (most?) had overscan and no way to turn it off.

by rahimnathwani

6/22/2026 at 9:17:28 PM

Overscan is where it cuts off the edges of the image right?

I’m sure an LLM could offer an explanation, but I genuinely have never understood why overscan is even a thing on HDMI ports.

Most times I plug my AppleTV or laptop into a TV using HDMI by default it’s cutting off the edge of the image. When is it ever a good thing to cut off the edges of the incoming digital image and why does this seem to be the default behaviour on most TVs?

Edit: I asked an LLM and it says some content includes junk on the edge of images because it was never meant to be visible, so TVs enable it by default to cut down complaints/support requests. Apparently, even though HDMI supports a way to signal to TVs to disable overscan, many TVs ignore it.

I’m in my 40’s and have yet to personally encounter content where overscan should be used.

Maybe there were particularly crappy and prevalent analogue to digital converters in the early days of HDMI, but TV manufactures just never stopped doing it even though it’s almost never an issue any more. So we probably have a situation now where probably everyone has either manually changed their TV from its default or more likely are seeing an over scanned and thus non-pixel aligned image.

by jonathanlydall

6/23/2026 at 3:53:56 AM

> I genuinely have never understood why overscan is even a thing on HDMI ports.

Remember that an HDMI port may be an input for another device where overscan is necessary to prevent the “garbage” at the edges of the screen. An example of this would be a DVR that outputs HDMI to your TV but perhaps records video that needs to have overscan set. Or VHS as an input. Those are just examples.

by Kirby64

6/23/2026 at 9:15:37 AM

I'm also in my 40's and I haven't seen a reason for a TV to overscan in AGES. I only dealt with overscan when it was with old Analog signals like from an old VCR where timecode and close captioning data is on top most lines of the NTSC signal or when using a really old VGA to RCA adapter where you'd want the over scan to "stretch" your computer's desktop to fit the screen. I think your assessment is right, it's a hold over from before the Analog->Digital conversion and there hasn't been a big enough complaint to remove it.

by phate

6/22/2026 at 9:32:46 PM

Maybe having some image processing circuitry that deals with both the analogue-originated signals and the HDMI-originated signals reduced cost and/or time-to-market.

by rahimnathwani

6/22/2026 at 9:13:40 PM

Why do you think it wouldn't work for a JPEG? I just made one like that, and it worked just fine.

by Sesse__

6/22/2026 at 10:19:42 PM

> Why do you think it wouldn't work for a JPEG? I just made one like that, and it worked just fine.

JPGs are lossy encodings; my use-case would definitely not work with JPGs, not matter how high you put the quality.

For testing a display (like displaymate does) you literally want to light up specific pixels with specific colors. You can't do that with JPGs.

by lelanthran

6/24/2026 at 3:47:36 PM

Did you actually test? I did it and it worked fine (and zooming in confirmed that the RGB bars are nicely preserved). Be sure to put your subsampling at 4:4:4.

by Sesse__

6/22/2026 at 11:35:51 PM

You can do that with JPEGs, just not the obvious way (i.e. by exporting the JPEG at the target resolution.)

Instead, you need to export the JPEG at a resampled resolution that's a multiple of your target resolution, such that each pre-transform source-image pixel gets mapped to its own entirely-independent JPEG color block.

Most obvious (though perhaps not optimal?) approach: nearest-neighbour upscale your image by 8x, and then save as JPEG with 100% quality (which will create 8x8 blocks with 4:4:4 subsampling.)

by derefr

6/23/2026 at 5:30:35 PM

> You can do that with JPEGs, just not the obvious way (i.e. by exporting the JPEG at the target resolution.)

Yeah, I don't think GP did it that way.

by lelanthran

6/22/2026 at 9:22:31 PM

I couldn't see any hardware, which makes it vastly inferior to say Spyders that I've always used.

https://www.datacolor.com/spyder/

by qingcharles

6/23/2026 at 11:49:36 AM

I find that this kind of web design is not conforting, it brings back memories of slow loading pages, scammy websites that download things without warning you.

by GL26

6/23/2026 at 7:23:55 PM

At least back then pages were slow because the internet was slow. Now we have pages being slow because? Why?

by benj111

6/22/2026 at 5:41:39 PM

Website appears to be down.

by hjhart

6/22/2026 at 5:45:23 PM

HN hug of death

by TheJuli

6/22/2026 at 6:45:55 PM

Better call Web Dude

by tomkarho

6/22/2026 at 6:59:44 PM

Definitely DONT call the Sales Guy!

by conkeisterdoor

6/22/2026 at 5:46:39 PM

Why is this on the front page? :)

by cpach

6/22/2026 at 6:32:15 PM

Web design style nostalgia, I suppose.

by nine_k

6/23/2026 at 1:24:17 AM

yea it's a nice nostalgia

by publicai

6/22/2026 at 9:34:51 PM

"The Standard of Excellence for Image and Picture Quality"

Yeah you are, you go girl.

by gorjusborg

6/22/2026 at 6:21:19 PM

[dead]

by yeah879846