Why I Canceled My GitHub Copilot Subscription After Two Years

I used GitHub Copilot for two years before deciding to cancel my subscription about 18 months ago. Looking back, I’ve realized a few things about the reality of AI-driven development. The Illusion of Efficiency AI is everywhere in software now. When it first arrived, the general consensus was: “Adopt AI or be replaced.” At the time, I wasn’t particularly worried about being replaced. I was three years into my career as a backend engineer with a Master’s degree, and I’ve always preferred understanding systems from the ground up—an obsession that started back in junior high. I enjoy the process of building things myself; to me, coding is more like a craft than just a job. ...

March 16, 2026 · 3 min · Byte4Cat

Install ESXi VMware-tools on Linux

Install ESXi vmware-tools on Linux Visit vCenter web page choose the VM, click Install VMware-tools and MOUNT. Back to VM double click VMware Tools on desktop And double click VMwareTools-<version>.tar.gz ...

June 5, 2020 · 1 min · Byte4Cat

Install openssh-server on Ubuntu

Install openssh Update first 1 sudo apt-get update -y Install openssh-server 1 sudo apt install openssh-server -y Usage Check IP by 1 ifconfig If you got this: Install ifconfig by 1 sudo apt install net-tools -y Or use the command to get your IP address ...

June 5, 2020 · 2 min · Byte4Cat