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

Technology

1266 readers
309 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
top 19 comments
sorted by: hot top controversial new old
[–] stevedidwhat_infosec@infosec.pub 11 points 8 months ago (2 children)

Okay but why would I want three different accounts on three different platforms, seems like a solution to a niche problem imo

[–] jacaw@sh.itjust.works 5 points 8 months ago* (last edited 8 months ago)

It helps manage a social media presence for anyone who relies on it, I.e. artists and general celebrities. George Takei, for example, already posts the same things to mastodon and bluesky (no clue about nostr) and has a very large following on both platforms because of it.

[–] Fedizen@lemmy.world 2 points 8 months ago (1 children)

what if you had infinite time to scroll?

[–] stevedidwhat_infosec@infosec.pub 2 points 8 months ago

I don’t, and I won’t make that possible for myself either. I don’t need to spend even more time on the internet interacting with bots, AI, ads and spyware.

[–] 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.

[–] makeasnek@lemmy.ml 1 points 8 months ago (1 children)

Nostr vs Mastodon on Privacy & Autonomy:

  • Relay/instance admins can choose which content goes through their relay on either platform
  • On nostr, your DMs are encrypted. In Mastodon, the admin of the sender and receiver can read them, as can anybody else who breaks into their server
  • On nostr, a relay admin can control what goes through their relay, but they can't stop you from following/DMing/being followed by whoever you want since you are typically connected to multiple relays at once. As long as one relay allows it, signal flows. Nostr provides the best of both worlds: moderated "public squares" according to your moderation preferences, autonomy to follow/dm/be followed by anybody you want (assuming that individual user hasn't blocked you).
  • On mastodon, your identity is tied to your instance. If your instance goes down, you lose your follow/followee list, DMs, etc. On Nostr, it's not, so this doesn't happen. Mastodon provides some functionality to migrate identity between instances but it's clunky and generally requires to have some form of advanced notice.
  • Both have all the same functions as twitter: tweet, reply, re-tweet, DM, like, etc.

Why I think nostr will win https://lemmy.ml/post/11570081

[–] smileyhead@discuss.tchncs.de 1 points 8 months ago* (last edited 8 months ago)

Problem with Nostr: Relays are useless because we already have proper universal networks that on application level allow us to just send messages straight from device to device.

It would be much better to invent message format and just use Yggdrasil, I2P or GNUNet to send it. While Nostr invent a format and then invent very dumb way to send it - connecting all users to as many static nodes as possible.

[–] adam_y@lemmy.world 0 points 8 months ago

On iOS, huh.