this post was submitted on 26 Jul 2023
68 points (92.5% liked)

No Stupid Questions

35303 readers
1940 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.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 1 year ago
MODERATORS
 

For a long time, I thought of the blockchain as almost synonymous with cryptocurrencies, so as I saw stuff like "Odyssey" and "lbry" appearing and being "based on the blockchain", my first thought was that it was another crypto scam. Then, I just got reminded of it and started looking more into it, and it just seemed like regular torrenting. For example, what's the big innovation separating Odyssey from Peertube, which is also decentralized and also uses P2P? And what part of it does the blockchain really play, that couldn't be done with regular P2P? More generally, and looking at the futur, does the blockchain offer new possibilities that the fediverse or pre-existing protocols don't have?

top 50 comments
sorted by: hot top controversial new old
[–] dragontamer@lemmy.world 30 points 1 year ago (12 children)

Merkel Trees are fine, and are how things like "Git" keep track of different files (and how distributed hash tables and file-sharing often work).

Merkel Trees are trees-of-hashes, which the cryptocoin world wants us to believe go by the new name of 'Blockchain', but people familiar with comp. sci history know that they're just flailing about making shit up.

Blockchain is an application of Merkel Trees. Merkel Trees have lots of good uses, but Blockchain doesn't seem to have much use after 10+ years of experimentation.

load more comments (12 replies)
[–] kirklennon@kbin.social 20 points 1 year ago (1 children)

I thought it sounded interesting when it was new but the more I've learned, the more convinced I am that it's completely useless. I've never seen anything done on a blockchain that couldn't be done faster, cheaper, and more securely in a SQL database. Even the not-a-scam applications are ridiculous and fall apart upon examination. Blockchain as a definitive record of ownership? Absolutely not. There's no way to force a person to update a record. Lose your house in a bankruptcy? The sheriff on his way to evict you isn't going to care that you've got some NFT saying you still own the house. Anything involving contracts at all? If a court can't unilaterally update the blockchain record, then the record is unreliable. But if the government can unilaterally update a record, then you're not relying on community consensus and immutability in the first place.

Blockchain isn't useful for anything important, and it's not a logical choice for anything trivial aside from literally just playing with blockchain stuff for the sake of playing with blockchains. I think it's a dead-end technology.

[–] dragontamer@lemmy.world 9 points 1 year ago* (last edited 1 year ago) (3 children)

Blockchain as a definitive record of ownership? Absolutely not.

Oh, its worse than you think.

https://www.cs.princeton.edu/~arvindn/publications/mining_CCS.pdf

Once BTC hits enough halvening-cycles, the entire protocol doesn't work anymore. Its more beneficial to fork the blockchain (and collect ~50 transaction fees), rather than work on the head (and only collect ~5 transaction fees).

So if the last block confirmed 100-transactions (aka: collected 100 transaction fees), its more beneficial to undo that block and "steal" ~50 transactions, knowing that you're leaving ~50 transactions for another miner to follow onto your block. (Ex: there are now two blocks: one with ~5 transactions available, the truth... and ~55 transactions available. The lie / false block you created. The lie is more economically beneficial to the next miner, so they'll switch to your block).

It turns out that BTC forgot how to handle ties after the end of the "Free reward", and there's a good chance that "definitive record" is not so definitive.

load more comments (3 replies)
[–] pizza_rolls@kbin.social 18 points 1 year ago (4 children)

Blockchain (simplified) is a giant excel spreadsheet that you can never edit, only add to. I struggle to think of any applications that is a benefit for, and even then append only databases would already do it better.

One of the benefits is supposed to be decentralization, but people tout that as a benefit for things like house deeds, or identification, or whatever. Imagine how massive an append only excel file of every house with every owner change etc etc included in it would be. Then we once again only have the people who can afford to store that much data storing it, and we are back to where we are now.

It doesn't really solve any problems, it just is a worse version of what already exists.

[–] Ajen@sh.itjust.works 4 points 1 year ago (2 children)

Something about this comment didn't seem right to me, so I did some quick math:

There are approx 144,000,000 homes (incl apartments, etc) in the US. https://www.census.gov/quickfacts/fact/table/US/VET605221

Assuming every home is sold 5 times on average, that's 720,000,000 sale records/deeds.

Existing blockchain implementations use IDs that are around 32 bits, or 4 bytes.

A "home sales record" or deed on the blockchain needs to include the buyer and the time/date of sale (8 bytes), along with a cryptographic signature (4-16 bytes). The seller's identity doesn't need to be included because it's always doing to be the previous owner.

So each record is 16-28 bytes, and there are 720,000,000 records. If we go with 28bytes, it would take about 20GB to store all of the deeds for the US. A 500GB hard drive costs $20.

