asklemmy

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Pechente, in In your opinion, what is a thing that lived up to the hype it had or still has?

The Nintendo Switch when it came out. I was super hyped and somehow the console even exceeded my expectations.

Playing Breath of the Wild for the first time was amazing and even after 6 years the console still feels modern to me.

XPost3000, in What is the worst superpower that you can think of that is actually kinda useful?

Being able to teleport only 1 foot away

Seems useless until you realize that it can absolutely come in clutch if you’re ever physically stuck anywhere

tubbadu,

And you can pass through walls

_haha_oh_wow_,
@_haha_oh_wow_@sh.itjust.works avatar

teleports into wall and dies

Darkwatch00, in In your opinion, what is a thing that lived up to the hype it had or still has?

Bluetooth earbuds. Took me the longest time to buy a pair. Now I have them all the time.

Gatsby, in Deleted

You react to choices the specific way you do because of experiences you've had previously.

Reverse time without changing anything, you'll always make the same choices because you're having the same thoughts each time every time, because you've been conditioned the way you are.

The universe doesn't "know" where it's going, but the plan is already in action. You can choose whatever you want to do, but if you were the same person in the same circumstance, you would and will always make the same decision.

schmalls, in In your opinion, what is a thing that lived up to the hype it had or still has?
@schmalls@lemmy.world avatar
  • The Lord of the Rings trilogy
  • The Harry Potter books and films
heartlessevil, in Can you steal a user's identity if you gain their old domain name?

I imagine it works exactly like email where it is possible to inherit someone else's expired domains.

Checking out the relevant specifications: ActivityPub and WebFinger

  • Both of them identify users by URL, there is no numeric ID, UUID, or public key.
  • Using IDs or UUIDs would not be secure since the imposter could just copy the ID from the previous user as well as the username and domain name.
  • Verifying identity would necessitate the user having a public key as their unique identifier, and federated servers performing a challenge-response that requires the user to have the corresponding private key for that public key.

In conclusion, it certainly seems like you could take over someone else's domain name, and I suspect that public key cryptography is the only way to avoid this.

(edited to add: expired domains aren't the only attack surface here, domain takeover is also a thing, either by transferring the domain or simply changing the DNS records.)

RotaryKeyboard, in What is the worst superpower that you can think of that is actually kinda useful?

Hindsight. Always useful. Terrible timing.

tetris11,
@tetris11@lemmy.ml avatar

I guess you can always perfectly learn from your past mistakes. Though it means you use the power less and less as you learn/get better

BurningnnTree, in Is Lemmy or the fediverse doing anything about the recent surge in users, that could possibly be bots?

What are the bot accounts being used for? I haven't noticed any posts made by bots (unless you guys are all ChatGPT and I'm the only human here)

malcyon,

Sometimes I wonder if the people I'm talking to are even real humans. Their responses can be so totally out of left field.

lysistrata,

Have you considered the possibility that everyone on the internet is fucking crazy

malcyon,

Haha, maybe. Depersonalization does seem to do weird things to people.

Vampiric_Luma, in Why vote on posts?
@Vampiric_Luma@lemmy.ca avatar

A lot of interesting perceptions on the upvote system here.

It's another form of user moderation. Is the content relevant to the community you're in? Upvote it. Did it help you? Was it a thought-provoking comment chain? Upvote it, it might help others!

Is is irrelevant, such as a dog photo in a cat community for example? Downvote it! Rude comment or flamewar? Downvote it! If you still want to see it, now it's easily sorted at the bottom. :)

A lot of areas of this site, such as the comment section here, can be organized by these votes for your convenience and sanity. You can also identify potentially malicious links/suggestions based off the like/dislike ratio on a comment. A helpful tip is to hover over the number beside a comments time-stamp near the top of a comment. It'll display the full ratio!

sinnerdotbin, in Why vote on posts?

The idea is to gauge community interest/relevance and facilitate content discovery. I feel it is becoming a bit dated method of accomplishing this and easily gamed.

Tashlan,
@Tashlan@kbin.social avatar

Dated, but has anyone come up with a better way? Outside of having another human carefully curate your shit, or some kind of Zuckerbot doing it, you need some way to filter out bullshit or any community will be overwhelmed with spam and trolls

sinnerdotbin,

You're right, there is only up/down vote systems with a user base that is in no way verified or otherwise restricted to a single vote/real person, or corporate algos.

There are plenty of different models. Do I fault the Lemmy devs for using it? No. Is it ideal for content discovery? Not really.

Tashlan,
@Tashlan@kbin.social avatar

No need for sarcasm -- I was ASKING if there were other ways outside of up/downvotes, AI moderation, manual/human curation, or no moderation. Hence question mark.

sinnerdotbin,

You're right. Apologies.

There are many other models, some discussed in this post. All come with their own set of upsides and downsides.

For a small community, which Lemmy original was, straight up votes work great. Unfortunately it doesn't scale. Reddit is a perfect example.

TechyDad, in What is the worst superpower that you can think of that is actually kinda useful?

Clumsy Vision. You shoot rays out of your eyes that make the person mildly clumsy for a few minutes. Not like Slapstick Comedy levels of clumsiness, but just like tripping over their shoelaces or looking back and running into a pole clumsy.

You've won a few battles (like that time the purse thief mistook you for an A lister superhero, ran away, tripped over their own feet, and twisted their ankle), but you're mostly useful for anything other than occasionally stopping petty criminal behavior.

kabukimeow, in Do you need to vent about something?
@kabukimeow@lemmy.world avatar

Depression. I am very lonely. I have no plans for the future. Everything feels meaningless, most of all my existence.

Setarkus, in Can you steal a user's identity if you gain their old domain name?

I don't think you have to worry about that since user's data should be stored on the instance they registered on, which means that data should only be stored on those servers (I don't think that kind of data would be federated, correct me if I'm wrong).
So unless someone were to restart those servers with the same domain name and the data intact, it shouldn't happen.

fubo,

I've only read the ActivityPub spec; I haven't read the Lemmy code.

With that in mind, my impression is —

The new domain owner — if they set up an ActivityPub server instance (e.g. a Lemmy) and got a list of the old user's post URLs — might be able to delete or edit the old user's posts stored on other instances. That is a vulnerability, albeit a small one.

If the old user was still listed as a moderator of communities hosted on other instances, the new domain owner might be able to take over that moderator role.

One way to fix this would be for instances to issue a public-key cryptographic identity to each user, and distribute users' public keys to other instances. Then activities purporting to be from that user would need to be signed by that user's private key.

Users' private keys would stay local to their home instance, so users don't have to do any key management themselves.

This would mean that if an instance goes away (and its key material is destroyed) then nobody can ever act as any of those users again. A new user created with the same username and domain would be a distinct user for all other instances too.

Dirk,
@Dirk@lemmy.ml avatar

That is a vulnerability, albeit a small one.

“Small one” is very wrong here. This is by far the largest gaping security hole in the whole specification.

Books, in Why is Lemmy called Lemmy?
@Books@kbin.social avatar

Anyone got a link to a quick primer on how lemmy/kbin are related? I thought they were different sites?, but it seems they are not?

GoodKingElliot,
@GoodKingElliot@kbin.social avatar

Kbin and Lemmy and Mastadon (and others) can all federate with each other, so posts and comments are all shared. They all speak the same underlying protocol -- ActivityPub.

https://kbin.social/m/asklemmy@lemmy.ml/t/58451/I-am-new-to-the-Fediverse-I-vaguely-understand-how

darkhog, in Why is Lemmy called Lemmy?

Why is kbin called like something KDE developers would use to parse their binaries?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • asklemmy@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #