Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-plugin-hostgator domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/scienrds/scienceandnerds/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ol-scrapes domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/scienrds/scienceandnerds/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":38767,"date":"2024-01-10T21:58:36","date_gmt":"2024-01-10T21:58:36","guid":{"rendered":"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/"},"modified":"2024-01-10T21:58:37","modified_gmt":"2024-01-10T21:58:37","slug":"magical-error-correction-scheme-proved-inherently-inefficient","status":"publish","type":"post","link":"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/","title":{"rendered":"\u2018Magical\u2019 Error Correction Scheme Proved Inherently Inefficient"},"content":{"rendered":"

Source:https:\/\/www.quantamagazine.org\/magical-error-correction-scheme-proved-inherently-inefficient-20240109\/#comments<\/a><\/br>
\n\u2018Magical\u2019 Error Correction Scheme Proved Inherently Inefficient<\/br>
\n2024-01-10 21:58:36<\/br><\/p>\n

\n

Unfortunately, the Reed-Muller code has a serious drawback: The number of bits required to encode a message increases exponentially with the number of variables. If you want a highly local code that corrects errors with just a handful of queries, you\u2019ll need a lot of variables for long messages, and the Reed-Muller code will quickly become useless in practice.<\/p>\n

\u201cExponential in this case is very bad,\u201d Dvir said. But is it inevitable?<\/p>\n

Correctable or Decodable?<\/strong><\/h2>\n

As computer scientists tried and failed to find more efficient locally correctable codes, they began to suspect that such codes weren\u2019t possible at all. In 2003, two researchers proved<\/a> that there\u2019s no way to beat the Reed-Muller code using only two queries. But that\u2019s as far as anybody got.<\/p>\n

\u201cOnce you go to three, our knowledge becomes very sketchy,\u201d Kothari said.<\/p>\n

The next breakthrough just complicated matters further. In two papers published in 2008<\/a> and 2009<\/a>, the computer scientists Sergey Yekhanin and Klim Efremenko showed how to construct three-query codes that were more efficient than Reed-Muller codes, but these codes were not quite locally correctable. Instead, they had a subtly different property called local decodability.<\/p>\n

To understand the difference, let\u2019s again imagine a cloud storage provider that combines users\u2019 data into one long message and protects it using an error-correcting code. Both locally correctable codes and locally decodable codes can correct an error in any bit of the original message with just a few queries.<\/p>\n

But every error-correcting code also requires extra bits that weren\u2019t in the original message \u2014 that\u2019s why encoding a message makes it longer. The two types of codes differ in how they treat these additional bits. Locally decodable codes make no promises about the number of queries needed to correct errors in these bits. But in a locally correctable code, an error in any of the extra bits can be fixed in precisely the same way as an error in any bit of the original message.<\/p>\n

\u201cEverything that you store, whether it\u2019s the original data of users or the redundancy and the check information \u2014 all of this can be locally corrected,\u201d said Madhu Sudan<\/a>, a computer scientist at Harvard University.<\/p>\n

Though different in principle, local correctability and local decodability always seemed interchangeable in practice before 2008 \u2014 every known locally decodable code was also locally correctable. Yekhanin and Efremenko\u2019s discovery raised the possibility of a fundamental difference between the two conditions. Or perhaps it was possible to modify Yekhanin and Efremenko\u2019s codes to make them locally correctable. That would put the two conditions on equal footing once more, but it would also mean that researchers had been mistaken about how efficient three-query locally correctable codes could get. Either way, conventional wisdom would have to change.<\/p>\n

Borrowing Logic<\/strong><\/h2>\n

Kothari and Manohar finally resolved that tension by adapting a technique from a different area of computer science: the study of so-called constraint satisfaction problems. Trying to coordinate dinner plans with a group of friends is a constraint satisfaction problem of a sort. Everyone has choices they\u2019ll accept and choices they\u2019ll veto. Your job is to either find a plan that satisfies everybody, or, if there is no such plan, figure that out as soon as possible.<\/p>\n

There\u2019s an inherent asymmetry between those two possible outcomes. An acceptable solution may not be easy to find, but once you have it, it\u2019s easy to convince anyone else that it will work. But even if you know that the problem really is \u201cunsatisfiable,\u201d there may not be an example that provides proof.<\/p>\n

In 2021, Kothari and Manohar, together with Venkatesan Guruswami of the University of California, Berkeley, made a major breakthrough<\/a> in the study of constraint satisfaction problems using a new theoretical technique for identifying those tricky unsatisfiable cases. They suspected that the new method would be a powerful tool for solving other problems too, and Guruswami\u2019s graduate student Omar Alrabiah suggested that they look at three-query locally decodable codes.<\/p>\n

