kbin VS nostr

Compare kbin vs nostr and see what are their differences.

kbin

A reddit-like content aggregator and micro-blogging platform for the fediverse. (by ernestwisniewski)

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
kbin nostr
74 76
755 9,496
- 0.8%
9.8 4.4
5 months ago 4 months ago
PHP
GNU Affero General Public License v3.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.

kbin

Posts with mentions or reviews of kbin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-31.
  • Ask HN: Which Lemmy communities and instances are you visiting daily?
    2 projects | news.ycombinator.com | 31 Jul 2023
    One will notice the regrettable duplication in that list, and it's (AFAIK) a massive unsolved problem in the Fediverse. My mental model is that Lemmy is exactly like signing up to mailing lists but where one can also upvote and downvote posts (err, some instances don't allow downvotes, so there's that). That means that folks who want the most coverage for their submission will post it to every one of the duplicated mailing lists, which results in their own message-id along with their own threaded replies and upvote/downvote scores. Some folks have proposed using the link-url and subject for deduplicating them, but I believe it's just a proposal from the client side and the servers will do no such thing (although running your own instance hypothetically would allow for such customization)

    There's also https://kbin.pub which is its own ActivityPub implementation and behaves a little different from Lemmy, I'm sure with good and bad parts. IIRC there's some federation drama between Kbin and some Lemmy instances, and (AFAIK) Kbin does not have any mobile apps whereas there are currently several which speak the Lemmy API. I'd credit it with "first mover effect" more than one being objectively better than the other

    I do hope Lemmy catches on and siphons users off of Reddit because the rug-pull from Reddit was a trust-breaking middle finger, IMHO. I wished the same thing for Mastodon, too, but I think the inertia is just too strong with X

  • Alternative to Reddit: @[email protected]
    1 project | /r/jankEDH | 9 Jul 2023
    The Fediverse - which kbin is a part of - is a network of interconnected servers used for publishing content, much like Reddit. The benefit is that the Fediverse is decentralised and not controlled by any company or authority, cannot be monetised in the same sense as Reddit, and the code is free. Different servers - also called instances - are independent but communicate with each other.
  • Is there a way to take a image / snapshot of my present installs / config?
    1 project | /r/SteamDeck | 3 Jul 2023
    There is pretty big one on kbin and iirc there is one on lemmy as well
  • Steamdeck at lemmy
    1 project | /r/SteamDeck | 1 Jul 2023
    There is pretty big one at kbin, specifically on the kbin.social instance
  • Lemmy now has over 2M users across 915 instances
    5 projects | news.ycombinator.com | 30 Jun 2023
  • RIP Nitter
    5 projects | news.ycombinator.com | 30 Jun 2023
  • Lemmy.ml's admin is pro chinese government and actively censors comments that are critical. (Reposting this for awareness)
    4 projects | /r/RedditAlternatives | 27 Jun 2023
    Lemmy https://github.com/LemmyNet/lemmy has definite technical advantages vs https://github.com/ernestwisniewski/kbin -- use of PHP is a bit of a red flag. I'm going to try a small ARM64 instance so explicitly supporting that is nice.
  • A Reddit transcription community will shut down over a 'lack of trust' in the platform
    5 projects | /r/technology | 25 Jun 2023
    Lemmy (https://join-lemmy.org) and Kbin (https://kbin.pub) - those are like reddit, but federated (means there are multiple websites and are connected to each other so you can access "subreddits" of each of them, it's similar idea how e-mail works, you don't need to be on gmail to send e-mail to friend on gmail). The Kbin is distinct from lemmy, but it looks like you can access lemmy communities from kbin and vice versa. Also this might be useful https://github.com/maltfield/awesome-lemmy-instances
  • Des équipes entières voient leur droit de modération retiré sur des subs passés en nsfw
    1 project | /r/france | 21 Jun 2023
    Sinon kbin (qu'il faut que je test).
  • accessible solution for lemmy?
    6 projects | /r/Blind | 20 Jun 2023
    You can use kbin instead, if the political views of Lemmy's developers makes you feel uneasy.

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 kbin and nostr you can also consider the following projects:

Lemmy - 🐀 A link aggregator and forum for the fediverse

Mastodon - Your self-hosted, globally interconnected microblogging community

jerboa - A native android app for Lemmy

ipfs - Peer-to-peer hypermedia protocol

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

awesome-lemmy-instances - Comparison of different Lemmy Instances

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

Reddit

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

Mlem - The Lemmy client [Moved to: https://github.com/mormaer/Mlem]

matrix-spec - The Matrix protocol specification