Earlier 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…
Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
91–100 of 136 posts
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#92Earlier quoted context omitted.
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…
My honest opinion (as someone with no dog in this fight) is that the author was naive and really bad at PR, but is improving overtime. I generally encourage new programming language efforts, so I'm willing to be more generous with forgiveness in the hopes that this succeeds.
In my perception it was mostly sold as a piece of engineering by PR like this (quote from OP): Cheapest server $160 $20 $3.50 [2]
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#93Unfortunately 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…
How do gitlab, github, gitea, etc get away with it then?
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#94V 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…
At leat this fraction of features works, what can't be said about gitlab and is only partially true for github. It shows repos, files, commits and what not, what features are missing?
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#95Earlier quoted context omitted.
> 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…
As the author states, he is not working alone as the following shows: https://public-001.gitsense.com/insights/github/repos?p=impa... When you have a large number of people in Zone 2 and nobody in Zone 1, this is a very good sign that effort is being fairly distributed. And if you look at the activity for the last year: https://public-001.gitsense.com/insights/github/repos?q=comm... it is extremely active with 98% da…
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#96Earlier quoted context omitted.
I'm not working on these alone :)
While your here, thank you for the awesome work on the V language! It pretty much has the (for me, subjectively) ideal features of a small, fast, and static programming language. I've been following it for a while and I'm pretty sure I'll find a good use for it soon!
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#97Earlier quoted context omitted.
Some points in that page don't seem like valid criticism. Like, complaining that the compiler is not "zero dependency" on Linux, because it depends on glibc? Also, allocating a fixed 1000 byte region at the start of a program is not a "memory leak". In fact even glibc has tons of such "initial fixed cost" allocations - IIRC valgrind has built-in "suppression file" to ignore these allocations. (It would be a memory le…
IIRC one of the original claims was to skip libc and do syscalls manually, like Go used to do on Linux. So listing it makes sense in that context.
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#98Earlier quoted context omitted.
As the author states, he is not working alone as the following shows: https://public-001.gitsense.com/insights/github/repos?p=impa... When you have a large number of people in Zone 2 and nobody in Zone 1, this is a very good sign that effort is being fairly distributed. And if you look at the activity for the last year: https://public-001.gitsense.com/insights/github/repos?q=comm... it is extremely active with 98% da…
Not full time, but 5-15 hours/week.
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#99Only 128MB of RAM? What happens when you try to GC a huge repo? This must mean only the non-git requirements. Under the covers either libgit2 or the git executable are being used, and those will use many resources depending on the operation.
Re: Gitly: A light and fast GitHub/GitLab alternative written in V lang (pre-alpha)
#100Looking at gitly repository it almost has no features, only a fraction of the basic git features are present, and they are barely working. Why is it being advertised here on HN as a fast alternative of github/gitlab? P.S.: Probably the website crashed, it's giving me 502 bad gateway from cloudflare
I'm actually surprised it handled a front page HN traffic spike on a $3 VPS.
That was a good test of V/vweb.