Can be Info, links, about me…
Learning Git
These are my collection of learning using Git and Github. How to update submodule To update a Git submodule, navigate into the submodule directory and check out the desired commit or branch. Then, go back to the main repository and commit this change using the command git submodule update --init --recursive to ensure all submodules are updated properly. How to install subtree in Fedora 44 sudo dnf install git-subtree How to switch branch Command Description git switch Switch to an existing branch. git switch -c Create a new branch and switch to it. git switch –detach Switch to a specific commit in a detached state. ...
How I prevent my doom scrolling
Create your own blog site. Ahaha Post all your thoughts, ideas there and read. Share for feedback.
Are you a hugger?
View this post on Instagram A few seconds says “hello.” 10 seconds begins to melt stress. 20 seconds—science proves your heart rate lowers and peace returns. 2 minutes and you both start to exhale, really exhale. 4 minutes? Sometimes your heartbeats actually sync. Your nervous system resets. Your souls remember they’re safe with each other. ...
Organize your Obsidian notes with AI
Inspired by Jason Cyr. Obsidian AI Tutorial: Automate note-taking with AI agents. Complete setup guide for Apple Notes migration to Obsidian + Cursor AI integration. The Problem: I was drowning in thousands of scattered Apple Notes, spending every weekend organizing instead of creating. The Solution: I discovered how to build an AI agent that manages my entire knowledge system automatically. ...
Why I need to stay fit for my children
View this post on Instagram 7 ways I had to change to stay fit for my children: ...
My First Blog Post
Inspired by networkchuck I did my blog site by running in Windows 11 using Obsidian, Hugo, Github and Hostinger. Install Go Lang Install Hugo on Windows See documentation at https://gohugo.io/. Use Winget Winget is Microsoft’s official free and open-source package manager for Windows. To install the extended edition of Hugo: ...