←back to thread

320 points IroncladDev | 2 comments | | HN request time: 0.407s | source
Show context
nickandbro ◴[] No.43670192[source]
This is the UI I would have used for my hobby project, vimgolf.ai if I knew about it sooner! Though for certain sections of the site, I might just be able to use it. Great work!
replies(1): >>43670284 #
godelski ◴[] No.43670284[source]
Why does this ask for a login when I click on "motions". Sorry but insta pass for me
replies(1): >>43675975 #
nickandbro ◴[] No.43675975[source]
Because I have to spin up a neovim instance for every user on the backend, I only allow authenticated users to gate the amount of users at this time. I am going to adjust the site more to reflect that as it’s more of interactive experience rather that a vim tips site.
replies(1): >>43676625 #
1. godelski ◴[] No.43676625[source]
Seems you could give some more clarity on the site then. I thought that page was just going to tell me what motions were supported. And staring a neovim instance does not seem like that heavy but I can understand even a small load can be a lot if hit hard. But yeah, I pretty much have no idea what to expect when landing on the page.
replies(1): >>43677137 #
2. nickandbro ◴[] No.43677137[source]
Thanks for the feedback. Your right will update the site to reflect that.