this post was submitted on 31 Jul 2025
130 points (100.0% liked)

No Stupid Questions

42629 readers
510 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] scytale@piefed.zip 37 points 2 days ago (8 children)

Not an expert, but IMO, it’s because it was misused. Cryptocurrency is just one application of blockchain technology, but people equated blockchain to crypto, and crypto was turned into an investment scheme instead of an actual currency. Then came NFTs, which people turned into rugpull scams. And news of the volatility of cryptocurrency and all those NFT scams drove away any chance of regular people adopting anything blockchain-related.

[–] ignirtoq@fedia.io 15 points 2 days ago (7 children)

misused

Give me an example of a real world problem that was either unsolved before blockchain solved it, or blockchain solves it better than existing alternatives.

I'll go ahead and save you "decentralized currency/finance between untrustworthy entities" (i.e. cryptocurrency) because it doesn't actually (and can't actually) solve that in the real world. Humans are too error-prone, and an immutable ledger presents too high a risk for business-ending mistakes for any business with any alternative options to adopt it for their primary revenue pathway.

[–] pupbiru@aussie.zone 5 points 1 day ago* (last edited 1 day ago)

i’ll give it a crack

in australia, we have various credentials provided by the government to attest to a persons fitness to work with children (i’ll just refer to these in bulk from now on as WWCC: working with children checks). there are many of these - one per state for individuals, plus teacher’s accreditations per state, and a few more. they’re ongoing certifications, so can be revoked if anything happens

it’s a legal requirement for businesses who engage in activities involving kids to ensure anyone they employ - including volunteers - is appropriately vetted

needless to say, this gets quite complex for national organisations!

i was the engineering lead for a startup that organisations could add their workforce into the system, with the credentials, and the system checked periodically to check that everyone’s credentials are valid, about to expire, etc and notify people if something goes awry

of course, that doesn’t need blockchain BUT

in cases of child sexual abuse, things tend to only come out after 30+ years on average (according to the royal commission into institutional responses to child sexual abuse). organisations need to be able to prove that they were doing everything they possibly could to protect the kids under their care. 30 years on that’s no small task! our company might not even exist in 30 years!

along with our automated checks, we also published an event to the eth blockchain: a hash of the card details as an index (ie if you know the card details, you can look up all instances of validation), and a hash that proves the check took place

what’s that hash? well, i won’t get too into the weeds but essentially we push a payload to IPFS which contains:

  • a link to a kind of “template” of an HTTP archive for a typical request to the validation service
  • a diff that allows you to reconstruct the HTTP archive of this instance of the request given the original template
  • various pieces of the HTTPS handshake with the validation service that allow you to essentially validate after the fact that the content of the HTTP archive was exactly what the validation service sent at the time - HTTPS is essentially signed information after all, so we have a chunk of HTML attesting to the validity of a card that’s been signed by the government! cryptographic proof - not just “take my word for it”

we also published a page on IPFS that allows people to enter card details and load all this information and produce all the technical details to prove what happened (we also had plans for some kind of hardware pack with pinned versions of things because browsers and technology change)

you might be able to do this by relying on the date header that the server sends, but to be really sure, writing the hashes to the blockchain proves that the event given happened at a very specific time and date

blockchain shouldn’t be big and flashy: it’s a very niche use-case, but for those niches there’s really nothing like it

load more comments (6 replies)
load more comments (6 replies)