Posts With Tag: Code
Java and Education
Some thoughts on Java and how important good education and a good teacher is.
I had never properly learned how OOP worked or how the ideas behind it contributed to good code. I had never written humongous coding projects until recently . And in my head, I had this idea of Java is bad, and since Java == OOP
, I was begrudging against this year's module on Java—more preciely, programming practices and applications.
Obsidian as CMS
Using Obsidian as a CMS for this blog.
I've created a plugin for Obsidian that allows me to upload the current note I'm working on to the DB that this blog is served from. It also uploads all of the images in the note to an S3 object storage.
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 ."
Catter the Blog
A minimal and responsive blog created with Next.js, MDX, TailwindCSS, and Shadcn's UI components.
I decided to open source my entire blog. I plan to write a blog post detailing why I came to this decision, but for now, you can read, fork, and contribute to my blog through the repository.
§