💾 Archived View for station.martinrue.com › brdx › 88e46183714e4a48823a4aa5150ac99b captured on 2023-01-29 at 05:32:53. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-07-16)

➡️ Next capture (2024-05-10)

🚧 View Differences

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

👽 brdx

I noticed today that the 1024 character limit on Station isn't actually accurate. The entire request has to be under a certain size, which is going to be too small for 1024 characters if you're replying to something. Woopsies?

2 years ago

Actions

👋 Join Station

3 Replies

👽 thatsredadcted

@martin already explained it some time ago, when I tried to post entire Shrek script. 1024b is max size of request, but you have to take schema into consideration. Unless I mixed something up, but if so, I'm sure that someone will correct me. · 2 years ago

👽 goodclover

People with longer usernames have less characters they can put in a Station log :) · 2 years ago

👽 skyjake

Gemini URLs have a 1024 bytes size limit. These posts that you send are encoded in UTF-8 and also percent-encoded, so the actual maximum number of characters is less than 1000. The URL on which the query string is submitted also counts into the limit. Fun fact: every space character in the post requires 3 bytes in the request. This "ä" is 6 bytes. · 2 years ago