💾 Archived View for rawtext.club › ~sloum › geminilist › 000601.gmi captured on 2020-09-24 at 02:27:29. Gemini links have been rewritten to link to archived content

View Raw

More Information

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

<-- back to the mailing list

Nice project!

Felix Queißner felix at masterq32.de

Thu May 14 16:36:22 BST 2020

- - - - - - - - - - - - - - - - - - - ```

Hey makeworld

> Welcome! It's cool to have another command line tool for the ecosystem,
> and Zig seems like an interesting language. I think you're the first
> to make a Gemini tool with it!Yeah pretty much. The Zig community is still quite small, but constantlygrowing and evolving :)

> I've made a command line downloader[0] myself, but having a more
> advanced curl type tool would be great.
> 
> [0] https://github.com/makeworld-the-better-one/gemgetOh nice, reference code! I'm struggling with SSL atm, receiving my firstline of the response "20 text/gemini", but then i receive a "peer sentclose notify alert" from WolfSSL, so i might check out code code a bitand the dependencies

> Also I see you're using wolfSSL, is it any good? I don't do much in C,
> but there was some chatter in IRC the other day about BearSSL[1], maybe
> it could be good for your project too.
> 
> [1] https://bearssl.org/Taking a look now, it is already more attractive than WolfSSL as it'sMIT licence and not GPL. I've tried like 5 libraries yesterday and nonewere either well documented, well working or well compilable, so givinga shot now at BearSSL... WolfSSL was just the first library that got aTLS connection established

Regardsxq