Live data from Hacker News

1-Bit Hokusai’s ”The Great Wave”

hypertalking.com

11–20 of 73 posts

Re: 1-Bit Hokusai’s ”The Great Wave”

#13
post #3

This site design is one of the best retro Mac site designs I've seen. The author really nailed the pixel perfect fonts — it looks perfect on my low-DPI and high-DPI displays. If anyone's interested, there's an active HyperCard community with some fun projects. There's a Discord server, too. https://hypercard.org/ I found that community through the Avara community, a port of the classic Mac multiplayer networked mech…

> The author really nailed the pixel perfect fonts — it looks perfect on my low-DPI and high-DPI displays.

It has some weird rainbow effect to it on mine, and the background flickers when I scroll.

Re: 1-Bit Hokusai’s ”The Great Wave”

#14

Earlier quoted context omitted.

That story rules, as does the collection it's in (Frost and Fire).

I’ll have to find that, rather I used IA to find the back issue of the magazine it was published in.

Inspired by this thread, I just reread it. There's a reproduction with the original woodblock print images, which was useful because I didn't have that when I read this story as a teenager.

https://fictionbooks.top/24-views-of-mt-fuji-by-hokusai-3016...

Re: 1-Bit Hokusai’s ”The Great Wave”

#16
When I was getting started with my laser engraver, I used the Great Wave as my template image. It translates to black and white quite nicely. Since the laser has a power range, you normally use grayscale but dithering also works. The stucki and jarvis options are both very good.

To me, dithering reminds me of early Macs (just like the link).

Re: 1-Bit Hokusai’s ”The Great Wave”

#18
post #13
post #3

This site design is one of the best retro Mac site designs I've seen. The author really nailed the pixel perfect fonts — it looks perfect on my low-DPI and high-DPI displays. If anyone's interested, there's an active HyperCard community with some fun projects. There's a Discord server, too. https://hypercard.org/ I found that community through the Avara community, a port of the classic Mac multiplayer networked mech…

> The author really nailed the pixel perfect fonts — it looks perfect on my low-DPI and high-DPI displays. It has some weird rainbow effect to it on mine, and the background flickers when I scroll.

Same here. Also a more minor issue for people like myself, the site causes some 'glare'(?) and is difficult to look at.

I've had this issue since my childhood, now that I think of it. On paper (especially grids) and websites. I should probably figure out what it is.

Re: 1-Bit Hokusai’s ”The Great Wave”

#19
post #13
post #3

This site design is one of the best retro Mac site designs I've seen. The author really nailed the pixel perfect fonts — it looks perfect on my low-DPI and high-DPI displays. If anyone's interested, there's an active HyperCard community with some fun projects. There's a Discord server, too. https://hypercard.org/ I found that community through the Avara community, a port of the classic Mac multiplayer networked mech…

> The author really nailed the pixel perfect fonts — it looks perfect on my low-DPI and high-DPI displays. It has some weird rainbow effect to it on mine, and the background flickers when I scroll.

Same here, I think it's caused by the font it's using (BitGeneva12 [1], which obviously is a geneva [2] clone but I can't find where it (the font) is from. Maybe the author created it themselves?).

[1]

    src: url(//www.hypertalking.com/wp-content/themes/hypertalking/fonts/bitgeneva12-webfont.eot);
    src: url(//www.hypertalking.com/wp-content/themes/hypertalking/fonts/bitgeneva12-webfont.eot?iefix) format('eot'),url(//www.hypertalking.com/wp-content/themes/hypertalking/fonts/bitgeneva12-webfont.woff) format('woff'),url(//www.hypertalking.com/wp-content/themes/hypertalking/fonts/bitgeneva12-webfont.ttf) format('truetype'),url(//www.hypertalking.com/wp-content/themes/hypertalking/fonts/bitgeneva12-webfont.svg#webfontx0MbJbLm) format('svg');
[2] https://en.wikipedia.org/wiki/Geneva_(typeface)

Re: 1-Bit Hokusai’s ”The Great Wave”

#20
post #13
post #3

This site design is one of the best retro Mac site designs I've seen. The author really nailed the pixel perfect fonts — it looks perfect on my low-DPI and high-DPI displays. If anyone's interested, there's an active HyperCard community with some fun projects. There's a Discord server, too. https://hypercard.org/ I found that community through the Avara community, a port of the classic Mac multiplayer networked mech…

> The author really nailed the pixel perfect fonts — it looks perfect on my low-DPI and high-DPI displays. It has some weird rainbow effect to it on mine, and the background flickers when I scroll.

Yeah, it looks like the font is scaled slightly wrong along the x-axis, so that the displayed pixels don't quite line up with screen pixels. Specifically, the text is rendered about 0.5% too narrow, causing a moire-type pattern that repeats about every 200 pixels.

Adding this custom CSS rule seems to fix it for me:

    p { transform: scale(1.005, 1); }
Post reply on HN