skyjake <
skyjake@dengine.net> writes:
> On 11. Nov 21, at 9.17, Balázs Botond <balazsbotond@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
>
An interesting thread to read, ta!
> 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.
I must admit having not touched octet streams before (whether raw or
well-cooked), what am I missing out on? Does anybody have pointers/suggestions?
I noticed a nice downstream post from Sean Conner, concerning his
experience publishing via emails to his server
=>
https://lists.orbitalfox.eu/archives/gemini/2020/001722.html 2020-06-16 gemini+submit:// (was Re: Uploading Gemini content)
I get this approach a little more readily. Im wondering whether a
public-inbox type approach would be interesting:
=>
https://public-inbox.org/
Equally so, given its symbiosis with Grokmirror
=>
https://github.com/mricon/grokmirror
>
> --jaakko
Jonathan