Posts With Tag: Code

An actual binary search on a linked list???

A data structure that can simulate a binary search on a linked list? Yes, please!

During my last data structures lecture, our professor was talking about priority queues, selection and insertion sorts. And he mentioned, as a non-examable material, how we might achieve a faster insertion when considering a sorted sequence-based priority queueue.

Creating a clone of yourself

...as a text messaging AI model using OpenAI's fine-tuning capabilities.

After OpenAI become mainstream enough, I started becoming fascinated by searching for the existence of an AI model that would mimic myself or another person’s text messages. It would basically work by scraping and refactoring messages from a platform and creating a fine-tuned model, which would be served as a bot on Discord .”

ICHack: Pathfinder AI

Visualise consequences of one's actions to help them understand the possible outcomes.

This app allows you to visualise the outcomes of your actions using Claude AI. It creates a decision tree around the thing that you want to look into. You start by giving a prompt , and the app sends you 3-4 questions related to your prompt.

Stargaze

This project is a fully fleshed-out chess engine that I'm trying to create.

I’m using bit boards to represent the board and the pieces. I’m following the alpha-beta algorithm with multiple optimisations, ranging from transposition tables and iterative deepening, with a heuristic move generator.

Todon3

Beautifully designed to-do list app for the "getting things done" method.

Todon3 is a to-do list app that is beautifully designed for the getting things done method. It has six folders for you to add things and for each task, you can add sub-tasks .


§