\u201cThis was a nail with a hammer in our hand, so to speak,\u201d Kothari said.<\/p>\n

Yekhanin and Efremenko\u2019s surprising results had shown that three-query locally decodable codes could be more efficient than Reed-Muller codes. But were their codes the best ones possible, or could three-query locally decodable codes get even more efficient? Kothari, Manohar, Guruswami and Alrabiah thought their new technique might be able to prove limits on how efficient such codes could get. Their plan was to build a logical formula encompassing the structure of all possible three-query locally decodable codes of a given size, and prove it unsatisfiable, thereby showing that no such code could exist.<\/p>\n

The four researchers took a first step in that direction in 2022, setting a new limit<\/a> on the maximum efficiency of three-query locally decodable codes. The result went well beyond what researchers had been able to achieve with other techniques, but it didn\u2019t rule out all codes more efficient than Yekhanin and Efremenko\u2019s.<\/p>\n

Kothari and Manohar suspected they could go further. But progress stalled until Manohar jotted down a quick back-of-the-envelope calculation indicating that the technique might work even better for locally correctable codes than it had for locally decodable ones.<\/p>\n

A few months later, after many more false starts that made them fear they\u2019d been too optimistic, the technique finally delivered on its promise. Kothari and Manohar proved that as researchers had suspected, it\u2019s impossible for any three-query locally correctable code to work appreciably better than Reed-Muller codes. That exponential scaling is a fundamental limitation. Their result was also a dramatic demonstration that local correctability and local decodability, though superficially similar, really do differ at a fundamental level: The latter is unequivocally easier to realize than the former.<\/p>\n

Kothari and Manohar now hope to extend their techniques to study codes that are allowed to make more than three queries, as very little is known about them now. And progress in the theory of error correction often has implications in other seemingly unrelated fields. In particular, locally correctable codes make surprise appearances everywhere from the problem of private database searches<\/a> in cryptography to proofs of theorems in combinatorics<\/a>. It\u2019s too early to say how Kothari and Manohar\u2019s technique will impact these different fields, but researchers are feeling optimistic.<\/p>\n

\u201cThere\u2019s a really beautiful new idea here,\u201d Dvir said. \u201cI think there\u2019s a lot of potential.\u201d<\/span><\/p>\n<\/div>\n

<\/br><\/br><\/br><\/p>\n

Uncategorized<\/br>
\n<\/br>
\nSource:
https:\/\/www.quantamagazine.org\/magical-error-correction-scheme-proved-inherently-inefficient-20240109\/#comments<\/a><\/br><\/br><\/p>\n","protected":false},"excerpt":{"rendered":"

