Ideas

The current page is supposed to help any readers (and also me) know about any article ideas I might do, articles I have will do (probably) and any articles that I am currently working on. The titles might not be exactly the same, and the scope of the articles are also subject to change.

Currently Working On

  1. My Discovery of Julia and Experience with it: I have been learning and using Julia to do some tasks for a bit over the month (at 1st November 2025), and want to talk about it. The goods and the bads in my experience - and where does it shine.
  2. Cellular Automata: An introduction on Cellular Automata, based on a week of reading I did after attending a talk by Stephen Wolfram. The final goal, is to explore the 256 elementary cellular automata that Dr. Wolfram studied and also create a simulator for them.
  3. Wordle Solver: Create a wordle solver, using the conference paper - Using Wordle for Learning to Design and Compare Strategies, by Chao-Lin Liu
  4. Creating Visual Elements: It shall attempt to explore ways to create a UI, a plot and even a physics simulation (stuff that relate with my interest and hopefully with my future work). As it is a vast topic, shall need to be divided into various parts.

Will Definitely Do (Probably)

  1. Talk by Stephen Wolfram: My Takeaways
  2. Complexity: A Guided Tour by Melanie Mitchell - My Takeaways
  3. Make a Chess Engine from Scratch

Might do

  1. My Opinion on Software Inefficiencies
  2. Learning Reinforcement Learning
  3. Automating your Boring Stuff
  4. Primality Tests
  5. Work with numbers greater than MAX_INT in C. Also explore GMP.
  6. Learn CPython