[–] Valmond4@lemmy.mindoki.com 6 points 1 year ago (3 children)

You forget that the blockchain is all about not trusting some middle-man/site, so you need to stock that blockchain yourself, everyone needs to stock that blockchain.

So multiply not only the cost, but also the ecological impact just buying all those drives.

And that's only for *US" housing (I didn't get the timeframe you used to calculate it, is it for like year 2050? Old data stays forever.).

BTW found the guy buying 0.5TB Hard drives ;-)

load more comments (3 replies)
[–] netvor@lemmy.world 3 points 1 year ago (6 children)

...and 20G that needs to be replicated to tons of nodes if it should be really decentralized.

16-28 bytes seems extremely understated, I think it could easily be off by orders of magnitude.

load more comments (6 replies)
load more comments (3 replies)
[–] alokir@lemmy.world 17 points 1 year ago* (last edited 1 year ago) (3 children)

I find it to be an interesting solution looking for a problem. There could be many applications but I've yet to see one that blockchain could solve better than anything else that we already have, outside of crypto currencies.

Web3 is an interesting thought experiment but I don't see how it would work in real life. It would be extremely slow, data loss would be a daily occurrence and it would be a privacy/security nightmare.

load more comments (3 replies)
[–] BeigeAgenda@lemmy.ca 10 points 1 year ago (2 children)

The "blockchain" I use on a daily basis is git, where the sha of the previous commit affects the next.

[–] loaExMachina@sh.itjust.works 5 points 1 year ago

Given that git was invented before the word "blockchain" started being used, shouldn't we call blockchain applications "git-like" rather than retroactively calling Git a blockchain?

load more comments (1 replies)

So Google, Amazon, Apple, and many other large companies in the IoT space are using a blockchain as a federated data store: https://github.com/zigbee-alliance/distributed-compliance-ledger

