💾 Archived View for gemi.dev › gemini-mailing-list › 000073.gmi captured on 2024-03-21 at 16:47:24. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
How do you do, fellow kids, I am a new Gemini twin on GCS (thanks, Solderpunk!). Please do drop by. If you have any helpful hints on Gemini formatting, please let me know. Is anyone working on a mobile client or knows a good way to read Gemini via mobile right now? I?d especially hope for a iOS client. So if you are working on such, please ping me. Also, how does one open Gemini pages in Bombadillo? With Gemini:// it doesn?t like urls. Without, it opens as gopher. And it?s not documented in man yet. Thanks! Shufei -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20200513/3afe 94b5/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 865 bytes Desc: not available URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20200513/3afe 94b5/attachment.sig>
Shufei <shufei at riseup.net> wrote: > Also, how does one open Gemini pages in Bombadillo? With Gemini:// it > doesn?t like urls. Without, it opens as gopher. And it?s not documented > in man yet. > Just writing this in a shell works for me: $ bombadillo gemini://gemini.circumlunar.space Entering command line mode with space bar also works: <spc>gemini://gemini.circumlunar.space -- Katarina -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20200514/9bb1 e8a4/attachment.htm>
On 2020-05-13 3:04 p.m., Shufei wrote: > How do you do, fellow kids, > > I am a new Gemini twin on GCS (thanks, Solderpunk!). Please do drop by. If you have any helpful hints on Gemini formatting, please let me know. > > Is anyone working on a mobile client or knows a good way to read Gemini via mobile right now? I?d especially hope for a iOS client. So if you are working on such, please ping me. > > Also, how does one open Gemini pages in Bombadillo? With Gemini:// it doesn?t like urls. Without, it opens as gopher. And it?s not documented in man yet. > > Thanks! > Shufei > There is a mobile client for Android. You can find it at: https://framagit.org/waweic/gemini-client I have noticed that it does not work with *all* gemini servers (in particular the gemlog at 80h.dev). -v
On Wed May 13, 2020 at 2:27 PM EDT, Visiblink wrote: > I have noticed that it does not work with *all* gemini servers (in > particular the gemlog at 80h.dev). I haven't checked the code but I wonder if it's not set to use sni? I had that problem with another client before. int 80h
It was thus said that the Great Visiblink once stated: > > There is a mobile client for Android. You can find it at: > https://framagit.org/waweic/gemini-client > > I have noticed that it does not work with *all* gemini servers (in > particular the gemlog at 80h.dev). I'm curious to know which servers don't work with it. -spc
Il giorno mer 13 mag 2020 alle 15:04, Shufei <shufei at riseup.net> ha scritto: > How do you do, fellow kids, > > Is anyone working on a mobile client or knows a good way to read > Gemini via mobile right now? I?d especially hope for a iOS client. > So if you are working on such, please ping me. > > I'm about (as in "as soon I find some time") to port https://git.sr.ht/~fabrixxm/alrisha to SailfishOS. Not that will be useful to many people, but it will be a mobile client :D
Visiblink writes: > There is a mobile client for Android. You can find it at: > https://framagit.org/waweic/gemini-client The Android client is coming along really well. The original question was for iOS, though. Before the Android client came out, I thought that the best way to Gemini on mobile was the web portal at https://portal.mozz.us/. -- +-----------------------------------------------------------+ | Jason F. McBrayer jmcbray at carcosa.net | | If someone conquers a thousand times a thousand others in | | battle, and someone else conquers himself, the latter one | | is the greatest of all conquerors. --- The Dhammapada |
On 2020-05-13 11:12 p.m., Sean Conner wrote: > It was thus said that the Great Visiblink once stated: >> >> There is a mobile client for Android. You can find it at: >> https://framagit.org/waweic/gemini-client >> >> I have noticed that it does not work with *all* gemini servers (in >> particular the gemlog at 80h.dev). > > I'm curious to know which servers don't work with it. > > -spc > I'll report any others when I use it next. So far that gemlog is the one that stands out, because it's active and there are a lot of entries in CAPCOM. -v
On 2020-05-14 5:54 a.m., Jason McBrayer wrote: > > The Android client is coming along really well. The original question > was for iOS, though. Before the Android client came out, I thought that > the best way to Gemini on mobile was the web portal at > https://portal.mozz.us/. > Whoops. I didn't mean to hijack the thread if it was about iOS. I guess I might have mis-read "especially" in the original post. I'll enter any new comments on the Android app under a new subject heading.
On Wed, May 13, 2020 at 03:04:11PM -0700, Shufei wrote: > I am a new Gemini twin on GCS (thanks, Solderpunk!). No problem, glad you've gotten up and running! Let me know if you want a cron job running to generate an Atom feed for your Gmiphlog. Cheers, Solderpunk
On Wed, May 13, 2020 at 09:58:13PM -0400, int 80h wrote: > On Wed May 13, 2020 at 2:27 PM EDT, Visiblink wrote: > > I have noticed that it does not work with *all* gemini servers (in > > particular the gemlog at 80h.dev). > > I haven't checked the code but I wonder if it's not set to use sni? I > had that problem with another client before. > Somebody just asked me about this on Mastodon earlier today. The spec so far does not mention SNI at all, which should definitely be changed. It seems to me like servers really ought to be tolerant of it not being used, which implies having a designated default host. But also that clients really ought to be sending it. Are there good reasons not to make SNI mandatory for clients? If not the spec could basically enforce Postel's law here, clients MUST use it and servers MUST tolerate its absence... Cheers, Solderpunk
On Thu May 14, 2020 at 1:18 PM EDT, solderpunk wrote: > It seems to me like servers really ought to be tolerant of it not being > used, which implies having a designated default host. But also that > clients really ought to be sending it. While I'm not a fan of it, I added a default. Which wasn't the problem anyway. Turns out I was sending the status and body together. Doing so worked fine on all the clients I use but I guess not all. It's fixed now. Sorry to whoever the dev of the client is for thinking it was on your side. int 80h
---
Previous Thread: Creating a Gemini site from an (advanced) Jekyll site