Most active commenters
  • wltr(3)

←back to thread

1502 points JustSkyfall | 39 comments | | HN request time: 2.314s | source | bottom
1. realityfactchex ◴[] No.45284350[source]
Since you're a nonprofit that teaches coding, it could be a great time to consider self-hosting a FOSS chat tool.

Suggestions: Campfire [0] or Zulip [1].

Also, if the data in chat is being held hostage, the org might be using chat wrong. Right tool for right purpose. If starting over, perhaps consider if it would make sense to put that documentation or whatever it is that will get "lost" from Slack into a wiki or repo or other appropriate tool?

Big empathy, though. It must be pretty crushing. But that is why serious geeks have long been for FOSS.

  [0] https://once.com/campfire (recently became FOSS) 
  [1] https://zulip.com
replies(8): >>45284470 #>>45284499 #>>45286030 #>>45286111 #>>45287248 #>>45287532 #>>45287807 #>>45288391 #
2. novatea ◴[] No.45284470[source]
I'm in Hack Club, the team is moving all of us to self-hosted Mattermost. It is unfortunate that we have to re-code so many things though.
replies(5): >>45286003 #>>45286166 #>>45286826 #>>45287113 #>>45287452 #
3. renewiltord ◴[] No.45284499[source]
The post says they're moving to Mattermost and has a screenshot of the same.
replies(1): >>45284795 #
4. realityfactchex ◴[] No.45284795[source]
Yeah, I must have read the whole article except that sentence, which is buried at the very end, after all the images.

If those any of those 4 screenshot snippets are of Mattermost, it's not very clear. All I see is screenshots of what appears to be Slack.

replies(1): >>45285430 #
5. renewiltord ◴[] No.45285430{3}[source]
They are indeed of Slack but the 4th says: “As you have probably read, Hack Club is moving to Mattermost”. But not here to litigate it. It’s easy to miss if you skim.
6. mobilemidget ◴[] No.45286003[source]
Does give you more things to 'hack' for the club. Not all bad I guess, and saving that amount of money is worth creating some 'new projects'.
7. ioulian ◴[] No.45286030[source]
> Also, if the data in chat is being held hostage, the org might be using chat wrong.

This is so important these days. A lot of project send users to discord, slack for documentation and help but they are not made for this purpose. Searching in chat channel for a specific problem is not a good way to handle documentation. I can't even use search engines to search that.

replies(1): >>45287552 #
8. wellthisisgreat ◴[] No.45286111[source]
Zulip is great
9. _zoltan_ ◴[] No.45286166[source]
mattermost is so so so clunky and uncomfortable, but hey, it's free...
replies(2): >>45287083 #>>45287494 #
10. gregoriol ◴[] No.45286826[source]
Matrix would be a better alternative
11. Freak_NL ◴[] No.45287083{3}[source]
Is it? We've been using it self-hosted for years, together with GitLab. It meets all the needs of a small company, and is very pleasant to work with for devs too (i.e., basic Markdown just works, so you can post anything from code to log snippets in a sensible manner).

Setting up Mattermost was one of the best decisions we've made with regards to our tools.

replies(2): >>45287321 #>>45287412 #
12. devoutsalsa ◴[] No.45287113[source]
I've never used Mattermost before today. After checking out their site, I can see they are also a for-profit company. What does Mattermost offer that Slack does not, other than a bill lower than $195K/year?
replies(2): >>45287176 #>>45287209 #
13. ForHackernews ◴[] No.45287176{3}[source]
Mattermost is open-core software: you can self-host and they can't turn you off or raise the price.
replies(1): >>45287322 #
14. actionfromafar ◴[] No.45287209{3}[source]
You can deploy it self-hosted without paying any fee, so you control your data much more.
replies(1): >>45287284 #
15. dizhn ◴[] No.45287248[source]
Zulip is awesome. Super easy to self host. Upgrades go very smoothly. Their thread title concept is great (though they are relaxing its requirement lately). The only thing you don't get if you self host is the mobile notifications. This happened recently and it's a bummer but that's what they came up with to monetize the project, as is their right. Paying $5000 for chat is ridiculous to me when such good alternatives exist.
replies(1): >>45287312 #
16. wltr ◴[] No.45287284{4}[source]
Last time I checked they cripple the self-hosted version, asking to subscribe for enterprise plan here and there. Source: deployed their chat locally a couple of weekends ago. Overall, I liked their Slack clone, they this one was a red flag to me. Now I’m not sure we want to deploy this, but I know very little alternatives. Zulip, but it cripples its self-hosted version too. It allows just 10 mobile users (notifications). Maybe Matrix it is then, but it’s not very suitable for airgapped company-wide deployment.
replies(4): >>45287367 #>>45287516 #>>45287703 #>>45288224 #
17. wltr ◴[] No.45287312[source]
Still, crippling the self-hosted version feels like a red flag. Later on, they can easily introduce more features out of self-hosted version. That makes me feel more like ‘we’re business first, but we allow you plebs to contribute towards our success for free’ instead of ‘we’re business and we’re contributing into the community, and as a bonus, the community helps us back.’
replies(1): >>45287356 #
18. wltr ◴[] No.45287321{4}[source]
What about the software nudging you to subscribe to their enterprise plans here and there? Did you turned off this, or just ignore?
replies(2): >>45287438 #>>45287521 #
19. pcthrowaway ◴[] No.45287322{4}[source]
What's your case for calling it open-core? The whole thing is AGPLv3, so... I'd call it FOSS with some components optionally being usable under Apache 2 terms
replies(1): >>45287602 #
20. detaro ◴[] No.45287356{3}[source]
The problem with push notifications is that they need to go through the app provider and incur costs for it, that's not really their fault. If they'd not charge for it, they'd still go through their servers and would lose them money. So putting it behind a paid service you hook up to your self-hosted instance seems fair.

