hardened_malloc VS Synapse

Compare hardened_malloc vs Synapse and see what are their differences.

hardened_malloc

Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time. (by GrapheneOS)

Synapse

Synapse: Matrix homeserver written in Python/Twisted. (by matrix-org)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
hardened_malloc Synapse
652 367
1,152 11,720
2.9% -
7.9 9.8
13 days ago 4 months ago
C Python
MIT License Apache License 2.0
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.

hardened_malloc

Posts with mentions or reviews of hardened_malloc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-02.
  • WhatsApp forces Pegasus spyware maker to share its secret code
    2 projects | news.ycombinator.com | 2 Mar 2024
  • EncroChat
    1 project | news.ycombinator.com | 16 Feb 2024
  • Popular XMPP App "Conversations" Removed from PlayStore by Google
    1 project | news.ycombinator.com | 14 Feb 2024
    Relevant copypasta:

    Fellow humans, there are alternatives to Google and Apple! Your neck need not be under anyone's boot! You don't even need to give up any functionality:

    Data service:

    The simplest thing is to buy a prepaid SIM and top it off with cash. The lovely people over at /r/nocontract maintain a big spreadsheet so you can filter by various properties of the available contracts.

    Another way to go is to pay for a postpaid plan with a virtual credit card (VCC) like at privacy.com. It won't be linked to your name at the telco, but of course privacy.com knows who you are. There is also Abine Blur, and some others.

    Yet a third way to go, which is nascent, is buy an eSIM with crypto. You can also buy prepaid VCCs with crypto.

    An interesting new choice is PGPP https://invisv.com/pgpp/ who rotate your IMSI and do some other cool stuff. It works by e-sims.

    All these methods make you /pseudo/nymous, but obviously you're still identifiable by subscriber number and possibly IMEI, to put aside correlational things like your traffic profile. You can help this problem by routing everything through a VPN. Then you're pseudonymous but the cell carrier knows nothing about you other than that you use a VPN. Pay for the VPN with crypto. Of course now the VPN provider knows your traffic, but you're much more anonymous to them than you are to a telco. You make your choices. Defense in depth. Etc.

    OS:

    GrapheneOS: https://grapheneos.org/ Very much like Calyx, but extra-hardened and with no MicroG. No involvement with Google at all by default. You can make a secondary profile in which you install Google Play Services to set up an environment where you can run unprivileged Play services + whatever crapware you need that requires them. Unprivileged here means it's like any other app: if you don't give it access to your location, it won't know where you are. If you end the profile session when you leave, Play Services stops running and stops talking to Google.

    CalyxOS: https://calyxos.org/ Privacy-respecting Android distribution that replaces Google spyware with MicroG, so you can have your cake and eat it too. Most everything will work as you're used to, but it does still talk to Google to make that happen.

    LineageOS: https://lineageos.org/ The successor to CyanogenMod, will work with many different phones. More privacy and control than stock Android.

    There are also many others: Sailfish, Replicant, e

    Hardware:

    CalyxOS and GrapheneOS run best on Pixels. The path of least resistance is to get one of these phones and run GrapheneOS with Google Services installed in one profile or other.

    You could also buy a Librem 5 https://puri.sm/products/librem-5/ If privacy and security and hacking are really important to you.

    Or a pinephone: https://www.pine64.org/pinephone/

    Neither work very well by regular standards, but they're cool :-)

  • LineageOS is currently installed on 1.5M Android devices
    6 projects | news.ycombinator.com | 5 Feb 2024
    It might be worth to switch to GrapheneOS if you have Pixel phones: https://grapheneos.org/

    It is a more serious project than LineageOS in the sense that they take security very seriously and they take their development more professionally too. There are no disadvantages to using GrapheneOS compared to LineageOS.

    You can see a comparison here: https://eylenburg.github.io/android_comparison.htm

  • Apple Announces Changes to iOS, Safari, and the App Store in the European Union
    6 projects | news.ycombinator.com | 25 Jan 2024
  • No new iPhone? No secure iOS: Looking at an unfixed iOS vulnerability
    1 project | news.ycombinator.com | 28 Dec 2023
  • Recommendations for an Android repair shop?
    1 project | /r/kitchener | 8 Dec 2023
    If it still powers up but just won't boot you could try installing https://grapheneos.org/.
  • Iphone Vs Android
    2 projects | /r/rareinsults | 7 Dec 2023
    On 4thgen Pixels and up you can install GrapheneOS which is a security and privacy focused Android build. It does not come with any Google services pre-installed but you can put them on. https://grapheneos.org/
  • Suche Handy empfehlung bis 250€ max.
    1 project | /r/de_EDV | 7 Dec 2023
  • Are you happy
    1 project | /r/Pixel6aUsers | 6 Dec 2023
    yes... will also de-google it cuz we can install GrapheneOS and also close the bootloader