Source:https:\/\/www.quantamagazine.org\/magical-error-correction-scheme-proved-inherently-inefficient-20240109\/#comments \u2018Magical\u2019 Error Correction Scheme Proved Inherently Inefficient 2024-01-10 21:58:36 Unfortunately, the Reed-Muller code has a serious drawback: The number of bits required to encode a message increases exponentially with the number of variables. If you want a highly local code that corrects errors with just a handful of queries, you\u2019ll need a lot of […]<\/p>\n","protected":false},"author":1,"featured_media":38768,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"pagelayer_contact_templates":[],"_pagelayer_content":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-38767","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"\n\u2018Magical\u2019 Error Correction Scheme Proved Inherently Inefficient - Science and Nerds<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u2018Magical\u2019 Error Correction Scheme Proved Inherently Inefficient - Science and Nerds\" \/>\n<meta property=\"og:description\" content=\"Source:https:\/\/www.quantamagazine.org\/magical-error-correction-scheme-proved-inherently-inefficient-20240109\/#comments \u2018Magical\u2019 Error Correction Scheme Proved Inherently Inefficient 2024-01-10 21:58:36 Unfortunately, the Reed-Muller code has a serious drawback: The number of bits required to encode a message increases exponentially with the number of variables. If you want a highly local code that corrects errors with just a handful of queries, you\u2019ll need a lot of […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/\" \/>\n<meta property=\"og:site_name\" content=\"Science and Nerds\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-10T21:58:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-10T21:58:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/scienceandnerds.com\/wp-content\/uploads\/2024\/01\/magical-error-correction-scheme-proved-inherently-inefficient_659f130cee3e4.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/\",\"url\":\"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/\",\"name\":\"\u2018Magical\u2019 Error Correction Scheme Proved Inherently Inefficient - Science and Nerds\",\"isPartOf\":{\"@id\":\"https:\/\/scienceandnerds.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2024\/01\/magical-error-correction-scheme-proved-inherently-inefficient_659f130cee3e4.webp?fit=2560%2C1440&ssl=1\",\"datePublished\":\"2024-01-10T21:58:36+00:00\",\"dateModified\":\"2024-01-10T21:58:37+00:00\",\"author\":{\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e\"},\"breadcrumb\":{\"@id\":\"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2024\/01\/magical-error-correction-scheme-proved-inherently-inefficient_659f130cee3e4.webp?fit=2560%2C1440&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2024\/01\/magical-error-correction-scheme-proved-inherently-inefficient_659f130cee3e4.webp?fit=2560%2C1440&ssl=1\",\"width\":2560,\"height\":1440},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/scienceandnerds.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u2018Magical\u2019 Error Correction Scheme Proved Inherently Inefficient\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/scienceandnerds.com\/#website\",\"url\":\"https:\/\/scienceandnerds.com\/\",\"name\":\"Science and Nerds\",\"description\":\"My WordPress Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/scienceandnerds.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/scienceandnerds.com\"],\"url\":\"https:\/\/scienceandnerds.com\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u2018Magical\u2019 Error Correction Scheme Proved Inherently Inefficient - Science and Nerds","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/","og_locale":"en_US","og_type":"article","og_title":"\u2018Magical\u2019 Error Correction Scheme Proved Inherently Inefficient - Science and Nerds","og_description":"Source:https:\/\/www.quantamagazine.org\/magical-error-correction-scheme-proved-inherently-inefficient-20240109\/#comments \u2018Magical\u2019 Error Correction Scheme Proved Inherently Inefficient 2024-01-10 21:58:36 Unfortunately, the Reed-Muller code has a serious drawback: The number of bits required to encode a message increases exponentially with the number of variables. If you want a highly local code that corrects errors with just a handful of queries, you\u2019ll need a lot of […]","og_url":"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/","og_site_name":"Science and Nerds","article_published_time":"2024-01-10T21:58:36+00:00","article_modified_time":"2024-01-10T21:58:37+00:00","og_image":[{"width":2560,"height":1440,"url":"https:\/\/scienceandnerds.com\/wp-content\/uploads\/2024\/01\/magical-error-correction-scheme-proved-inherently-inefficient_659f130cee3e4.webp","type":"image\/webp"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/","url":"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/","name":"\u2018Magical\u2019 Error Correction Scheme Proved Inherently Inefficient - Science and Nerds","isPartOf":{"@id":"https:\/\/scienceandnerds.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/#primaryimage"},"image":{"@id":"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2024\/01\/magical-error-correction-scheme-proved-inherently-inefficient_659f130cee3e4.webp?fit=2560%2C1440&ssl=1","datePublished":"2024-01-10T21:58:36+00:00","dateModified":"2024-01-10T21:58:37+00:00","author":{"@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e"},"breadcrumb":{"@id":"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/#primaryimage","url":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2024\/01\/magical-error-correction-scheme-proved-inherently-inefficient_659f130cee3e4.webp?fit=2560%2C1440&ssl=1","contentUrl":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2024\/01\/magical-error-correction-scheme-proved-inherently-inefficient_659f130cee3e4.webp?fit=2560%2C1440&ssl=1","width":2560,"height":1440},{"@type":"BreadcrumbList","@id":"https:\/\/scienceandnerds.com\/2024\/01\/10\/magical-error-correction-scheme-proved-inherently-inefficient\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/scienceandnerds.com\/"},{"@type":"ListItem","position":2,"name":"\u2018Magical\u2019 Error Correction Scheme Proved Inherently Inefficient"}]},{"@type":"WebSite","@id":"https:\/\/scienceandnerds.com\/#website","url":"https:\/\/scienceandnerds.com\/","name":"Science and Nerds","description":"My WordPress Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/scienceandnerds.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/scienceandnerds.com"],"url":"https:\/\/scienceandnerds.com\/author\/admin\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2024\/01\/magical-error-correction-scheme-proved-inherently-inefficient_659f130cee3e4.webp?fit=2560%2C1440&ssl=1","_links":{"self":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/38767","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/comments?post=38767"}],"version-history":[{"count":1,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/38767\/revisions"}],"predecessor-version":[{"id":38769,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/38767\/revisions\/38769"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/media\/38768"}],"wp:attachment":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/media?parent=38767"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/categories?post=38767"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/tags?post=38767"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}