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…
Can you perhaps link to some of said criticism? I'd be interested to read it.
Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
51–60 of 136 posts
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#52Unfortunately this will probably run afoul of Git's trademark: "In addition, you may not use any of the Marks as a syllable in a new word or as part of a portmanteau (e.g., "Gitalicious", "Gitpedia") used as a mark for a third-party product or service without Conservancy's written permission. For the avoidance of doubt, this provision applies even to third-party marks that use the Marks as a syllable or as part of a…
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#53Hi, 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)
#54V 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…
Can you perhaps link to some of said criticism? I'd be interested to read it.
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#55Looks 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…
Could someone explain to me why, after seeing how many exaggerated claims the author has made, they have invested their time into building up a community around it? I'd be straight up terrified to trust anything serious with this guy's work. In this instance, the demo won't even load for me and the documentation page can't be bothered to put the most basic of padding in it. Why even release publicly? Promises, promis…
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#56Earlier quoted context omitted.
Can you perhaps link to some of said criticism? I'd be interested to read it.
Here is a nice mini series of blog posts about V https://christine.website/blog/series/v
I wouldn’t even for a second using web-facing services from someone with a security track record this bad.
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#57V 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…
> V and it's creator get a lot of flack here on HN and the criticisms are probably warranted. 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…
* package manager
* operating system
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#58Earlier quoted context omitted.
Can you perhaps link to some of said criticism? I'd be interested to read it.
Here is a nice mini series of blog posts about V https://christine.website/blog/series/v
fn download_file(url, out string) {
// println('\nDOWNLOAD FILE $out url=$url')
// -L follow redirects
// println('curl -L -o "$out" "$url"')
os.system2('curl -s -L -o "$out" "$url"')
// res := os.system('curl -s -L -o "$out" "$url"')
// println(res)
}
Here's what that file looks like today: https://github.com/vlang/v/blob/master/vlib/net/http/downloa...Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#59Earlier quoted context omitted.
i was annoyed by the hyperbolic ambitious claims but if the guy and his friends pour out solid code then there's nothing else to say :) also they seem to aim at frugal fat free programming, i cannot not like that
Those that lie often either don't respect other people or they don't have the ability to know when they are lying. Which is scarier? Go, Nim, and Zig have similar focuses and their devs have put in years of public, good work. Some of the take downs at the time he was making his initial claims are absolutely brutal and make it clear that he not only couldn't back up his crazy claims, he wasn't getting the small stuff…
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#60V 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…
Can you perhaps link to some of said criticism? I'd be interested to read it.