Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. I built non-autoregressive decision models with RL a year ago(convaiinnovations.com ↗)
    199comments
  2. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    591comments
  3. Btrfs/ZFS/bcachefs under workloads classic benchmarks skip(bartosz.fenski.pl ↗)
    23comments
  4. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    205comments
  5. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    89comments
  6. Tin: full-text search for Postgres(planetscale.com ↗)
    59comments
  7. Suzanne Ciani's Buchla Cookbook(echo.orpheusinstituut.be ↗)
    8comments
  8. Show HN: CUA-S1 – A System One Model for Computer Use(github.com/trycua ↗)
    1comments
  9. The Secret Life of Circuits(coredump.cx ↗)
    61comments
  10. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    610comments
  11. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  12. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    20comments
  13. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    31comments
  14. UFO Series Home Page: "UFO" TV Series from 1970(ufoseries.com ↗)
    1comments
  15. Almost Never Use AI to Write Anything Substantive(erichgrunewald.substack.com ↗)
    51comments
  16. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    151comments
  17. San Francisco Onion Futures Company(onionfutures.com ↗)
    140comments
  18. Cloudflare Quick Tunnels(cloudflare.com ↗)
    303comments
  19. How to Write with an LLM(sockpuppet.org ↗)
    367comments
  20. Adventures in Microcontroller Circuit Debugging(bigmessowires.com ↗)
    1comments
  21. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    221comments
  22. What Zig felt like, coming from Rust(besok.github.io ↗)
    166comments
  23. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    30comments
  24. Saving another 100TB of RAM(cloudflare.com ↗)
    98comments
  25. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    56comments
  26. Communication by means of modulated Johnson noise(pnas.org ↗)
    25comments
  27. SDCC – Small Device C Compiler(sourceforge.net ↗)
    28comments
  28. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    127comments
  29. Science Is Open Software(jepedersen.dk ↗)
    64comments
  30. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    133comments

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.