You are browsing as a guest. Sign up (or log in) to start making projects!

anshulm1669

@anshulm1669

Joined June 9th, 2026

  • 12Devlogs
  • 2Projects
  • 0Ships
  • 0Votes
Open comments for this post

5h 25m 13s logged

hi everyone. BIG 5 hour log coming up, and this will be edited accordingly. I just don’t have the time at the moment to write it all down.

0
0
4
Open comments for this post

1h 20m 18s logged

Commits now generate a new tree, and the commits point to that tree. Any directories without changes will have the same trees, and therefore the commit will point to a changed tree etc. until it points back to the unchanged tree.

Also, I am officially renaming this project! I picked chimp because i wanted it to fit the theme with another tool I built that was monkey related. However, it doesnt fit well to me so rename coming soon…

0
0
2
Open comments for this post

1h 2m 28s logged

Added commit feature. It takes a message and hashes any new files or any files with changes made. Next session, I need to make it so it also generates a new tree per commit.

0
0
1
Open comments for this post

1h 35m 2s logged

The init command now follows through the entire directory, all subfolders and files and hashes them. next step is to make a tree map that tells you which hash is what file. For that next step, i spent some time messing around with sqllite which is what i will be using to store that tree map.

0
0
1
Open comments for this post

2h 11m 40s logged

I started with the first command for my “git” clone, which is init and test hashes + file writing abiliies. Also implemented some other test commands.

0
0
2

Followers

Loading…