{"id":1089,"date":"2016-01-02T15:45:49","date_gmt":"2016-01-02T22:45:49","guid":{"rendered":"https:\/\/dubinko.info\/blog\/?p=1089"},"modified":"2016-01-02T23:03:50","modified_gmt":"2016-01-03T06:03:50","slug":"pixel-editor","status":"publish","type":"post","link":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/","title":{"rendered":"Pixel editor"},"content":{"rendered":"<p>I did a thing.<\/p>\n<p>I am experimenting with machine learning and neural networks. To do so, I need a real-world dataset to play with. For starters, I am using a 5&#215;7 pixel array, as common in many DIY projects, representing digits 0-9. Please help me my drawing a picture of the randomly-selected digit below. All data will be released to the public domain.<\/p>\n<p>Can you help me? Take a few seconds and draw a picture of a number by clicking on pixels to toggle their value.<\/p>\n<p>Email me with any questions or suggestions.<\/p>\n<style>\n.outer-wrapper {\n    margin: 40px;\n}\n.square {\n    background-color: #fff;\n    display: inline-block;\n    border: 1px solid #ccc;\n    height: 15px;\n    width: 15px;\n}\n#form-submit {\n}\n<\/style>\n<p><script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/2.1.4\/jquery.min.js\"><\/script><\/p>\n<p><script>\nvar base32 = \"_abcdefghijkmnopqrstuvwxyz234679\";\n\/\/\nfunction row(n) {\n    var position = 1;\n    var sum = 0;\n    for (var i = 0; i <= 4; i++) {\n        var pixel = $(\"#r\" + n +  \" .col\" + (5 -i)).css('background-color').indexOf('255') == -1\n        sum = sum + position * (+pixel);\n        position = position * 2;\n    }\n    return sum;\n}\n\/\/\n$(document).ready(function(){\n    $('#digit').val(Math.floor(Math.random()*10))\n    $('.square').click(function() {\n        var oldBackground = $(this).css('background-color')\n        var newBackground = (oldBackground.indexOf('255') == -1) ? 'white' : 'black';\n        $(this).css('background-color', newBackground);\n        var bits = \"\";\n        for (var i=0; i <=6; i++) {\n            bits = bits + base32.charAt(row(i + 1));\n        }\n        $('#bitmask').val(bits);\n    });\n});\n<\/script><\/p>\n<form action=\"https:\/\/docs.google.com\/a\/micahjoel.info\/forms\/d\/1brDhGBYOAGCN8HIx18xftPHDSC_MqvY_Wz5Lzpj2egU\/formResponse\" method=\"POST\" id=\"mG61Hd\" target=\"_blank\">\n<label for=\"digit\">Your digit to draw:<\/label><input id=\"digit\" name=\"entry.42360424\" value=\"8\"><\/input><br \/>\n<br \/>\n<label for=\"bitiask\">The bit pattern you encoded:<\/label><input id=\"bitmask\" name=\"entry.1629793695\" value=\"_______\" readonly><\/input><\/p>\n<div class=\"outer-wrapper\">\n<div class=\"row\" id=\"r1\">\n    <span class=\"square col1\"> <\/span><span class=\"square col2\"> <\/span><span class=\"square col3\"> <\/span><span class=\"square col4\"> <\/span><span class=\"square col5\"> <\/span>\n  <\/div>\n<div class=\"row\" id=\"r2\">\n    <span class=\"square col1\"> <\/span><span class=\"square col2\"> <\/span><span class=\"square col3\"> <\/span><span class=\"square col4\"> <\/span><span class=\"square col5\"> <\/span>\n  <\/div>\n<div class=\"row\" id=\"r3\">\n    <span class=\"square col1\"> <\/span><span class=\"square col2\"> <\/span><span class=\"square col3\"> <\/span><span class=\"square col4\"> <\/span><span class=\"square col5\"> <\/span>\n  <\/div>\n<div class=\"row\" id=\"r4\">\n    <span class=\"square col1\"> <\/span><span class=\"square col2\"> <\/span><span class=\"square col3\"> <\/span><span class=\"square col4\"> <\/span><span class=\"square col5\"> <\/span>\n  <\/div>\n<div class=\"row\" id=\"r5\">\n    <span class=\"square col1\"> <\/span><span class=\"square col2\"> <\/span><span class=\"square col3\"> <\/span><span class=\"square col4\"> <\/span><span class=\"square col5\"> <\/span>\n  <\/div>\n<div class=\"row\" id=\"r6\">\n    <span class=\"square col1\"> <\/span><span class=\"square col2\"> <\/span><span class=\"square col3\"> <\/span><span class=\"square col4\"> <\/span><span class=\"square col5\"> <\/span>\n  <\/div>\n<div class=\"row\" id=\"r7\">\n    <span class=\"square col1\"> <\/span><span class=\"square col2\"> <\/span><span class=\"square col3\"> <\/span><span class=\"square col4\"> <\/span><span class=\"square col5\"> <\/span>\n  <\/div>\n<div>\n<p>\n<input type=\"submit\" name=\"submit\"><\/input><br \/>\n<\/form>\n<p><a href=\"http:\/\/renaissancenerd.tumblr.com\/post\/23219286900\/a-thought-experiment-pixel-art\">Inspiration<\/a><\/p>\n<p>Data collection by <a href=\"https:\/\/github.com\/heaversm\/google-custom-form\">Google Custom Forms<\/a>.<\/p>\n<p>Machine learning datasets FTW! Stay tuned for code & results.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I did a thing. I am experimenting with machine learning and neural networks. To do so, I need a real-world dataset to play with. For starters, I am using a 5&#215;7 pixel array, as common in many DIY projects, representing digits 0-9. Please help me my drawing a picture of the randomly-selected digit below. All&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","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,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"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":[1],"tags":[],"class_list":["post-1089","post","type-post","status-publish","format-standard","hentry","category-stuff"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"I did a thing. I am experimenting with machine learning and neural networks. To do so, I need a real-world dataset to play with. For starters, I am using a 5x7 pixel array, as common in many DIY projects, representing digits 0-9. Please help me my drawing a picture of the randomly-selected digit below. All\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"mdubinko\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MicahLogic Queryopticon | Yields undecidable when preceded by its quotation\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Pixel editor | MicahLogic Queryopticon\" \/>\n\t\t<meta property=\"og:description\" content=\"I did a thing. I am experimenting with machine learning and neural networks. To do so, I need a real-world dataset to play with. For starters, I am using a 5x7 pixel array, as common in many DIY projects, representing digits 0-9. Please help me my drawing a picture of the randomly-selected digit below. All\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2016-01-02T22:45:49+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-01-03T06:03:50+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Pixel editor | MicahLogic Queryopticon\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I did a thing. I am experimenting with machine learning and neural networks. To do so, I need a real-world dataset to play with. For starters, I am using a 5x7 pixel array, as common in many DIY projects, representing digits 0-9. Please help me my drawing a picture of the randomly-selected digit below. All\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/2016\\\/01\\\/pixel-editor\\\/#article\",\"name\":\"Pixel editor | MicahLogic Queryopticon\",\"headline\":\"Pixel editor\",\"author\":{\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/#organization\"},\"datePublished\":\"2016-01-02T15:45:49-07:00\",\"dateModified\":\"2016-01-02T23:03:50-07:00\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/2016\\\/01\\\/pixel-editor\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/2016\\\/01\\\/pixel-editor\\\/#webpage\"},\"articleSection\":\"stuff\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/2016\\\/01\\\/pixel-editor\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dubinko.info\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/tags\\\/stuff\\\/#listItem\",\"name\":\"stuff\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/tags\\\/stuff\\\/#listItem\",\"position\":2,\"name\":\"stuff\",\"item\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/tags\\\/stuff\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/2016\\\/01\\\/pixel-editor\\\/#listItem\",\"name\":\"Pixel editor\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/2016\\\/01\\\/pixel-editor\\\/#listItem\",\"position\":3,\"name\":\"Pixel editor\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/tags\\\/stuff\\\/#listItem\",\"name\":\"stuff\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/#organization\",\"name\":\"MicahLogic Queryopticon\",\"description\":\"Yields undecidable when preceded by its quotation\",\"url\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"mdubinko\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/2016\\\/01\\\/pixel-editor\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c1160c0ab9ce581a55013f96fd61356e166ffc9a00666a5062bc8121922fcdcd?s=96&d=retro&r=g\",\"width\":96,\"height\":96,\"caption\":\"mdubinko\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/2016\\\/01\\\/pixel-editor\\\/#webpage\",\"url\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/2016\\\/01\\\/pixel-editor\\\/\",\"name\":\"Pixel editor | MicahLogic Queryopticon\",\"description\":\"I did a thing. I am experimenting with machine learning and neural networks. To do so, I need a real-world dataset to play with. For starters, I am using a 5x7 pixel array, as common in many DIY projects, representing digits 0-9. Please help me my drawing a picture of the randomly-selected digit below. All\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/2016\\\/01\\\/pixel-editor\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2016-01-02T15:45:49-07:00\",\"dateModified\":\"2016-01-02T23:03:50-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/\",\"name\":\"MicahLogic Queryopticon\",\"description\":\"Yields undecidable when preceded by its quotation\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dubinko.info\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Pixel editor | MicahLogic Queryopticon","description":"I did a thing. I am experimenting with machine learning and neural networks. To do so, I need a real-world dataset to play with. For starters, I am using a 5x7 pixel array, as common in many DIY projects, representing digits 0-9. Please help me my drawing a picture of the randomly-selected digit below. All","canonical_url":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/#article","name":"Pixel editor | MicahLogic Queryopticon","headline":"Pixel editor","author":{"@id":"https:\/\/dubinko.info\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/dubinko.info\/blog\/#organization"},"datePublished":"2016-01-02T15:45:49-07:00","dateModified":"2016-01-02T23:03:50-07:00","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/#webpage"},"isPartOf":{"@id":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/#webpage"},"articleSection":"stuff"},{"@type":"BreadcrumbList","@id":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dubinko.info\/blog#listItem","position":1,"name":"Home","item":"https:\/\/dubinko.info\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/dubinko.info\/blog\/tags\/stuff\/#listItem","name":"stuff"}},{"@type":"ListItem","@id":"https:\/\/dubinko.info\/blog\/tags\/stuff\/#listItem","position":2,"name":"stuff","item":"https:\/\/dubinko.info\/blog\/tags\/stuff\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/#listItem","name":"Pixel editor"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dubinko.info\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/#listItem","position":3,"name":"Pixel editor","previousItem":{"@type":"ListItem","@id":"https:\/\/dubinko.info\/blog\/tags\/stuff\/#listItem","name":"stuff"}}]},{"@type":"Organization","@id":"https:\/\/dubinko.info\/blog\/#organization","name":"MicahLogic Queryopticon","description":"Yields undecidable when preceded by its quotation","url":"https:\/\/dubinko.info\/blog\/"},{"@type":"Person","@id":"https:\/\/dubinko.info\/blog\/author\/admin\/#author","url":"https:\/\/dubinko.info\/blog\/author\/admin\/","name":"mdubinko","image":{"@type":"ImageObject","@id":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/c1160c0ab9ce581a55013f96fd61356e166ffc9a00666a5062bc8121922fcdcd?s=96&d=retro&r=g","width":96,"height":96,"caption":"mdubinko"}},{"@type":"WebPage","@id":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/#webpage","url":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/","name":"Pixel editor | MicahLogic Queryopticon","description":"I did a thing. I am experimenting with machine learning and neural networks. To do so, I need a real-world dataset to play with. For starters, I am using a 5x7 pixel array, as common in many DIY projects, representing digits 0-9. Please help me my drawing a picture of the randomly-selected digit below. All","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dubinko.info\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/#breadcrumblist"},"author":{"@id":"https:\/\/dubinko.info\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/dubinko.info\/blog\/author\/admin\/#author"},"datePublished":"2016-01-02T15:45:49-07:00","dateModified":"2016-01-02T23:03:50-07:00"},{"@type":"WebSite","@id":"https:\/\/dubinko.info\/blog\/#website","url":"https:\/\/dubinko.info\/blog\/","name":"MicahLogic Queryopticon","description":"Yields undecidable when preceded by its quotation","inLanguage":"en-US","publisher":{"@id":"https:\/\/dubinko.info\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"MicahLogic Queryopticon | Yields undecidable when preceded by its quotation","og:type":"article","og:title":"Pixel editor | MicahLogic Queryopticon","og:description":"I did a thing. I am experimenting with machine learning and neural networks. To do so, I need a real-world dataset to play with. For starters, I am using a 5x7 pixel array, as common in many DIY projects, representing digits 0-9. Please help me my drawing a picture of the randomly-selected digit below. All","og:url":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/","article:published_time":"2016-01-02T22:45:49+00:00","article:modified_time":"2016-01-03T06:03:50+00:00","twitter:card":"summary","twitter:title":"Pixel editor | MicahLogic Queryopticon","twitter:description":"I did a thing. I am experimenting with machine learning and neural networks. To do so, I need a real-world dataset to play with. For starters, I am using a 5x7 pixel array, as common in many DIY projects, representing digits 0-9. Please help me my drawing a picture of the randomly-selected digit below. All"},"aioseo_meta_data":{"post_id":"1089","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-02-04 08:04:16","updated":"2025-12-10 03:46:27","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dubinko.info\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dubinko.info\/blog\/tags\/stuff\/\" title=\"stuff\">stuff<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPixel editor\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dubinko.info\/blog"},{"label":"stuff","link":"https:\/\/dubinko.info\/blog\/tags\/stuff\/"},{"label":"Pixel editor","link":"https:\/\/dubinko.info\/blog\/2016\/01\/pixel-editor\/"}],"jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8eo8l-hz","jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dubinko.info\/blog\/wp-json\/wp\/v2\/posts\/1089","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dubinko.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dubinko.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dubinko.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dubinko.info\/blog\/wp-json\/wp\/v2\/comments?post=1089"}],"version-history":[{"count":60,"href":"https:\/\/dubinko.info\/blog\/wp-json\/wp\/v2\/posts\/1089\/revisions"}],"predecessor-version":[{"id":1149,"href":"https:\/\/dubinko.info\/blog\/wp-json\/wp\/v2\/posts\/1089\/revisions\/1149"}],"wp:attachment":[{"href":"https:\/\/dubinko.info\/blog\/wp-json\/wp\/v2\/media?parent=1089"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dubinko.info\/blog\/wp-json\/wp\/v2\/categories?post=1089"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dubinko.info\/blog\/wp-json\/wp\/v2\/tags?post=1089"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}