💾 Archived View for rawtext.club › ~sloum › geminilist › 007594.gmi captured on 2024-03-21 at 15:44:14. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

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

<-- back to the mailing list

A Writeable Gemini

tidux at sdf.org tidux at sdf.org

Thu Nov 11 19:36:45 GMT 2021

- - - - - - - - - - - - - - - - - - - 

On Thu, Nov 11, 2021 at 03:50:47PM +0200, skyjake wrote:

On 11. Nov 21, at 9.17, Balázs Botond <balazsbotond at gmail.com> wrote:
Btw, what was the motivation to limit input length to 1024 bytes in
the first place? I can't find anything about it in either the FAQ or
the specification.
Here's a relevant post from the archives where Solderpunk comments on the limit: https://lists.orbitalfox.eu/archives/gemini/2020/001672.html
IMO, uploading content via URL query strings is not a great idea because you must percent-encode all of it, and that can increase the size quite a bit. Better to use alternate methods to upload a "raw" octet stream.
--jaakko

An IPFS hash is guaranteed to be under 1024 characters so treat that aspassing a pointer rather than passing by value for uploads. Thisdoesn't work for private data, but if you need secure uploads of privatefiles you probably want a system that's not Gemini anyways.