<feed xmlns='http://www.w3.org/2005/Atom'>
<title>stallman-shooter, branch main</title>
<subtitle>Game I wrote a long time ago</subtitle>
<id>https://code.roseh.moe/stallman-shooter/atom/?h=main</id>
<link rel='self' href='https://code.roseh.moe/stallman-shooter/atom/?h=main'/>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/stallman-shooter/'/>
<updated>2025-04-13T04:46:21Z</updated>
<entry>
<title>Bump deps</title>
<updated>2025-04-13T04:46:21Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-04-13T04:46:21Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/stallman-shooter/commit/?id=b6e617dff1e712aac10888a2781484eeb2e99e89'/>
<id>urn:sha1:b6e617dff1e712aac10888a2781484eeb2e99e89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the pepper asset.</title>
<updated>2024-06-13T03:43:00Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2024-06-13T03:43:00Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/stallman-shooter/commit/?id=c222109441b7cd779cbf3b440a4f3fdb45918965'/>
<id>urn:sha1:c222109441b7cd779cbf3b440a4f3fdb45918965</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix clippy warnings.</title>
<updated>2023-07-22T05:42:51Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2023-07-22T05:42:51Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/stallman-shooter/commit/?id=1ecadfb0adf839c719ba50914c7336488ca55a47'/>
<id>urn:sha1:1ecadfb0adf839c719ba50914c7336488ca55a47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary imports in rand.rs.</title>
<updated>2023-07-22T05:22:22Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2023-07-22T05:22:22Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/stallman-shooter/commit/?id=d075c455b1ed5fe89fb949ca1f019de97ffb832a'/>
<id>urn:sha1:d075c455b1ed5fe89fb949ca1f019de97ffb832a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make another unnecessary change.</title>
<updated>2023-07-22T05:21:28Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2023-07-22T05:21:28Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/stallman-shooter/commit/?id=77a2a23d9e9b2950c58459d3fb442708aa2c2b29'/>
<id>urn:sha1:77a2a23d9e9b2950c58459d3fb442708aa2c2b29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove reading from /dev/urandom.</title>
<updated>2023-07-22T05:06:31Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2023-07-22T05:06:31Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/stallman-shooter/commit/?id=8b05a73daf89613ff52e9f10ae1529a90da7ae0d'/>
<id>urn:sha1:8b05a73daf89613ff52e9f10ae1529a90da7ae0d</id>
<content type='text'>
For greater portability, we will only use the system time for seeding
the random generator. It's not like it matters anyway.
</content>
</entry>
<entry>
<title>Remove dependency on the rand crate.</title>
<updated>2023-07-22T04:41:37Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2023-07-22T04:41:37Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/stallman-shooter/commit/?id=b5caf80b8f18fcafca3ff697f219070825620695'/>
<id>urn:sha1:b5caf80b8f18fcafca3ff697f219070825620695</id>
<content type='text'>
I don't need a dependency to generate random numbers. I know how to
generate random numbers.
</content>
</entry>
<entry>
<title>Remove unnecessary "extern crate" declarations.</title>
<updated>2023-07-22T02:31:02Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2023-07-22T02:31:02Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/stallman-shooter/commit/?id=8b51759dc9b26eb9d9e9f94807d7e85a41fbf555'/>
<id>urn:sha1:8b51759dc9b26eb9d9e9f94807d7e85a41fbf555</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update my email.</title>
<updated>2023-07-22T02:27:58Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2023-07-22T02:27:58Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/stallman-shooter/commit/?id=57821c1f02086a8833a7c31d76691b861f11331f'/>
<id>urn:sha1:57821c1f02086a8833a7c31d76691b861f11331f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring dependencies up to date, and use nix flakes.</title>
<updated>2023-07-22T02:26:48Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2023-07-22T02:26:48Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/stallman-shooter/commit/?id=6509824682ca126e58ffe8ebcc5f0eed1d832a6b'/>
<id>urn:sha1:6509824682ca126e58ffe8ebcc5f0eed1d832a6b</id>
<content type='text'>
</content>
</entry>
</feed>
