

{"id":1562,"date":"2012-08-24T21:40:00","date_gmt":"2012-08-25T02:40:00","guid":{"rendered":"http:\/\/rud.is\/b\/?p=1562"},"modified":"2017-03-27T09:40:50","modified_gmt":"2017-03-27T14:40:50","slug":"jytter-on-os-x-tested-on-mountain-lion","status":"publish","type":"post","link":"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/","title":{"rendered":"Building Jytter On OS X (tested on Mountain Lion)"},"content":{"rendered":"<p>Dan Kaminski (@dakami) tweeted a cool, small (11 instruction) TRNG generator called <a href=\"https:\/\/jytter.blogspot.com\/2017\/02\/c-source-code-version-3.html\" target=\"_blank\">Jytter<\/a> Friday:<\/p>\n<blockquote class=\"twitter-tweet\" data-width=\"510\" data-dnt=\"true\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"http:\/\/t.co\/ar74sHcv\">http:\/\/t.co\/ar74sHcv<\/a> 11 instruction TRNG.  wow<\/p>\n<p>&mdash; Dan Kaminsky (@dakami) <a href=\"https:\/\/twitter.com\/dakami\/status\/239179831860924416?ref_src=twsrc%5Etfw\">August 25, 2012<\/a><\/p><\/blockquote>\n<p><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><\/p>\n<p>The authors have Windows &#038; Linux ports but no OS X port (and, I play mostly on OS X when not in virtual environments). So, I threw together a quick port of it to OS X. It should work on Snow Leopard or Lion, but YMMV.<\/p>\n<p>You need to install <code><a href=\"http:\/\/www.nasm.us\">nasm<\/a><\/code> via a quick <code>brew install<\/code> then copy <code>linux32_build.sh<\/code> to <code>osx_build.sh<\/code> and change the <code>nasm<\/code> and <code>gcc<\/code> lines to be:<\/p>\n<pre lang=\"shell\">nasm -D_32_ -O0 -fmacho -ojytter.o jytter.asm\r\nnasm -D_32_ -O0 -fmacho -otimestamp.o timestamp.asm\r\ngcc -D_32_ -m32 jytter.o timestamp.o -o demo -O2 demo.c<\/pre>\n<p>I ran the resultant <code>demo<\/code> binary and got:<\/p>\n<pre lang=\"shell\">True random integers:\r\n\r\n64-bit: 10DE4A7EA676A869\r\n128-bit: E2B9F86CADC854B540090E125A7C7611\r\n256-bit: 7F3AC590F6EE2AC13F136B802BEBCC8323CB26665BC354CDAC488ED86E153641\r\n\r\nTrue random passwords:\r\n\r\n66-bit: OEqQaY8UQeO\r\n132-bit: Gwi9DCMtFy7XzHWHII37Hj\r\n258-bit: TPzqJfLL84Mjq3VZXpQDW0.WhWSFq2HA9X6FL7GSjaX\r\n\r\nExecution time in CPU ticks:\r\n\r\n000000004397D59A<\/pre>\n<p>which tracks with the linux output I received (obviously not the same values) from the demo program on one of my non-VPS linux nodes.<\/p>\n<p>Russell Leidich (the author) did some really impressive work here. I did virtually nothing (just enabled playing with it on OS X). The posts at the Jytter site are well worth the time spent absorbing.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Dan Kaminski (@dakami) tweeted a cool, small (11 instruction) TRNG generator called Jytter Friday: http:\/\/t.co\/ar74sHcv 11 instruction TRNG. wow &mdash; Dan Kaminsky (@dakami) August 25, 2012 The authors have Windows &#038; Linux ports but no OS X port (and, I play mostly on OS X when not in virtual environments). So, I threw together a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":true,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_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":""},"categories":[63,12],"tags":[],"class_list":["post-1562","post","type-post","status-publish","format-standard","hentry","category-development","category-os-x"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Building Jytter On OS X (tested on Mountain Lion) - rud.is<\/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:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Building Jytter On OS X (tested on Mountain Lion) - rud.is\" \/>\n<meta property=\"og:description\" content=\"Dan Kaminski (@dakami) tweeted a cool, small (11 instruction) TRNG generator called Jytter Friday: http:\/\/t.co\/ar74sHcv 11 instruction TRNG. wow &mdash; Dan Kaminsky (@dakami) August 25, 2012 The authors have Windows &#038; Linux ports but no OS X port (and, I play mostly on OS X when not in virtual environments). So, I threw together a [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/\" \/>\n<meta property=\"og:site_name\" content=\"rud.is\" \/>\n<meta property=\"article:published_time\" content=\"2012-08-25T02:40:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-03-27T14:40:50+00:00\" \/>\n<meta name=\"author\" content=\"hrbrmstr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"hrbrmstr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/\"},\"author\":{\"name\":\"hrbrmstr\",\"@id\":\"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886\"},\"headline\":\"Building Jytter On OS X (tested on Mountain Lion)\",\"datePublished\":\"2012-08-25T02:40:00+00:00\",\"dateModified\":\"2017-03-27T14:40:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/\"},\"wordCount\":155,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886\"},\"articleSection\":[\"Development\",\"OS X\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/\",\"url\":\"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/\",\"name\":\"Building Jytter On OS X (tested on Mountain Lion) - rud.is\",\"isPartOf\":{\"@id\":\"https:\/\/rud.is\/b\/#website\"},\"datePublished\":\"2012-08-25T02:40:00+00:00\",\"dateModified\":\"2017-03-27T14:40:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rud.is\/b\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Building Jytter On OS X (tested on Mountain Lion)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rud.is\/b\/#website\",\"url\":\"https:\/\/rud.is\/b\/\",\"name\":\"rud.is\",\"description\":\"&quot;In God we trust. All others must bring data&quot;\",\"publisher\":{\"@id\":\"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rud.is\/b\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886\",\"name\":\"hrbrmstr\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1\",\"url\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1\",\"width\":460,\"height\":460,\"caption\":\"hrbrmstr\"},\"logo\":{\"@id\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1\"},\"description\":\"Don't look at me\u2026I do what he does \u2014 just slower. #rstats avuncular \u2022 ?Resistance Fighter \u2022 Cook \u2022 Christian \u2022 [Master] Chef des Donn\u00e9es de S\u00e9curit\u00e9 @ @rapid7\",\"sameAs\":[\"http:\/\/rud.is\"],\"url\":\"https:\/\/rud.is\/b\/author\/hrbrmstr\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Building Jytter On OS X (tested on Mountain Lion) - rud.is","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:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/","og_locale":"en_US","og_type":"article","og_title":"Building Jytter On OS X (tested on Mountain Lion) - rud.is","og_description":"Dan Kaminski (@dakami) tweeted a cool, small (11 instruction) TRNG generator called Jytter Friday: http:\/\/t.co\/ar74sHcv 11 instruction TRNG. wow &mdash; Dan Kaminsky (@dakami) August 25, 2012 The authors have Windows &#038; Linux ports but no OS X port (and, I play mostly on OS X when not in virtual environments). So, I threw together a [&hellip;]","og_url":"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/","og_site_name":"rud.is","article_published_time":"2012-08-25T02:40:00+00:00","article_modified_time":"2017-03-27T14:40:50+00:00","author":"hrbrmstr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"hrbrmstr","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/#article","isPartOf":{"@id":"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/"},"author":{"name":"hrbrmstr","@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"headline":"Building Jytter On OS X (tested on Mountain Lion)","datePublished":"2012-08-25T02:40:00+00:00","dateModified":"2017-03-27T14:40:50+00:00","mainEntityOfPage":{"@id":"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/"},"wordCount":155,"commentCount":0,"publisher":{"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"articleSection":["Development","OS X"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/","url":"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/","name":"Building Jytter On OS X (tested on Mountain Lion) - rud.is","isPartOf":{"@id":"https:\/\/rud.is\/b\/#website"},"datePublished":"2012-08-25T02:40:00+00:00","dateModified":"2017-03-27T14:40:50+00:00","breadcrumb":{"@id":"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rud.is\/b\/2012\/08\/24\/jytter-on-os-x-tested-on-mountain-lion\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rud.is\/b\/"},{"@type":"ListItem","position":2,"name":"Building Jytter On OS X (tested on Mountain Lion)"}]},{"@type":"WebSite","@id":"https:\/\/rud.is\/b\/#website","url":"https:\/\/rud.is\/b\/","name":"rud.is","description":"&quot;In God we trust. All others must bring data&quot;","publisher":{"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rud.is\/b\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886","name":"hrbrmstr","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","url":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","contentUrl":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","width":460,"height":460,"caption":"hrbrmstr"},"logo":{"@id":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1"},"description":"Don't look at me\u2026I do what he does \u2014 just slower. #rstats avuncular \u2022 ?Resistance Fighter \u2022 Cook \u2022 Christian \u2022 [Master] Chef des Donn\u00e9es de S\u00e9curit\u00e9 @ @rapid7","sameAs":["http:\/\/rud.is"],"url":"https:\/\/rud.is\/b\/author\/hrbrmstr\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p23idr-pc","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":886,"url":"https:\/\/rud.is\/b\/2012\/03\/26\/getting-homebrew-working-in-mountain-lion-developer-preview-2-with-xcode-4-4-developer-preview-2\/","url_meta":{"origin":1562,"position":0},"title":"Getting Homebrew Working in Mountain Lion Developer Preview 2 with Xcode 4.4 Developer Preview 2","author":"hrbrmstr","date":"2012-03-26","format":false,"excerpt":"Work & home chaos has me a bit behind in the \"ThinkStats\u2026in R\" posts, but I \"needed\" to get some of the homebrew kit working in Mountain Lion Developer Preview 2 (to run some network discovery tools while waiting for #4's surgery to be done at the hospital). Keying off\u2026","rel":"","context":"In &quot;homebrew&quot;","block_context":{"text":"homebrew","link":"https:\/\/rud.is\/b\/category\/homebrew\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3709,"url":"https:\/\/rud.is\/b\/2015\/10\/20\/installing-r-on-os-x\/","url_meta":{"origin":1562,"position":1},"title":"Installing R on OS X","author":"hrbrmstr","date":"2015-10-20","format":false,"excerpt":"NOTE: The comments are a must read for this. Some excellent additional advice and \"gotchas\" by some super-helpful readers. I was in a conversation with an academic colleague (wicked smart dude) and the subject of installing R came up (NOTE: this will happen to you, too, if you ever have\u2026","rel":"","context":"In &quot;OS X&quot;","block_context":{"text":"OS X","link":"https:\/\/rud.is\/b\/category\/os-x\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2650,"url":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/","url_meta":{"origin":1562,"position":2},"title":"Send Mac OS Notifications From RStudio *Server*! (via Growl)","author":"hrbrmstr","date":"2013-09-14","format":false,"excerpt":"Having received a couple follow-ups to the OS X notifications on RStudio Desktop for the Mac post, I was determined to find a quick hack to get remote notifications to OS X working from (at least) RStudio Server instances running on the same network. It turns out the hack was\u2026","rel":"","context":"In &quot;Development&quot;","block_context":{"text":"Development","link":"https:\/\/rud.is\/b\/category\/development\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3732,"url":"https:\/\/rud.is\/b\/2015\/10\/22\/installing-r-on-os-x-100-homebrew-edition\/","url_meta":{"origin":1562,"position":3},"title":"Installing R on OS X &#8211; &#8220;100% Homebrew Edition&#8221;","author":"hrbrmstr","date":"2015-10-22","format":false,"excerpt":"In a previous post I provided \"mouse-heavy\" instructions for getting R running on your Mac. A few of the comments suggested that an \"all Homebrew\" solution may be preferable for some folks. Now, there are issues with this since getting \"support\" for what may be R issues will be very\u2026","rel":"","context":"In &quot;OS X&quot;","block_context":{"text":"OS X","link":"https:\/\/rud.is\/b\/category\/os-x\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":81,"url":"https:\/\/rud.is\/b\/2011\/02\/08\/quick-hits-2011-02-08\/","url_meta":{"origin":1562,"position":4},"title":"Quick Hits :: 2011-02-08","author":"hrbrmstr","date":"2011-02-08","format":false,"excerpt":"Security Originally meant to improve the security of jailbroken iOS devices, antid0te is now also available for OS X Snow Leopard thanks to the efforts of Stefan Esser. Since Apple engineers did not see fit to load the dynamic linker - dyld - at a random base address, they left\u2026","rel":"","context":"In &quot;Information Security&quot;","block_context":{"text":"Information Security","link":"https:\/\/rud.is\/b\/category\/information-security\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":820,"url":"https:\/\/rud.is\/b\/2012\/02\/12\/two-alfred-extension-for-retrieving-ip-address-information\/","url_meta":{"origin":1562,"position":5},"title":"Two Alfred Extensions For Retrieving IP Address Information","author":"hrbrmstr","date":"2012-02-12","format":false,"excerpt":"I've been an unapologetic Alfred user since @hatlessec recommended it and have recently been cobbling together quick shell scripts that make life a bit easier. The following ones - lip & rip - copy your local & remote IP addresses (respectively) to your clipboard and also display a Growl message\u2026","rel":"","context":"In &quot;Alfred&quot;","block_context":{"text":"Alfred","link":"https:\/\/rud.is\/b\/category\/alfred\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/1562","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/comments?post=1562"}],"version-history":[{"count":0,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/1562\/revisions"}],"wp:attachment":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/media?parent=1562"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/categories?post=1562"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/tags?post=1562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}