Skip to main content
Category

Tutorial

3 posts in this category

fnm

I should have known about fnm before

Avinash Rijal
4 min read

Okay, I have just woken up and had my food. I opened my computer and as usual; started terminal. I just setup my arch hyprland yesterday night and trimmed everything down to only things that I need. My least concern was terminal load time as I was really tired yesterday. This is going to my inner thoughts and not a well written blog. But when I woke up and open the computer, that first load of the terminal which took more than a second to load started to bug me off. On tmux, my workflow is constantly opening new terms and start typing immediately, this one second of delay is often ignored because it is not much but today I had to take a look into this.

Read More
cnn-with-fast-api

How to serve CNN models with Fast API

Avinash Rijal
5 min read

Recently I have run into an issue with a client who asked me to build a CNN model for certain task. Let’s keep “why” a secret and let’s talk about why I am writing this blog. The issue that we ran into later on was, my client was not ready to use the sagemaker for deploying the model even though we trained it on sagemaker. He wanted a custom repo where we could track the files and have our own custom inference. On top of that he wanted Fast API

Read More
serve-homeserver-with-true-fiber

Serving Your Home Server with True Fiber Internet Without a Static IP

Avinash Rijal
3 min read

Problem Description Recently, I switched to a new internet service provider in Thailand called “True.” The name is quite inconvenient for searching solutions related to their services due to its common use as a Boolean variable or word. Previously, I was using “AIS,” which was affordable, costing only 200B to get a static IP. However, with “True,” obtaining a static IP for my home server has become quite expensive, costing around 1000B.

Read More