<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Feed of &#34;MightyPork/animals.rs&#34;</title>
    <link>https://git.ondrovo.com/MightyPork/animals.rs</link>
    <description>Rust implementation of the animal guessing game, where the computer learns about animals and then guesses them with yes/no answers.</description>
    <pubDate>Sun, 12 Jul 2026 12:30:09 +0000</pubDate>
    <item>
      <title>Ondřej Hruška pushed to &lt;a href=&#34;https://git.ondrovo.com/MightyPork/animals.rs/src/branch/master&#34;&gt;master&lt;/a&gt; at &lt;a href=&#34;https://git.ondrovo.com/MightyPork/animals.rs&#34;&gt;MightyPork/animals.rs&lt;/a&gt;</title>
      <link>https://git.ondrovo.com/MightyPork/animals.rs/commit/7b364c6f6f9bea4e549ad13f9ab109674311bb43</link>
      <description>&lt;a href=&#34;https://git.ondrovo.com/MightyPork/animals.rs/commit/7b364c6f6f9bea4e549ad13f9ab109674311bb43&#34;&gt;7b364c6f6f9bea4e549ad13f9ab109674311bb43&lt;/a&gt;&#xA;cleaning, added CLI UI, added file load/save</description>
      <content:encoded><![CDATA[<a href="https://git.ondrovo.com/MightyPork/animals.rs/commit/7b364c6f6f9bea4e549ad13f9ab109674311bb43">7b364c6f6f9bea4e549ad13f9ab109674311bb43</a>
cleaning, added CLI UI, added file load/save]]></content:encoded>
      <author>Ondřej Hruška</author>
      <guid>682</guid>
      <pubDate>Sun, 30 Dec 2018 14:59:28 +0000</pubDate>
    </item>
    <item>
      <title>Ondřej Hruška pushed to &lt;a href=&#34;https://git.ondrovo.com/MightyPork/animals.rs/src/branch/master&#34;&gt;master&lt;/a&gt; at &lt;a href=&#34;https://git.ondrovo.com/MightyPork/animals.rs&#34;&gt;MightyPork/animals.rs&lt;/a&gt;</title>
      <link>https://git.ondrovo.com/MightyPork/animals.rs/commit/bcfc006259512f0dcd0dd0b0d4f331c30c7f00a2</link>
      <description>&lt;a href=&#34;https://git.ondrovo.com/MightyPork/animals.rs/commit/bcfc006259512f0dcd0dd0b0d4f331c30c7f00a2&#34;&gt;bcfc006259512f0dcd0dd0b0d4f331c30c7f00a2&lt;/a&gt;&#xA;some cleanng</description>
      <content:encoded><![CDATA[<a href="https://git.ondrovo.com/MightyPork/animals.rs/commit/bcfc006259512f0dcd0dd0b0d4f331c30c7f00a2">bcfc006259512f0dcd0dd0b0d4f331c30c7f00a2</a>
some cleanng]]></content:encoded>
      <author>Ondřej Hruška</author>
      <guid>681</guid>
      <pubDate>Sat, 29 Dec 2018 09:39:32 +0000</pubDate>
    </item>
    <item>
      <title>Ondřej Hruška opened issue &lt;a href=&#34;https://git.ondrovo.com/MightyPork/animals.rs/issues/2&#34;&gt;MightyPork/animals.rs#2&lt;/a&gt;</title>
      <link>https://git.ondrovo.com/MightyPork/animals.rs/issues/2</link>
      <description>2#implement file-backed persistent storage</description>
      <content:encoded><![CDATA[<p>to store learned animals for following runs.</p>
<p>also add a command line option to specify the file to use</p>
]]></content:encoded>
      <author>Ondřej Hruška</author>
      <guid>680</guid>
      <pubDate>Sat, 29 Dec 2018 09:34:23 +0000</pubDate>
    </item>
    <item>
      <title>Ondřej Hruška opened issue &lt;a href=&#34;https://git.ondrovo.com/MightyPork/animals.rs/issues/1&#34;&gt;MightyPork/animals.rs#1&lt;/a&gt;</title>
      <link>https://git.ondrovo.com/MightyPork/animals.rs/issues/1</link>
      <description>1#implement user interface</description>
      <content:encoded><![CDATA[<p>asking questions, validation, parsing</p>
]]></content:encoded>
      <author>Ondřej Hruška</author>
      <guid>679</guid>
      <pubDate>Sat, 29 Dec 2018 09:33:24 +0000</pubDate>
    </item>
    <item>
      <title>Ondřej Hruška pushed to &lt;a href=&#34;https://git.ondrovo.com/MightyPork/animals.rs/src/branch/master&#34;&gt;master&lt;/a&gt; at &lt;a href=&#34;https://git.ondrovo.com/MightyPork/animals.rs&#34;&gt;MightyPork/animals.rs&lt;/a&gt;</title>
      <link>https://git.ondrovo.com/MightyPork/animals.rs/commit/0ff10f5c45dfc328f44bc0526145b51caa739e71</link>
      <description>&lt;a href=&#34;https://git.ondrovo.com/MightyPork/animals.rs/commit/0ff10f5c45dfc328f44bc0526145b51caa739e71&#34;&gt;0ff10f5c45dfc328f44bc0526145b51caa739e71&lt;/a&gt;&#xA;code import, working engine with automated users for testing</description>
      <content:encoded><![CDATA[<a href="https://git.ondrovo.com/MightyPork/animals.rs/commit/0ff10f5c45dfc328f44bc0526145b51caa739e71">0ff10f5c45dfc328f44bc0526145b51caa739e71</a>
code import, working engine with automated users for testing]]></content:encoded>
      <author>Ondřej Hruška</author>
      <guid>678</guid>
      <pubDate>Sat, 29 Dec 2018 09:29:51 +0000</pubDate>
    </item>
    <item>
      <title>Ondřej Hruška created repository &lt;a href=&#34;https://git.ondrovo.com/MightyPork/animals.rs&#34;&gt;MightyPork/animals.rs&lt;/a&gt;</title>
      <link>https://git.ondrovo.com/MightyPork/animals.rs</link>
      <description></description>
      <author>Ondřej Hruška</author>
      <guid>677</guid>
      <pubDate>Sat, 29 Dec 2018 09:27:07 +0000</pubDate>
    </item>
  </channel>
</rss>