Getting Siril 1.2.0-beta1 to work in NixOS: A story of pain and suffering
I recently took up Astrophotography as a hobby. It burnt a huge hole in my wallet, but I managed to get a setup up and running. Image processing is a critical part of
Week With Aniket Issue #2 - Dock Your Apps in Containers
Hi , What a busy week this has been. I hope you're doing well and taking care of yourself. I have been up to something really awesome which I want to tell you about.
Week With Aniket Issue #1 - I'm Stuck! Can You Give Me a Pointer?
Hi , This is the first issue of my weekly newsletter. Are you as excited as I am? I know you are. ProgrammingThis week's programming topic is - Pointers in C. Have you been
Replace your Existing Unix Utilities with These Modern Alternatives
In your day-to-day Unix or Linux usage you use different tools like cd, ls, grep, or find. These are ubiquitous utilities found in every Nix system. However, they were created a long time
Recursion and Backtracking
Recursion and backtracking concept which focus on difference between recursion and iteration and examples of recursive function such as factorial, fibonacci series, power of a number and sum of first n natural numbers.