A (ア) (@anshul627) 's Twitter Profile
A (ア)

@anshul627

Recreational Programmer

ID: 1430381502420819972

linkhttp://github.com/thevoxium/vayu-ml calendar_today25-08-2021 04:08:36

1,1K Tweet

139 Followers

82 Following

A (ア) (@anshul627) 's Twitter Profile Photo

You should hate seeing more lines of code from the bottom of your heart. Become a minimalist. I will be trying to embrace this from now on.

A (ア) (@anshul627) 's Twitter Profile Photo

Building things from scratch can pull you in a deep hole. You’ll feel it’s endless, but a light appears at the abyss’s bottom. You hope for a bug-free heaven, but instead, you find integration hell. 20 functions failing in your 200 LOC baby project?? No worries, it is just the

A (ア) (@anshul627) 's Twitter Profile Photo

I am in the process of making my own simple chess engine. I have build the board state, model, piece identification, MOST IMPORTANT - FEN File parser, and just now finished adding move generators for Knight, Rook, and Pawn.

I am in the process of making my own simple chess engine. I have build the board state, model, piece identification, MOST IMPORTANT - FEN File parser, and just now finished adding move generators for Knight, Rook, and Pawn.
A (ア) (@anshul627) 's Twitter Profile Photo

I wrote the entire Move Generation Logic by myself, and Claude one shotted the SDL2 based UI. But I need to review the code tomorrow. I need to understand how and what it did.

I wrote the entire Move Generation Logic by myself, and Claude one shotted the SDL2 based UI. But I need to review the code tomorrow. I need to understand how and what it did.
A (ア) (@anshul627) 's Twitter Profile Photo

I am now writing a move legality checker, things like is the king in check right now, will a move put your king in danger, etc. Lots of stuff to think about algorithmically.

I am now writing a move legality checker, things like is the king in check right now, will a move put your king in danger, etc. Lots of stuff to think about algorithmically.
A (ア) (@anshul627) 's Twitter Profile Photo

The move legality checker for my chess engine is done. I am not catering to castling and en passant, I will add them later on.

The move legality checker for my chess engine is done. I am not catering to castling and en passant, I will add them later on.
A (ア) (@anshul627) 's Twitter Profile Photo

I have a simple question. Do they research whether users need this? Or are they adding AI everywhere just so managers can show that their teams are working on AI for brownie points? And in the end, we get all the slop glued together?