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
- 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.
- 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.
- Wordle Solver: Create a wordle solver, using the conference paper - Using Wordle for Learning to Design and Compare Strategies, by Chao-Lin Liu
- 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)
- Talk by Stephen Wolfram: My Takeaways
- Complexity: A Guided Tour by Melanie Mitchell - My Takeaways
- Make a Chess Engine from Scratch
Might do
- My Opinion on Software Inefficiencies
- Learning Reinforcement Learning
- Automating your Boring Stuff
- Primality Tests
- Work with numbers greater than MAX_INT in C. Also explore GMP.
- Learn CPython