Post AJLFzXe4F0E4M3q54a by crusom@101010.pl
 (DIR) More posts by crusom@101010.pl
 (DIR) Post #AJHBJvdhSrU09xjHhg by crusom@101010.pl
       2022-05-08T16:42:57Z
       
       0 likes, 2 repeats
       
       #gemini #programming #C I'm creating a new Gemini browser in C with Ncurses, named (very creatively) Gemcurses.It's actually my first project in C, so my code is messy and I'm sure it has a ton of bugs, but it somewhat works! It requires only Ncurses and OpenSSL libraries.Feel free to check it out,  and tell me what you think and what i need to fix/change/add :)https://github.com/crusom/Gemcurses
       
 (DIR) Post #AJIYx3QsunuPjBJwQK by werwolf@fosstodon.org
       2022-05-10T04:49:07Z
       
       0 likes, 0 repeats
       
       @crusom hi, the browser is looking great. I love the simplicity of this browser. I'm a big fan of curses UIs.I just wanted to suggest adding a license to your project, since if it doesn't have one, it's assumed to be proprietary software.
       
 (DIR) Post #AJLFzXe4F0E4M3q54a by crusom@101010.pl
       2022-05-11T12:00:46Z
       
       0 likes, 0 repeats
       
       @werwolf right, do you know what's the difference between MIT and GNU v3/v2?Because I don't know which one to choose
       
 (DIR) Post #AJLLmTwHJDjKovVr5U by werwolf@fosstodon.org
       2022-05-11T13:05:40Z
       
       0 likes, 0 repeats
       
       @crusom the MIT license only requirement is to keep the copyright notice, anyone could take your code and relicense it or make it proprietary or whatever.The GPL states that if you use GPL code, any use or modification of such code should be under the GPL too. This way, it assures that your program will always be free software.Everyone has it's preferences and of course I have mine, but that's a good summary.This site tries to help you when choosing one https://choosealicense.com/