{"id":8664,"date":"2022-02-12T23:37:41","date_gmt":"2022-02-12T23:37:41","guid":{"rendered":"https:\/\/andrewdoran.uk\/blog\/?p=8664"},"modified":"2022-02-12T23:37:41","modified_gmt":"2022-02-12T23:37:41","slug":"getting-my-head-around-my-first-impressions-of-web3","status":"publish","type":"post","link":"https:\/\/andrewdoran.uk\/blog\/2022\/02\/12\/getting-my-head-around-my-first-impressions-of-web3\/","title":{"rendered":"Getting my head around \u2018My first impressions of web3\u2019"},"content":{"rendered":"<div class='e-content'>I heard <a href=\"https:\/\/moxie.org\/2022\/01\/07\/web3-first-impressions.html\" title=\"Moxie Marlinspike: My first impressions of web3\">this blog post<\/a> mentioned on a couple of podcasts a few weeks back and have only just got around to reading it. It\u2019s fascinating. The author, <a href=\"https:\/\/en.wikipedia.org\/wiki\/Moxie_Marlinspike\" title=\"Wikipedia: Moxie Marlinspike\">Moxie Marlinspike<\/a>, dissects the state of the current \u2018<a href=\"https:\/\/en.wikipedia.org\/wiki\/Web3\" title=\"Wikipedia: Web3\">web3<\/a>\u2019 world of decentralised <a href=\"https:\/\/en.wikipedia.org\/wiki\/Blockchain\" title=\"Wikipedia: Blockchain\">blockchains<\/a> and <a href=\"https:\/\/en.wikipedia.org\/wiki\/Non-fungible_token\" title=\"Wikipedia: Non-fungible tokens\">non-fungible tokens<\/a> (NFTs). Reading his post is probably the most educational use I\u2019ve made of ten minutes this year, and I can\u2019t recommend it highly enough. I\u2019m jotting down my thoughts here in order to record and check my understanding.<\/p>\n<p>When we all started out on the Internet, companies ran their own servers \u2014 email servers, web servers for personal or corporate websites etc. We pulled data from other people\u2019s servers, and they pulled data from ours. Everything was distributed. This was actually the point, by design \u2014 <a href=\"https:\/\/en.wikipedia.org\/wiki\/ARPANET\" title=\"Wikipedia: ARPANET\">ARPANET<\/a>, the forerunner to the Internet, was architected in such a way that if a chunk of the network was taken down, the rest of the network would stay up. Your requests for information would route around whatever problem had occurred. This was effectively \u2018<a href=\"https:\/\/en.wikipedia.org\/wiki\/Web_2.0#Web_1.0\" title=\"Wikipedia: Web 2.0 | Web 1.0\">web1<\/a>\u2019.<\/p>\n<p>Over time, the Internet has become more centralised around a number of \u2018big tech\u2019 companies for a variety of reasons:<\/p>\n<ul>\n<li>Servers can now be \u2018spun up\u2019 at the point of need and financed as operational expense using <a href=\"https:\/\/aws.amazon.com\" title=\"Amazon Web Services\">Amazon Web Services<\/a>, <a href=\"https:\/\/azure.microsoft.com\/\" title=\"Azure\">Azure<\/a>, <a href=\"https:\/\/cloud.google.com\" title=\"Google Cloud\">Google Cloud<\/a> etc. instead of costly capital investment. Lots of companies use a small number of these platforms.<\/li>\n<li>Services like <a href=\"https:\/\/www.microsoft.com\/en-us\/microsoft-365\" title=\"Microsoft 365\">Microsoft 365<\/a> or <a href=\"https:\/\/workspace.google.com\/\" title=\"Google Workspace\">Google Workspace<\/a> allow companies to provide email, file sharing etc. and pay for the vendors to take care of the servers that run them instead of employing people to do it in-house.<\/li>\n<li>People have coalesced around platforms where other people are instead of communicating point-to-point. Facebook, Twitter, Instagram, WhatsApp and Snapchat are good examples.<\/li>\n<li>Although the Internet as a whole is resilient to failure, the architecture of \u2018web1\u2019 meant that your web or email servers could catastrophically go offline. Individual servers are vulnerable to problems such as \u2018<a href=\"https:\/\/en.wikipedia.org\/wiki\/Denial-of-service_attack\" title=\"Wikipedia: Denial-of-service attack\">distributed denial of service<\/a>\u2019 (DDoS) attacks, where they are deliberately hit with more requests than they can handle and become unable to serve legitimate visitors. This could also happen if there is a \u2018real\u2019 spike in demand, e.g. if the content you are hosting or service you are running suddenly becomes extremely popular. People have mitigated this by using services from \u2018<a href=\"https:\/\/en.wikipedia.org\/wiki\/Content_delivery_network\" title=\"Wikipedia: Content delivery network\">content delivery networks<\/a>\u2019 (CDNs) such as <a href=\"https:\/\/www.cloudflare.com\/\" title=\"Cloudflare\">Cloudflare<\/a> and <a href=\"https:\/\/www.fastly.com\" title=\"Fastly\">Fastly<\/a> which, amongst other services, \u2018cache\u2019 copies of the content all over the world on their own network of servers, close to where the requestors are.<\/li>\n<\/ul>\n<p>This is \u2018<a href=\"https:\/\/en.wikipedia.org\/wiki\/Web_2.0#Web_2.0\" title=\"Wikipedia: Web 2.0 | Web 2.0\">web2<\/a>\u2019. Companies no longer need to buy, manage, administer and patch their own servers as they can rent them, or the applications that run on them, from specialist firms. But this creates a different set of issues. New entrants to these web2 service markets struggle to get a foothold, and the over-reliance on a small number of big players creates vulnerabilities for the system as a whole. For example, <a href=\"https:\/\/www.fastly.com\/blog\/summary-of-june-8-outage\" title=\"Fastly blog: Summary of June 8 outage\">when Fastly had an outage in 2021<\/a>, it <a href=\"https:\/\/www.wired.com\/story\/fastly-cdn-internet-outages-2021\/\" title=\"Wired: How an Obscure Company Took Down Big Chunks of the Internet\">took many its customers offline<\/a>. Companies like Fastly reduce <em>your<\/em> risk on a day-to-day basis but increase the overall risk of the system by being a point of concentration. They are a big single point of failure.<\/p>\n<p>\u2018Blockchain\u2019 has been a buzzword for a long time now. The idea of blockchains is attractive: they are decentralised, with no company or state owning them. A blockchain of ledger entries exists across a network of computers, with work being done by \u2014 and between \u2014 those computers to agree on the canonical version through consensus. In other words, those computers talk to each other to come to agreement on what the blockchain ledger looks like, and nobody has ownership or control. Everyone has also heard of cryptocurrencies such as <a href=\"https:\/\/bitcoin.org\/\" title=\"Bitcoin.org\">Bitcoin<\/a>. The Bitcoin blockchain is a distributed ledger of ownership of the currency. The big buzz at the moment is around NFTs, each of which is effectively a digital ledger entry on a blockchain that records someone is the \u2018owner\u2019 of something.<\/p>\n<p>A blockchain doesn\u2019t live on your mobile device or in your web browser, it lives on servers. In order to write a new entry onto a blockchain, you need to start by sending a request to one of these servers. This is actually a limitation. From <a href=\"https:\/\/moxie.org\/2022\/01\/07\/web3-first-impressions.html\" title=\"Moxie Marlinspike: My first impressions of web3\">Marlinspike\u2019s blog post<\/a>:<\/p>\n<blockquote><p>\n  \u201cWhen people talk about blockchains, they talk about distributed trust, leaderless consensus, and all the mechanics of how that works, but often gloss over the reality that clients ultimately can\u2019t participate in those mechanics. All the network diagrams are of servers, the trust model is between servers, everything is about servers. Blockchains are designed to be a network of peers, but not designed such that it\u2019s really possible for your mobile device or your browser to be one of those peers.\u201d\n<\/p><\/blockquote>\n<p>A number of platforms have sprung up that provide the ability to write to popular blockchains. People would rather use these platforms than create and run something themselves, for many of the reasons that the \u2018web2\u2019 platforms came to be. People do not want to run their own servers. This brings its own problems in that in order to add a ledger entry to a blockchain, you now have an additional \u2018hop\u2019 to go through. The quality and architecture of these platforms used to access a blockchain really matters.<\/p>\n<p>At the moment, calls and responses to these platforms are not particularly complex; there is little verification that what you get back in response to a request to retrieve data is actually what is really stored on the blockchain. These access platforms also get visibility of all of the calls that are made via their services. If you\u2019re writing something to the blockchain, via a platform, they\u2019ll know who you are and what you wrote because they helped you to do it.<\/p>\n<blockquote><p>\n  \u201cSo much work, energy, and time has gone into creating a trustless distributed consensus mechanism, but virtually all clients that wish to access it do so by simply trusting the outputs from these two companies without any further verification. It also doesn\u2019t seem like the best privacy situation.\u201d\n<\/p><\/blockquote>\n<p>The author illustrates the point with an example of an NFT that he created which looks different depending on where you take a look at it from. He can do this because the blockchain <strong>doesn\u2019t actually contain the data that defines the NFT itself<\/strong>, just a link that points to where the NFT is. So, as he owns the location of the NFT image, he can serve up different content depending on who or what is asking to see it. At some point, <a href=\"https:\/\/opensea.io\" title=\"OpenSea\">OpenSea<\/a>, one of the popular NFT marketplaces, decided to remove his NFT from their catalogue. It was still on the blockchain, but invisible to anyone using OpenSea. This is interesting as it shows how much control a \u2018web2\u2019 platform has over the \u2018web3\u2019 blockchain.<\/p>\n<p>If you have to go through one of these \u2018web2\u2019 platforms to interact with a blockchain, therefore losing some of the distributed benefits, why do the platforms bother with the blockchain at all? Writing new entries to a blockchain such as Etherium is very expensive. So why not have a marketplace for NFTs where ownership is simply written into a database owned by a company like OpenSea? The author\u2019s conclusion is that it is because there is a blockchain gold rush, for now at least. Without the buzzword and everyone piling in, a platform like OpenSea would never take off.<\/p>\n<p><a href=\"https:\/\/postlight.com\" title=\"Postlight\">Postlight<\/a> recently published <a href=\"https:\/\/postlight.com\/podcast\/on-web3-again-this-time-with-michael-sippey\" title=\"Postlight Podcast: On Web3, Again: This Time With Michael Sippey\">a podcast episode with Michael Sippey<\/a> called \u201cOn web3, Again\u201d which is well worth a listen. The whole episode is great, but there are some pointers from about 35m25s in on how to start to experiment with all of this yourself, if you have the disposable income to do it.<\/div>\n<p><span hidden class=\"__iawmlf-post-loop-links\" data-iawmlf-links=\"[{&quot;id&quot;:3225,&quot;href&quot;:&quot;https:\\\/\\\/moxie.org\\\/2022\\\/01\\\/07\\\/web3-first-impressions.html&quot;,&quot;archived_href&quot;:&quot;&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[],&quot;broken&quot;:false,&quot;last_checked&quot;:null,&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3226,&quot;href&quot;:&quot;https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Moxie_Marlinspike&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260116124604\\\/https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Moxie_Marlinspike&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:57:39&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-27 15:06:56&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-01 00:57:05&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-04 22:25:12&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-10 03:29:18&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-13 03:32:58&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-19 14:17:31&quot;,&quot;http_code&quot;:429},{&quot;date&quot;:&quot;2026-04-24 03:07:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-28 15:38:26&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-03 15:27:59&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-08 19:12:40&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-13 20:52:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-18 07:25:50&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-23 15:17:21&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-27 15:35:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-03 05:13:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-06 17:04:54&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-06 17:04:54&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3227,&quot;href&quot;:&quot;https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Web3&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260131203858\\\/https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Web3&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:57:42&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-27 15:06:56&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-01 00:57:02&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-04 22:25:12&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-10 03:29:18&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-13 03:33:00&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-04-21 10:39:10&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-28 15:38:26&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-03 15:28:00&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-08 19:12:40&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-13 20:52:34&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-18 07:25:50&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-23 15:17:21&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-27 15:35:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-03 05:13:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-06 17:04:53&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-06 17:04:53&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:2856,&quot;href&quot;:&quot;https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Blockchain&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260201095124\\\/https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Blockchain&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 05:59:36&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-27 15:06:56&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-12 07:35:34&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-21 17:26:36&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-01 00:57:06&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-04 22:25:12&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-10 03:29:18&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-13 03:32:58&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-19 14:17:31&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-24 03:07:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-28 15:38:26&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-03 15:28:00&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-08 19:12:41&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-13 20:52:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-18 07:25:51&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-23 15:17:20&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-27 15:35:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-03 05:13:36&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-06 17:04:54&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-06 17:04:54&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3228,&quot;href&quot;:&quot;https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Non-fungible_token&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260203055314\\\/https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Non-fungible_token&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:57:45&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-27 15:06:56&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-01 00:57:01&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-04 22:25:12&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-10 03:29:18&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-13 03:32:58&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-19 14:17:32&quot;,&quot;http_code&quot;:429},{&quot;date&quot;:&quot;2026-04-28 15:38:26&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-03 15:28:00&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-08 19:12:39&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-13 20:52:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-18 07:25:51&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-23 15:17:21&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-27 15:35:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-03 05:13:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-06 17:04:54&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-06 17:04:54&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3229,&quot;href&quot;:&quot;https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/ARPANET&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260201084716\\\/https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/ARPANET&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:57:50&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-27 15:06:57&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-01 00:56:59&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-04 22:25:12&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-10 03:29:18&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-13 03:32:58&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-19 14:17:30&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-24 03:07:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-28 15:38:26&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-03 15:28:00&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-08 19:12:41&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-13 20:52:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-18 07:25:50&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-23 15:17:21&quot;,&quot;http_code&quot;:429},{&quot;date&quot;:&quot;2026-05-27 15:35:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-03 05:13:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-06 17:04:54&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-06 17:04:54&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3230,&quot;href&quot;:&quot;https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Web_2.0#Web_1.0&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260201180717\\\/https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Web_2.0&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:57:52&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-04 22:25:12&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-24 03:07:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-28 15:38:26&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-03 15:28:00&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-08 19:12:40&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-13 20:52:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-18 07:25:49&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-23 15:17:20&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-27 15:35:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-03 05:13:35&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-03 05:13:35&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3231,&quot;href&quot;:&quot;https:\\\/\\\/aws.amazon.com&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260204080107\\\/https:\\\/\\\/aws.amazon.com\\\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:57:54&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-21 08:06:46&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-04 22:25:12&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-14 08:52:20&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-24 03:07:39&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-28 15:38:27&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-03 15:28:01&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-08 19:12:41&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-13 20:52:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-18 07:25:50&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-23 15:17:21&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-27 15:35:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-03 05:13:36&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-08 22:56:31&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-08 22:56:31&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3232,&quot;href&quot;:&quot;https:\\\/\\\/azure.microsoft.com&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20220704144447\\\/https:\\\/\\\/azure.microsoft.com\\\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:57:59&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-04-04 22:25:16&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-04-19 14:17:35&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-04-24 03:07:42&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-05-03 15:28:04&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-05-08 19:12:44&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-05-13 20:52:38&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-05-18 07:25:54&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-05-23 15:17:27&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-05-27 15:35:41&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-06-03 05:13:39&quot;,&quot;http_code&quot;:503}],&quot;broken&quot;:true,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-03 05:13:39&quot;,&quot;http_code&quot;:503},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3233,&quot;href&quot;:&quot;https:\\\/\\\/cloud.google.com&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260203140416\\\/https:\\\/\\\/cloud.google.com\\\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:58:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-04 22:25:12&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-24 03:07:39&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-28 15:38:27&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-03 15:28:00&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-08 19:12:40&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-13 20:52:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-18 07:25:50&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-23 15:17:21&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-27 15:35:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-03 05:13:33&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-03 05:13:33&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3234,&quot;href&quot;:&quot;https:\\\/\\\/www.microsoft.com\\\/en-us\\\/microsoft-365&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260203065401\\\/https:\\\/\\\/www.microsoft.com\\\/en-us\\\/microsoft-365&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:58:40&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-04 22:25:12&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-19 14:17:31&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-24 03:07:39&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-28 15:38:27&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-03 15:28:00&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-08 19:12:40&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-13 20:52:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-18 07:25:50&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-23 15:17:22&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-27 15:35:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-03 05:13:35&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-03 05:13:35&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3235,&quot;href&quot;:&quot;https:\\\/\\\/workspace.google.com&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260204090046\\\/https:\\\/\\\/workspace.google.com\\\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-05 07:32:02&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-04 22:25:12&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-24 03:07:38&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-28 15:38:27&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-03 15:28:00&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-08 19:12:40&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-13 20:52:35&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-18 07:25:50&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-23 15:17:21&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-27 15:35:37&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-06-03 05:13:35&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-03 05:13:35&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3236,&quot;href&quot;:&quot;https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Denial-of-service_attack&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260203041539\\\/https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Denial-of-service_attack&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:58:47&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-04 22:25:12&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-24 03:07:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-28 15:38:26&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-03 15:28:00&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-08 19:12:41&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-13 20:52:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-18 07:25:51&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-23 15:17:21&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-27 15:35:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-03 05:13:35&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-03 05:13:35&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3237,&quot;href&quot;:&quot;https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Content_delivery_network&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260204090132\\\/https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Content_delivery_network&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-05 07:32:01&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-04 22:25:12&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-19 14:17:35&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-05-10 05:56:01&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-20 16:21:11&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-05-20 16:21:11&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:1368,&quot;href&quot;:&quot;https:\\\/\\\/www.cloudflare.com&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260203232032\\\/https:\\\/\\\/www.cloudflare.com\\\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-05 07:32:03&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-09 09:29:24&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-13 10:32:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-03 19:25:48&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-09 08:46:59&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-14 09:03:50&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-18 20:03:22&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-28 05:48:46&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-04 01:38:23&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-10 05:56:01&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-14 04:43:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-20 16:21:11&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-26 22:34:37&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-02 15:46:51&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-08 17:06:11&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-14 21:07:10&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-06-20 02:57:18&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-20 02:57:18&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3238,&quot;href&quot;:&quot;https:\\\/\\\/www.fastly.com&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260202183328\\\/https:\\\/\\\/www.fastly.com\\\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:58:55&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-04 22:25:12&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-19 14:17:31&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-10 05:56:00&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-20 16:21:12&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-28 07:49:53&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-05-28 07:49:53&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3239,&quot;href&quot;:&quot;https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Web_2.0#Web_2.0&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260201180717\\\/https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Web_2.0&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:58:57&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-10 14:46:23&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-20 16:21:11&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-05-20 16:21:11&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3240,&quot;href&quot;:&quot;https:\\\/\\\/www.fastly.com\\\/blog\\\/summary-of-june-8-outage&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260113045702\\\/https:\\\/\\\/www.fastly.com\\\/blog\\\/summary-of-june-8-outage&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:58:58&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-05 02:10:24&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-10 14:46:22&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-20 16:21:12&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-05-20 16:21:12&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3241,&quot;href&quot;:&quot;https:\\\/\\\/www.wired.com\\\/story\\\/fastly-cdn-internet-outages-2021&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20251218101022\\\/https:\\\/\\\/www.wired.com\\\/story\\\/fastly-cdn-internet-outages-2021\\\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:59:47&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-05 02:10:12&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-19 14:17:33&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-10 14:46:21&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-20 16:21:12&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-05-20 16:21:12&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3242,&quot;href&quot;:&quot;https:\\\/\\\/bitcoin.org&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20210923025255\\\/https:\\\/\\\/bitcoin.org\\\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:59:49&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-05 02:10:13&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-10 14:46:28&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-20 16:21:11&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-05-20 16:21:11&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3243,&quot;href&quot;:&quot;https:\\\/\\\/opensea.io&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260204063147\\\/https:\\\/\\\/opensea.io\\\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:59:51&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-10 14:46:25&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-20 16:21:11&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-05-20 16:21:11&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:2824,&quot;href&quot;:&quot;https:\\\/\\\/postlight.com&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20260124232355\\\/https:\\\/\\\/postlight.com\\\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 05:47:42&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-14 14:24:09&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-13 12:25:41&quot;,&quot;http_code&quot;:403},{&quot;date&quot;:&quot;2026-03-28 16:59:31&quot;,&quot;http_code&quot;:403},{&quot;date&quot;:&quot;2026-04-05 02:10:16&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-05-04 16:42:26&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-05-10 14:46:27&quot;,&quot;http_code&quot;:403},{&quot;date&quot;:&quot;2026-05-20 16:21:12&quot;,&quot;http_code&quot;:403},{&quot;date&quot;:&quot;2026-06-12 02:53:38&quot;,&quot;http_code&quot;:403}],&quot;broken&quot;:true,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-06-12 02:53:38&quot;,&quot;http_code&quot;:403},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:3244,&quot;href&quot;:&quot;https:\\\/\\\/postlight.com\\\/podcast\\\/on-web3-again-this-time-with-michael-sippey&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20230610021719\\\/https:\\\/\\\/postlight.com\\\/podcast\\\/on-web3-again-this-time-with-michael-sippey&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-04 08:59:56&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-05 02:10:20&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-05-10 14:46:30&quot;,&quot;http_code&quot;:202},{&quot;date&quot;:&quot;2026-05-20 16:21:12&quot;,&quot;http_code&quot;:403}],&quot;broken&quot;:true,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-05-20 16:21:12&quot;,&quot;http_code&quot;:403},&quot;process&quot;:&quot;done&quot;}]\"><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<a href=\"https:\/\/andrewdoran.uk\/blog\/2022\/02\/12\/getting-my-head-around-my-first-impressions-of-web3\/\" rel=\"bookmark\" title=\"Permalink to Getting my head around \u2018My first impressions of web3\u2019\"><div class='e-content p-summary'>I heard this blog post mentioned on a couple of podcasts a few weeks back and have only just got around to reading it. It\u2019s fascinating. The author, Moxie Marlinspike, dissects the state of the current \u2018web3\u2019 world of decentralised blockchains and non-fungible tokens (NFTs). Reading his post is probably the most educational use I\u2019ve [&hellip;]<\/div>\n<\/a>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"webmentions_disabled_pings":false,"webmentions_disabled":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":3,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[16],"tags":[],"class_list":{"0":"post-8664","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-technology","7":"h-entry","9":"hentry"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":4208,"url":"https:\/\/andrewdoran.uk\/blog\/2018\/06\/12\/4208\/","url_meta":{"origin":8664,"position":0},"title":"Debating with someone as to\u2026","author":"Andrew Doran","date":"12 June 2018","format":"status","excerpt":"Debating with someone as to whether email server to server connections over the Internet are secure. I assumed no. I think this backs me up. And this tool goes into specifics for a given domain.","rel":"","context":"In &quot;Snippets&quot;","block_context":{"text":"Snippets","link":"https:\/\/andrewdoran.uk\/blog\/category\/snippets\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":37,"url":"https:\/\/andrewdoran.uk\/blog\/2004\/06\/12\/on-my-speakers\/","url_meta":{"origin":8664,"position":1},"title":"On my speakers","author":"Andrew Doran","date":"12 June 2004","format":false,"excerpt":"I had an email from Mat this week asking how I get the 'On my speakers' sidebar feature on my blog. Instead of just telling Mat, I thought I'd share with you all! I'd wanted to add this feature to the blog for some time due to some unexplained geeky\u2026","rel":"","context":"In &quot;Music&quot;","block_context":{"text":"Music","link":"https:\/\/andrewdoran.uk\/blog\/category\/music\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":103,"url":"https:\/\/andrewdoran.uk\/blog\/2005\/03\/29\/all-up-and-running\/","url_meta":{"origin":8664,"position":2},"title":"All up and running","author":"Andrew Doran","date":"29 March 2005","format":false,"excerpt":"Had an email from Alistair at PIPEX to tell me that the Storable module was installed on my server and I've now managed to get things up and running - comments should be working now.","rel":"","context":"In &quot;Technology&quot;","block_context":{"text":"Technology","link":"https:\/\/andrewdoran.uk\/blog\/category\/technology\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":4054,"url":"https:\/\/andrewdoran.uk\/blog\/2018\/04\/12\/4054\/","url_meta":{"origin":8664,"position":3},"title":"Giddy with joy when I\u2026","author":"Andrew Doran","date":"12 April 2018","format":"status","excerpt":"Giddy with joy when I saw Pocket Casts available on Sonos! But...I know that I have not been logged in to the sync service for months, since I upgraded my iPhone. If I log in on the phone, will it prioritise the server settings and replace all my local data?","rel":"","context":"In &quot;Snippets&quot;","block_context":{"text":"Snippets","link":"https:\/\/andrewdoran.uk\/blog\/category\/snippets\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":350,"url":"https:\/\/andrewdoran.uk\/blog\/2008\/12\/17\/final-year-project\/","url_meta":{"origin":8664,"position":4},"title":"Final year project","author":"Andrew Doran","date":"17 December 2008","format":false,"excerpt":"Mat has generously given me some space on his web server to host a copy of the project I completed in the final year of my degree about ten years ago.\u00a0 It's called An Implementation of Donald Knuth's MIX and is a Java applet version of a mythical computer that\u2026","rel":"","context":"In &quot;Technology&quot;","block_context":{"text":"Technology","link":"https:\/\/andrewdoran.uk\/blog\/category\/technology\/"},"img":{"alt_text":"mixlogo","src":"https:\/\/i0.wp.com\/andrewdoran.uk\/blog\/wp-content\/uploads\/2008\/12\/mixlogo.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":256,"url":"https:\/\/andrewdoran.uk\/blog\/2004\/04\/07\/my-weblog-welcome\/","url_meta":{"origin":8664,"position":5},"title":"My weblog &#8211; welcome!","author":"Andrew Doran","date":"7 April 2004","format":false,"excerpt":"Welcome to the applecrumble.net\u00a0andrewdoran.uk blog! At the time of writing, this site is only accessible at its IP address as its name hasn't found its way around the internet DNS servers; if you're reading this today then welcome - but how did you find it?! I'm starting this blog as\u2026","rel":"","context":"In &quot;Social&quot;","block_context":{"text":"Social","link":"https:\/\/andrewdoran.uk\/blog\/category\/social\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/andrewdoran.uk\/blog\/wp-json\/wp\/v2\/posts\/8664","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/andrewdoran.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/andrewdoran.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/andrewdoran.uk\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/andrewdoran.uk\/blog\/wp-json\/wp\/v2\/comments?post=8664"}],"version-history":[{"count":1,"href":"https:\/\/andrewdoran.uk\/blog\/wp-json\/wp\/v2\/posts\/8664\/revisions"}],"predecessor-version":[{"id":8665,"href":"https:\/\/andrewdoran.uk\/blog\/wp-json\/wp\/v2\/posts\/8664\/revisions\/8665"}],"wp:attachment":[{"href":"https:\/\/andrewdoran.uk\/blog\/wp-json\/wp\/v2\/media?parent=8664"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/andrewdoran.uk\/blog\/wp-json\/wp\/v2\/categories?post=8664"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/andrewdoran.uk\/blog\/wp-json\/wp\/v2\/tags?post=8664"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}