27 Oct 2024 (over a year old) |
1172 words
· 0 LoC,
· ~6 min read
In the ongoing discourse surrounding operating systems, macOS and Linux occupy distinct philosophical and practical niches. Linux, with its open-source ethos, exemplifies adaptability and scalability. It operates seamlessly across commodity hardware, supports a diverse array of CPU architectures, and scales up to the formidable demands of supercomputing environments while also scaling down to function efficiently on cost-effective single-board computers (SBCs).
Read more
20 Oct 2024 (over a year old) |
500 words
· 0 LoC,
· ~4 min read
When developing AI applications in Python, leveraging Go for model serving in the backend can offer significant performance advantages. While Python excels in machine learning model development with its vast ecosystem, Go’s efficiency makes it an ideal choice for serving those models in production.
Read more
16 Oct 2024 (over a year old) |
383 words
· 0 LoC,
· ~2 min read
In this brief tutorial, we’ll walk through how to deploy a simple load-balanced application using k3d, a lightweight Kubernetes distribution. This guide will help you set up port mappings and create a basic deployment in just a few minutes.
Read more
14 Jun 2024 (2 years old) |
171 words
· 0 LoC,
· ~1 min read
This is a rather short article, but it highlights a small change with a big impact. I will briefly discuss why I switched from ‘cd’ to ‘zoxide’ and why you might want to consider it as well.
Read more
05 Mar 2024 (2 years old) |
603 words
· 0 LoC,
· ~3 min read
A few years ago, there was considerable discussion surrounding Red Hat’s transition of CentOS, which, according to insights shared by “industry experts” on platforms such as Reddit, was perceived as a shift towards an unstable development-oriented rolling-release model.
It is possible that you encountered similar information and, perhaps, acted upon the advice of professionals who expressed their opinions online.
This narrative reflects the state of CentOS prior to the aforementioned transformation:
Read more