<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blogs on unkaktus</title>
    <link>https://unkaktus.art/blog/</link>
    <description>Recent content in Blogs on unkaktus</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 19 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://unkaktus.art/blog/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Unite, Divide, and Dress It Up! -- _ASCII art v. LLM_</title>
      <link>https://unkaktus.art/blog/ascii_v_llm/</link>
      <pubDate>Sun, 19 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://unkaktus.art/blog/ascii_v_llm/</guid>
      <description>&lt;p&gt;Let&amp;rsquo;s be frank, the internet was taken over by LLMs and &lt;a href=&#34;https://en.wikipedia.org/wiki/AI_slop&#34;&gt;AI slop&lt;/a&gt;.&#xA;As time goes on, it is increasingly hard for humans to distill truthful information from the oceans of LLM-generated garbage.&#xA;Unfortunately, these texts often look legitimate due to elaborate grammar and a convincing way of prose, while they often contain idiotic mistakes&#xA;and produce nonsense information (for juicy details, check out a great write-up by Kyle Kingsbury titled &lt;a href=&#34;https://aphyr.com/data/posts/411/the-future-of-everything-is-lies.pdf&#34;&gt;&lt;em&gt;The Future of Everything is Lies, I Guess: Information Ecology&lt;/em&gt;&lt;/a&gt;, especially the &lt;em&gt;Information Ecology&lt;/em&gt; section).&lt;/p&gt;&#xA;&lt;p&gt;Yet, due to the way LLMs work, some simple tasks, such as &lt;a href=&#34;https://spectrum.ieee.org/large-language-models-reading-clocks&#34;&gt;reading analog clocks&lt;/a&gt; or &lt;a href=&#34;https://medium.com/the-generator/one-word-answers-expose-ai-flaws-0ea96b271702&#34;&gt;solving simple riddles in one word&lt;/a&gt;, are out of their reach. Once, I was curious whether LLMs can decode a weird kind of text&amp;ndash;the one encoded with &lt;a href=&#34;https://en.wikipedia.org/wiki/ASCII_art&#34;&gt;ASCII-art&lt;/a&gt; fonts. Trying this, I got truly amused by the results, and a little bit surprised. After all, the way it handles ASCII art is very revealing about the LLM&amp;rsquo;s inner workings.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Maybe read a byte - how Go crypto library prevents you from getting overdependent on it</title>
      <link>https://unkaktus.art/blog/maybereadbyte/</link>
      <pubDate>Mon, 23 Mar 2020 00:00:00 +0000</pubDate>
      <guid>https://unkaktus.art/blog/maybereadbyte/</guid>
      <description>&lt;p&gt;While implementing an ECDSA request signature algorithm I was writing unit tests for it.&#xA;The tests should work in a reproducible way: we generate the same private key each time, sign constant data with the same random (which is needed for ECDSA) - we get the same signature. It seems quite straightforward.&lt;/p&gt;&#xA;&lt;h1 id=&#34;using-reproducible-random-stream&#34;&gt;Using reproducible random stream&lt;/h1&gt;&#xA;&lt;p&gt;Looking at the documentation, we see that we should pass elliptic curve parameters and the random stream we want to use.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
