FEN String Parsing in Rust

I finally finished the FEN string parsing part of my chess engine after days of procrastinating and I just wanted to share my experience with everyone. So a FEN string looks like this: rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1 This is the FEN string of the starting position in standard chess. It looks like random crap at first glance but this string conveys a lot of information. So let’s divide it into parts....

June 29, 2022 · 8 min · 1514 words

A brief recap of my Linux journey up until now

So hi! I have been using Linux for almost 5 months now and I have learned a lot! Just wanted to share my experience with everyone. When I asked my friend (who is an expert in Linux), he recommended me Pop!_OS, an Ubuntu based distro. So, I installed it and it was my first Linux distribution. My experience using Pop!_OS was amazing and it still is one of my favourite distributions....

January 19, 2022 · 2 min · 404 words