Posts in "Coding"

Oh Boy. Due to my surgery I took a two month break from AI and coding. And now it feels like when I started. So many new developments. So many new workflows and tools to evaluate. FOMO is real.

Genealogy in Obsidian

After encountering issues with a genealogy app, I created an Exporter to convert my family tree data into Markdown for better accessibility and preservation.

Spent a couple of hours today creating a GEDCOM to Obsidian Markdown converter today.

Main functionality is working. Right now I am adding a Canvas feature so I can get a proper family tree. It’s a bit tricky, but getting there.

Slowly wrapping my head around CodeRabbit and working with pull requests for my own code.

I do all my Git commits locally and then push to GitHub to create releases. Now I want to test out CodeRabbit, which relies on pull requests to examine code. Does it make sense for me as a solo developer—working on local code—to use CodeRabbit and Pull Requests? Thoughts?

Refactoring once again. That is really one thing I have yet to figure out. How to guide the LLM during creation to not just dump everything into the main file.