←back to thread

1502 points JustSkyfall | 9 comments | | HN request time: 0.001s | source | bottom
Show context
jacinda ◴[] No.45286414[source]
+1 to the other comments recommending Zulip over Mattermost. The threading model is fantastic.

Also, for a non-profit teaching coding note that they regularly have interns under the Google Summer of Code program and it's open source, so the students can even help with it.

https://summerofcode.withgoogle.com/programs/2025/organizati...

replies(2): >>45286533 #>>45287036 #
thetridentguy ◴[] No.45286533[source]
I believe we considered Zulip, but determined it's mobile app to be poor.
replies(3): >>45287135 #>>45287151 #>>45287382 #
sundarurfriend ◴[] No.45287135[source]
When was it looked into? The Zulip mobile app was rewritten in Flutter recently, that version was in beta for several months and was finally made the default Zulip app about a month ago. I haven't used Mattermost so can't compare, but the Flutter Zulip is much more responsive and nice than the previous Zulip app.
replies(2): >>45287473 #>>45287493 #
1. willdr ◴[] No.45287473[source]
Rewritten *into* Flutter? People should be rewriting away from Flutter.
replies(2): >>45287533 #>>45288407 #
2. adastra22 ◴[] No.45287533[source]
To what? What is the alternative?
replies(2): >>45287620 #>>45287736 #
3. matt-p ◴[] No.45287620[source]
Expo/RN TBH.
replies(1): >>45287725 #
4. adastra22 ◴[] No.45287725{3}[source]
Looks to be some sort of subscription licensed framework, and lacks desktop support. Why should I move off an open source platform onto a hosted solution? Especially in the context of OP’s situation.
replies(1): >>45288001 #
5. elAhmo ◴[] No.45287736[source]
Native is also a good option, for something used that extensively.
replies(2): >>45287868 #>>45287975 #
6. adastra22 ◴[] No.45287868{3}[source]
Flutter compiles to native though? I’m not sure I understand what you are saying.
7. p_l ◴[] No.45287975{3}[source]
I believe Flutter was chosen because of somewhat easy way of keeping common codebase for both iOS and Android clients. Not trivial, and at least it renders natively :V
8. matt-p ◴[] No.45288001{4}[source]
It's just react native tooling
9. skrebbel ◴[] No.45288407[source]
Why?