๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ mozz โ€บ 4892 captured on 2023-09-08 at 17:23:19. Gemini links have been rewritten to link to archived content

View Raw

More Information

โžก๏ธ Next capture (2023-09-28)

-=-=-=-=-=-=-

Re: "Input indicator"

Comment in: s/Gemini

@faildev_mode

Many popular URL parsing libraries will throw out a trailing "?" if there's no query string after it (whether or not that's "correct" is a different discussion, but implementation trumps specification). So it would be an annoying footgun for gemini software developers to work around. Otherwise I agree, using a bare "?" is the obvious solution.

โ€” https://github.com/psf/requests/issues/2912#issuecomment-161822824

โ˜•๏ธ mozz

2023-08-29 ยท 10 days ago

4 Later Comments โ†“

โ˜•๏ธ mozz

the more practical problem that the empty string is not infrequently a valid response to an input request, so then it can't be used as the value which will elicit a 10 response.

I have never seen anyone do this before, any examples?

๐Ÿš€ mbays

@mozz The only example which comes to mind is my own "gemrepl", which wraps an arbitrary line-based program (e.g. ed) for which empty lines could well be meaningful.

โ€” gemrepl

๐Ÿš€ skyjake

@mozz

I have never seen anyone do this before, any examples?

Bubble uses an empty query string to reset/clear some values in the Settings, for example the certificate password.

๐Ÿš€ skyjake

The extra dashes added into the links in preformatted blocks above have now been fixed.

2023-08-30 ยท 9 days ago

Original Post

๐ŸŒ’ s/Gemini

Input indicator โ€” I'm thinking again about something which has come up a few times before, which is how to deal with the annoyance that requesting input on gemini involves two requests -- the first to get a 10 response with a prompt, and the second for the actual input. The first is often not really necessary, and could be eliminated if there were some way to signal to the client that a link will expect user input. That extra request is wasteful and can be genuinely annoying -- I was prompted...

๐Ÿ’ฌ mbays ยท 13 comments ยท 2023-08-28 ยท 11 days ago