💾 Archived View for gemi.dev › gemini-mailing-list › 000031.gmi captured on 2023-11-04 at 12:19:36. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Hey Geminauts, I just pushed the initial release of Castor, a GTK Gemini browser. There are no binaries yet but if you have a Rust toolchain installed it should be easy to compile. Source is here https://git.sr.ht/~julienxx/castor I would love some feedback on the app if you have ideas, criticism... Have some nice Winter solstice festivities! -- julienxx
Julien Blanchard <julien at typed-hole.org> writes: > > I would love some feedback on the app if you have ideas, criticism... > Looking nice! I haven't had a chance to try building it, but I like that you're working on it. -- Jason McBrayer | ?Strange is the night where black stars rise, jmcbray at carcosa.net | and strange moons circle through the skies, | but stranger still is lost Carcosa.? | ? Robert W. Chambers,The King in Yellow
Added gopher and finger support too! On Tue, Dec 24, 2019 at 5:44 PM +0100, "Julien Blanchard" <julien at typed-hole.org> wrote: Hey Geminauts, I just pushed the initial release of Castor, a GTK Gemini browser. There are no binaries yet but if you have a Rust toolchain installed it should be easy to compile. Source is here https://git.sr.ht/~julienxx/castor I would love some feedback on the app if you have ideas, criticism... Have some nice Winter solstice festivities! -- julienxx
> I just pushed the initial release of Castor, a GTK Gemini browser. There > are no binaries yet but if you have a Rust toolchain installed it should > be easy to compile. Easy enough, yes. Works well on openbsd too. Thank you for sharing! > Added gopher and finger support too! Works quite nicely too! /Magnus
Thanks for sharing this, and congrats on being the first graphical Gemini client author! Today I finally managed to get Castor compiled (Rust and Debian Stable are not a winning combiation) and took it for a little test drive. On the whole it seems to work quite nicely, but I did notice some oddities with Gopher content, e.g. gopher://republic.circumlunar.space/~katolaz/phlog/20200111_hack_the_break.txt seems to have the top part of the document missing. I have added Castor to the official list of Gemini software at gemini.circumlunar.space, sorry for the delay in doing so! Cheers, Solderpunk On Tue, Dec 24, 2019 at 05:44:31PM +0100, Julien Blanchard wrote: > Hey Geminauts, > > I just pushed the initial release of Castor, a GTK Gemini browser. There are > no binaries yet but if you have a Rust toolchain installed it should be easy > to compile. > > Source is here https://git.sr.ht/~julienxx/castor > > I would love some feedback on the app if you have ideas, criticism... > > Have some nice Winter solstice festivities! > > -- julienxx >
Finally got around to trying it out. It's good to see a second graphical gemini browser, also you clearly put some more work into the gtk side of things wich looks really good, than I did with "dragonstone". Thank you for sharing this one! -Baschdel Here is a link to dragonstone: https://gitlab.com/baschdel/dragonstone (I stopped working on it beacause of other projects)
It was thus said that the Great solderpunk once stated: > Today I finally managed to get Castor compiled (Rust and Debian Stable > are not a winning combiation) and took it for a little test drive. On > the whole it seems to work quite nicely, but I did notice some oddities > with Gopher content, e.g. > gopher://republic.circumlunar.space/~katolaz/phlog/20200111_hack_the_break.txt > seems to have the top part of the document missing. That link isn't proper---it should be: gopher://republic.circumlunar.space/0/~katolaz/phlog/20200111_hack_the_break.txt -spc (just an FYI)
Ah, good catch. I just blindly copied and pasted from the address bar of Castor, which doesn't seem to iclude item types in the URL. I don't think that's related to this error, though, but it might well be. Cheers, Solderpunk On Sun, Jan 12, 2020 at 02:59:17PM -0500, Sean Conner wrote: > It was thus said that the Great solderpunk once stated: > > Today I finally managed to get Castor compiled (Rust and Debian Stable > > are not a winning combiation) and took it for a little test drive. On > > the whole it seems to work quite nicely, but I did notice some oddities > > with Gopher content, e.g. > > gopher://republic.circumlunar.space/~katolaz/phlog/20200111_hack_the_break.txt > > seems to have the top part of the document missing. > > That link isn't proper---it should be: > > gopher://republic.circumlunar.space/0/~katolaz/phlog/20200111_hack_the_break.txt > > -spc (just an FYI)
---