Earlier quoted context omitted.
This logic is simply not how you get money from ordinary consumers. If someone wants to support you at a level of $X for a service they're already getting for free, saying 'just give us $X*5' is not the right move. I recently watched a video game community melt down because (due to exchange rate shenanigans) the pricing of a monthly pass was $5.99 instead of $4.99, and people got furious when (a non-employee) moderat…
And did they all leave the platform or just a dozen of members published some comments of dissapointment?
Gitlab loses one-third of its value after company issues weak forecast
171–180 of 220 posts
Re: Gitlab loses one-third of its value after company issues weak forecast
#172Earlier quoted context omitted.
At $29 * 7 * 12 per year it became way cheaper for us to just piece together functionality we needed from nginx+cgit+homegrown database to store users/repos/acl/push info and a few git hooks written in a few lines of PHP. The cost is now independent of the number of developers using the system. So far it did cost ~1 month of paying for github in dev time and I can't imagine it costing much more when we'll want to add…
The problem with a homegrown system is that every developer working within it will see it as a barrier rather than a cost saving. Whenever they can't do something that's trivial on Github/Gitlab it'll be a reminder that the company would rather save $xxx/year than make their job easier. Ultimately, having a simple, well-integrated, industry standard stack that includes the same tooling every other company uses is a p…
Re: Gitlab loses one-third of its value after company issues weak forecast
#173things like github and gitlab always struck me as oddities. it costs virtually nothing to deploy a containerized gitea and jenkins, or gitlab CE, and you have direct control over its performance and options without any spend. call me old fashioned but these online git-o-matic sites just seem more like rent-seeking during a recession.
I always reference this post when the subject of self-hosting "simple" things comes up: https://utcc.utoronto.ca/~cks/space/blog/sysadmin/RunningSer...
What a weird list.
Re: Gitlab loses one-third of its value after company issues weak forecast
#174The fact they can leave things as serious as this https://gitlab.com/gitlab-org/gitlab/-/issues/344919 unfixed for almost a year and a half basically makes them not suitable for serious use in my opinion. And since my opinion often matters they continue to lose business.
It's hard to blame them for every specific bug. It might be incredibly important to you, but not to others, and there's probably another showstopper bug for someone else that isn't important for you in return.
Yes, but that's not a good thing; IMO they've hit the point where they're dying by papercuts. If one user in a million has a completely awful show stopper bug, the product/business will probably be fine. If one in ten users has a fairly serious bug, they're in a bad spot. Obviously they're not at either of those extremes.... but I think they're closer to the latter than the former.
Re: Gitlab loses one-third of its value after company issues weak forecast
#175Contrary to the common opinion here, I've really enjoyed using GitLab and don't see many problems with it. Lot of the comments here complaining about pricing. Please remember that GitLab's core is open source. If you think the managed offering is too expensive, just host an instance yourself. This is what I have been doing at home for years, and my company at work for even longer.
Good luck trying to get buy in for the Ultimate tier (1200$ per year vs 300$ for the normal paid tier) when only a few users need or use the improved reporting/security featuresEven if it's not a huge cost per se, it makes most premium features a lot less attractive. And remember, you can self host Github Enterprise for a lot less than Gitlab now.
Again, I'm convinced they know how to price their product a lot better than us, but as an enduser, it's a bummer. Because Gitlab is still an amazing product, if just for their open source core alone. So I really hope they figure out a way to be sustainable.
Re: Gitlab loses one-third of its value after company issues weak forecast
#176Earlier quoted context omitted.
[flagged]
hey, please have some tact. sid is a very active part of our community and almost certainly reading this post. dont say anything here you wouldnt say to a friend's face especially in his time of vulnerability.
Re: Gitlab loses one-third of its value after company issues weak forecast
#177Should be enough to just double the free tier, and perhaps make purchasable extras available such as buy extra CI minutes or transfer.
Otherwise there is no way we can support you.
Re: Gitlab loses one-third of its value after company issues weak forecast
#178Re: Gitlab loses one-third of its value after company issues weak forecast
#179Re: Gitlab loses one-third of its value after company issues weak forecast
#180things like github and gitlab always struck me as oddities. it costs virtually nothing to deploy a containerized gitea and jenkins, or gitlab CE, and you have direct control over its performance and options without any spend. call me old fashioned but these online git-o-matic sites just seem more like rent-seeking during a recession.
There's always opportunity costs. What about regular maintenance and updates? What happens when a bug appears? What if the disk is full? Working 50% freelance and 50% revenue-generating niche side-project, I always calculate my time costs. Assuming I earn $80 an hour as a freelancer and a hosted git costing $10 a month, if I estimate I will need an additional 15mins a month if I go self-hosted, then I'll pay for the…