Blog
- Signing Git Commits with Touch ID on macOSHow to set up GPG key signing on macOS with Touch ID authentication using pinentry-mac
- Setting up and Customizing Windows TerminalA short guide on how to setup Windows Terminal and customize it with oh-my-posh and terminal icons
- Setting up and Customizing Windows Terminal Part IIA short guide on how to setup Windows Terminal and customize it with starship
- Verified GitHub Commits using GPG KeysHow to use GPG keys to securely sign your Git commits to and show a verified tag for each commits
- Installing Latest CMake from Source on Linux DistroOften latest CMake or for that matter other tools are not available in the official repository of Linux distros. Here is how you can build it from source.
- Hash Sum Mismatch Error on Ubuntu Virtual MachineThere is an annoying hash sum mismatch error on Linux distro virtual machines whenever you try to update/upgrade/install anything with apt. Here is a fix for that.
- Changing Timeframe of OHLC Candlestick Data in PandasHow to easily calculate larger timeframe data like 5 minutes or 1 hour, given OHLC candlestick data for a stock in lower timeframe like 1 minute using Python Pandas DataFrame
- How to Setup Android SDK on WSLA short and complete guide on how to setup Android SDK on Windows Subsystem for Linux to simplify Android development process
- A Super Helpful Shortcut to Add and Commit to Git at the Same TimeUsing the power of Git aliases to add and commit changes at the same time and streamlining the Git workflow
- Colored Logging in PythonHow to produce beautifully formatted colored logs in python with dynamically changing logging level
- SVN Checkout Error [svn: E120106: ra_serf:]How to fix annoying SVN E120106 error 'ra_serf: The server sent a truncated HTTP response body' during SVN checkout
- How to setup fastai on Windows 10Setting up fastai to run on Windows 10 locally is not that difficult. This is a decent alternative to running it on the cloud as suggested for the course Practical Deep Learning for Coders
- Finally, The First PostUsual story of procrastinating and shifting focus do something else instead of actually writing the first post of the blog