I don't understand- in what sense is this "1 bit"?
1-Bit Hokusai’s ”The Great Wave”
11–20 of 73 posts
Re: 1-Bit Hokusai’s ”The Great Wave”
#12I don't understand- in what sense is this "1 bit"?
Re: 1-Bit Hokusai’s ”The Great Wave”
#13This 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…
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”
#14Earlier 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.
https://fictionbooks.top/24-views-of-mt-fuji-by-hokusai-3016...
Re: 1-Bit Hokusai’s ”The Great Wave”
#15Holy cow, that web site takes me back...
Re: 1-Bit Hokusai’s ”The Great Wave”
#16To me, dithering reminds me of early Macs (just like the link).
Re: 1-Bit Hokusai’s ”The Great Wave”
#17Re: 1-Bit Hokusai’s ”The Great Wave”
#18This 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.
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”
#19This 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.
[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”
#20This 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.
Adding this custom CSS rule seems to fix it for me:
p { transform: scale(1.005, 1); }