this post was submitted on 07 Mar 2024
486 points (97.5% liked)

Technology

58133 readers
4335 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
 

Trust in AI technology and the companies that develop it is dropping, in both the U.S. and around the world, according to new data from Edelman shared first with Axios.

Why it matters: The move comes as regulators around the world are deciding what rules should apply to the fast-growing industry. "Trust is the currency of the AI era, yet, as it stands, our innovation account is dangerously overdrawn," Edelman global technology chair Justin Westcott told Axios in an email. "Companies must move beyond the mere mechanics of AI to address its true cost and value — the 'why' and 'for whom.'"

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

As I said: Having the vehicle register stored on a blockchain would make it very easy to access a vehicle's history. Currently you need to submit a request and it takes days for them to get back to you.

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

NFTs aren't the solution to this, public read access to the database is.

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

A blockchain is a form of database that would be really good for this because of how it maintains all database transactions while being human readable easily. Most databases aren't human readable and you need to design an interface for it. How NFTs are stored in blockchains is a good example of a very specific purpose that would make this better. Vehicle databases also don't have a clear connection to previous owners and that data needs to be retrieved manually while a blockchain keeps every modification easily visible.

Obviously don't use a blockchain used for speculative investment like Etherium but the government can just host their own without any stupid finance shit on it, just a database for vehicles.

[–] [email protected] 5 points 6 months ago* (last edited 6 months ago) (1 children)

{ "hash": "0000000000000bae09a7a393a8acded75aa67e46cb81f7acaa5ad94f9eacd103", "ver": 1, "prev_block": "00000000000007d0f98d9edca880a6c124e25095712df8952e0439ac7409738a", "mrkl_root": "935aa0ed2e29a4b81e0c995c39e06995ecce7ddbebb26ed32d550a72e8200bf5", "time": 1322131230, "bits": 437129626, "nonce": 2964215930, "n_tx": 22, "size": 9195, "block_index": 818044, "main_chain": true, "height": 154595, "received_time": 1322131301, "relayed_by": "108.60.208.156", "tx": [ "--Array of Transactions--" ] }

Yes very human readable. All the "benefits" blockchain are in a properly managed database, but the database takes about the power of 3 or 4 lightbulbs to manage, the Blockchain takes as much power as Ireland.

[–] [email protected] -1 points 6 months ago

Have you seen like an MSSQL database? That is a lot more readable and easier to display on a frontend. Also like every blockchain have an existing open source frontend you can redesign the look a bit and just use.

A blockchain to manage a database for vehicles takes as much resources as a classic database. What causes the huge and ridiculous power drain is mining, which is not something you would be doing for a database to store vehicles.