Avatar

Fangslash

Fangslash@lemmy.world
Joined
0 posts • 29 comments
Direct message

I have tried many forum-styled site over the years including the politically more questionable ones, and from what I see theres 3 hurdles a site need to pass in order to be good:

  1. it needs good infrastructure, especially user interface (where 4ch, most forum, and now reddit fail)

  2. it has some gatekeeping to filter out the “order consumers”, but not too much that it drives user away, including having a toxic environment (where 4ch and .win fail)

  3. it needs to have enough user generated content so thay theres actually reasons to use the site (whre most reddit clones fail)

from what I see lemmy has passed all the hurdles, and I have good hope the fediverse will stick around

permalink
report
reply

In a community, whether if it’s online or your local club or just society in general, it requires admin/moderator/judges/law enforcement etc. to put in hard work to create rules and order so everything function smoothly. In a sense, the “order” they create here can be treated as a commodity.

A user can do things that helps out the moderators and create order (e.g. taxes, volunteering), or break rules and cause chaos, which “consumes” order (e.g. criminal activity, riots, trolling etc.) . Order consumers refers to people who consumes more order than they create.

E: typo

permalink
report
parent
reply

unfortunately, probably not

it has nothing to do with how the coummnities are ran or what technology/apps we have, the issue is that decentralised networks almost always have worse infrastructures compare to centralised ones. lemmy.world is already lagging quite a bit, and eventually the admins will be overwhelmed by the shear number of users.

Unless federation figures out a way to distribute load or monetize for server cost, I dont think it will become mainstream

permalink
report
reply

Here I’m referring to automatic load distribution. Expecting users to actively choose a good server requires quite a bit of technical knowledge (how servers work) and effort (search and compare), thats probably not something the general public is willing to do

permalink
report
parent
reply

same, and this will compound as less flossing leads to tartar build-up, which makes flossing/brushing even harder.

On another note, get a waterpick, its a life changer!

permalink
report
parent
reply

I don’t use them. I see this as a putting all eggs in one basket strategy, if my master password was lost, hacked, hosting company shutdown, or for whatever reason refuse to do business with me, my entire life would be screwed.

Instead I use long passwords made of words, and for each site it will be a few letters off. They’re easy for humans to remember because how similar they are, but due how hash works they are equivalent to unique passwords to hackers.

permalink
report
reply

Changing even a single letter will completely scramble your password with hash, so for all intents and purpose it is equivalent to a unique password.

Though I do admit it can get a bit tedious, I’ll definitly look into self-hosting, thanks for the recommendation

permalink
report
parent
reply

Password managers holds the key to all my other accounts, where as a random poorly secured site do not. Of course I will have less trust in a password host, a compromised host means I also lose my banking and work account, but if a hacker got my free-manga.net password, well they can enjoy my shitty isekai collection for all I care.

The biggest security issue was always shared password leads to poorly secured site compromising highly secured sites, and thats why unique passwords are important. You might be thinking the change-one-letter password is similar to sharing password, but that is just not how hash works.

permalink
report
parent
reply

if you’re interested, look up how modern encryption and password cracking works. Theres really no way for me to explain why what I’m doing is more secure than a manager when you don’t even know what “unique” or “random” means in encryption, let alone how to maximize them for security.

In anycase thanks for all the suggestions

permalink
report
parent
reply

Then you should know that attackers don’t take your plain-text or cracked password and the start manually guessing similar codes on your other accounts, unless they are exactly the same. They always need to get a copy of your password (we’ll assume its hashed), then start the guess work using a decoder.

How secure your password is to the program depend on its entropy, which depends on the password’s length and possible characters. Two passwords are either exactly the same or completely different, and not how similar it “looks” to human.

Now, obviously if you make a easy-to-guess scramble (e.g. password123 becomes password123facebook for, well, facebook) then the hacker can do a custom decoder and this does compromise security. There are a lot of little tricks to avoid this, in anycase it will be secure as long as you maintain a high entropy.

permalink
report
parent
reply