V and it's creator get a lot of flack here on HN and the criticisms are probably warranted. However, I personally enjoy seeing them out here hustling and really trying to make their language succeed despite all the shortcomings. As someone who skews more apathetic, I enjoy seeing people driven by so much passion. Now, it's time for me to be one of those critics! It's easy to promote the speed and size of your github…
Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
31–40 of 136 posts
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#32Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#33V and it's creator get a lot of flack here on HN and the criticisms are probably warranted. However, I personally enjoy seeing them out here hustling and really trying to make their language succeed despite all the shortcomings. As someone who skews more apathetic, I enjoy seeing people driven by so much passion. Now, it's time for me to be one of those critics! It's easy to promote the speed and size of your github…
Hi fellow Penguin :D!
I'm impressed by the creator's dedication here too, but he's clearly biting off more then he can chew - he's been saying that he's making a
* Web framework * GUI framework * SQL ORM * A language that has a lot of promises - seriously checkout their list. * Github alternative * VIM alternative
This stuff is awesome as a project, but each one of these have teams of dedicated engineers sponsored by many companies to hammer out issues and make them as robust as possible. And while he certainly has working demo's of each, they're demos. There's a huge difference between a POC and a robust framework.
A half baked framework is useless sadly, I think he's spreading himself too thin while have a roadmap that looks like a programmer's christmas list.
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#34Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#35Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#36Looks like V author/community is on the track to rewrite the world. Expect operating system stuff next? I'm shocked by how quickly it goes along, though. Gitly is quite usable already, and I appreciate the swiftness. I'd think that Rust community is rewriting the world, but it's happening at much slower pace. Is V's basis strong enough to do this? Seeing the issues like [1] (about the basic memory management stuff) o…
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#37Hi, Author of V and Gitly here. Gitly is currently in alpha, and works more like an example/documentation of the V web framework and V ORM. You can't even sign in at the moment. It will be launched this month. We're actually going to switch to Gitly CI, since Github Actions has been really slow for us.
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#38Hi, Author of V and Gitly here. Gitly is currently in alpha, and works more like an example/documentation of the V web framework and V ORM. You can't even sign in at the moment. It will be launched this month. We're actually going to switch to Gitly CI, since Github Actions has been really slow for us.
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#39Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#40Earlier quoted context omitted.
> I would like to find a way to implement issue tracking into Git Maybe git-bug would work for you? https://github.com/MichaelMure/git-bug
Thank you. I am interested, but am concerned by this statement: > This is now more than a proof of concept, but still not fully stable. Expect dragons and unfinished business
It's still not v1 where there would be some sort of backward compatibility guarantee, but it's close if you are using master. Note though that even without that guarantee, there is git-bug-migration to provide you some safety.
There is however some bugs and missing features, as in any software that young with an author busy buying/refurbishing an apartment ;)