As I commented here [1], one of my biggest issues with Zulip is that the mobile apps don't have a "jump to most recent" feature, and whenever I open the app I have to manually scroll past hours (or days or weeks, since I dislike opening the app so much) of old conversations. Has this been fixed/improved? [1] https://news.ycombinator.com/item?id=17623592
Zulip Server 1.9: HipChat import and much more
91–100 of 126 posts
Re: Zulip Server 1.9: HipChat import and much more
#92Earlier quoted context omitted.
Doesn't using rebase generally mean you have to rebase on top of master and thus with your local branch you may need to git push --force ?
You rebase your feature/topic branches on top of master and then merge the feature/topic branch back onto master, enabling a fast-forward merge.
Re: Zulip Server 1.9: HipChat import and much more
#93We've been using Zulip for just over a week in xi-editor and related projects, and I'm thrilled. Huge improvement over the pastiche of IRC and Reddit we were using before.
Zulip founder here; I should add that Zulip hosting is free for open source projects: https://zulipchat.com/for/open-source/ . A bunch of other cool open source projects use it, including Python Core, parts of the Rust community, MariaDB, Coala, the Lean Theorem Prover, the HL7 standard, and many more.
Re: Zulip Server 1.9: HipChat import and much more
#94We've been using Zulip for just over a week in xi-editor and related projects, and I'm thrilled. Huge improvement over the pastiche of IRC and Reddit we were using before.
Reddit was OK for awhile... I dislike the redesign because there are bugs with code formatting, and because the latency is worse. And it seems like they couldn't really make up their mind visually.
Actually Zulip is one of the lowest latency web apps I've used in recent memory!
I also have problems following IRC because of the lack of threading.
Re: Zulip Server 1.9: HipChat import and much more
#95Earlier quoted context omitted.
Zulip founder here; I should add that Zulip hosting is free for open source projects: https://zulipchat.com/for/open-source/ . A bunch of other cool open source projects use it, including Python Core, parts of the Rust community, MariaDB, Coala, the Lean Theorem Prover, the HL7 standard, and many more.
How do you get the standard plan for an open source project? I don't see anything on that page or anywhere else, should we email the team for the bump?
That's what I did. Thanks again to them, I really appreciate it.
Re: Zulip Server 1.9: HipChat import and much more
#96We've been using Zulip for just over a week in xi-editor and related projects, and I'm thrilled. Huge improvement over the pastiche of IRC and Reddit we were using before.
Re: Zulip Server 1.9: HipChat import and much more
#97Earlier quoted context omitted.
Rocketchat or Zulip? Did somebody try maybe both?
I did. Also mattermost and matrix. Few years ago. Ended up with matrix instance. But it really depends on specific scale and usecase. From what i remember - Rocketchat was based on meteor, which seemed dying at the time + it was computing hungry and clients were especially hungry. - Mattermost worked for a time but you were not able to get mobile notifications without paying for license (not sure about now). Sounds s…
It's basically hosted Slack-using-riotchat/matrix.
Very cheap too. Most of the other open source providers (incl Zulip and Mattermost) almost cost the same as slack.
Re: Zulip Server 1.9: HipChat import and much more
#98Re: Zulip Server 1.9: HipChat import and much more
#99How does it compare to mattermost?
Exactly. We're looking at paying for Slack and mattermost seems to offer most of what Slack does and is something that would be pretty easy to run. It's slick. Well documented and installs nicely in a container. Has anyone here used Mattermost? https://mattermost.com/
Re: Zulip Server 1.9: HipChat import and much more
#100Earlier quoted context omitted.
Rocketchat or Zulip? Did somebody try maybe both?
I did. Also mattermost and matrix. Few years ago. Ended up with matrix instance. But it really depends on specific scale and usecase. From what i remember - Rocketchat was based on meteor, which seemed dying at the time + it was computing hungry and clients were especially hungry. - Mattermost worked for a time but you were not able to get mobile notifications without paying for license (not sure about now). Sounds s…
Only Synapse is usable though. Dendrite (Go+Kafka) is getting there, but Ruma (Rust) seems to have been stalled waiting for the programming language to stabilize.