Notes

A collection of thoughts, fragments, and passing ideas.

📌 Pinned Notes

All Notes

Hugo Commands

Aug 2, 2026

tech coding

I designed my blog using Hugo, and I use Hugo commands frequently to keep it updated. I’ve compiled a list of the Hugo commands I use most often and published it here in the Notes section for my own reference and record-keeping hugo Copy hugo new blog/post-title.md // to publish a new blog post hugo new notes/notes-title.md //to publish a new note hugo server //to start the local server where I can view all my changes hugo server -D // local server environment where I can see the draft changes as well Below are the git commands to push my changes to production: hugo Copy git add . git commit -m "commit title" git push origin main git log --oneline //to see recent commits git diff // to see the exact changes git status //to check what's changed

Epictetus - On Progress

May 9, 2026

quotes philosophy

Where is progress then? If there is anyone who renounces externals and attends instead to their character, cultivating and perfecting it so that it agrees with nature, making it honest and trustworthy, elevated, free, unchecked and undeterred; and if they've learned that whoever desires or avoids things outside their control cannot be free or faithful, but has to shift and fluctuate right along with them, subject to anyone with the power to furnish or deprive them of those externals; and if from the moment they get up in the morning they adhere to the ideals, eating and bathing like a person of integrity, putting their principles into practice in every situation they face - the way a runner does when he applies the principles of running, or a singer those of musicianship - that is where you will see true progress embodied, and find someone who has not wasted their time making the journey here from home. - Epictetus, Discourses

Zettlekasten Note Taking Method

Apr 22, 2026

note-taking

TIL about the Zettelkasten note-taking method. It’s an effective knowledge management system developed by the German sociologist, Niklas Luhmann. Zettelkasten means box of cards in German. It’s a way to build a web of knowledge, find meaningful connections among topics and use these links to develop ideas and arguments. Another way to think about this is how do you connect something you learn with something you already know. The building block of this system is something called ‘Literature Notes’. These are the notes that one writes while consuming content. The rules of writing a literature note are - one atomic idea per note, has to be very short (3-5 sentences), has to be expressed in one’s own words (not copied), and must have a reference to track where the note came from. From literature notes, a permanent note is made which could be thought of as a thematic collection of literature notes.