💾 Archived View for bbs.geminispace.org › u › blah_blah_blah › 16230 captured on 2024-06-16 at 17:41:51. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-26)
-=-=-=-=-=-=-
The issue with the config and help is to lower the bar for participation. Not everyone can do basic config stuff, and not everyone can figure out how to bind '?' to help. Requiring people to add '?' as a help keybinding doesn't make a lot of sense since people who have already figured out how to change the keybindings probably don't need help. So 'f1' or '?' should be a default help. I notice there is no 'help' command either.
Apr 19 · 8 weeks ago
🛰️ lufte [OP] · Apr 19 at 19:47:
I think I get it now, and I agree, it's all about better defaults to improve usability. I thought you were talking about pre-build config. Yes, to be honest I haven't put much effort into making the first experience pleasant enough. A more comprehensive "quickstart" tutorial should see the first thing a new user sees, and help should be more accessible through commands. I'll come up with something for 0.6. Thanks!
I did release 0.5.1 to address some of the bugs that were mentioned in this thread as well, so thanks everyone for your feedback!
Vimini 0.5.0 — I'm releasing a new version of my browser, with added support for Gopher and other niceties. I've also added build instructions and a short demo video to its README. Up next I'm planning to rewrite the network code so it handles incoming data in a more stream-like fashion, instead of downloading it all and then parse it, which would support long-lived TCP connections (like the one chat.mozz.us uses) or downloads. If you manage to run it on a non-linux system let me know! I haven'...