legion VS Mattermost

Compare legion vs Mattermost and see what are their differences.

legion

The Legion Parallel Programming System (by StanfordLegion)

Mattermost

Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.. (by mattermost)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
legion Mattermost
11 142
647 28,049
2.2% 1.3%
9.9 9.9
16 days ago 4 days ago
C++ TypeScript
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

legion

Posts with mentions or reviews of legion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-20.
  • Legion 24.03.0 – Control Replication
    1 project | news.ycombinator.com | 28 Mar 2024
  • Antithesis of a One-in-a-Million Bug: Taming Demonic Nondeterminism
    1 project | news.ycombinator.com | 22 Mar 2024
    I work on a distributed runtime system for heterogeneous supercomputers [1].

    As an example of the sort of bug we regularly deal with, I am at this exact moment tracking down a freeze that occurs on 8,192 nodes of a supercomputer [2]. That means I'm using about 64,000 GPUs and about half a million CPU cores. The smallest node count I've seen my issue is 2,048 nodes and at that scale it only happens about 10% of the time.

    We've been debating internally whether Antithesis could help us or not. On the one hand, the fuzzing to explore the state space, and deterministic reproduction, are exactly what we want. On the other hand, we believe our state space is much larger than what you see in a typical distributed database. (And not just because of the sheer scale of things, but even on a single node we have state machines with order hundreds to thousands of states in them.) Based on the post here and the "scenario" count explored in CouchDB, I'm not convinced you'd be able to handle us. :-)

    I'd be curious what you think. Happy to discuss here, or contact info in profile.

    [1]: https://legion.stanford.edu/

    [2]: https://www.olcf.ornl.gov/frontier/

  • Progress on No-GIL CPython
    5 projects | news.ycombinator.com | 20 Oct 2023
    Parallelism in CS is a bit like security in CS. People know it matters in the abstract senses but you really only get into it if you look for the training specifically. We're getting better at both over time: just as more languages/libraries/etc. are secure by default, more now are parallel by default. There's a ways to go, but I'm glad we didn't do this prematurely, because the technology has improved a lot in the last decade. Look for example at what we can do (safely!) with Rayon in Rust vs (unsafely!) with OpenMP in C++.

    And there are things even further afield like what I work on [1][2][3].

    [1]: https://legion.stanford.edu/

    [2]: https://regent-lang.org/

    [3]: https://github.com/nv-legate/cunumeric

  • Mojo is now available on Mac
    13 projects | news.ycombinator.com | 19 Oct 2023
    Chapel has at least several full-time developers at Cray/HPE and (I think) the US national labs, and has had some for almost two decades. That's much more than $100k.

    Chapel is also just one of many other projects broadly interested in developing new programming languages for "high performance" programming. Out of that large field, Chapel is not especially related to the specific ideas or design goals of Mojo. Much more related are things like Codon (https://exaloop.io), and the metaprogramming models in Terra (https://terralang.org), Nim (https://nim-lang.org), and Zig (https://ziglang.org).

    But Chapel is great! It has a lot of good ideas, especially for distributed-memory programming, which is its historical focus. It is more related to Legion (https://legion.stanford.edu, https://regent-lang.org), parallel & distributed Fortran, ZPL, etc.

  • Announcing Chapel 1.32
    6 projects | news.ycombinator.com | 9 Oct 2023
    I should also note that there is Pygion if you want to use Python. Not a lot of great reference material right now, but there's the paper:

    https://legion.stanford.edu/pdfs/pygion2019.pdf

    And code samples:

    https://github.com/StanfordLegion/legion/tree/stable/binding...

  • Is anyone using PyPy for real work?
    13 projects | news.ycombinator.com | 31 Jul 2023
    We use PyPy for performing verification of our software stack [1], and also for profiling tools [2]. The verification tool is basically a complete reimplementation of our main product, and therefore encodes a massive amount of business logic (and therefore difficult to impossible to rewrite in another language). As with other users, we found the switch to PyPy was seamless and provides us with something like a 2.5x speedup out of the box, with (I think) higher speedups in some specific cases.

    We eventually rewrote the profiler tool in Rust for additional speedups, but as mentioned for the verification engine, it's probably too complicated to ever do that so we really appreciate drop-in tools like PyPy that can speed up our code.

    [1]: https://github.com/StanfordLegion/legion/blob/master/tools/l...

    [2]: https://github.com/StanfordLegion/legion/blob/master/tools/l...

  • Make your programs run faster by better using the data cache (2020)
    1 project | news.ycombinator.com | 23 Jun 2023
    Legion is also doing something like that: https://legion.stanford.edu/
  • Is Parallel Programming Hard, and, If So, What Can You Do About It? [pdf]
    4 projects | news.ycombinator.com | 19 Feb 2023
    If you really want to dig into it you can read up on the tutorials and/or papers from the Legion project: https://legion.stanford.edu/

    But briefly, these task-based programs preserve sequential semantics. That means (whatever the system actually does when running your program), as long as you follow the rules, the parallelism should be invisible to the execution of the program.

  • Ask HN: Who is hiring? (September 2022)
    20 projects | news.ycombinator.com | 1 Sep 2022
    Computer Science Research Dept., SLAC National Accelerator Laboratory | Research Scientist / Engineer | Menlo Park, CA or REMOTE, VISA | Full Time

    We're a research group within SLAC, headed by Alex Aiken (https://theory.stanford.edu/~aiken/). We focus on fundamental CS research that has the potential to impact science, mainly in the areas of high-performance and distributed computing, programming languages, compilers, networks, operating systems, etc. One of our major projects is Legion, a forward-looking programming system for distributed computing (https://legion.stanford.edu/). Legion has been used to create new programming languages (https://regent-lang.org/), seamless distributed NumPy (https://developer.nvidia.com/cunumeric), and a drop-in replacement for Keras and PyTorch (https://flexflow.ai/), among many other things.

    We are looking for strong scientists and engineers to join our group. For clarity (because these terms vary by industry/company), scientists mainly focus on producing research results (e.g., papers and research software) while engineers mainly focus on software development and deliverables (e.g., system or application implementation). For scientist positions please expect to provide a CV with relevant publications.

    The official application links are below, but please feel free to contact me directly if you have questions. (My HN username @slac.stanford.edu)

    Scientist (Computer Science):

    https://erp-hprdext.erp.slac.stanford.edu/psp/hprdext/EMPLOY...

    Engineer (Computer Science):

    https://erp-hprdext.erp.slac.stanford.edu/psp/hprdext/EMPLOY...

    We've had some reports that the application site doesn't work well in Google Chrome. You might want to apply in Firefox.

  • The Underwhelming Impact of Software Engineering Research (April 2022)
    4 projects | news.ycombinator.com | 9 Apr 2022
    There are some points in the middle, but it's rare. I worked on one of these [1]. We've been building the system for just over ten years, and are starting to see some truly killer apps being built on top of it [2, 3].

    While it has some great benefits once you arrive, the upfront costs are enormous. You basically need to find a funding source (or sources) that will pay for this product while you're building it. Also, in order for the research payoff to be worth it, you need both the product itself, and subsequent innovations it enables, to be research-worthy. Not all areas of research can support this. On top of it all, even when you do this, you'll still spend years of effort in activities that are essentially not research. You're basically responsible for all of your own customer support, sales, marketing, etc.---like a startup, but without the financial upside if you succeed. Yes there is recognition and so on, but the payoffs aren't as dramatic. Most people aren't ready to commit to this path.

    Keep in mind that you can't build this in 5 years either. So a single generation of PhD students can't get it done. The only reason we were successful is because the key staff on the project stuck around for 5+ years after their PhDs because we all believed in doing the work.

    Given all that, I don't hold it against people at all who just want to build prototypes and then move on to the next thing. It's way less risky and higher reward relative to the costs.

    [1]: https://legion.stanford.edu/

    [2]: https://flexflow.ai/

    [3]: https://developer.nvidia.com/cunumeric

Mattermost

Posts with mentions or reviews of Mattermost. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-01.
  • Discord to Start Showing Ads for Gamers to Boost Revenue
    3 projects | news.ycombinator.com | 1 Apr 2024
    > Tell me another platform that is free, has realtime chat, voice and video, has stable service, allows sharing images and other media, with good ownership management... and is open source.

    Mattermost: https://mattermost.com/

    Rocket.Chat: https://www.rocket.chat/

    Nextcloud Talk: https://nextcloud.com/talk/

    Self hosting and some assembly required. I've run all of them on cheap VPSes to explore a Slack/Discord replacement, neither was mindblowing but all of them seemed okay (Nextcloud's offering was rather barebones, though).

    Audio and video support varies because getting those right is challenging, at best you'd just integrate with something like Jitsi, that one's actually pretty good for meetings and such: https://jitsi.org/ and has a cloud version too: https://meet.jit.si/ (yet people still go for Zoom and it's odd UI/UX choices)

    I actually rather liked forums back in the day, but I guess nobody will be setting up that many phpBB instances in the current year, though projects like Discourse also seem promising: https://www.discourse.org/

    I don't think many people at all will be leaving Discord, due to how entrenched the platform is (network effect): if you want people to help you with what you're working on, you go where they are, not vice versa.

  • Ask HN: Who is hiring? (March 2024)
    12 projects | news.ycombinator.com | 1 Mar 2024
    Mattermost, Inc. | Senior React Native Engineer | REMOTE (US Only) | Full-Time

    At Mattermost we build an open core, chat and collaboration platform focused on making users with mission critical work more productive while also allowing our customers to self-deploy and have full control over their own data.

    We’re looking for a Senior React Native Engineer who has the depth to significantly move the performance needle of our app while also having the breadth to contribute across our stack.

    Check out our open source mobile codebase: https://github.com/mattermost/mattermost-mobile. Meta uses the Mattermost RN app as the benchmark for performance testing of their Hermes JS engine: https://mattermost.com/blog/hermes-mattermost/. Want to set the bar for what a complex, high performing React Native app can do? Want to do it open source? Join our team!

    Apply here: https://jobs.lever.co/mattermost/a38ea8f0-6c27-4178-a988-801...

  • List of your reverse proxied services
    29 projects | /r/selfhosted | 5 Dec 2023
    Mattermost for Chat, and also for Notifications sent by Uptime-Kuma
  • IT Pro Tuesday #259 - Collaboration Platform, Cisco Training, SyncML Tracing & More
    2 projects | /r/ITProTuesday | 11 Jul 2023
    Mattermost offers a secure, open-source solution for seamless collaboration throughout the software development lifecycle. Tailored to cater to technical and operational needs, it easily integrates with a wide range of third-party developer tools—to streamline development and engineering workflows. With self-hosted and private cloud deployment options, coupled with access to the source code, you have complete control over the data via a shared, adaptable, and extensible platform designed specifically for your team. Kindly suggested by Molasses_Major.
  • A Slack clone in 5 lines of bash
    5 projects | news.ycombinator.com | 4 Jul 2023
    FWIW, most of the TypeScript lines of code are in the E2E tests[0] and the webapp dir [1], which, as the name suggests, contains "the client code for the Mattermost web app". So we should really only be counting lines of Go code.

    [0] https://github.com/mattermost/mattermost/tree/master/e2e-tes...

    [1] https://github.com/mattermost/mattermost/tree/master/webapp

  • Alternatives List
    3 projects | /r/freespeechdiscord | 2 Jul 2023
    Mattermost is an good alternative to companies, workers and teams.
  • Discord alternative?
    1 project | /r/de_EDV | 20 Jun 2023
    oder auch Mattermost
  • A few discord alternatives for you to look at
    7 projects | /r/discordapp | 7 Jun 2023
    Revolt, Guilded, Element (Matrix Client), Matrix, Cinny (Matrix Client), Spacebar, Rocket Chat, Mikoto, Mattermost, Teamspeak and Nertivia
  • Trello Alternative
    10 projects | /r/selfhosted | 6 Jun 2023
    might be overkill but https://mattermost.com/
  • Any alternatives to OpenProject and Mattermost that supports ARM?
    2 projects | /r/selfhosted | 31 May 2023
    But it seems that you're right for Mattermost.

What are some alternatives?

When comparing legion and Mattermost you can also consider the following projects:

pldb - PLDB: a Programming Language Database. A computable encyclopedia about programming languages.

Zulip - Zulip server and web application. Open-source team chat that helps teams stay productive and focused.

preshed - 💥 Cython hash tables that assume keys are pre-hashed

Jitsi Meet - Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.

arkouda - Arkouda (αρκούδα): Interactive Data Analytics at Supercomputing Scale :bear:

Rocket.Chat - The communications platform that puts data protection first.

legate.sparse

Synapse - Synapse: Matrix homeserver written in Python/Twisted.

HTR-solver - Hypersonic Task-based Research (HTR) solver for the Navier-Stokes equations at hypersonic Mach numbers including finite-rate chemistry for dissociating air and multicomponent transport.

focalboard - Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.

soleil-x - Soleil-X is a turbulence/particle/radiation solver written in the Regent language for execution with the Legion runtime.

Element - A glossy Matrix collaboration client for the web.