Live data from Hacker News

Viewing profile — the_icelander

the_icelander

HN member
Joined
Wed, Dec 18, 2019, 4:03 PM UTC
HN karma
3
Public activity
5 items

About the_icelander

No profile information was provided.

Recent public activity

  1. comment
    Comment #21914818

    Archiving a channel in Mattermost just sets a flag in the database. Once the bad actor is removed a simple query can restore the channels they archived. Something like: `UPDATE Cha…

  2. comment
    Comment #21826644

    Not for business, but if you want to get your friends on a chat server it would be easier if they knew you couldn't see everything they said.

  3. comment
    Comment #21826515

    My response to someone insisting on using only Microsoft Teams is: What if Teams goes down? How is the IT team going to coordinate bringing it back up? Email? SMS?

  4. comment
    Comment #21826292

    Check out the Kubernetes operator, which handles zero-downtime upgrades as well as blue/green deployments and canary builds: https://github.com/mattermost/mattermost-operator

  5. comment
    Comment #21826215

    In 5.10 Mattermost added the ability to move the configuration to the database, which solves the issue of having a config.json file. This also has the advantage of versioning your …