multihash-serialise VS nostr

Compare multihash-serialise vs nostr and see what are their differences.

multihash-serialise

Haskell libraries for interacting with IPFS (by monadic-xyz)

nostr

a truly censorship-resistant alternative to Twitter that has a chance of working (by nostr-protocol)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
multihash-serialise nostr
30 76
25 9,618
- 1.1%
0.0 4.4
over 3 years ago 5 months ago
Haskell
BSD 3-clause "New" or "Revised" License -
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.

multihash-serialise

Posts with mentions or reviews of multihash-serialise. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-08.
  • Decentralized media Made easy
    2 projects | /r/ipfs | 8 Apr 2023
    When I click on https://synapsemedia.io/ I get redirected to a link like https://ipfs.io/ipns/synapsemedia.io (to use ipfs.io instead of my local node)
  • 4EVERLAND’s IPFS Pinning Service: 4EVER Pin
    1 project | /r/4everland | 2 Mar 2023
    You may already be aware that the Interplanetary File System or IPFS is a distributed storage network where computers from all over the world form nodes to share data.
  • How to host an encrypted page
    1 project | /r/selfhosted | 10 Feb 2023
    In case of you don't trust them, it gets harder. Especially if you need to have it hosted without any trace to yourself. I'd probably pay a service to store my data on ipfs. You can pay with crypto. But I'm this case there's the question, how will you be able to access it. My thought would be to have a [tails][tails] USB with the necessary software.
  • anti-discord rule
    4 projects | /r/196 | 5 Feb 2023
    https://ipfs.io is the only acceptable file host
  • Not sure if I this is safe to click so I can download this book. Are you supposed to just click the “GET” button?
    1 project | /r/libgen | 19 Jan 2023
    I never click GET button, don't even know what it does tbh XD Those four buttons are for choosing which IPFS gateway you want to use. By default I use ipfs.io, if ipfs.io is down then I click the Cloudflare one. General rule is that you pick one gateway if it does not work then another one and so on.
  • Upload 40MB vitalik's blog to a smart contract on Arbitrum Nova with 0.13ETH
    1 project | /r/ethereum | 10 Jan 2023
    - The gateway (e.g., ipfs.io, cloudflare, w3eth.io, w3link.io) may implement a censorship rule based on local regulations
  • Free Software Foundation
    1 project | /r/okbuddylinux | 7 Jan 2023
  • Quick IPFS
    3 projects | dev.to | 21 Dec 2022
    https://ipfs.io/ipfs/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco/wiki/
  • How do I use IPFS (anna's archive or libgen) if I can't access ipfs.io and Cloudflare?
    1 project | /r/zlibrary | 5 Dec 2022
    New to IPFS, both ipfs.io and Cloudflare IPFS are blocked in my region, but I can connect to IPFS using the IPFS desktop app, is there a way to download books at a relatively not too slow speed from anna's archive's ipfs mirror?
  • My NFT Domain
    1 project | /r/u_adivcetoinvest | 23 Nov 2022
    Web 3.0 is a third-generation website with decentralized server storage from layer two blockchains like Ethereum, polygon, etc. Unstoppable domains are the first web3 domain platform where you find different domain names. This platform uses a crypto name system called CNS. Unstoppable domains used IPFS (interplanetary File System), the best file protocol that allows computers to store and serve files as part of a giant P2P network. shreyanshjain.crypto is my domain name minted on the polygon network.

nostr

Posts with mentions or reviews of nostr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-24.
  • Probably a bad idea to use Reddit to talk about privacy.
    1 project | /r/privacy | 9 Dec 2023
    Some resources if you're interested in learning more: https://nostr.com/ https://ron.stoner.com/nostr_Security_and_Privacy https://github.com/nostr-protocol/nostr/ https://nostorg.github.io/clients/
  • Ask HN: What is the next great online community?
    2 projects | news.ycombinator.com | 24 Oct 2023
    I think your best bet here is Nostr (Notes and Other Stuff Transmitted by Relays): https://nostr.com https://github.com/nostr-protocol/nostr

    Nostr isn't a federated platform like Mastodon or Lemmy, it's more similar to the AT protocol created by Bluesky, whilst being far simpler to understand and write apps using it. The nostr protocol is defined by a series of NIPs (Nostr implementation possibilites https://github.com/nostr-protocol/nips), the most basic of which can be implemented in a client or a relay in 50-100 lines of code in any modern programming language.

    Each user runs a client, anyone can write a relay or run any of hundreds of existing implementations, both clients and relays can choose to support a number of NIPs. Users have a public-private keypair, and distribute notes to relays signed with their private key, which are verified by relays. Clients subscribe via websockets to any number of relays (I usually have 20-30), and receive notes from all users on those relays' databases, or filtered by the public keys of the users you're following. Relays for the most part don't communicate with each other. If you're ever blocked or banned from a relay, you'll still be able to have your notes seen as long as you have at least one relay in common with anyone who wants to see them. I run my own as well for extra resiliency.

    At the moment there's ~50 standardised NIPs, which add features like likes, zaps (bitcoin tips for notes), user status, post expiration, mentions, search, DMs, and public chats. Nearly all of these are supported by popular clients and relays. While nostr is primarily used for social media at the moment, it's already possible to build upon as a protocol for pretty much any online service.

    The total active user count on most public relays I'd estimate is somewhere around 500k to a million, though the nature of the protocol makes it impossible to estimate its true size. The perceived community on most relays before following anyone frankly can get pretty cancerous, mainly due to a lot of clients sorting notes by new by default, so I can only hope to high heaven it'll improve as it grows.

    Though like any new non-centralised platform, it's more difficult to get started on for most non-technical users as they have to pick one of hundreds of clients to install, and requires caution to never leak your private key and be very wary of which clients you trust it with.

  • 🤡
    4 projects | /r/formuladank | 20 Jun 2023
    I hope this was not too technical and all over the place. If you are interested in knowing more please ask me or check out https://github.com/nostr-protocol/nostr or https://nostr.com/get-started
  • r/nostr stands with Reddit users and support continued use of 3rd party apps. However, during the blackout on 6/12, we welcome you to come to us and ask questions about our open-source, decentralized and censorship-proof social media protocol known as nostr.
    1 project | /r/nostr | 12 Jun 2023
  • The Stack Overflow Data Dump has been turned off
    1 project | news.ycombinator.com | 9 Jun 2023
    Without movement on this [1] I can't see adoption.

    [1] https://github.com/nostr-protocol/nostr/issues/97

  • A Social Media site where “No Humans” are allowed and AI Bots run the show
    1 project | news.ycombinator.com | 4 Jun 2023
    I think the next stage is decentralized social media. Something like nostr (1) where there’s no centralized entity determining the algorithm to boost. It’s up to the individual to follow users.

    Perhaps the next challenge would be human verification, even with this protocol we’d need something to index public people by to handle discovery.

    Even before LLM’s became as mainstream as they are, most social media platforms were riddled with spam: affiliate marketing, drop shipping crap, and people who are running some sort of con.

    1 - https://github.com/nostr-protocol/nostr already has 8k stars on github

  • Vart tar man vägen när Reddit går åt helvete?
    2 projects | /r/sweden | 3 Jun 2023
  • It's time to go NOSTR
    1 project | /r/apolloapp | 1 Jun 2023
    Considering that Reddit might not be able to negotiate better pricing for API usage, it's worth considering a different approach. The future of social media seems to be moving towards protocols rather than specific platforms. This means that instead of relying on a single platform like Reddit, Apollo should focus on using a protocol called NOSTR (you can find more information at https://github.com/nostr-protocol/nostr).
  • Now that Reddit are killing 3rd party apps on July 1st what are great alternatives to Reddit?
    29 projects | /r/AskReddit | 1 Jun 2023
  • Twitter's Algorithm: Amplifying Anger, Animosity, and Affective Polarization
    1 project | news.ycombinator.com | 30 May 2023
    Holding me back from posting updates of what I had for breakfast is the problem of private key sharing with services that I can use in order to post updates of what I had for breakfast.

    A client or service will inevitably be compromised. And with it, the private keys of all using it whether stored by the service or logged on entry by a compromised system.

    Private keys should be chained, master->subkey, with subkey the public key of the service __or a solution like that or that ends in the same result. When (not if) a service or key is compromised, the key can be blacklisted and/or any key co-signed by a compromised service blacklisted.

    I'm confused by the oversight. It's also been raised here https://github.com/nostr-protocol/nostr/issues/97

    Until then, I'll have to keep my updates of what I had for breakfast to myself.

What are some alternatives?

When comparing multihash-serialise and nostr you can also consider the following projects:

pure-zlib - A Haskell-only implementation of zlib / DEFLATE.

Mastodon - Your self-hosted, globally interconnected microblogging community

zip-conduit - Working with zip archives via conduits.

ipfs - Peer-to-peer hypermedia protocol

bmp - Read and write uncompressed BMP image files

simplex-chat - SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱!

lz4 - Haskell bindings to lz4

Signal-Server - Server supporting the Signal Private Messenger applications on Android, Desktop, and iOS

utf8-string - Support for reading and writing UTF8 Strings in Haskell

awesome-nostr - nostr.net - awesome-nostr is a collection of projects and resources built on nostr to help developers and users find new things

sandi - Data encoding library for Haskell.

matrix-spec - The Matrix protocol specification