Bullshit Free Personal Quote Database That I Use for My Lockscreen
I鈥檝e been using Zen Quotes API for a while now. It鈥檚 a great app that provides quotes for my lockscreen. But to filter based on Author, I need to pay for the premium version. So I decided to create my own personal quote API. First I needed a source of quotes. I found datasets of quotes on Kaggle Quotes Dataset and Quotes-500K. I think these datasets were created by scraping the web for quotes....
From Membrane to Mechanical: Arduino Nano (CH340x) and Hardwired hell
Still working on it! 馃毀
Private Obsidian Sync with GitHub for my Linux and Android
Obsidian is a great note-taking app that I use for my personal notes. I have been using it for a while now and I have a lot of notes that I want to keep private. I also want to sync my notes across my Linux and Android devices. First I initialized a git repository in my Obsidian vault folder. And pushed it to a private GitHub repository git@github.com:jahangir1x/obsidian-vault.git A typical obsidian vault has ....