<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gacrux/src/main.c, branch master</title>
<subtitle>A UCI compatible chess engine in C

</subtitle>
<id>https://git.aarghrai.com/gacrux/atom?h=master</id>
<link rel='self' href='https://git.aarghrai.com/gacrux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/'/>
<updated>2026-07-24T04:02:54+00:00</updated>
<entry>
<title>fixed the quit command</title>
<updated>2026-07-24T04:02:54+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-24T04:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=7d36403836511ab0745791ce98498cf5112633c1'/>
<id>urn:sha1:7d36403836511ab0745791ce98498cf5112633c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zobrist hashing</title>
<updated>2026-07-18T13:15:15+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-18T13:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=c9d9bddf3df97ef7987c9824747ec1602522b542'/>
<id>urn:sha1:c9d9bddf3df97ef7987c9824747ec1602522b542</id>
<content type='text'>
</content>
</entry>
<entry>
<title>magic bitboards via AI</title>
<updated>2026-07-18T08:33:55+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-16T10:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=f1c6f59ae02a9d9db50171a69032dc2409a0e6c6'/>
<id>urn:sha1:f1c6f59ae02a9d9db50171a69032dc2409a0e6c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>restructed all the files + uci done now</title>
<updated>2026-07-13T16:28:18+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-13T16:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=f8c0dc54e36cc201c657aa12e5a22029b092e1bc'/>
<id>urn:sha1:f8c0dc54e36cc201c657aa12e5a22029b092e1bc</id>
<content type='text'>
also broke the symbol analyser in the process, i didn't help much, i had
to pull out the pen &amp; paper, but it made a cool graph never the less

multithreading was a pain! but it got it in the end

fixed the structs naming convention, if it's used outside by other
files, it's typedeffed, otherwise it's not

fixed the recursive imports issued i had in go_args*, where i was
casting it to void* in uci to make it work

now response.c doesn't deal with ipc, really happy with that change
now every single thing has its own responsibility
</content>
</entry>
<entry>
<title>restructing</title>
<updated>2026-05-27T12:32:44+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-05-27T12:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=2c2a70b69869f149c0407a62f1bf4c39899027a7'/>
<id>urn:sha1:2c2a70b69869f149c0407a62f1bf4c39899027a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main.c message reached JS</title>
<updated>2026-05-27T12:12:51+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-05-27T12:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=58b2c8b6e2041e63c46b579eccc141d21801e985'/>
<id>urn:sha1:58b2c8b6e2041e63c46b579eccc141d21801e985</id>
<content type='text'>
</content>
</entry>
<entry>
<title>went through all, but comms is working</title>
<updated>2026-05-27T11:43:14+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-05-27T11:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=49cc88def2f9edea59e79ca37f41400ad870579e'/>
<id>urn:sha1:49cc88def2f9edea59e79ca37f41400ad870579e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bishop &amp; queen</title>
<updated>2026-05-26T08:52:55+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-05-26T08:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=ad32fc54b2869c0bbedcabea6274b0e3732ec893'/>
<id>urn:sha1:ad32fc54b2869c0bbedcabea6274b0e3732ec893</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rook moves</title>
<updated>2026-05-26T08:37:15+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-05-26T08:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=7e021a821b49306eaa8b0688e4b91d2db25d4878'/>
<id>urn:sha1:7e021a821b49306eaa8b0688e4b91d2db25d4878</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a simpler build setup</title>
<updated>2026-05-22T12:15:49+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-05-22T12:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=2da12c5862b8250d7c0e609609cb58f97012d619'/>
<id>urn:sha1:2da12c5862b8250d7c0e609609cb58f97012d619</id>
<content type='text'>
</content>
</entry>
</feed>
