this post was submitted on 17 Feb 2024
48 points (88.7% liked)

Technology

1266 readers
297 users here now

Which posts fit here?

Anything that is at least tangentially connected to the technology, social media platforms, informational technologies and tech policy.


Rules

1. English onlyTitle and associated content has to be in English.
2. Use original linkPost URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
3. Respectful communicationAll communication has to be respectful of differing opinions, viewpoints, and experiences.
4. InclusivityEveryone is welcome here regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
5. Ad hominem attacksAny kind of personal attacks are expressly forbidden. If you can't argue your position without attacking a person's character, you already lost the argument.
6. Off-topic tangentsStay on topic. Keep it relevant.
7. Instance rules may applyIf something is not covered by community rules, but are against lemmy.zip instance rules, they will be enforced.


Companion communities

!globalnews@lemmy.zip
!interestingshare@lemmy.zip


Icon attribution | Banner attribution

founded 11 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] wall_inhabiter@lemdro.id 3 points 8 months ago (2 children)

Hm, I guess that is one workaround option. What is Nostr though? Tell me the dirt

[–] BrikoX@lemmy.zip 8 points 8 months ago (2 children)

https://nostr.com

Nostr is a simple, open protocol that enables global, decentralized, and censorship-resistant social media.

It's a more extreme version of ActivityPub that is more technical and less user-friendly.

[–] wall_inhabiter@lemdro.id 3 points 8 months ago (2 children)

Okay well if it's on ActivityPub I can track it thru Misskey or whatever, cool beans.

Just curious if it was some other more corporate walled off shit like bsky.app. Or if there is any beef community wise lol

[–] Sekoia@lemmy.blahaj.zone 8 points 8 months ago* (last edited 8 months ago) (2 children)

It's one of those "no censorship at any cost" type things that are then surprised when they have nazis. Also a lot of crypto stuff. Just look at this trending page: https://nostr.band/?trending=posts

[–] THE_MASTERMIND@feddit.ch 1 points 8 months ago (1 children)

Do they have any post that doesn't contain the word bitcoin lol

[–] Sekoia@lemmy.blahaj.zone 1 points 8 months ago

Naw don't worry they also have blatant racism, qanon, and constant monetization.

Seriously, today there were 2 separate posts about how actually the aliens in starship troopers are bad because they're ugly.

[–] wall_inhabiter@lemdro.id 1 points 8 months ago

Lmao it's like Bitchute, interesting

[–] BrikoX@lemmy.zip 7 points 8 months ago (1 children)

It's a different protocol than ActivityPub. There is a work in progress bridge, but they are not natively interoperable.

ActivityPub (Mastodon, Pixelfed, PeerTube, etc) , atproto (Bluesky) and Nostr (Nostr) are all different protocols.

[–] onlinepersona@programming.dev -1 points 8 months ago

I like this. Helps make it less important which platform you're on if you can communicate with all of them.

CC BY-NC-SA 4.0

[–] smileyhead@discuss.tchncs.de 1 points 8 months ago

And is developed on GitHub with high interest of implementing cryptocurrencies somewhere.

[–] smileyhead@discuss.tchncs.de 2 points 8 months ago (1 children)

While ActivityPub is a way for social media instances/server to ask for a user feed or do updates (likes, comments, etc.), Nostr is a media format and more client-side protocol.

ActivityPub. Servers talk to each other, users are talking with servers in different language, like Mastodon talking Mastodon API. Users log in to their servers and have an ID there. 1000001369

Nostr. Users have ID for themselfs, servers only act as a proxies to deliver a message, feeds are stored on devices, account do not live on any single place. Both users need to have at least one server common for each other to see their feed. 1000001370

Honestly I think while ActivityPub is a nice glue, Nostr is already obsolete. In my opinion problems that Nostr is trying to solve should not be dealed with making an Peer2Peer social media app, but rather with universal P2P network. Decentralized networks like Yggdrasil or I2P do anything Nostr can do and are not limited to only posts, but can deliver any data just like the Internet. I host my own Minecraft server on Yggdrasil for example.