Gitlab is definitely very neat. But I always worry when these sorts of companies go to IPO. What is their financial situation like? Are they currently able to become profitable without drastically changing the deal with users?
They had $192M losses in 2021 and $152M revenue. So no, not even remotely profitable, but it is common: Atlassian, Jira, Datadog, PagerDuty, Snowflake, CloudFlare, Fastly all IPOed and succeeded on the market without being profitable even once.
Gitlab from YC to IPO
201–210 of 258 posts
Re: Gitlab from YC to IPO
#202I'll admit that I was wrong about GitLab. I had the chance to invest in them way back in the day, and passed. My thought at the time was that no open source company had ever been super successful except RedHat, which was more of an outlier than a pattern. And my other thought was that they are competing against GitHub, which was extremely popular and well funded. I honestly didn't think they stood a chance. I'm happy…
Re: Gitlab from YC to IPO
#203A paid user + big fan of gitlab. They exist in a strange valley between github and Atlassian where usability has remained high while also being featureful. Their kanban is 10% more functional than Trello, which is all our small team really needs, they give you everything and they don't nickel and dime you. The only feature I would like to see improved is their PR process. Seems a bit buggy with remotely large changes…
I've been working with some peers on a better code review tool since hearing about Phabricator shutting down: https://graphite.dev/
It syncs all data to GitHub while offering things like a review queue, gif reactions, stacked diffs, etc - all inspired from Phabricator.
Re: Gitlab from YC to IPO
#204A paid user + big fan of gitlab. They exist in a strange valley between github and Atlassian where usability has remained high while also being featureful. Their kanban is 10% more functional than Trello, which is all our small team really needs, they give you everything and they don't nickel and dime you. The only feature I would like to see improved is their PR process. Seems a bit buggy with remotely large changes…
We've been building a new code review tool for the PR/MR process. Check it out at https://reviewpad.com .
Re: Gitlab from YC to IPO
#205Earlier quoted context omitted.
Jenkins is a nightmare because everyone decided to spend months customising it with groovy and it became overly specific to your team/dept. The servers themselves are quite simple (single .jar, etc). These days we have containers, and it's made CI a much better thing.
> Jenkins is a nightmare because everyone decided to spend months customising it with groovy and it became overly specific to your team/dept Yes. One thousand times this. If you are running simple scripts it's fine. If you are using the declarative pipeline, it's fine. The moment you start adding Groovy you'll be down a path that is filled with sadness and anger. Mind you, even the folks behind Jenkins will advise yo…
Re: Gitlab from YC to IPO
#206Dmitriy Zaporozhets (co-founder) was Gitlab's CTO until 2018 and now his LinkedIn profile says "Engineering fellow at Gitlab". What happened to him?
The CTO at this company was the first engineer. He was talented, and more passionate about engineering than management. He eventually stepped down to a similar role as they brought in a suit from the corporate world to replace him. That was around the time that I left.
Funnily enough, I always thought he was the most grounded person on the leadership team.
Re: Gitlab from YC to IPO
#207Earlier quoted context omitted.
I think if GitHub simply gave free private repos sooner, GitLab would’ve had a way harder time.
Disagree. Github's self-hosted product is trash compared to Gitlab. Plus they were very late to the game when it came to stuff like CI, package management, project tracking and a whole suite of enterprise features. Github had (and still has) a huge lead in public open-source development, but that's it.
Re: Gitlab from YC to IPO
#208Earlier quoted context omitted.
I've found that my bar for investing is the same no matter what kind of company it is -- how quickly can they sell me on investing? As much as us engineers hate to admit it, the most important skill for a founder is the ability to sell. Besides the obvious of having to sell to customers, they also have to sell their vision to VCs, sell their company to potential employees, sell their vision to journalists and potenti…
> ...how quickly can they sell me on investing? As much as us engineers hate to admit it, the most important skill for a founder is the ability to sell. Besides the obvious of having to sell to customers, they also have to sell their vision to VCs, sell their company to potential employees, sell their vision to journalists and potential customers, etc. As cynical and hollow as it sounds, pretty sure this advice is co…
Re: Gitlab from YC to IPO
#209A paid user + big fan of gitlab. They exist in a strange valley between github and Atlassian where usability has remained high while also being featureful. Their kanban is 10% more functional than Trello, which is all our small team really needs, they give you everything and they don't nickel and dime you. The only feature I would like to see improved is their PR process. Seems a bit buggy with remotely large changes…
We've been building a new code review tool for the PR/MR process. Check it out at https://reviewpad.com .