I always liked Gopher for its simplicity and therefore efficiency. Check out also Gemini with Deedum, the gemini browser for Android too :) more reading: https://thedorkweb.substack.com/p/gopher-gemini-and-the-smol...
Gopher Protocol (2020)
11–20 of 38 posts
Re: Gopher Protocol (2020)
#12Does it has functions for sending data, i.e. submitting forms? I'm curious if gopher could be a sufficient lightweight web protocol for all normal real life tasks including internet banking and shopping.
No. The protocol seems very simple: connect, provide a document reference, server responds with the document, and the connection is closed. Document may contain references to other documents. Imagine HTTP with only GET, no headers, no request bodies. RFC 1436 explicitly says: > No state is retained by the server.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_...
Re: Gopher Protocol (2020)
#13I love Gopher, it's a nice, extremely light protocol with none of the added BS I hate about the web. The only people who use it these days are a particular type of person, the type that I generally enjoy reading the thoughts and work of. I actually setup a new service on Gopher recently, a lightweight Google News reader[1] and it works better than I could have really hoped. [1] http://muezza.ca/projects/gophernews/
Then you might enjoy reading your own thoughts, since it's possible to read HN via gopher.
Sorry I don't have the address right now. It's bookmarked on my TRS-80.
Re: Gopher Protocol (2020)
#14I haven't really put the effort into it necessary to generate a "following," which in the Gemini world really seems to just mean people emailing each other. That hits a nostalgia vibe for me.
Re: Gopher Protocol (2020)
#15I love Gopher, it's a nice, extremely light protocol with none of the added BS I hate about the web. The only people who use it these days are a particular type of person, the type that I generally enjoy reading the thoughts and work of. I actually setup a new service on Gopher recently, a lightweight Google News reader[1] and it works better than I could have really hoped. [1] http://muezza.ca/projects/gophernews/
The only people who use it these days are a particular type of person, the type that I generally enjoy reading the thoughts and work of. Then you might enjoy reading your own thoughts, since it's possible to read HN via gopher. Sorry I don't have the address right now. It's bookmarked on my TRS-80.
Re: Gopher Protocol (2020)
#16I run a site on Gemini, which is a modern sibling of Gopher. I haven't really put the effort into it necessary to generate a "following," which in the Gemini world really seems to just mean people emailing each other. That hits a nostalgia vibe for me.
A few things I've built:
- Kennedy - a search engine
- Gemipedia - A wikipedia proxy
- A clone of Worlde, a geography game
- A weather lookup service
I find the limits of it refreshing.
gemini://gemi.dev/
Re: Gopher Protocol (2020)
#17I run a site on Gemini, which is a modern sibling of Gopher. I haven't really put the effort into it necessary to generate a "following," which in the Gemini world really seems to just mean people emailing each other. That hits a nostalgia vibe for me.
If I'm permitted a little plug: gemini://tozip.chickenkiller.com/ . I also run a gemini to gopher bridge, so the site can be assessed via the url gopher://tozip.chickenkiller.com/ Its works via a perl script I knocked together using inetd on FreeBSD. So if you like gemtext, but can't be bothered with the hassle of setting up security keys, then the bridge may be the way to go.
One idea for a cool project for Gemini that no-one seems to have done is a Twitter clone. What's interesting about it is that Gemini has the concept of an identity baked in, so you wouldn't need to register for an account to start posting.
Re: Gopher Protocol (2020)
#18https://git.pleroma.social/pleroma/pleroma/-/blob/develop/li...
Re: Gopher Protocol (2020)
#19Does it has functions for sending data, i.e. submitting forms? I'm curious if gopher could be a sufficient lightweight web protocol for all normal real life tasks including internet banking and shopping.
I say "I was building" rather than "built" because two things happened: someone showed me a graphical web browser that actually was usable, and whomever owned Gopher wanted to charge money for using v2 of the protocol (I think?). So I ditched all the gopher code I had written and made an HTTP-server instead.
update: I think it was Goper+, not Gopher v2 which was the new version
Re: Gopher Protocol (2020)
#20The linked article is from 2020, the protocol is from 1991.