this post was submitted on 18 Apr 2024
256 points (97.8% liked)

Technology

57918 readers
8382 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 4 months ago (1 children)

Yup, for example it can be used to provide distributed authentication

[–] warmaster 5 points 4 months ago (1 children)

Or leave an audit trail for a logistics business for example.

There are a gazillion use cases, most overlooked because of the coin stench.

[–] [email protected] 2 points 4 months ago (1 children)

Is it a necessary technology for ride sharing?

[–] 9bananas 1 points 4 months ago (1 children)

not necessarily, but it can be a good idea to have a distributed, tamper proof ledger of transactions.

that way anyone can provide proof for basically anything to do with the service: payment, drive, location, etc.

it might also have advantages from a security perspective for riders and drivers.

there are advantages, they're not entirely necessary, but they may well be the best option for a distributed network (i.e.: no central server infrastructure, at least not beyond some simple software repository for downloads/updates)

[–] NotMyOldRedditName 0 points 4 months ago* (last edited 4 months ago)

It's the cryptocurrency that keeps it tamper proof.

Any blockchain can be altered they aren't immutable by nature.

What keeps it immutable is the incentive provided and to not cheat so you can get that incentive.

The whole thing is trustless and everyone is working together aligned on the incentive.

If it doesn't cost resources to secure the chain (which get recouped by the reward) anyone could just spin up a bazillion nodes and take control of the chain and alter the records. And anyone could collide to do so with others to benefit themselves by altering it if they aren't risking a reward, or in PoS, their stake.

If it's a small private blockchain to just keep track of data, people could collude and alter it and it could just be a write only dB with a few admins

What Satoshi did, was invent a way to make a digital item immutable, that was the invention. There were no immutable digital items prior to that. A blockchain isn't just immutable because it's a blockchain.