It stores the data needed for Matter [ https://en.m.wikipedia.org/wiki/Matter_(standard) ] device attestation.

I think its an interesting use case on how entities that don't particularly trust each other can operate a federated system. Accounts are linked to an identity out-of-band in order to have write permissions to the chain. When an account writes, all the readers of the chain have reasonable assurances of the author of that write. No company can inject false state as another company without that company's guarded private key. All transactions are also auditable as an additional assurance the data isn't undergoing a malicious act.

tl;dr; interesting use cases for tamper proof federated ledgers.

[–] manitcor@lemmy.intai.tech 8 points 1 year ago (11 children)

The value is in the forward signed, immutable ledger written by neutral consensus. This can take a lot of form and be the backbone of many types of applications (and already is used by large firms), the current market for direct public ledgers is a mess and I don't generally agree with much of the last craze beyond the fundamentals needed to manage transfers, ownership and executions. The applications that will use these kinds of networks haven't really been built yet.

[–] dragontamer@lemmy.world 6 points 1 year ago* (last edited 1 year ago) (12 children)

The value is in the forward signed, immutable ledger written by neutral consensus.

I have Excel spreadsheets at home though and you can be assured that they haven't changed if you take a hash of them.

In fact, taking cryptographic hashes and signatures of people is automatic with Adobe signature products, and is how I signed for my house mortgage. You know, things that people really don't want changing or someone doing shenanigans with. Just a click here and a send the .pdf over and... yeah, its not that hard in practice.

Signed, immutable proof of the transaction that nobody can manipulate. It also doesn't require a legion of ASICs hashing numbers until the end of time. Because your "blockchain" is vulnerable to the 51% attack if the hashrate ever declines precipitously.

load more comments (12 replies)
[–] phillaholic@lemm.ee 5 points 1 year ago (7 children)

Any sources in large firms using it? I haven’t seen anything other than generic marketing talk.

load more comments (7 replies)
[–] dangblingus@lemmy.world 4 points 1 year ago* (last edited 1 year ago) (9 children)

That's a lot of words to say nothing. Like, you literally aren't saying anything of substance.

The value is in the forward signed, immutable ledger written by neutral consensus. This can take a lot of form and be the backbone of many types of applications (and already is used by large firms), the current market for direct public ledgers is a mess and I don’t generally agree with much of the last craze beyond the fundamentals needed to manage transfers, ownership and executions.

All of that is word salad. Blockchain is 100% redundant technology that uses obscene amounts of electricity. Why do I need a network of computers around the globe to make sure a contract and checks get signed? Why does it require a global network of computers constantly refreshing themselves and checking for inconsistencies to implement new business? If the smartest minds on Earth actually can't come up with a use case, then it's trash.

Grifters love it.

[–] EnmaAi22@lemmy.world 4 points 1 year ago

Blockchains don't inherently need obscene amount of erlectriciy

Proof of work mechanism does. There's lots of other consensus mechanism that don't.

[–] manitcor@lemmy.intai.tech 3 points 1 year ago

Forward signed, immutable ledger - a dataset that is written and logged at time of write and validated using cryptographic signatures of the creator of that data and the node of the network responsible for the data. public systems use incentive systems to ensure unbiased writes, private systems work more like your typical app server.

neutral consensus - this is the p2p aspect, this is a bunch of unrelated actors promising to work toward an unrelated goal, in public systems this is done via some form of game theory, in private systems orgs working together have contract law and are more interested in the the controlled writing.

How it can take a lot of forms. Most people are just familiar with what the general public refers to as cryptocurrency. These are ledgers managed on p2p networks with the aforementioned game theory based consensus system. However ledgers are not required to do this, a ledger and even a blockchain can work without fees or even energy wasting miners, in these cases its usually the cryptographic write and channel messaging they want (some of these are a step up from AWS's messaging stack).

Ledgers like this are used in many ways and used in large orgs around the world, what the public is angry at and what the technology is are very different things.

I hope I have "unsaladed things" for you

load more comments (7 replies)
load more comments (8 replies)
[–] deadlyduplicate@lemmy.world 5 points 1 year ago* (last edited 1 year ago)

Asset Tokenization and Smart Contracts are two things that will be increasingly used in Finance. That is why the recent BIS report on CBDCs included both of those as essential features of a Central Bank Digital Currency.

What Blockchain does is provide these features of a digital currency in a way that doesn't require a trusted intermediary. This makes Blockchains resistant to censorship in a way that a central bank digital currency can never truly guarantee. It is true that a centralization system like a database or ledger can be faster, more efficient and more secure but that you will always have to trust that provider of that service that they will continue operating in a manner that is congruent with what a user may want.

A recent example of this would be the news that Ubisoft is deleting inactive accounts on Uplay, which is potentially resulting in many users losing access to games they bought on that platform. Were the rights to those game tokenized on a Blockchain or CBDC, the users could potentially redeem that on another platform. Another example would be the case of the user losing his 900 hour character in Red Dead Redemption after Google shutdown stadia. Had that player's character been tokenized as an NFT he might have the capacity to move it off of stadia and onto another game platform.

Get a little nervous about your Steam Game collection worth 1000s of dollars that is completely locked into Valve's ecosystem? How about a decentralised, immutable and censorship-resistant record of your ownership of those games? That is what asset tokenization is about and it will become more important in the future as our lives and our assets become more digital.

Then there are multitude of uses for smart contracts which, again, don't require a blockchain provided you are ok with relying on a trusted intermediary to execute the contract as it was termed. Given that contracts by their nature often involve agreement between organisations or individuals with diverging interests, it almost a certainty that having an immutable, censorship resistant network to run those smart contracts is desirable.

[–] wischi@lemmyrs.org 5 points 1 year ago (1 children)

IMHO technically speaking the concpt of a Blockchain and decentralized zero trust computing like in Ethereum are indeed "interesting" as concepts.

But in practice there are a ton of issues with current implementations and it's likely not going to be used on a large scale because zero-trust doesn't scale well.

[–] dragontamer@lemmy.world 4 points 1 year ago* (last edited 1 year ago)

It was "interesting" 15 fucking years ago when it came out and we didn't know what it could (or couldn't) do.

15 years later, no one has come up with an application, so I think we can stop pretending that there's a solution here. We're now into "just 5 more years" to figure out a good use of this thing, and no one is any closer to an answer.


15 Years Ago, the Wii U hadn't come out yet and iPhone App store wasn't used yet. Think about how much life has changed, and how little the cryptocoin people moved forward with their tech. Its mind-boggling how much money they've been given and how little progress has been made.

15 years ago when Bitcoin was invented was roughly the launch of Super Smash Bros Brawl and Halo 3, to put this into video-game terms.

[–] zanzo@lemmy.world 3 points 1 year ago (3 children)

zero knowledge proofs, like those being deployed on blockchains recently, have the potential to be the killer app for this tech. Imagine you want a library card which requires proof of residence. With a zero-proof identity system, you could get your library card without revealing any personal info, like your name or address. Your wallets would simply prove to the library that you are a resident as credentialed by some local/state authority.

This also could have profound implications for the web like universal logins to web services, online privacy while still providing attribution, ownership and rights to digital content, copyright, etc.

load more comments (3 replies)
[–] kool_newt@lemm.ee 3 points 1 year ago* (last edited 1 year ago) (1 children)

I see blockchain technology and it's potential as analogous to a globally shared spreadsheet where nobody can go back and change history.

Now, just imagine what billions of humans could do if they could all work on the same spreadsheets and know nobody is cheating by changing history?

[–] mryessir@lemmy.sdf.org 3 points 1 year ago (3 children)

What?

I just wrote in Cell A5441 that you owe me 354000,- EUR.

Ownership has to be calculated by all participants, making a Blockchain unneccesary environmental load. You should revisit more reliable sources about the technology.

load more comments (3 replies)
[–] VeeSilverball@kbin.social 3 points 1 year ago

My principle of "blockchain's fundamental value" is simply this: A blockchain that secures valuable information is valuable.

To break that down further:

  • "Valuable information" isn't data - it's something that you can interpret, that has meaning and power to affect your actions. So, price speculation taking place on a chain isn't that valuable in a broad, utilitarian sense, but something like encyclopedic knowledge, historical records, and the like might be. The sense of "this is real" vs "this is Monopoly money" is related to the information quality.
  • "Secures" means that we have some idea of where the information came from, who can access it, and whether it's been altered or tampered. Most blockchains follow the Bitcoin model and are fully public ledgers, storing everything - and just within that model(leaving aside Monero etc.) there are positive applications, but "automatically secure" is all dependent on what application you're aiming for.

You don't need to include tokens, trading, finance, or the specific method of security, to arrive at this idea of what a blockchain does, but having them involved addresses - though maybe without concretely solving - the question of paying upkeep costs, a problem that has always dogged open, distributed projects in the past. If the whole chain becomes more valuable because one person contributes something to it, then you have a positive feedback loop in which a culture of remixing and tipping is good. It tends to get undercut by "what if I made scam tokens and bribed an exchange to list them", the maxi- "we will rule the world" cultures of Bitcoin and Ethereum, or the cynical "VC-backed corporate blockchains", but the public alt chains that are a bit out of the spotlight with longer histories, stuff like Tezos and NEM/Symbol, tend to have a more visible sense of purpose in this direction - they need to make a myth about themselves, and the myth turns into information by chance and persistence.

What tends to break people's brains - both the maxis, and people who are rabidly anti-crypto - is that securing on-chain value in this way also isn't a case of "public" vs "private" goods. It's more akin to "commons" vs "enclosed" spaces, which is an older notion that hasn't been felt in our political lives in centuries, because the partnership of nation-states and capital has been so strong as a societal coordinating force - the state says where the capital should go, the people that follow that lead and build out an empire get rewarded. The commons is, in essence, the voice in the back of your mind asking, "Why are you in the rat race? Do you really need an empire?" And this technology is stating that, clearly and patiently: making a common space better is another way to live.

And so there is a huge amount of spam around "ownership", but ownership itself isn't really a factor. That's just another kind of information that the technology is geared towards storing. The social contract is more along the lines that if you are doing good for a chain and taking few risks, a modest, livable amount of credit is likely to flow to you in time. Everyone making "plays" and getting burned is trying to gamble with it, or to advance empire-building goals in a basically hostile environment that will patch you out of the flow of information.

[–] Bishma@discuss.tchncs.de 2 points 1 year ago* (last edited 1 year ago) (1 children)

I've heard of a couple interesting applications (interesting doesn't necessarily mean good)

  1. I've been out of the industry for a couple years, but at the time I left both the US's NAR and CA's CREA were looking to create blockchains that would eventually hold an immutable history of every salable property in North America. The sales pitch is that no one will ever be able to hide things like flood damage or zoning changes if they're all those events are in a trusted database. Carfax, but for buildings.

  2. Several US states with legalized Marijuana have what are known as Seed To Sale laws. One company was trying to move into this space and eventually into all of agriculture. The idea being that if you buy pot, scanning a QR code would tell you what clone# the seeds were from, where and when it was planted, what pesticides/herbicides were used on/near it, when it was harvested, any tests it had gone through, etc.

load more comments (1 replies)
[–] Emberwatch@kbin.social 2 points 1 year ago (1 children)

I've been thinking about this for a while, and would love to have other, more knowledgeable (hopefully!) opinions on this:

I've been dwelling on how we might be able to enforce some sort of set of rules or widely agreed upon "morals" on artificial general intelligence systems, which is something that should almost certainly be distributed in order a single entity from seizing control of it (governments, private individuals, corporations, or any AGI systems), and which would also allow a potentially growing set of rules or directives that couldn't be edited or controlled by a singular actor--at least in theory.

What other consideration would need to be made? Is this a plausibly good use of this technology?

load more comments (1 replies)
load more comments
view more: next ›