RSS.Style logo RSS/Atom Feed Analysis


Analysis of https://feeds.feedburner.com/stavrosstuff

Feed fetched in 261 ms.
Content type is text/xml; charset=utf-8.
Feed is 6,926 characters long.
Warning Feed is missing an ETag.
Feed has a last modified date of Sat, 6 Dec 2025 23:35:25 GMT.
Feed has a text/xsl stylesheet: /feed.xslt.
This appears to be an RSS feed.
Feed title: Stavros' Stuff
Error Feed self link does not match feed URL: https://www.stavros.io/feed/short/.
Feed has 5 items.
First item published on 2025-11-11T01:48:23.000Z
Last item published on 2025-04-01T03:13:47.000Z
Home page URL: https://www.stavros.io/
Error Home page does not have a matching feed discovery link in the <head>.

1 feed links in <head>
  • https://www.stavros.io/feed/short/

  • Error Home page does not have a link to the feed in the <body>.

    Formatted XML
    <?xml version="1.0" encoding="utf-8"?>
    <?xml-stylesheet type="text/xsl" href="/feed.xslt"?>
    <rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
        <channel>
            <title>Stavros&#39; Stuff</title>
            <link>https://www.stavros.io/</link>
            <atom:link href="https://www.stavros.io/feed/short/" rel="self"></atom:link>
            <description>Latest posts on Stavros&#39; Stuff.</description>
            <language>en-us</language>
            <author>
                <name>Stavros Korokithakis</name>
            </author>
            <item>
                <title>I converted a rotary phone into a meeting handset</title>
                <link>https://www.stavros.io/posts/i-converted-a-rotary-phone-into-a-meeting-handset/</link>
                <guid>https://www.stavros.io/posts/i-converted-a-rotary-phone-into-a-meeting-handset/</guid>
                <description>&lt;div class=&#34;pull-quote&#34;&gt;The meeting stakes are high when you can get hung up on&lt;/div&gt;&lt;p&gt;As you may remember, or completely not know, I have a &lt;a href=&#34;/posts/irotary-saga/&#34;&gt;bit of a fascination with old rotary phones&lt;/a&gt;.
    Occasionally, when people learn about this fascination, they donate their old rotary phones to me, so I have ended up with a small collection.&lt;/p&gt;
    &lt;p&gt;The other thing I have a fascination with is meetings.
    Well, I say &amp;#8220;fascination&amp;#8221;, but it&amp;#8217;s more of a burning hatred, really.
    One day, a few months ago, I was in one such meeting, as I have been every day since, and I jokingly pretended to get irate about something.&lt;/p&gt;
    &lt;p&gt;One of my coworkers laughed and said &amp;#8220;I bet if this were a phone call, you&amp;#8217;d slam the phone down right now&amp;#8221;, and a dread spread over me.
    Why &lt;em&gt;didn&amp;#8217;t&lt;/em&gt; I have a phone handset I could slam down?
    Had I really become a corporate husk of my former, carefree self, puppeteered by</description>
                <pubDate>Tue, 11 Nov 2025 01:48:23 +0000</pubDate>
            </item>
            <item>
                <title>Switch to Jujutsu already: a tutorial</title>
                <link>https://www.stavros.io/posts/switch-to-jujutsu-already-a-tutorial/</link>
                <guid>https://www.stavros.io/posts/switch-to-jujutsu-already-a-tutorial/</guid>
                <description>&lt;div class=&#34;pull-quote&#34;&gt;If you don&#39;t like Jujutsu, you&#39;re wrong&lt;/div&gt;&lt;p&gt;As all developers, I&amp;#8217;ve been using git since the dawn of time, since its commands were an inscrutable jumble of ill-fitting incantations, and it has remained this way until today.
    Needless to say, I just don&amp;#8217;t get git.
    I never got it, even though I&amp;#8217;ve read a bunch of stuff on how it represents things internally.
    I&amp;#8217;ve been using it for years knowing what a few commands do, and whenever it gets into a weird state because I fat-fingered something, I have my trusty alias, &lt;code&gt;fuckgit&lt;/code&gt;, that deletes the &lt;code&gt;.git&lt;/code&gt; directory, clones the repo again into a temp folder, and moves the &lt;code&gt;.git&lt;/code&gt; directory from that into my directory, and I&amp;#8217;ve managed to eke out a living for my family this way.&lt;/p&gt;
    &lt;p&gt;Over the past few years, I&amp;#8217;ve been seeing people rave about &lt;a href=&#34;https://github.com/jj-vcs/jj&#34;&gt;Jujutsu&lt;/a&gt;, and I always wanted to try it, but it never seemed worth the trouble, even though I hate git.
    I idly read a few tutorials, trying to understand how it works, but in the end I decided it wasn&amp;#8217;t for me.&lt;/p&gt;
    &lt;p&gt;One day I randomly decided to try again, but this time I asked Claude how to do with Jujutsu whatever operation I wanted to do with git.
    That&amp;#8217;s when the mental model of jj clicked for me, and I finally understood everything, &lt;em&gt;including how git works&lt;/em&gt;.
    I never thought a VCS would spark joy in me, but here we are, and I figured maybe I can write something that will make jj click for you as well.&lt;/p&gt;
    &lt;p&gt;It also doesn&amp;#8217;t hurt that Jujutsu is completely interoperable with git (and thus with providers like GitHub), and I can have all the power of Jujutsu locally on my git repos, without anyone knowing I&amp;#8217;m not actually using git.&lt;/p&gt;
    &lt;h2&gt;The problem&lt;/h2&gt;
    &lt;p&gt;The problem I had with the other tutorials, without realizing it, was that</description>
                <pubDate>Fri, 10 Oct 2025 21:13:48 +0000</pubDate>
            </item>
            <item>
                <title>I made a really small LED panel</title>
                <link>https://www.stavros.io/posts/really-small-led-panel/</link>
                <guid>https://www.stavros.io/posts/really-small-led-panel/</guid>
                <description>&lt;div class=&#34;pull-quote&#34;&gt;It&#39;s small&lt;/div&gt;&lt;p&gt;I bought a really small 8x8 LED panel a while ago because I have a problem.
    I just can&amp;#8217;t resist a nice WS2812 LED panel, much like I can&amp;#8217;t resist an e-ink display.
    These days I manage to stay sober, but once in a while I&amp;#8217;ll see a nice cheap LED panel and fall off the wagon.
    It has now been thirteen minutes that I have gone without buying LED panels, and this is</description>
                <pubDate>Wed, 08 Oct 2025 03:13:27 +0000</pubDate>
            </item>
            <item>
                <title>I couldn&#39;t wait for a TRMNL device, so I made my own</title>
                <link>https://www.stavros.io/posts/making-a-trmnl-device/</link>
                <guid>https://www.stavros.io/posts/making-a-trmnl-device/</guid>
                <description>&lt;div class=&#34;pull-quote&#34;&gt;My obsession with e-ink displays continues&lt;/div&gt;&lt;p&gt;Some time ago, my friend George linked me to &lt;a href=&#34;https://usetrmnl.com&#34;&gt;TRMNL&lt;/a&gt;, a new battery-powered e-ink display with an associated service that generates the images that the display will actually show.
    It looks really well-made, and I have an irrational attraction to e-ink displays, so naturally I had to pre-orde</description>
                <pubDate>Thu, 24 Apr 2025 02:50:39 +0000</pubDate>
            </item>
            <item>
                <title>Why is everything so scalable?</title>
                <link>https://www.stavros.io/posts/why-is-everything-so-scalable/</link>
                <guid>https://www.stavros.io/posts/why-is-everything-so-scalable/</guid>
                <description>&lt;div class=&#34;pull-quote&#34;&gt;Everyone is a FAANG engineer&lt;/div&gt;&lt;p&gt;I&amp;#8217;m entirely convinced that basically every developer alive today heard the adage &amp;#8220;dress for the job you want, not the job you have&amp;#8221; and figured that, since they always wear jeans and a t-shirt anyway, they might as well apply it to their systems&amp;#8217; architecture.
    This explains why the stack of every single company I&amp;#8217;ve seen is invariably AWS/GCP with at least thirty microservices (how else will you keep the code tidy?), a distributed datastore</description>
                <pubDate>Tue, 01 Apr 2025 03:13:47 +0000</pubDate>
            </item>
        </channel>
    </rss>
    Raw text
    <?xml version="1.0" encoding="utf-8"?>
    <?xml-stylesheet type="text/xsl" href="/feed.xslt"?>
    <rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
        <channel>
            <title>Stavros&#39; Stuff</title>
            <link>https://www.stavros.io/</link>
            <atom:link href="https://www.stavros.io/feed/short/" rel="self"></atom:link>
            <description>Latest posts on Stavros&#39; Stuff.</description>
            <language>en-us</language>
            <author>
                <name>Stavros Korokithakis</name>
            </author>
            
    
    <item>
        <title>I converted a rotary phone into a meeting handset</title>
        <link>https://www.stavros.io/posts/i-converted-a-rotary-phone-into-a-meeting-handset/</link>
        <guid>https://www.stavros.io/posts/i-converted-a-rotary-phone-into-a-meeting-handset/</guid>
        <description>
            &lt;div class=&#34;pull-quote&#34;&gt;The meeting stakes are high when you can get hung up on&lt;/div&gt;&lt;p&gt;As you may remember, or completely not know, I have a &lt;a href=&#34;/posts/irotary-saga/&#34;&gt;bit of a fascination with old rotary phones&lt;/a&gt;.
    Occasionally, when people learn about this fascination, they donate their old rotary phones to me, so I have ended up with a small collection.&lt;/p&gt;
    &lt;p&gt;The other thing I have a fascination with is meetings.
    Well, I say &amp;#8220;fascination&amp;#8221;, but it&amp;#8217;s more of a burning hatred, really.
    One day, a few months ago, I was in one such meeting, as I have been every day since, and I jokingly pretended to get irate about something.&lt;/p&gt;
    &lt;p&gt;One of my coworkers laughed and said &amp;#8220;I bet if this were a phone call, you&amp;#8217;d slam the phone down right now&amp;#8221;, and a dread spread over me.
    Why &lt;em&gt;didn&amp;#8217;t&lt;/em&gt; I have a phone handset I could slam down?
    Had I really become a corporate husk of my former, carefree self, puppeteered by
        </description>
        <pubDate>Tue, 11 Nov 2025 01:48:23 +0000</pubDate>
    </item>
    
    <item>
        <title>Switch to Jujutsu already: a tutorial</title>
        <link>https://www.stavros.io/posts/switch-to-jujutsu-already-a-tutorial/</link>
        <guid>https://www.stavros.io/posts/switch-to-jujutsu-already-a-tutorial/</guid>
        <description>
            &lt;div class=&#34;pull-quote&#34;&gt;If you don&#39;t like Jujutsu, you&#39;re wrong&lt;/div&gt;&lt;p&gt;As all developers, I&amp;#8217;ve been using git since the dawn of time, since its commands were an inscrutable jumble of ill-fitting incantations, and it has remained this way until today.
    Needless to say, I just don&amp;#8217;t get git.
    I never got it, even though I&amp;#8217;ve read a bunch of stuff on how it represents things internally.
    I&amp;#8217;ve been using it for years knowing what a few commands do, and whenever it gets into a weird state because I fat-fingered something, I have my trusty alias, &lt;code&gt;fuckgit&lt;/code&gt;, that deletes the &lt;code&gt;.git&lt;/code&gt; directory, clones the repo again into a temp folder, and moves the &lt;code&gt;.git&lt;/code&gt; directory from that into my directory, and I&amp;#8217;ve managed to eke out a living for my family this way.&lt;/p&gt;
    &lt;p&gt;Over the past few years, I&amp;#8217;ve been seeing people rave about &lt;a href=&#34;https://github.com/jj-vcs/jj&#34;&gt;Jujutsu&lt;/a&gt;, and I always wanted to try it, but it never seemed worth the trouble, even though I hate git.
    I idly read a few tutorials, trying to understand how it works, but in the end I decided it wasn&amp;#8217;t for me.&lt;/p&gt;
    &lt;p&gt;One day I randomly decided to try again, but this time I asked Claude how to do with Jujutsu whatever operation I wanted to do with git.
    That&amp;#8217;s when the mental model of jj clicked for me, and I finally understood everything, &lt;em&gt;including how git works&lt;/em&gt;.
    I never thought a VCS would spark joy in me, but here we are, and I figured maybe I can write something that will make jj click for you as well.&lt;/p&gt;
    &lt;p&gt;It also doesn&amp;#8217;t hurt that Jujutsu is completely interoperable with git (and thus with providers like GitHub), and I can have all the power of Jujutsu locally on my git repos, without anyone knowing I&amp;#8217;m not actually using git.&lt;/p&gt;
    &lt;h2&gt;The problem&lt;/h2&gt;
    &lt;p&gt;The problem I had with the other tutorials, without realizing it, was that
        </description>
        <pubDate>Fri, 10 Oct 2025 21:13:48 +0000</pubDate>
    </item>
    
    <item>
        <title>I made a really small LED panel</title>
        <link>https://www.stavros.io/posts/really-small-led-panel/</link>
        <guid>https://www.stavros.io/posts/really-small-led-panel/</guid>
        <description>
            &lt;div class=&#34;pull-quote&#34;&gt;It&#39;s small&lt;/div&gt;&lt;p&gt;I bought a really small 8x8 LED panel a while ago because I have a problem.
    I just can&amp;#8217;t resist a nice WS2812 LED panel, much like I can&amp;#8217;t resist an e-ink display.
    These days I manage to stay sober, but once in a while I&amp;#8217;ll see a nice cheap LED panel and fall off the wagon.
    It has now been thirteen minutes that I have gone without buying LED panels, and this is
        </description>
        <pubDate>Wed, 08 Oct 2025 03:13:27 +0000</pubDate>
    </item>
    
    <item>
        <title>I couldn&#39;t wait for a TRMNL device, so I made my own</title>
        <link>https://www.stavros.io/posts/making-a-trmnl-device/</link>
        <guid>https://www.stavros.io/posts/making-a-trmnl-device/</guid>
        <description>
            &lt;div class=&#34;pull-quote&#34;&gt;My obsession with e-ink displays continues&lt;/div&gt;&lt;p&gt;Some time ago, my friend George linked me to &lt;a href=&#34;https://usetrmnl.com&#34;&gt;TRMNL&lt;/a&gt;, a new battery-powered e-ink display with an associated service that generates the images that the display will actually show.
    It looks really well-made, and I have an irrational attraction to e-ink displays, so naturally I had to pre-orde
        </description>
        <pubDate>Thu, 24 Apr 2025 02:50:39 +0000</pubDate>
    </item>
    
    <item>
        <title>Why is everything so scalable?</title>
        <link>https://www.stavros.io/posts/why-is-everything-so-scalable/</link>
        <guid>https://www.stavros.io/posts/why-is-everything-so-scalable/</guid>
        <description>
            &lt;div class=&#34;pull-quote&#34;&gt;Everyone is a FAANG engineer&lt;/div&gt;&lt;p&gt;I&amp;#8217;m entirely convinced that basically every developer alive today heard the adage &amp;#8220;dress for the job you want, not the job you have&amp;#8221; and figured that, since they always wear jeans and a t-shirt anyway, they might as well apply it to their systems&amp;#8217; architecture.
    This explains why the stack of every single company I&amp;#8217;ve seen is invariably AWS/GCP with at least thirty microservices (how else will you keep the code tidy?), a distributed datastore
        </description>
        <pubDate>Tue, 01 Apr 2025 03:13:47 +0000</pubDate>
    </item>
    
    
        </channel>
    </rss>
    
    Raw headers
    {
      "accept-ch": "Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-WoW64, Sec-CH-UA-Form-Factors, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version",
      "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000",
      "cache-control": "no-cache, no-store, max-age=0, must-revalidate",
      "cf-cache-status": "DYNAMIC",
      "cf-ray": "9aa23724b7b86196-ORD",
      "connection": "keep-alive",
      "content-security-policy": "require-trusted-types-for 'script';report-uri /_/RaichuFeedServer/cspreport, script-src 'report-sample' 'nonce-ZfQL4z_99z3eNxZEosMdTg' 'unsafe-inline';object-src 'none';base-uri 'self';report-uri /_/RaichuFeedServer/cspreport;worker-src 'self'",
      "content-type": "text/xml; charset=utf-8",
      "cross-origin-opener-policy": "same-origin",
      "cross-origin-resource-policy": "same-site",
      "date": "Sun, 07 Dec 2025 07:12:34 GMT",
      "expires": "Mon, 01 Jan 1990 00:00:00 GMT",
      "feedburnerv2": "",
      "last-modified": "Sat, 6 Dec 2025 23:35:25 GMT",
      "permissions-policy": "ch-ua-arch=*, ch-ua-bitness=*, ch-ua-full-version=*, ch-ua-full-version-list=*, ch-ua-model=*, ch-ua-wow64=*, ch-ua-form-factors=*, ch-ua-platform=*, ch-ua-platform-version=*",
      "pragma": "no-cache",
      "reporting-endpoints": "default=\"/_/RaichuFeedServer/web-reports?context=eJzj4tDikmJw1pBiEOLmeHTxykk2gRdHGjOULJPyC-MTS1My83ULSpNyMoszUouKdYGCukWJmckZpbppqakpxalFZalF8UYGRqaGRgYmegbm8QUGAGDAG3U\"",
      "server": "cloudflare",
      "transfer-encoding": "chunked",
      "vary": "Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-Site, accept-encoding",
      "x-content-type-options": "nosniff",
      "x-frame-options": "SAMEORIGIN",
      "x-xss-protection": "0"
    }
    Parsed with @rowanmanning/feed-parser
    {
      "meta": {
        "type": "rss",
        "version": "2.0"
      },
      "language": "en-us",
      "title": "Stavros' Stuff",
      "description": "Latest posts on Stavros' Stuff.",
      "copyright": null,
      "url": "https://www.stavros.io/",
      "self": "https://www.stavros.io/feed/short/",
      "published": null,
      "updated": null,
      "generator": null,
      "image": null,
      "authors": [
        {
          "name": "Stavros Korokithakis",
          "email": null,
          "url": null
        }
      ],
      "categories": [],
      "items": [
        {
          "id": "https://www.stavros.io/posts/i-converted-a-rotary-phone-into-a-meeting-handset/",
          "title": "I converted a rotary phone into a meeting handset",
          "description": "<div class=\"pull-quote\">The meeting stakes are high when you can get hung up on</div><p>As you may remember, or completely not know, I have a <a href=\"/posts/irotary-saga/\">bit of a fascination with old rotary phones</a>.\nOccasionally, when people learn about this fascination, they donate their old rotary phones to me, so I have ended up with a small collection.</p>\n<p>The other thing I have a fascination with is meetings.\nWell, I say “fascination”, but it’s more of a burning hatred, really.\nOne day, a few months ago, I was in one such meeting, as I have been every day since, and I jokingly pretended to get irate about something.</p>\n<p>One of my coworkers laughed and said “I bet if this were a phone call, you’d slam the phone down right now”, and a dread spread over me.\nWhy <em>didn’t</em> I have a phone handset I could slam down?\nHad I really become a corporate husk of my former, carefree self, puppeteered by",
          "url": "https://www.stavros.io/posts/i-converted-a-rotary-phone-into-a-meeting-handset/",
          "published": "2025-11-11T01:48:23.000Z",
          "updated": "2025-11-11T01:48:23.000Z",
          "content": null,
          "image": null,
          "media": [],
          "authors": [
            {
              "name": "Stavros Korokithakis",
              "email": null,
              "url": null
            }
          ],
          "categories": []
        },
        {
          "id": "https://www.stavros.io/posts/switch-to-jujutsu-already-a-tutorial/",
          "title": "Switch to Jujutsu already: a tutorial",
          "description": "<div class=\"pull-quote\">If you don't like Jujutsu, you're wrong</div><p>As all developers, I’ve been using git since the dawn of time, since its commands were an inscrutable jumble of ill-fitting incantations, and it has remained this way until today.\nNeedless to say, I just don’t get git.\nI never got it, even though I’ve read a bunch of stuff on how it represents things internally.\nI’ve been using it for years knowing what a few commands do, and whenever it gets into a weird state because I fat-fingered something, I have my trusty alias, <code>fuckgit</code>, that deletes the <code>.git</code> directory, clones the repo again into a temp folder, and moves the <code>.git</code> directory from that into my directory, and I’ve managed to eke out a living for my family this way.</p>\n<p>Over the past few years, I’ve been seeing people rave about <a href=\"https://github.com/jj-vcs/jj\">Jujutsu</a>, and I always wanted to try it, but it never seemed worth the trouble, even though I hate git.\nI idly read a few tutorials, trying to understand how it works, but in the end I decided it wasn’t for me.</p>\n<p>One day I randomly decided to try again, but this time I asked Claude how to do with Jujutsu whatever operation I wanted to do with git.\nThat’s when the mental model of jj clicked for me, and I finally understood everything, <em>including how git works</em>.\nI never thought a VCS would spark joy in me, but here we are, and I figured maybe I can write something that will make jj click for you as well.</p>\n<p>It also doesn’t hurt that Jujutsu is completely interoperable with git (and thus with providers like GitHub), and I can have all the power of Jujutsu locally on my git repos, without anyone knowing I’m not actually using git.</p>\n<h2>The problem</h2>\n<p>The problem I had with the other tutorials, without realizing it, was that",
          "url": "https://www.stavros.io/posts/switch-to-jujutsu-already-a-tutorial/",
          "published": "2025-10-10T21:13:48.000Z",
          "updated": "2025-10-10T21:13:48.000Z",
          "content": null,
          "image": null,
          "media": [],
          "authors": [
            {
              "name": "Stavros Korokithakis",
              "email": null,
              "url": null
            }
          ],
          "categories": []
        },
        {
          "id": "https://www.stavros.io/posts/really-small-led-panel/",
          "title": "I made a really small LED panel",
          "description": "<div class=\"pull-quote\">It's small</div><p>I bought a really small 8x8 LED panel a while ago because I have a problem.\nI just can’t resist a nice WS2812 LED panel, much like I can’t resist an e-ink display.\nThese days I manage to stay sober, but once in a while I’ll see a nice cheap LED panel and fall off the wagon.\nIt has now been thirteen minutes that I have gone without buying LED panels, and this is",
          "url": "https://www.stavros.io/posts/really-small-led-panel/",
          "published": "2025-10-08T03:13:27.000Z",
          "updated": "2025-10-08T03:13:27.000Z",
          "content": null,
          "image": null,
          "media": [],
          "authors": [
            {
              "name": "Stavros Korokithakis",
              "email": null,
              "url": null
            }
          ],
          "categories": []
        },
        {
          "id": "https://www.stavros.io/posts/making-a-trmnl-device/",
          "title": "I couldn't wait for a TRMNL device, so I made my own",
          "description": "<div class=\"pull-quote\">My obsession with e-ink displays continues</div><p>Some time ago, my friend George linked me to <a href=\"https://usetrmnl.com\">TRMNL</a>, a new battery-powered e-ink display with an associated service that generates the images that the display will actually show.\nIt looks really well-made, and I have an irrational attraction to e-ink displays, so naturally I had to pre-orde",
          "url": "https://www.stavros.io/posts/making-a-trmnl-device/",
          "published": "2025-04-24T02:50:39.000Z",
          "updated": "2025-04-24T02:50:39.000Z",
          "content": null,
          "image": null,
          "media": [],
          "authors": [
            {
              "name": "Stavros Korokithakis",
              "email": null,
              "url": null
            }
          ],
          "categories": []
        },
        {
          "id": "https://www.stavros.io/posts/why-is-everything-so-scalable/",
          "title": "Why is everything so scalable?",
          "description": "<div class=\"pull-quote\">Everyone is a FAANG engineer</div><p>I’m entirely convinced that basically every developer alive today heard the adage “dress for the job you want, not the job you have” and figured that, since they always wear jeans and a t-shirt anyway, they might as well apply it to their systems’ architecture.\nThis explains why the stack of every single company I’ve seen is invariably AWS/GCP with at least thirty microservices (how else will you keep the code tidy?), a distributed datastore",
          "url": "https://www.stavros.io/posts/why-is-everything-so-scalable/",
          "published": "2025-04-01T03:13:47.000Z",
          "updated": "2025-04-01T03:13:47.000Z",
          "content": null,
          "image": null,
          "media": [],
          "authors": [
            {
              "name": "Stavros Korokithakis",
              "email": null,
              "url": null
            }
          ],
          "categories": []
        }
      ]
    }
    Analyze Another View with RSS.Style