<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rust on Cybernetist</title>
    <link>https://cybernetist.com/tags/rust/</link>
    <description>Recent content in Rust on Cybernetist</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 25 Apr 2024 08:21:47 +0100</lastBuildDate>
    <atom:link href="https://cybernetist.com/tags/rust/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go or Rust? Just Listen to the Bots</title>
      <link>https://cybernetist.com/2024/04/25/go-or-rust-just-listen-to-the-bots/</link>
      <pubDate>Thu, 25 Apr 2024 08:21:47 +0100</pubDate>
      <guid>https://cybernetist.com/2024/04/25/go-or-rust-just-listen-to-the-bots/</guid>
      <description>&lt;p&gt;It all started as a joke. I was in a group chat with a few of my friends and we were talking about football&#xA;(soccer for the American readers). I entered the chat during a mildly heated discussion about the manager&#xA;of a team one of my friends supports. It was going on for a bit while with seemingly no end in sight when&#xA;it occurred to me that I could just as well clone my friends’ voices and pit them against each other by&#xA;backing them with LLMs, and I’d probably not see much difference in the conversation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rust tokio task cancellation patterns</title>
      <link>https://cybernetist.com/2024/04/19/rust-tokio-task-cancellation-patterns/</link>
      <pubDate>Fri, 19 Apr 2024 09:00:10 +0100</pubDate>
      <guid>https://cybernetist.com/2024/04/19/rust-tokio-task-cancellation-patterns/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update: 19/04/2024&lt;/strong&gt;: read at the end of the post for more info.&lt;/p&gt;&#xA;&lt;p&gt;I have been trying to pick up Rust again recently. It&amp;rsquo;s been a bit of a slow burn at the beginning but I think I&amp;rsquo;m&#xA;finally starting to feel the compounding effects kicking in. Maybe it&amp;rsquo;s just my brain playing a trick on me, but&#xA;I&amp;rsquo;m feeling at much more ease when writing Rust now than I was a few weeks back.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Circular Buffer Performance Trick</title>
      <link>https://cybernetist.com/2024/04/11/circular-buffer-performance-trick/</link>
      <pubDate>Thu, 11 Apr 2024 10:00:10 +0100</pubDate>
      <guid>https://cybernetist.com/2024/04/11/circular-buffer-performance-trick/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update 12/04/2024:&lt;/strong&gt; Read at the end of the post for more info.&lt;/p&gt;&#xA;&lt;p&gt;I have been hacking on AI agents recently for both fun and profit as part of the work I&amp;rsquo;m doing for one of my clients.&lt;/p&gt;&#xA;&lt;p&gt;They&amp;rsquo;re mostly text-to-speech (TTS) agents leveraging LLMs for generating text which is then turned into voice by a trained TTS model.&lt;/p&gt;&#xA;&lt;p&gt;As you [probably] know, maintaining conversation with LLMs over a longer period of time requires maintaining the conversational context and&#xA;sending it back to the LLM along with your follow-up prompts to prevent the LLMs from &amp;ldquo;hallucinating&amp;rdquo; from the get-go.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
