Live data from Hacker News

Lessons learned from buying an open source repo

coplay.dev

11–20 of 35 posts

Re: Lessons learned from buying an open source repo

#11

For me the Google results are again at #1. Isn't it just a temporary thing that search engines rank you down but you quickly regain popularity as soon people link the new one and they notice traffic?

In the old days using 301 permanent redirect to carry the mojo to the new domain was SEO 101.

I don't know these days ¯\_(ツ)_/¯

Re: Lessons learned from buying an open source repo

#12
post #10

> Media outlets don’t care about OSS repo acquisitions (and probably nobody else does either) I don't want to be mean, but I'm no surprised by this.

What does "OSS repo acquisition" even mean?

They paid and hired the developer of an open source program for their AI startup to give them control over it.

I don't know why they'd report on it in startup-speak like this, I doubt investors will care. Must be an ad.

Re: Lessons learned from buying an open source repo

#13
> The old URL redirects to the new one, so in theory existing posts/backlinks keep working. We also agreed the original creator wouldn’t reuse the “unity-mcp” repo name under his GitHub profile, which could break redirects.

Why?

A lot of times I faced with page 404 when clicked GitHub links that have been moved.

Isn't it good idea to do it like that - Move repo to new org (to move stats and activity) - Create repo with the same name that are fork of a target repo - Update readme to explain repo was moved - Archive the repo to place a warning on top of the repo

This way make users have to click link in original github repo, to go on your repo.

So it would be a problem if you need to show a numbers and you need to fake activity. But if you don't need fake activity, it is not a problem, because a real people who really looking for solution will be able to click one more link.

On the other hand, this way ensure that whole content will be available by indexed links.

How to prevent 404 and why people still faces with it on GitHub?

Re: Lessons learned from buying an open source repo

#14
post #10

> Media outlets don’t care about OSS repo acquisitions (and probably nobody else does either) I don't want to be mean, but I'm no surprised by this.

What does "OSS repo acquisition" even mean?

Apparently, administrative permissions and the name/URL. In this case also the dev. As it's under MIT-license, they can't buy the software itself, but they can control the public appearance and merges, until someone forks it and becomes more successful.

Re: Lessons learned from buying an open source repo

#15
post #9
post #4

Hey, at least you got the most important bit right ;) > One thing we did get right: maintainer buy-in. The repo had more than just the creator maintaining it, so we had real conversations and planning sessions with maintainers before making changes. We were transparent, kept them in the loop, and appreciated the support. I guess that SEO is also important somewhat. But if the product itself is good, which I assume it…

> One thing we did get right: maintainer buy-in. The repo had more than just the creator maintaining it, so we had real conversations and planning sessions with maintainers before making changes. We were transparent, kept them in the loop, and appreciated the support. "Maintainer buy-in" sounds kind of misleading, unless they actually paid the other maintainers too, and I do not get the impression from that point tha…

Eh, that is a stretch. Getting "buy-in from X" is pretty commonly understood to mean that you need to get the support from someone.

Re: Lessons learned from buying an open source repo

#17

Reading this felt like visiting an alien planet. The software is MIT-licensed. All the talk of “buying” it and “ROI”, SEO, etc was just depressing and shows how utterly poisoned the culture around software has become.

Same. I can't take it seriously. But of course people spending money demand to be taken seriously.

Re: Lessons learned from buying an open source repo

#19
Lots of companies have great success using GitHub repositories as a marketing tool. Coplay seem to have identified this and decided to invest in the idea without considering strategy.

Owning a popular repository that your audience is engaged with is valuable because they’re using your free software: you create loyal users that you can then sell to. A successful open source project operated by your company is valuable as a lead generator. The repository itself has no value. Open source by business (this strategy) is just freemium for software.

Why they thought announcing the acquisition of a repository would be of interest to anyone is beyond me.

Re: Lessons learned from buying an open source repo

#20
post #10

Earlier quoted context omitted.

What does "OSS repo acquisition" even mean?

They paid and hired the developer of an open source program for their AI startup to give them control over it. I don't know why they'd report on it in startup-speak like this, I doubt investors will care. Must be an ad.

If the repo is popular it does have potential to funnel some users to their startup product. And apparently it did do that in the end.
Post reply on HN