A Sad Announcement
omniref.com
A Sad Announcement
1–10 of 78 posts
Re: A Sad Announcement
#2Re: A Sad Announcement
#3Re: A Sad Announcement
#4According to Crunchbase they had exactly 1 seed round (https://www.crunchbase.com/organization/omniref#/entity) and their project provides a really nice feature for github which is better than githubs existing feature. So I'm perplexed why someone like Github doesn't acquihire them, give them a nice bonus for their work over the last couple of years and add their biological distinctiveness to Github[1]. Or Atlassian integrating it with Jira so that your kanban notes can be attached to code as you're developing a sprint.
[1] Yes that is an old Borg reference.
Re: A Sad Announcement
#5Re: A Sad Announcement
#6Re: A Sad Announcement
#7It also sucks to loose such a smart company. I wish they had built their solutions as a self hosted system so that people could still use their obviosuly outstanding work.
Re: A Sad Announcement
#8This is why I think no one should trust companies that sell you software, that you can't host yourself, for something as critical as documentation and source control. I feel really bad for all the companies that have to jump through hoops to get their data rescued from this company. It also sucks to loose such a smart company. I wish they had built their solutions as a self hosted system so that people could still us…
Re: A Sad Announcement
#9This is sad, and a bit perplexing. According to Crunchbase they had exactly 1 seed round ( https://www.crunchbase.com/organization/omniref#/entity ) and their project provides a really nice feature for github which is better than githubs existing feature. So I'm perplexed why someone like Github doesn't acquihire them, give them a nice bonus for their work over the last couple of years and add their biological distin…
Re: A Sad Announcement
#10This is why I think no one should trust companies that sell you software, that you can't host yourself, for something as critical as documentation and source control. I feel really bad for all the companies that have to jump through hoops to get their data rescued from this company. It also sucks to loose such a smart company. I wish they had built their solutions as a self hosted system so that people could still us…
The reason why you see startups avoiding this model is because supporting self hosted solutions is extremely difficult as a small team and only impedes the ability to evolve your product. It's a shame, but companies shouldn't adopt products if they lack a feature requirement (data migration).
1. Install JVM 8
2. Install GIT
3. Run
If you aren't running a database it defaults to the internal one. All the defaults are sane. It also supports transfering the internal DB to other systems.The self-hosted model works but it only works for extremely... not simple... but "refined?" setup and deployment procedures. Well bugtested and thoughtout releases. (This includes backups, auto migration, user prompts at startup of dangerious proceedures).
I think that due to this forced side effect of host-your-own that it makes the option preferable. It's harder to do but it proves higher quality control standards and allows for a much much more fail-tolerant archatecture.