{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Блоги: заметки с тегом blockchain",
    "_rss_description": "Автоматически собираемая лента заметок, написанных в блогах на Эгее",
    "_rss_language": "ru",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": false,
    "_itunes_explicit": "no",
    "home_page_url": "https:\/\/blogengine.ru\/blogs\/tags\/blockchain\/",
    "feed_url": "https:\/\/blogengine.ru\/blogs\/tags\/blockchain\/json\/",
    "icon": false,
    "authors": [
        {
            "name": "Илья Бирман",
            "url": "https:\/\/blogengine.ru\/blogs\/",
            "avatar": false
        }
    ],
    "items": [
        {
            "id": "127660",
            "url": "https:\/\/oleganza.com\/all\/blockchain-business-is-like-formula-one\/",
            "title": "Blockchain business is like Formula One",
            "content_html": "<p>Building apps on a blockchain is very much like the top-tier racing sport, F1. And it’s not about speed, performance or running in circles.<\/p>\n<p>You see, F1 is a technical sport between some of the best engineers on the planet, and the smartest one wins the trophies. In F1, like in real life, there is a stack of technical regulations saying what you can and cannot do. If you break the regulations — you are disqualified. If you meet the regulations — try hard to reach the fourth, third, or maybe even a second place.<\/p>\n<p>But in order to win your job is to find the gap — the one where the regulations mean one thing, but actually say a different one. That’s where the true geniuses figure out extra power and downforce to be added to otherwise excellent engineering expected from everyone in the paddock.<\/p>\n<p>Blockchains and Fintech are somewhat like this. You don’t want to break the regulations, but you also don’t want to make a complicit product — blockchain part adds more overhead and instability to whatever traditional piece of software you are doing. Blockchain products are used in the middle area: where people need to break away from corrupt status quo imposed by old order, achieve personal freedom and take personal responsibility. All while using it wisely and not get disqualified.<\/p>\n<p>In F1 only the top of the top need to find the gap. In blockchain everyone has to play this game to stay afloat. Airdrops instead of ICOs. NFTs instead of securities. Self-custody apps instead of banks. Zero-knowledge protocols over cloud computing.<\/p>\n<p>You don’t disrupt the world head-on. You work around the obstacles by building a better way.<\/p>\n",
            "date_published": "2024-05-01T19:46:33+05:00",
            "date_modified": "2024-05-01T19:45:19+05:00",
            "tags": [
                "blockchain"
            ],
            "author": {
                "name": "Oleg Andreev",
                "url": "https:\/\/oleganza.com\/",
                "avatar": "https:\/\/oleganza.com\/pictures\/userpic\/userpic@2x.jpg?1686684482"
            },
            "_date_published_rfc2822": "Wed, 01 May 2024 19:46:33 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "127660",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        },
        {
            "id": "127339",
            "url": "https:\/\/oleganza.com\/all\/assets-is-the-new-cryptographic-primitive\/",
            "title": "Assets is the new cryptographic primitive",
            "content_html": "<p>Computer science and applied cryptography in particular, has a hierarchy of building blocks, where higher-order blocks are composed of lower-order blocks.<\/p>\n<p>Roughly, the hierarchy looks like this:<\/p>\n<ol start=\"1\">\n<li>Charge and current in electric circuits<\/li>\n<li>Bits<\/li>\n<li>Bytes & words<\/li>\n<li>Data structures<\/li>\n<li>Permutations: block ciphers, hash functions<\/li>\n<li>Self-authenticated data structures (e. g. hash-trees)<\/li>\n<li>Symmetric encryption and authentication<\/li>\n<li>Public key cryptography: digital signatures, shared secrets, asymmetric encryption.<\/li>\n<li>Certificates and chains of trust (e. g. X.509, PGP web of trust)<\/li>\n<li>Timestamped append-only logs (e. g. Certificate Transparency)<\/li>\n<\/ol>\n<p>Blockchain protocols are made of these building blocks in order to offer a new kind of a building block: the <b>digital asset<\/b>.<\/p>\n<p>Digital assets simplify and expand some schemes that struggle with lower-level primitives such as digital signatures and certificates.<\/p>\n<p><b>In money:<\/b> digital assets are bearer instruments that can be exchanged between parties that do not trust each other, while signatures only facilitate point-to-point exchange between trusting parties.<\/p>\n<p><b>In supply chains:<\/b> digital assets represent certificates of acceptance enabling end-to-end security for each participant in the supply chain, automating provenance and improving security of payments. E. g. a payment can be locked by condition that a particular set of certificates are produced, instead of deferring it to a third party escrow, increasing the surface of vulnerability.<\/p>\n<p><b>In consumer payments:<\/b> digital assets are used to represent not only payment instruments (cash, rewards, loyalty points), but also receipts and sometimes products themselves (tickets and prepaid cards).<\/p>\n<p><b>In things:<\/b> digital assets represent access tokens to devices running tamper-resistant computers that can be efficiently delegated, used as a collateral, bought and sold. E. g. lockboxes, vending machines and cars.<\/p>\n<p><b>What about smart contracts?<\/b> Aren’t those the next higher-order primitive? Not quite. Smart contracts use formal language to describe context-specific policy, so their impact depends on that context. Smart contracts inside a public key infrastructure (e. g. certificates) enable more sophisticated signing rules, but only within limitations and assumptions of such infrastructure. Smart contracts that control digital assets take advantage of their bearer instrument nature secured by entire blockchain network that acts as very slow and very secure computer. Smart contracts are important, but play a supportive role in systems built on top of digital assets.<\/p>\n<p>Whenever you wonder how could a blockchain protocol help with a given problem, reframe the question in terms of digital assets. <b>If there is something that can be defined as a digitally transferrable thing and benefit from automation and improved security of such transfers, then you have a reason to consider blockchain as part of your design.<\/b> If not, then blockchain is probably not what you need: it would be either irrelevant (e. g. health records on blockchain) or grossly inefficient (e. g. arbitrary computation environment).<\/p>\n<p><i>Originally <a href=\"https:\/\/blog.oleganza.com\/post\/158936776253\/assets-is-the-new-cryptographic-primitive\">published<\/a> on March 28, 2017<\/i><\/p>\n",
            "date_published": "2017-03-28T13:00:00+05:00",
            "date_modified": "2024-04-22T11:59:34+05:00",
            "tags": [
                "blockchain",
                "cryptography"
            ],
            "author": {
                "name": "Oleg Andreev",
                "url": "https:\/\/oleganza.com\/",
                "avatar": "https:\/\/oleganza.com\/pictures\/userpic\/userpic@2x.jpg?1686684482"
            },
            "_date_published_rfc2822": "Tue, 28 Mar 2017 13:00:00 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "127339",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        }
    ],
    "_e2_version": 4079,
    "_e2_ua_string": "Aegea 11.0 (v4079e)"
}