If you want to avoid it you'd need to build patched versions of the app and distribute them yourself to your users, so you pay Google/Apple directly for notifications instead of going through Zulip.

replies(1): >>45287980 #
21. ◴[] No.45287367{5}[source]
22. Simran-B ◴[] No.45287412{4}[source]
Funny you would mention GitLab - I find it extremely clunky, especially compared to GitHub. Maybe GitHub is primitive in comparison, but it never makes me hunt for basic functionality and the search just works for about everything.
23. Freak_NL ◴[] No.45287438{5}[source]
Not much of an issue. Did this get more annoying in the newest versions?
24. shaky-carrousel ◴[] No.45287452[source]
I personally see any kind of subscription as a technical debt.
25. fransje26 ◴[] No.45287494{3}[source]
> mattermost is so so so clunky and uncomfortable

I'm quite sure they are open to pull-requests..

replies(1): >>45288212 #
26. adastra22 ◴[] No.45287516{5}[source]
Mattermost is AGPLv3. You can deploy the whole stack and own your data without paying a cent to Mattermost the company.
27. adastra22 ◴[] No.45287521{5}[source]
I've literally never seen this in my self-hosted Mattermost. Where do you see it?
28. hliyan ◴[] No.45287532[source]
I think it is time we all start moving away from renting software back to owning it (or at the very least, owning a perpetual license). The subscription model is does not exist on a stable plateau. Every company that runs on a subscription model will (and must, by virtue of incentives) to attempt to "develop new revenue streams".
replies(1): >>45288458 #
29. mihaaly ◴[] No.45287552[source]
> Searching in chat channel for a specific problem is not a good way to handle documentation

I just wanted to highlight this. I am so happy seeing this written down explicitly and finally.

Throughout the years I struggled so much finding relevant and accurate information about a feature of a product because it was scattered in chat channels, inadequate for providing reliable data (out of date or uncertain staleness, evolving or straight up wrong suggestions found, tangential only, patial, ...). Big names do it (Unity3D, DevExpress, ...). To make the matter worst both official support personel and power users promote its use, defend its use against critique to the last blood, despite of the obvious shortcomings and unreliability for average users. It is just the lazy excuse of providing the necessary knowledge.

replies(1): >>45288447 #
30. ForHackernews ◴[] No.45287602{5}[source]
That's how they describe themselves: https://github.com/mattermost/mattermost

> Mattermost is an open core, self-hosted collaboration platform that offers chat, workflow automation, voice calling, screen sharing, and AI integration

replies(1): >>45287755 #
31. Arathorn ◴[] No.45287703{5}[source]
> Maybe Matrix it is then, but it’s not very suitable for airgapped company-wide deployment

Element is literally built for airgapped company-wide deployments - this is precisely what https://element.io/server-suite is? It was originally built to install onto SIPRnet; it's been airgap-first since day 1.

32. pcthrowaway ◴[] No.45287755{6}[source]
Interesting. Notably, they also call themselves "open source" in the "About" of the repository. I'm not aware of any critical extensions which are closed-source. The change you've highlighted was made 4 months ago under a commit that gives no explanation: https://github.com/mattermost/mattermost/pull/31247/files , and the discussion there is private.

Notably, they do have some "source-available" code that goes into the enterprise release, at https://github.com/mattermost/mattermost/tree/master/server/...

This mainly seems to relate to metrics and fuzzy search, though it's possible more will move here in the future (it looks like this is a relatively recent development). Until recently they also had experimental support for Bleve full-text search (now seemingly deprecated), but the elasticsearch enterprise feature seems to be the replacement (otherwise they use postgres's ILIKE for built-in text search)

So, all told, Mattermost was open source, and may be moving to open core. Which means now is probably the best time to create a community-maintained fork. The team edition, and almost all features, are currently still open source.

33. otherme123 ◴[] No.45287807[source]
I'm selfhosting rocket for a small team (https://www.rocket.chat/install). I think they have a limited number of users, but the license is MIT.
34. subscribed ◴[] No.45287980{4}[source]
Self-hosted ntfy¹ would be a cool alternative. Works really great for me.

¹ https://docs.ntfy.sh/

35. _zoltan_ ◴[] No.45288212{4}[source]
yawn it's very, very old to tell people "do it better else shut up", which is exactly what you did.

people can have an opinion you know. this is my opinion.

36. jamespo ◴[] No.45288224{5}[source]
How are you expecting the devs to get paid with zero incentive for customers to do so?
37. p-t ◴[] No.45288391[source]
> Also, if the data in chat is being held hostage, the org might be using chat wrong.

A lot of the data people are worried about is their chat history, because Hack Club isn't really just a nonprofit that gives people things, it's also a community. So it's less about documentation and more about people's chats with each other. (disclaimer: i am not official hack club hq)

38. criley2 ◴[] No.45288447{3}[source]
It's not lazy, it's by design. We have chat messages because the actual knowledge is stored inside of people, and chat messages are the most searchable way to see what people know outside of being able to ask them personally.

So why don't all of these people simply write it down in a notion/document store and meticulously keep it all up to date?

Because the business does not want that. We demand efficiency, so we understaff engineering departments sufficiently that there is always a little crunch, so that slightly-too-few engineers have to work slightly-harder-than-they-want to make the business successful. The end result of this intentionally engineered "lack of time" is that things like maintaining meticulous documentation are ignored, and the only time the knowledge is shared is in a frantic slack message.

The business is designed to do this. It's not laziness. It's the standard operating procedure to increase efficiency and profit.

39. GrinningFool ◴[] No.45288458[source]
Unfortunately it works. Companies will never go back - who would give up the opportunity to extract more from customers on demand?