Slightly disappointed there's no Tasword 2 (page 3 of [0]) tiny font shenanigans to horizontally extend the visible screen space. There's Vaticanus[1][2] on a (mostly) 4x6 grid for 64x32. Or Tiny Talk[3] on a 5x5 grid for 51x38 if you prefer slightly more height. [0] https://ia902300.us.archive.org/view_archive.php?archive=/4/... [1] https://www.fontspace.com/vaticanus-font-f128585 [2] With some tweaks to characters…
Old Computer Challenge – Modern Web for the ZX Spectrum
11–19 of 19 posts
Re: Old Computer Challenge – Modern Web for the ZX Spectrum
#12Slightly disappointed there's no Tasword 2 (page 3 of [0]) tiny font shenanigans to horizontally extend the visible screen space. There's Vaticanus[1][2] on a (mostly) 4x6 grid for 64x32. Or Tiny Talk[3] on a 5x5 grid for 51x38 if you prefer slightly more height. [0] https://ia902300.us.archive.org/view_archive.php?archive=/4/... [1] https://www.fontspace.com/vaticanus-font-f128585 [2] With some tweaks to characters…
Maybe this could help show 64 chars per line: https://chuntey.wordpress.com/2010/01/08/64-column-print/
[0] Although slightly distressing because I certainly read this at the time and typed it in to play around with but had lost all memory of it. Ah, age.
-edit-: Also I had completely forgotten all about the channels and streams shenanigans.
Re: Old Computer Challenge – Modern Web for the ZX Spectrum
#13Slightly disappointed there's no Tasword 2 (page 3 of [0]) tiny font shenanigans to horizontally extend the visible screen space. There's Vaticanus[1][2] on a (mostly) 4x6 grid for 64x32. Or Tiny Talk[3] on a 5x5 grid for 51x38 if you prefer slightly more height. [0] https://ia902300.us.archive.org/view_archive.php?archive=/4/... [1] https://www.fontspace.com/vaticanus-font-f128585 [2] With some tweaks to characters…
I thought the same thing.
Re: Old Computer Challenge – Modern Web for the ZX Spectrum
#14Hmmm. There was an 8-bit IPv4 stack around that might compile to Z80 assembly, and we could always chirp out data at 1500baud or whatever, so… might well happen in real life some day.
https://github.com/milankowww/ppp_tcpip_zxspectrum
The more elegant solution is probably a Spectranet interface, which does TCP offload:
Re: Old Computer Challenge – Modern Web for the ZX Spectrum
#15Re: Old Computer Challenge – Modern Web for the ZX Spectrum
#16Reminds me of Gopher / Lynx from back in the day.
gopher://magical.fish (the news section it's huge)
gopher://sdf.org
gopher://bitreich.org/1/lawn (the directory it's huge)
gopher://gopher.icu (good site)
gopher://tilde.pink/1/~bencollver
gopher://typed-hole.org (some adventures)
Re: Old Computer Challenge – Modern Web for the ZX Spectrum
#17There's also Telnet clients so you can access old-school BBSes, and a variety of interesting "bridges" that grant access to Gopher or even parse websites. Quite amazing to access the modern Internet on an 8-bit machine from the early 80s that originally loaded games from cassette tape :)
Re: Old Computer Challenge – Modern Web for the ZX Spectrum
#18Provided one had a network stack, it would've actually been possible to use Google on a ZX Spectrum until a short while ago, as it still listened on port 80 and the usual /search?q= was all that was necessary. Now Google has destroyed that, and even with HTTPS it refuses to do anything without JS.
I mean:
gopher->gemini->web via News Waffle, enough to read news sites and blogs
irc->bitlbee->IM and chat networks, from Mastodon to XMPP, Steam, Discord...
Re: Old Computer Challenge – Modern Web for the ZX Spectrum
#19There is also Spectranet[1] and clones for the Sinclair Spectrum, which allows for a much richer Internet-connected experience. It can load and boot remote programs from a server which allows you to get quite creative and produce sites like my TNFS server[2]. You can also try it out from an emulated Spectrum in a web browser at https://jsspeccy.markround.com if you don't have the original hardware lying around to see…