blog.ra101.devBeyond SCP: Mastering VM File Transfers with Rsync and HTTPS AcceleratorsTransferring files between your local machine and a virtual machine (VM) is one of the most common tasks in tech. We often use scp because it comes natively installed and has similar utilization to ssh, but it is the clunkiest tool for the job. In th...Jan 14·9 min read
blog.ra101.devAlias Alchemy - Instant Bash Setup!Alias Alchemy is a Deno-powered server that fetches aliases from a GitHub repository based on your query. Think of it as your instant alias spellbook, perfect for setting up new environments in seconds. ⚡ Usage: $ alias-alchemy.ra101.dev/?q=py,shell,...Aug 13, 2025·2 min read
blog.ra101.devAI Hallucinations: A Future Full of Misconceptions and Mediocre CodeReader discretion is advised!A good Sus-Saturday to all. In this article, I drag and drown you with my paranoia about AI. Let the mass psychosis begin! What are AI hallucinations?AI hallucinations are incorrect or misleading results that AI models ge...May 4, 2024·3 min read
blog.ra101.devBoost your Git Squash-Rebase Workflow with these Commands! (auto-squash, auto-commit, auto-rebase, auto-push)I recently joined a company, that follows squash-rebase flow here, and as my Git KT was going on, I figured I should build these commands before actually starting development, now that I have started development, these turned out to be quite handy! ...Aug 17, 2023·6 min read
blog.ra101.devBlockChain as STL (C++): Data Structure, and IteratorsAim: To create an iterable blockchain, which could work with an extendable transaction class. Here the link GitHub repo! Blockchain in Brief: Blockchain is fundamentally a ledger maintaining records of transaction, This ledger is publicly distribute...Feb 22, 2022·6 min read