Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    143comments
  2. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    53comments
  3. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    466comments
  4. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    183comments
  5. Tin: full-text search for Postgres(planetscale.com ↗)
    43comments
  6. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  7. “The Secret Life of Circuits” is here(coredump.cx ↗)
    52comments
  8. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    40comments
  9. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    15comments
  10. I built the fastest PHP webserver in the world(qbixserver.com ↗)
    33comments
  11. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    554comments
  12. San Francisco Onion Futures Company(onionfutures.com ↗)
    117comments
  13. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    134comments
  14. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    7comments
  15. Agreement between the USA and Denmark (1951,2004) [pdf](state.gov ↗)
    21comments
  16. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    193comments
  17. What Zig felt like, coming from Rust(besok.github.io ↗)
    110comments
  18. Cloudflare Quick Tunnels(cloudflare.com ↗)
    301comments
  19. How to Write with an LLM(sockpuppet.org ↗)
    360comments
  20. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    24comments
  21. Saving another 100TB of RAM(cloudflare.com ↗)
    91comments
  22. Communication by means of modulated Johnson noise(pnas.org ↗)
    19comments
  23. SDCC – Small Device C Compiler(sourceforge.net ↗)
    23comments
  24. Almost Never Use AI to Write Anything Substantive(erichgrunewald.substack.com ↗)
    discuss
  25. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    11comments
  26. Science Is Open Software(jepedersen.dk ↗)
    51comments
  27. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    124comments
  28. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    46comments
  29. OpenJev(openjev.com ↗)
    280comments
  30. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    8comments

GitLab is open core, GitHub is closed source

19 pointsby 10y agoabout.gitlab.com
7 comments
10y agoHN ↗

The true core of GitHub (and GitLab) is Git itself. So both are open core where it really matters. Because both GitHub's and GitLab's essential operations are all done over the Git core, neither code and code history hosted on either system are locked in.

Where GitHub has slightly more lock-in and is less open than GitLab is its Issues system; One can only extract the data (via API) for import into an alternative system, whereas with GitLab you could run your own copy of the open source code (but you'd still have to do the data export-import as far as I can tell).

10y agoHN ↗

I realize that it seems different to you but that's (understandably) because you're so close to the story. To the typical HN reader this is the same topic as https://news.ycombinator.com/item?id=12128546. It isn't in HN's interest to have two articles about that on the front page; nor is it in your interest, because readers will get ornery about it.

The thing to do instead is post a link in the original thread to let interested readers know that you put up a follow-up post. You can use the HN link if you want; the discussion will remain open even though we've marked the item as a dupe.

10y agoHN ↗

Thanks for the explanation Dang! Keep up the good work. I've posted a link to the blog post in the other thread.

10y agoHN ↗

This feels like a really weird situation for you guys. You want the selling point for your software to be that you're more open than proprietary platforms like GitHub but you're unwilling to actually commit to that and have to hide behind terms like 'open core' and 'source available'.

When we mention that GitLab is available in an open source edition people frequently ask "Isn't GitHub open source?""'?

* I think even more people are surprised to find out that everything except Gitlab CE is closed source. If someone were choosing between hosting with GitHub or Gitlab.com then you're only competing only on features and community since they're both equivalent in terms of openness.

* And I hate nitpick on word choice but you don't get to so shamelessly hide behind your brand. There is no such thing as Gitlab; Gitlab Inc. releases a product called Gitlab CE with a similar but more limited feature set to Gitlab EE under an open source license. If Mercedes released a $10,000 car by stripping out features and using a cheap Volvo engine I know their marketing campaign, "Mercedes is now available for an affordable price" would leave a bad taste in your mouth.

I know you've been getting a lot of negative feedback recently on HN, at it seems, at least for me, that there is a huge demand for a truly Free-with-a-capital-F alternative to GitHub and you're falling short. A thousand Gitlab CE instances hosting a few OSS projects is nothing compared to your potential if you really embrace openness.

10y agoHN ↗

What do you mean with everything except GitLab CE? We have EE options that are also closed source but for example GitLab Runner https://gitlab.com/gitlab-org/gitlab-ci-multi-runner is open source.

I'm open to changing it to GitLab Inc. in the blog post. Where would you like to see that?

I think the feedback on HN has been largely positive, for example see most of the top comments on https://news.ycombinator.com/item?id=12128546 In that comment section people rightly called us out for calling ourselves an open source company, hence this blog post.

On of the most widely known Free-with-a-capital-F alternatives to GitHub was Gitorious. They couldn't make the business model work and had to sell the company or close it. We ended up acquiring them for the name recognition https://about.gitlab.com/2015/03/03/gitlab-acquires-gitoriou...

It is very hard to make 100% open source work. We tried donations, consulting, and paid feature development but neither worked. That is why we introduced the Enterprise Edition. Since we introduced that we've been able to make the open source edition a lot better.

GitLab CE is Free-with-a-capital-F but if you prefer to use something that doesn't also have a proprietary edition consider using Gogs. Because of our Enterprise Edition income we're paying the only full time developer on Gogs.