<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blog on Stupidcomputer</title>
    <link>https://stupidcomputer.neocities.org/posts/</link>
    <description>Recent content in Blog on Stupidcomputer</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 20 Apr 2026 01:29:30 +0200</lastBuildDate>
    <atom:link href="https://stupidcomputer.neocities.org/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>What playing Lego® The Lord of the Rings™ taught me about B2B sales</title>
      <link>https://stupidcomputer.neocities.org/posts/legolotr/</link>
      <pubDate>Mon, 20 Apr 2026 01:29:30 +0200</pubDate>
      <guid>https://stupidcomputer.neocities.org/posts/legolotr/</guid>
      <description>Say what you will about Sauron, but he knew how to close a deal. And in order to learn how to be as goal-oriented as the creator of the One Ring, I played through the entire Lego® The Lord of the Rings™.</description>
    </item>
    <item>
      <title>GIF 2.0 is coming!</title>
      <link>https://stupidcomputer.neocities.org/posts/gifapril26/</link>
      <pubDate>Wed, 01 Apr 2026 03:10:08 +0200</pubDate>
      <guid>https://stupidcomputer.neocities.org/posts/gifapril26/</guid>
      <description>&lt;p&gt;Move over, WebP; step aside, PNG; look out, VP9: a new and improved format for image sharing is coming soon: GIF 2.0 (GIF 26a, really, as that will be the new version in the header).&lt;/p&gt;&#xA;&lt;p&gt;A consortium of geeks and old format heads seems to have taken a big sip from their &amp;ldquo;let&amp;rsquo;s show the youngins how it&amp;rsquo;s done&amp;rdquo; juice, and word is that a specification for a brand new GIF version is making its way to being published rather fast.&#xA;There is, however, some bad coming with the good. While there are tons of improvements and exciting new features that you can read about below, the new specification is unlikely to be backwards compatible, as key GIF concepts are fundamentally changed. This, of course, means that even if the specification is out soon, the implementation and overall adoption could take a while.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GIF Fun 4: How to draw on a GIF</title>
      <link>https://stupidcomputer.neocities.org/posts/giffun4/</link>
      <pubDate>Tue, 31 Mar 2026 03:10:08 +0200</pubDate>
      <guid>https://stupidcomputer.neocities.org/posts/giffun4/</guid>
      <description>&lt;p&gt;A feature I thought would be cool for my GIF editor at some point was the possibility to directly draw on the images. Changing the contents of an image within a GIF is one of those things that normally is a bit of a hassle and comes with problems, as we will see in a bit. Of course, being able to change the images on a pixel level calls for a way to get the image data out of the GIF and, after changing it, putting it back. This decompression and compression I already had implemented at some point, and my last post was a rather long explanation of how the LZW algorithm on which these procedures are based works.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GIF Fun 3: LZW Edition</title>
      <link>https://stupidcomputer.neocities.org/posts/giffun3/</link>
      <pubDate>Mon, 30 Mar 2026 03:10:08 +0200</pubDate>
      <guid>https://stupidcomputer.neocities.org/posts/giffun3/</guid>
      <description>&lt;p&gt;A milestone in my GIF editor, and something I first had left as a problem for future me, was the compression and decompression of images. Because of the way that GIFs work, a lot of information is easily manipulable; changing colors or reordering images in general was not a hard thing, so I simply saw no need to actually implement the LZW algorithm that GIFs use early on. But eventually the need to display images and also me wanting to actually change colors of specific pixels was there, and so I had to read and understand how one of the more important parts of GIFs works.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GIF Fun 2: Color Edition</title>
      <link>https://stupidcomputer.neocities.org/posts/giffun2/</link>
      <pubDate>Tue, 24 Feb 2026 03:10:08 +0200</pubDate>
      <guid>https://stupidcomputer.neocities.org/posts/giffun2/</guid>
      <description>&lt;p&gt;After the first entry was a bit of a downer, let us have some cool GIF-related fun this time. And by fun I mean a discussion on how we can achieve a thing and the inevitable realization why it won&amp;rsquo;t work. &lt;/p&gt;&#xA;&lt;p&gt;As you might know, GIFs are not made for very color-rich images. This is because a singular image within a GIF can only have up to 256 individual colors, leading most programs that convert a graphic or video into a GIF to somehow reduce the number of colors in the process. But what if we want more? What if we are not content with our lot in this world and strive to defy the very machine gods some people are trying to build? Can we do it? Can we achieve a GIF that has more than 256 colors on-screen at the same time? YES, WE CAN!! But it is not a great idea.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GIF Fun 1: Unsupported Feature Edition</title>
      <link>https://stupidcomputer.neocities.org/posts/giffun1/</link>
      <pubDate>Thu, 05 Feb 2026 01:05:08 +0200</pubDate>
      <guid>https://stupidcomputer.neocities.org/posts/giffun1/</guid>
      <description>&lt;p&gt;After letting my little GIF editor rest for a while, I thought that maybe some writing about GIFs and why they are cool is in order, intermixed with maybe some retrospective posts about the editor itself. So this is hopefully the first of many GIF-related posts!&lt;/p&gt;&#xA;&lt;p&gt;Let us start this series with a sad fact to keep the mood low enough for the current media climate: GIFs are not living up to their full potential, and you probably did not even know it. What I mean by that is that there are features in the GIF specification that are really cool and not supported by a lot of programs displaying GIFs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Grok the Pedo-Machine</title>
      <link>https://stupidcomputer.neocities.org/posts/grok/</link>
      <pubDate>Sun, 04 Jan 2026 03:10:08 +0200</pubDate>
      <guid>https://stupidcomputer.neocities.org/posts/grok/</guid>
      <description>&lt;p&gt;As you might have heard, X&amp;rsquo;s very own chatbot, which was given the power to post and alter pictures, is being used to create indecent pictures of children. This seems to stem from the fact that Grok, the chatbot, can manipualte uploaded pictures and do such things as replacing clothes with bikinis, without much of a check on who is depicted. And now users on X are using Grok to generate what probably falls into child porn territory.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