Synapse

Posts with mentions or reviews of Synapse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-12.
  • Organizing OpenStreetMap Mapping Parties
    8 projects | news.ycombinator.com | 12 Apr 2024
    What are you thinking of here? Synapse has supported purging room history since 2016: https://github.com/matrix-org/synapse/pull/911, and configurable data retention since 2019: https://github.com/matrix-org/synapse/pull/5815.

    Meanwhile, Matrix has never needed the full room history to be synchronised - when a server joins a room, it typically only grabs the last 20 messages. (It does needs to grab all the key-value state about the room, although these days that happens gradually in the background).

    If you're wondering why Matrix implementations are often greedy on disk space, it's because they typically cache the key-value state aggressively (storing a snapshot of it for the room on a regular basis). However, that's just an implementation quirk; folks could absolutely come up with fancier datastructures to store it more efficiently; it's just not got to the top of anyone's todo list yet - things like performance and UX are considered much more important than disk usage right now.

  • GrapheneOS is moving off Matrix
    1 project | news.ycombinator.com | 21 Nov 2023
    some context re the Matrix isses, long history apparently: https://github.com/matrix-org/synapse/issues/14481#issuecomm...
  • Non-profit Matrix.org Foundation seems to be moving funds to for-profit Element
    7 projects | news.ycombinator.com | 19 Nov 2023
    Why not Matrix? Here's one reason: it has incredibly hard-to-debug edge cases, and plenty of bugs. One of my favourites is the one where people are kicked out of your room at random, which was reported a year ago[0]. It wasn't fixed, however, because the head of the Matrix foundation (Matthew) presumably didn't like the issue being posted on Twitter.

    This is honestly really disappointing behaviour from a platform owner.

    [0]: https://github.com/matrix-org/synapse/issues/14481

  • The Future of Synapse and Dendrite
    1 project | news.ycombinator.com | 6 Nov 2023
    > That doesn't make this situation any less bad to the rest of the community.

    How is the community suffering here? Let's say Element adds a bunch of baller stuff to their versions over the next few months and then closes the source. Can't the community just fork the last AGPL version? You might say, "well then no one can take the AGPL fork and make their own closed-source business", but do you want them to? Even if you do, they still can with the existing Apache-licensed version, just like Element is doing right now.

    You're arguing that Element will lose a lot of contributions, but TFA points out that despite being super open, the vast majority of contributions are still made by Element employees (which seems to be true [0]). It's not the case that Element is looking to monetize the (small) contributions of others, it is the case that others are looking to monetize the (huge) contributions of Element.

    And besides, aren't the MSCs the core of Matrix? It's already super possible to build your own compliant client and server.

    The situation is that Element needs money to keep developing the ecosystem. It would be cool if there were a big network of donors and contributions, but there isn't. You're essentially saying, "that's fine, go out of business then, and the community will keep developing the ecosystem", but that's not happening now, and it can still happen anyway with the Apache-licensed versions, which again people can still contribute to.

    [0]: https://github.com/matrix-org/synapse/graphs/contributors

  • Synapse v1.95.0 Released
    1 project | /r/Boiling_Steam | 26 Oct 2023
  • Matrix Synapse how use python scripts?
    2 projects | /r/selfhosted | 6 Oct 2023
  • Synapse v1.91.2 Released
    1 project | /r/Boiling_Steam | 8 Sep 2023
  • Synapse v1.89.0 is out
    1 project | /r/Boiling_Steam | 3 Aug 2023
  • Synapse v1.88.0 is out
    1 project | /r/Boiling_Steam | 20 Jul 2023
  • Synapse v1.87.0 (Matrix Server) Released
    1 project | /r/Boiling_Steam | 5 Jul 2023

What are some alternatives?

When comparing hardened_malloc and Synapse you can also consider the following projects:

Unihertz-Titan-lineageos-microg - Guide and files required to setup lineageos with microg on the Unihertz Titan

dendrite - Dendrite is a second-generation Matrix homeserver written in Go!

ungoogled-chromium - Google Chromium, sans integration with Google

conduit

Magisk - The Magic Mask for Android

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

Seedvault - A backup application for the Android Open Source Project.

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

plexus - Remove the fear of Android app compatibility on de-Googled devices.

Mattermost - Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..

mimalloc - mimalloc is a compact general purpose allocator with excellent performance.

matrix-docker-ansible-deploy - 🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker