{"id":891,"date":"2022-06-09T03:32:43","date_gmt":"2022-06-09T01:32:43","guid":{"rendered":"https:\/\/hpjansson.org\/blag\/?p=891"},"modified":"2022-06-09T03:32:45","modified_gmt":"2022-06-09T01:32:45","slug":"a-quick-textmode-themed-update","status":"publish","type":"post","link":"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/","title":{"rendered":"A quick textmode-themed update"},"content":{"rendered":"\n<p>Summer is coming and I've got a couple of posts cooking that may turn out mildly interesting, but &#8212; time constraints being what they are &#8212; in the meantime there's this.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Chafa<\/h2>\n\n\n\n<p>I (judiciously, as one might opine) pulled back from posting about every single feature release, but things have kept plodding along in quiet. ImageMagick is finally going away as per <a href=\"https:\/\/hpjansson.org\/blag\/2020\/04\/01\/chafa-1-4-0-now-with-sixels\/\">a buried remark from 2020<\/a>, which means no more filling up \/tmp, no more spawning Inkscape to read in SVGs, and so on. There's also lots of convenience and robustness and whatnot. Go read the <a href=\"https:\/\/github.com\/hpjansson\/chafa\/releases\">release notes<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1280\" src=\"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-1024x1280.png\" alt=\"\" class=\"wp-image-892\" srcset=\"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-1024x1280.png 1024w, https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-240x300.png 240w, https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-768x960.png 768w, https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-1229x1536.png 1229w, https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove.png 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption>Text terminals, ANSI art groups, my dumb pet projects: they just won't.<\/figcaption><\/figure>\n\n\n\n<p>As for eye candy, I guess the new 16\/8-color mode qualifies. It's the good old \"eight colors, but bold attribute makes foreground bright\" trick, which requires a bit of special handling since the quantization step must apply two different palettes.<\/p>\n\n\n\n<p>With this working, the road to <a href=\"https:\/\/16colo.rs\/\">ANSI<\/a> <a href=\"http:\/\/blocktronics.org\/about\/\">art<\/a> <a href=\"https:\/\/mistfunk.tumblr.com\/\">scene<\/a> <s>Naraka<\/s> nirvana is short: Select code points present in <a href=\"https:\/\/en.wikipedia.org\/wiki\/Code_page_437\">your favorite IBM code page<\/a>, strip newlines (only if your output is 80 columns wide), and convert Chafa's Unicode output to the target code page. You'll get a file worthy of the .ANS extension and perhaps a utility like <a href=\"https:\/\/www.ansilove.org\/\">Ansilove<\/a> (to those who care: There's some mildly NSFW art in their Examples section. Definitely don't look at it. You've been warned).<\/p>\n\n\n\n<p>Taken together, it goes something like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ chafa -f symbol -c 16\/8 -s 80 -w 9 --font-ratio 1 --color-space din99d \\\n    --symbols space+solid+half+stipple+ascii they_wont.jpg | tr -d \\\\n | \\\n    iconv -c -f utf8 -t cp437 &gt; they_wont.ans\n$ ansilove -f 80x50 -r they_wont.ans -o top_notch_blog_fodder.png<\/code><\/pre>\n\n\n\n<p>It's a bit of a screenful, but should get better once I get around to implementing presets.<\/p>\n\n\n\n<p>Finally, I added a new internal symbol range for Latin scripts. It's got about 350 new symbols to work with on top of the ASCII that was already there. Example anim below; might be a good idea to <a href=\"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/terminals-chafa-latin.gif\" target=\"_blank\" rel=\"noreferrer noopener\">open this one in a separate tab<\/a>, as browser scaling kind of ruins it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/terminals-chafa-latin.gif\" alt=\"\" class=\"wp-image-900\" width=\"840\" height=\"779\"\/><figcaption><code>--fg-only --symbols latin<\/code>. Input from <a href=\"https:\/\/30000fps.tumblr.com\/\">30000fps<\/a>.<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Thanks<\/h2>\n\n\n\n<p>Apart from the packagers, who are excellent but too numerous to list for fear of leaving anyone out, this time I'd like to thank Lionel Dricot aka <a href=\"https:\/\/ploum.net\/\">Ploum<\/a> for lots of good feedback. He develops a text mode offline-first browser for <a href=\"https:\/\/geminiquickst.art\/\">Gemini<\/a>, Gopher, Spartan and the web called <a href=\"https:\/\/notabug.org\/ploum\/offpunk\/\">Offpunk<\/a>, and you should check it out.<\/p>\n\n\n\n<p>One more. When <a href=\"https:\/\/huntr.dev\/\">huntr.dev<\/a> came onto my radar for the first time this spring, I admit to being a little bit skeptical. However, they've been a great help, and every interaction I've had with both staff and researchers has been professional, pleasant and highly effective. Big thumbs up. I've more thoughts on this, probably enough for a post of its own. Eventually.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A propos<\/h2>\n\n\n\n<p>I came across Aaron A. Reed's project <a href=\"https:\/\/if50.substack.com\/\">50 Years of Text Games<\/a> a while back (via <a href=\"https:\/\/emshort.blog\/\">Emily Short's blog<\/a>, I suspect), and have been following it with interest. He launched <a href=\"https:\/\/www.kickstarter.com\/projects\/aaronareed\/50-years-of-text-games\/\">his kickstarter<\/a> this week and is knocking it out of the park. The selection is a tad heavy on story\/IF games (quoth the neckbeard, \"grumble grumble, <a href=\"https:\/\/en.wikipedia.org\/wiki\/Empire_(1972_video_game)\">Empire<\/a>, <a href=\"https:\/\/means.tv\/programs\/preservingworlds?cid=1699448&amp;permalink=mitchell-zemil-pw_01_zzt_h264_210112mp4-c2ef69\">ZZT<\/a>, grumble\"), but it's really no complaint considering the effort that obviously went into this.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1197\" src=\"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/50_years_of_text_games-inside-1920x1197.jpg\" alt=\"\" class=\"wp-image-903\" srcset=\"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/50_years_of_text_games-inside-1920x1197.jpg 1920w, https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/50_years_of_text_games-inside-300x187.jpg 300w, https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/50_years_of_text_games-inside-768x479.jpg 768w, https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/50_years_of_text_games-inside-1536x958.jpg 1536w, https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/50_years_of_text_games-inside-840x525.jpg 840w, https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/50_years_of_text_games-inside.jpg 2046w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/figure>\n\n\n\n<p>Seems low-risk too (the draft articles are already written and <a href=\"https:\/\/if50.substack.com\/archive\">available to read<\/a>), but I have a 75% miss rate on projects I've backed, so what do I know. Maybe next year it'll be 60%.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Summer is coming and I've got a couple of posts cooking that may turn out mildly interesting, but &#8212; time constraints being what they are &#8212; in the meantime there's this.<\/p>\n","protected":false},"author":1,"featured_media":899,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[20,19,40,21,39],"class_list":["post-891","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-computing","tag-ansi-art","tag-chafa","tag-games","tag-terminal-graphics","tag-textmode"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>A quick textmode-themed update - Et tu, Cthulhu<\/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:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A quick textmode-themed update - Et tu, Cthulhu\" \/>\n<meta property=\"og:description\" content=\"Summer is coming and I&#039;ve got a couple of posts cooking that may turn out mildly interesting, but -- time constraints being what they are -- in the meantime there&#039;s this.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/\" \/>\n<meta property=\"og:site_name\" content=\"Et tu, Cthulhu\" \/>\n<meta property=\"article:published_time\" content=\"2022-06-09T01:32:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-09T01:32:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-crop.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1279\" \/>\n\t<meta property=\"og:image:height\" content=\"1288\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Hans Petter Jansson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hpj\" \/>\n<meta name=\"twitter:site\" content=\"@hpj\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Hans Petter Jansson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/\"},\"author\":{\"name\":\"Hans Petter Jansson\",\"@id\":\"https:\/\/hpjansson.org\/blag\/#\/schema\/person\/a86f9dc39a36a8184d6e6f9a759f235c\"},\"headline\":\"A quick textmode-themed update\",\"datePublished\":\"2022-06-09T01:32:43+00:00\",\"dateModified\":\"2022-06-09T01:32:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/\"},\"wordCount\":536,\"commentCount\":7,\"publisher\":{\"@id\":\"https:\/\/hpjansson.org\/blag\/#\/schema\/person\/a86f9dc39a36a8184d6e6f9a759f235c\"},\"image\":{\"@id\":\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-crop.png\",\"keywords\":[\"ansi art\",\"chafa\",\"games\",\"terminal graphics\",\"textmode\"],\"articleSection\":[\"Computing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/\",\"url\":\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/\",\"name\":\"A quick textmode-themed update - Et tu, Cthulhu\",\"isPartOf\":{\"@id\":\"https:\/\/hpjansson.org\/blag\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-crop.png\",\"datePublished\":\"2022-06-09T01:32:43+00:00\",\"dateModified\":\"2022-06-09T01:32:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#primaryimage\",\"url\":\"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-crop.png\",\"contentUrl\":\"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-crop.png\",\"width\":1279,\"height\":1288},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hpjansson.org\/blag\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A quick textmode-themed update\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hpjansson.org\/blag\/#website\",\"url\":\"https:\/\/hpjansson.org\/blag\/\",\"name\":\"Et tu, Cthulhu\",\"description\":\"Personal blag of Hans Petter Jansson: Fun with computers edition\",\"publisher\":{\"@id\":\"https:\/\/hpjansson.org\/blag\/#\/schema\/person\/a86f9dc39a36a8184d6e6f9a759f235c\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hpjansson.org\/blag\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/hpjansson.org\/blag\/#\/schema\/person\/a86f9dc39a36a8184d6e6f9a759f235c\",\"name\":\"Hans Petter Jansson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hpjansson.org\/blag\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/33402e5005b34e5ee4ba4f9fd0c5d754f4505d5fb455736e5c585676cb7f2075?s=96&d=retro&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/33402e5005b34e5ee4ba4f9fd0c5d754f4505d5fb455736e5c585676cb7f2075?s=96&d=retro&r=g\",\"caption\":\"Hans Petter Jansson\"},\"logo\":{\"@id\":\"https:\/\/hpjansson.org\/blag\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/hpjansson.org\/\",\"https:\/\/x.com\/hpj\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A quick textmode-themed update - Et tu, Cthulhu","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:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/","og_locale":"en_US","og_type":"article","og_title":"A quick textmode-themed update - Et tu, Cthulhu","og_description":"Summer is coming and I've got a couple of posts cooking that may turn out mildly interesting, but -- time constraints being what they are -- in the meantime there's this.","og_url":"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/","og_site_name":"Et tu, Cthulhu","article_published_time":"2022-06-09T01:32:43+00:00","article_modified_time":"2022-06-09T01:32:45+00:00","og_image":[{"width":1279,"height":1288,"url":"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-crop.png","type":"image\/png"}],"author":"Hans Petter Jansson","twitter_card":"summary_large_image","twitter_creator":"@hpj","twitter_site":"@hpj","twitter_misc":{"Written by":"Hans Petter Jansson","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#article","isPartOf":{"@id":"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/"},"author":{"name":"Hans Petter Jansson","@id":"https:\/\/hpjansson.org\/blag\/#\/schema\/person\/a86f9dc39a36a8184d6e6f9a759f235c"},"headline":"A quick textmode-themed update","datePublished":"2022-06-09T01:32:43+00:00","dateModified":"2022-06-09T01:32:45+00:00","mainEntityOfPage":{"@id":"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/"},"wordCount":536,"commentCount":7,"publisher":{"@id":"https:\/\/hpjansson.org\/blag\/#\/schema\/person\/a86f9dc39a36a8184d6e6f9a759f235c"},"image":{"@id":"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#primaryimage"},"thumbnailUrl":"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-crop.png","keywords":["ansi art","chafa","games","terminal graphics","textmode"],"articleSection":["Computing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/","url":"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/","name":"A quick textmode-themed update - Et tu, Cthulhu","isPartOf":{"@id":"https:\/\/hpjansson.org\/blag\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#primaryimage"},"image":{"@id":"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#primaryimage"},"thumbnailUrl":"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-crop.png","datePublished":"2022-06-09T01:32:43+00:00","dateModified":"2022-06-09T01:32:45+00:00","breadcrumb":{"@id":"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#primaryimage","url":"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-crop.png","contentUrl":"https:\/\/hpjansson.org\/blag\/wp-content\/uploads\/2022\/06\/they_wont_stay_dead-ansilove-crop.png","width":1279,"height":1288},{"@type":"BreadcrumbList","@id":"https:\/\/hpjansson.org\/blag\/2022\/06\/09\/a-quick-textmode-themed-update\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hpjansson.org\/blag\/"},{"@type":"ListItem","position":2,"name":"A quick textmode-themed update"}]},{"@type":"WebSite","@id":"https:\/\/hpjansson.org\/blag\/#website","url":"https:\/\/hpjansson.org\/blag\/","name":"Et tu, Cthulhu","description":"Personal blag of Hans Petter Jansson: Fun with computers edition","publisher":{"@id":"https:\/\/hpjansson.org\/blag\/#\/schema\/person\/a86f9dc39a36a8184d6e6f9a759f235c"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hpjansson.org\/blag\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/hpjansson.org\/blag\/#\/schema\/person\/a86f9dc39a36a8184d6e6f9a759f235c","name":"Hans Petter Jansson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hpjansson.org\/blag\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/33402e5005b34e5ee4ba4f9fd0c5d754f4505d5fb455736e5c585676cb7f2075?s=96&d=retro&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/33402e5005b34e5ee4ba4f9fd0c5d754f4505d5fb455736e5c585676cb7f2075?s=96&d=retro&r=g","caption":"Hans Petter Jansson"},"logo":{"@id":"https:\/\/hpjansson.org\/blag\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/hpjansson.org\/","https:\/\/x.com\/hpj"]}]}},"_links":{"self":[{"href":"https:\/\/hpjansson.org\/blag\/wp-json\/wp\/v2\/posts\/891","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hpjansson.org\/blag\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hpjansson.org\/blag\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hpjansson.org\/blag\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hpjansson.org\/blag\/wp-json\/wp\/v2\/comments?post=891"}],"version-history":[{"count":13,"href":"https:\/\/hpjansson.org\/blag\/wp-json\/wp\/v2\/posts\/891\/revisions"}],"predecessor-version":[{"id":909,"href":"https:\/\/hpjansson.org\/blag\/wp-json\/wp\/v2\/posts\/891\/revisions\/909"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hpjansson.org\/blag\/wp-json\/wp\/v2\/media\/899"}],"wp:attachment":[{"href":"https:\/\/hpjansson.org\/blag\/wp-json\/wp\/v2\/media?parent=891"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hpjansson.org\/blag\/wp-json\/wp\/v2\/categories?post=891"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hpjansson.org\/blag\/wp-json\/wp\/v2\/tags?post=891"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}